@charset "utf-8";

body {
	color:#333333;
	line-height:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: white;
	background-image:url(../images/gras.jpg)
}

h3 {
	border-top: 1px solid;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

h1 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}


#wrapper {
	width:760px;
	margin:20px auto;
	background-color:#FFF;
	border:none;
}
	#header {
	height:1px;
	}
	#navigation {
	height:16px;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	padding: 2px 0px 2px 0px;
	margin-bottom:20px;
	}
	#content {
	float:right;
	width:500px;
	min-height:200px;
	padding:10px 20px 20px;
	}
	
	#logo {
	display:block;
	position:relative;
	width:731px;
	height: 71px;
	border: no;
	z-index: 0;
}

	#sidebox {
	float:left;
	width:175px;
	min-height:200px;
	padding:8px 20px 0px 0px;
	}
	#footer {
	clear:both;
	height:40px;
	padding: 10px;
	padding-left: 0px;
	margin-right: 20px;
	}
	* html #footer { /*nur IE6, ID footer soll sich unterhalb content und sidebox einreihen */
	height:1%;
	}
	
.nav {font-size: 11.5px;
	}
a:link {
	text-decoration: none;
	color: #AF8C1F;
}
a:visited {
	text-decoration: none;
	color: #AF8C1F;
}
a:active {
	text-decoration: none;
	color: #AF8C1F;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #AF8C1F;
}
.cam {
	background-color: #CCCCCC;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;	
	background-image:url(../images/gras.jpg);
}

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.approved
{
position:absolute;
bottom:5px; right:5px;
}
