body{
	font-family: arial;
}

div#contain{
	position:absolute;
	top:0%;
	left:50%;
	width:1000px;
	margin-left:-438px;
	overflow:hidden;
}

div#wallpaper{
	/*Positionierung*/
	z-index:-1;
	width:100%;
	height:100%;
	overflow:hidden;
	/*Bild & Durchsichtigkeit*/
	background-image:url("../img/wallpaper.jpg");
	filter: alpha(opacity=10);  
    -moz-opacity: 0.1;  
    -khtml-opacity: 0.1;  
    opacity: 0.1;  
}

div#header{
	margin-top:20px;
	width:500px;
	height:100px;
}
div#loading{
	display:none;
	position:fixed;
	height:100%;
	width:100%;
	background:white;
	padding-top:25%;
	padding-left: 50%;
	z-index:999;
	filter: alpha(opacity=50);  
    -moz-opacity: 0.5;  
    -khtml-opacity: 0.5;  
    opacity: 0.5;
}

div#headlinks{
	/*border-top:solid 10px #388222;
	border-bottom:solid 10px #388222;*/
	padding-top:10px;
	padding-bottom:10px;
	/*Schrift*/
	font-size:14pt;
	color: #ffffff;
	text-shadow: 1px 1px 3px #000000;
	background:#388222;
	/*Schatten inkl. Platz dafür*/
	box-shadow:8px 8px 8px #666;
	margin: 20px;
	/*Runde Ecken*/
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	/*Verlauf*/
	background-image: -webkit-linear-gradient(top, rgba(102,179,79,1) 26%,rgba(57,130,34,1) 58%, rgba(57,130,34,1) 64%,rgba(50,110,30,1) 88%);
   background-image:    -moz-linear-gradient(top, rgba(102,179,79,1) 26%,rgba(57,130,34,1) 58%, rgba(57,130,34,1) 64%,rgba(50,110,30,1) 88%);
   background-image:     -ms-linear-gradient(top, rgba(102,179,79,1) 26%,rgba(57,130,34,1) 58%, rgba(57,130,34,1) 64%,rgba(50,110,30,1) 88%);
   background-image:      -o-linear-gradient(top, rgba(102,179,79,1) 26%,rgba(57,130,34,1) 58%, rgba(57,130,34,1) 64%,rgba(50,110,30,1) 88%);
   background-image:         linear-gradient(top, rgba(102,179,79,1) 26%,rgba(57,130,34,1) 58%, rgba(57,130,34,1) 64%,rgba(50,110,30,1) 88%);
}

div#leftbar{

	height:550px;
	width:29%;
	float:left;
	background: #d3d1e4;
	border-top:solid 10px #388222;
	border-bottom:solid 10px #388222;
	padding:20px;
	/*Schatten inkl. Platz dafür*/
	box-shadow:8px 8px 8px #666;
	margin:0px 20px 20px 20px;
	/*Runde Ecken*/
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
}

div#content{	
	height:550px;
	overflow:auto;
	background: #d3d1e4;
	border-top:solid 10px #388222;
	border-bottom:solid 10px #388222;
	padding: 20px;
	/*Schatten inkl. Platz dafür*/
	box-shadow:8px 8px 8px #666;
	margin: 20px;
	/*Runde Ecken*/
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
}

div#footer{
	width:100%;
	overflow:hidden;

	font-size:8pt;
}