body{
	background-color:#e4e4e4;
	margin-top:60px;
	margin-bottom:60px;
	font-size:16px;
	background-image:url(img/bg.png);
	background-repeat:repeat;
    font-family:Arial,sans-serif;
    font-size:12px;
	}

a:link{
	color:#000000;
	text-decoration: underline;
	}

a:visited{
	color:#000000;
	}

a:hover{
	color:#999;
	text-decoration: none
	}

.menuelinks a:link{
	color:#FFFFFF;
	text-decoration: none;
	}

.menuelinks a:visited{
	color:#FFFFFF;
	text-decoration: none;
	}

.menuelinks a:hover{
	color:#CCC;
	text-decoration: underline;
	}

.menuelinks li{
	color:#FFFFFF;
	}

.active{
	color:#000;
	}

.shadow{
	-webkit-box-shadow: 0px 0px 10px #8c8c8c;
	-moz-box-shadow: 0px 0px 10px #8c8c8c;
	box-shadow: 0px 0px 10px #8c8c8c;
}

.publications li{
	line-height:24px;
	padding-bottom:4px;
	}

.contact{
	font-size:12px;
	}

#center{
	margin:0 auto;
	background-color:#ffffdd;
	width:900px;
	}

#header{
	width:900px;
	height:160px;
	}

#name {
	height:100px;
	width:600px;
	background-image:url(img/boerner.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	float:left;
	}

#quotation{
	width:230px;
	height:78px;
	padding-left:70px;
	padding-top:24px;
	font-size:22px;
	color:#FFF;
	background-color:#3d7b43;
	float:right;
	font-family:"Times New Roman", Times, serif
	}

#menu_left{
	background-color:#3d7b43;
	line-height:26px;
	width:210px;
	margin-top:20px;
	margin-left:-48px;
	z-index::2;
	font-size:15px;
	padding-top:3px;
	padding-bottom:3px;
	}
	
#menu_left_2{
	background-color:#3d7b43;
	line-height:26px;
	width:210px;
	margin-top:20px;
	margin-left:-48px;
	z-index::2;
	font-size:15px;
	padding-top:3px;
	padding-bottom:3px;
}
	
#menu_right{
	width:210px;
	margin-top:10px;
	margin-right:-48px;
	z-index::2;
	float:left;
	font-size:15px;
	}

#foto{
	border:0px;
	margin-top:10px;
	margin-bottom:-5px;
	}

.menue{
	width:186px;
	line-height:26px;
	background-color:#3d7b43;
	padding-top:16px;
	padding-bottom:16px;
	}

#content{
	padding-left:60px;
	padding-right:60px;
	padding-top:16px;
	width:440px;
	min-height:360px;
	float:left;
	text-align:justify;
	}

#text_content{
	min-height:260px;
	line-height:19px;
	padding:0px;
    font-size:13px;
	}

#footer{
	padding:2px;
	border-top:2px solid #e4e4e4;
	background-color:#3d7b43;
	}

#headline{
	font-size:24px;
	padding-bottom:26px;
	padding-top:30px;
}

#gradient{
	width:100%;
	height:100px;
	background-image:url(img/gradient.png);
	clear:left;
	}

#text{
	width:400px;
	height:100px;
	}

#error{
	color:#F00;
	}