@charset "utf-8";
/* CSS Document */


/* structure */

html, body { height:100%; background-color: #c7dfce;}

#wrapper { width:1000px; margin:0 auto; background-color:#ffffff; min-height:100%; position:relative; }

#topBar { background-image:url(/images/top_bg.gif); background-repeat:repeat-x; background-color:#22b14c; overflow:auto; }
	
	#logo { float:left; }
	#langNav { background-color:#22b14c; color:#ffffff; text-align:right; padding-right:20px; float:right; }
	#langNav a { color:#ffffff }

#navigation { margin:0 0 40px 0; padding:0px; white-space:nowrap; clear:both;}

#content {padding-bottom: 45px; margin: 0 10px;}

#footer { position:absolute; bottom:0; height:45px; width:100%; margin:0 auto; background-image:url(/images/footer_bg.gif); background-repeat:repeat-x; background-color:#22b14c;  color:#ffffff;}


/* classes */

.introtext { font-weight:bold; font-style:italic; font-size:14px; vertical-align:middle; }

.newstitle
{
	padding-left:5px;
	margin-left: 4px;
	font-size: 13px;
	font-weight:bold;
}
.subtitle
{
	padding-left:5px;
	margin-left: 4px;
}
.frame
{
	border-top: dotted 1px #0D6936;
	border-left: solid 0px #0D6936;
	border-bottom: solid 0px #0D6936;
	border-right: solid 0px #0D6936;
	padding: 5px 5px 6px 7px;
	margin: 4px 0px 14px 0px;
	background-color: #E4FFCA;
	/*background-image:url(../images/news_bg.gif);*/
	background-repeat:repeat-x;
}



.navigation
{
	margin-top:5px;
	padding:10px;
}

.navigation a
{
	text-decoration: none;
	border:1px solid #0D6936;
	color: #0D6936;
	/*background-color:#0D6936;*/
	/*border-top: 1px solid #1C7C43;
	border-left: 1px solid #1C7C43;
	border-bottom: 1px solid #054F23;*/
	padding-left: 9px;
	padding-top: 1px;
	padding-bottom: 2px;
	font-weight: normal;
	width:100px;
	height:50px;
	margin:1px;
}
.navigation a.selectedItem
{
	background-color:#0D6936;
	color: #ffffff;
}
.navigation a:link	
{
}
.navigation a:visited	
{
}
.navigation a:hover	
{
	/*background-color: #2C69BC;*/
	background-color: #1C7C43;
	color: #ffffff;
}
.navigation .item	
{
	/*background-color: #1F4CAA;*/
	background-color: #B94064;
	font-weight: bold;
	display: block;
	padding-left: 5px;
	padding-top: 2px;
	height: 17px;
	color: #ffffff;
}
div.docdescription {
	margin:0 0 20px 40px;
}