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


/**********************/
/* Common Definitions */
/**********************/

html{
	overflow:auto;
}

body{
	margin: 0;
	padding: 0;
	background-color:#769538;
	overflow: hidden;
	height:100%;
}

/* Layout */

img#bg_stretch{
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
}

div#body{
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	height: 100%;
	width: 100%;
	overflow: auto;
	overflow-y: scroll;
}

div#homepage{
	position:relative;
	left:50%;
	top:50%;
	width:568px;
	margin-left:-284px;
	margin-top:-250px;
}

table#mainframe{
	position:absolute;
	z-index:2;
	width:1020px;
	top:5px;
	left:50%;
	margin-left:-510px;
	border:none;
	margin-top:5px;
	margin-bottom:10px;
}

td#shadow_top{
	height:19px;
	background-image:url('/images/layout/schatten_oben.png');
	background-repeat:no-repeat;
}

td#shadow_left{
	width:20px;
	background-image:url('/images/layout/schatten_links.png');
	background-repeat:repeat-y;
}

td#shadow_right{
	width:20px;
	background-image:url('/images/layout/schatten_rechts.png');
	background-repeat:repeat-y;
}

td#shadow_bottom{
	height:20px;
	background-image:url('/images/layout/schatten_unten.png');
	background-repeat:no-repeat;
}

td#wrapper{
	width:960px;
	background-color:#FFFFFF;
	padding:0 10px 5px 10px;
}

div#header{
	position:relative;
	width:960px;
	height:180px;
	background-color:#A8C843;
	margin:10px 0 0 0;
}
div#header img#header{
	position:absolute;
	z-index:3;
	left:160px;
	top:0px;
	width:800px;
	height:180px;
}
div#header div#header_verlauf{
	position:absolute;
	z-index:4;
	top:0px;
	right:0px;
	width:960px;
	height:180px;
	background-image:url('/images/layout/header_verlauf.png');
	background-repeat:no-repeat;
}
div#header img#logo{
	z-index:5;
	position:relative;
	margin-left:5px;
}
div#header div#header_text{
	position:absolute;
	z-index:5;
	left:210px;
	top:135px;
	font-family:verdana;
	font-size:13pt;
	color:#FFFFFF;
	font-weight:bold;
}

div#header div#language{
	position:absolute;
	z-index:5;
	top:5px;
	right:5px;
}
div#header div#language img:hover{
	outline:1px solid #A8C843;
}
div#header div#language div#toplink{
	text-align:center
}
div#header div#language div#toplink a{
	color:#FFFFFF;
}
div#header div#language div#toplink a:hover{
	color:#A8C843
}

div#navigation{
	position:relative;
	z-index:5;
	width:960px;
	height:30px;
	margin:10px 0;
}

table#content-wrapper{
	position:relative;
	width:960px;
	position:relative;
	min-height:450px;
}
#ie6 table#content-wrapper{height:400px;}

table#content-wrapper tr{
	vertical-align:top;
}

td#content-left{
	position:relative;
	width:170px;
	background-color:#E1FFD1;
}
td#content-main{
	width:550px;
	position:relative;
	padding: 0px 20px 30px 20px;
}
td#content-right{
	position:relative;
	width:200px;
	background-color:#E1FFD1;
	text-align:center;
}

div#logos{
	margin-top:10px;
	font-size:8pt;
	text-align:center;
}
div#logos img{
	margin: 0 2px;
}

td.footer{
	text-align:center;
	color:#A8C843;
	font-weight:bold;
	font-size:8pt;
	padding-top:5px;
}
td.footer a{
	color:#A8C843;
	text-decoration:none;
}
td.footer a:hover{
	text-decoration:underline;
}

a.sponsor{
	display:block;
	margin-bottom: 10px;
}