/* STANDARDS ver2.0 */

html,body,td,th,tr,font,p,a,h1,h2,h3,h4,ul,ol,li,label,input,textarea,button,select{
	 padding:0px;
	 margin:0px;
	 border:0px;
	 font-size:11px;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 color:#65690c;
	 line-height:1.5em;
	 text-decoration:none;
}

img,table,tr,td{
	 padding:0px;
	 margin:0px;
	 border:none;
}

/* END STANDARDS */

body{
	background-image:url(../images/kachel.gif);
}

.logobox{
	width:100%;
	height:60px;
	background-color:#ffffff;
}

.logo{
	margin:auto;
	width:800px;
	height:60px;
	background-image:url(../images/logo.gif);
	background-position:right;
	background-repeat:no-repeat;
}

.logo h1{
	display:none;
}

.navigation{
	width:100%;
	height:23px;
	background-color:#a2a813;
	background-image:url(../images/bg_navigation.gif);
	background-repeat:no-repeat;
	background-position:right;
}

.navigation ul{
	margin:auto;
	padding-top:3px;
	width:800px;
	height:20px;
	display:block;
	background-image:url(../images/bg_navigation_ul.gif);
}

.navigation li{
	float:left;
	list-style:none;
	font-weight:bold;
}

.navigation li a{
	color:#ffffff
}

.navigation li a:hover{
	color:#4b4e08;
}


.content{
	width:100%px;
	background-color:#ffffff;
}

.contentbox{
	margin:auto;
	padding-top:30px;
	padding-bottom:50px;
	width:800px;
	overflow:hidden;
	background-color:#ffffff;
}

.contentbox p,h2{
	color:#000000;
}

.contentbox p{
	margin-bottom:15px;
}

.contentbox h2{
	margin-bottom:15px;
}

.contentbox img{
	margin-right:22px;
	margin-bottom:20px;
	border:1px solid #a2a813;
}

.footer{
	width:100%;
	height:100px;
	background-color:#a2a813;
}

.footerbox{
	margin:auto;
	padding-top:10px;
	width:800px;
	height:90px;
	background-image:url(../images/bg_footerbox.gif);
	background-repeat:no-repeat;
	text-align:right;
}

.footerbox a{
	color:#ffffff;
}

.footerbox a:hover{
	color:#4b4e08;
}

