/* rootsforreal */
html, body
{
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, sans-serif;
/*	font-size: 11px; */
	font-size: 0.9em;
	color: black;
	background-color: white;
}

#pagewidth
{
	width: 750px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	position: relative;
	height: 90px; /*125px; /*background-color: #C2C2C2;*/
/*	background-image: url(images/header_home_en.png);
	background-repeat: no-repeat;
*/
	width: 100%;
	margin-top: 8px;
	margin-bottom: 3px;
}

div#languagebar
{
	height: 20px;
	line-height: 20px;
	text-align: right;
	width: 100%;
	color: white;
	background-color: #5e5e5e;
}

div#languagebar a
{
    color: white;
	text-decoration: none;
}

div#languagebar a:hover 
{
    color: #E75200;
	text-decoration: underline;	
}

div#languagebar a#current
{
	text-decoration: underline;	
}

#leftcol
{
	width: 195px;
	height: 290px;
	float: left;
	position: relative;
	margin-right: 2px;
	background-image: url(images/navi_bg.png);
	background-repeat: no-repeat;	
}

div#leftmenu {
    height: auto;
    width: 160px;
    margin-top: 20px;
    margin-left: 10px;
}

div#leftmenu span {
	height: 21px;
	width: 160px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 21px;
	background-image: url(images/button_normal.png);
	background-repeat: no-repeat;
}

div#leftmenu span a {
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 10px;
	text-decoration: none;
	color: #000000;
	margin-bottom: 4px;
}

div#leftmenu span#current a 
{
	background-image: url(images/button_active.png);
	background-repeat: no-repeat;
}

div#leftmenu span a:link 
{
    color: #000000;
	background-image: url(images/button_normal.png);
	background-repeat: no-repeat;
}

div#leftmenu span a:visited 
{
    color: #000000;
	background-image: url(images/button_normal.png);
	background-repeat: no-repeat;
}

div#leftmenu span a:hover 
{
    font-weight: bold;
    color: #000000;
	background-image: url(images/button_over.png);
	background-repeat: no-repeat;
}

div#leftmenu span a:active 
{
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/button_active.png);
	background-repeat: no-repeat;
}

#maincol
{
	background-color: #FFFFFF;
	/*background-color: #2C9C2E;*/
	float: right;
	display: inline;
	position: relative;
	width: 528px;
	padding-top: 20px;
}

div#maincol a
{
    color: #E75200;
	text-decoration: none;
}

div#maincol a:hover 
{
	text-decoration: underline;	
}

.title
{
	font-weight: bold;
    color: #E75200;
	background-image: url(images/triangle.png);
	background-repeat: no-repeat;
	line-height: 21px;
	padding-left: 25px;
}

.smalltitle
{
	font-weight: bold;
    color: #E75200;
}

div#example
{
	color: #585858;
	background-color: #EFEFEF;
	font-weight: bold;
	width: 520px;
	margin-top: 5px;
}

div#slideshow
{
	color: #585858;
	background-color: #EFEFEF;
	width: 520px;
/*	height: 420px; */
	margin-top: 5px;
/*	margin-left: auto;
	margin-right: auto; */
/*	text-align: center; */
}

div#slideshowtitle
{
	font-weight: bold;
	width: 503px; 
	margin-top: 5px; 
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}

div#slideshowimg
{
	width: 503px; 
	height: 237px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

table#slideshownavi
{
	width: 503px;
	margin-top: 5px; 
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}

table#slideshownavi a img 
{
	border-style: none;
}

table#slideshownavi a
{
	text-decoration: none;
	color: #585858;
}

table#slideshownavi a:hover 
{
	text-decoration: underline;	
}

div#slideshowtext
{
	width: 503px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

/* Float containers fix */
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix
{
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/* End hide from IE-mac */

/*printer styles*/
@media print
{
	/*hide the left column when printing*/
	#leftcol
	{
		display: none;
	}
	#twocols, #maincol
	{
		width: 100%;
		float: none;
	}
}
