@charset "utf-8";

body {
	color:#333333;
	line-height:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #84837f;
}

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:10px auto;
	background-color:#FFF;
	border:1px solid #000;
}
	#header {
	height:150px;
	background-image: url(../images/header.jpg);
	}
	#navigation {
	height:18px;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	padding-left: 20px;
	padding-top: 2px;
	}
	#content {
	float:left;
	width:510px;
	min-height:200px;
	padding:20px;
	border-right:1px solid #333;
	}
	
	#logo {
	display:block;
	position:relative;
	width:731px;
	height: 132px;
	border: no;
	z-index: 0;
}

	#sidebox {
	float:right;
	width:165px;
	min-height:200px;
	padding:20px 20px 20px 10px;
	}
	#footer {
	clear:both;
	height:40px;
	border-top:1px solid #333;
	padding: 10px;
	padding-left: 20px;
	}
	* html #footer { /*nur IE6, ID footer soll sich unterhalb content und sidebox einreihen */
	height:1%;
	}
	
a:link {
	text-decoration: none;
	color: #4F74BA;
}
a:visited {
	text-decoration: none;
	color: #4F74BA;
}
a:active {
	text-decoration: none;
	color: #4F74BA;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #4F74BA;
}
.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;
}

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