@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	border:0;
	}
html[xmlns^="http"]
	{
	/* verhindert Mozilla-Zucken - Scrollbar/kein Scrollbar */
	overflow-y: scroll;
	}
a:focus {
	outline: none;
}
body{
	text-align: center;
	background: #fff;
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	color: #666;
	line-height: 140%;
	font-size:12px;
	}

#wrapper{
	margin: 2px auto;
	text-align:left;
	width:770px;
	background:url(bg_wrapper.gif) top left repeat-y;
	}
#innerWrapper{
	width:750px;
	border-top:#4FA600 3px solid;
	margin:0 10px 0 10px;
	}
#logo {
	padding:29px 0 80px 25px;
}


#leftColumn {
	position:relative;
	float:left;
	width:545px;
	height:405px;
	padding:0 0 0 25px;
	background:#ccc url(world.gif) top left no-repeat;
	}
#content {
	float:left;
	overflow:hidden;
	width:530px;
	padding:30px 20px 20px 20px;
	}
#content p, #introContent p{
	padding: 0 0 10px 0;
	}
#content a{
	color: #3D8000;
	text-decoration:none;
	}
#content a:hover{
	color: #3D8000;
	text-decoration:underline;
	}
#content h1{
	font-size:2.0em;
	font-weight:normal;
	line-height:120%;
	color:#4FA600;
	padding:0 0 0.5em 0;
	}
#content h2{
	font-size:1.2em;
	line-height:120%;
	color:#4FA600;
	padding:10px 0 0.5em 0;
	}
#headIMG{
	float:left;
	}


/*TABNAVIGATION CONTENT*/
#intro{
	margin-top:135px;
	}
#summary{
	position:absolute;
	top:136px;
	left:418px;
	}
#introContent {
	background:url(transparent.png) top left no-repeat;
	border:#ccc 1px solid;
	width:500px;
	padding:20px 10px 0 10px;
	color:#333;
	}
#introContent h3{
	font-size:1.2em;
	font-weight:normal;
	line-height:120%;
	color:#3D8000;
	padding:0 0 0.5em 0;
	}
	
#rightColumn{
	width:180px;
	float:right;
	}
	
/*rightNavigation*/
#rightNavigation {
	float:left;
	width:180px;
	padding-bottom:100px;
	padding-top:25px;
}
#rightNavigation ul {
	border-bottom:#ccc 1px solid;
}
#rightNavigation li {
	list-style-type:none;
	line-height:14px;
	border-top:#ccc 1px solid;
}
#rightNavigation li a {
	background:none;
	color:#1F4000;
	text-decoration:none;
	display:inline-block;/*Holly-Hack*/
	padding: 10px 1px 10px 12px;
}
/*Holly-Hack gegen Leeraum bei Listenelementen IE6*/
#rightNavigation li a {
	display:block;
}

#rightNavigation li a:hover, #rightNavigation li.active a {
	background:#4FA600;
	color:#fff;
}
	
#footer{
	clear:both;
	width:750px;
	height:35px;
	font-size:11px;
	line-height:120%;
	background:url(bg_footer.gif) top left no-repeat;
	padding:15px 0 0 20px;
	}

#footer a{
	padding:0px 5px 0px 5px;
	text-decoration:none;
	color:#666;
	}
#footer a:hover{
	text-decoration:underline;
	}
	
/****** STANDARD TABLE ******/	
table {
	line-height: 120%;
	border-collapse:collapse;
	color:#333333;
}
table.standard{
	border:#d9d9d9 1px solid;
}
table.standard th {
	background:#fff url(bg_gradientGreyBottom.gif) bottom left repeat-x;
	border-right:#d9d9d9 1px solid;
	border-bottom:#d9d9d9 1px solid;
	color:#000;
	padding:5px;
	text-align:left;
}
table.standard td{
	padding:5px;
	vertical-align:top;
	border:#d9d9d9 1px solid;
}	
table.standard td.first{
	background:#efefef;
}		
table.standard p{
	padding:7px 0 7px 0;
}
