@charset "utf-8";

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

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;
}

#logo {
	display:block;
	position:relative;
	width:731px;
	height: 132px;
	border: no;
	z-index: 0;
}

#header {
	height:150px;
	background-image: url(../images/texgutheader.jpg);
	}
	
#navigation {
	height:18px;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	padding-left: 20px;
	padding-top: 2px;
	}
	
#content {
	float:right;
	width:470px;
	min-height:200px;
	padding:20px 40px 20px 20px;
	border-left:none;
	}

#sidebox {
	float:left;
	width:165px;
	min-height:200px;
	padding:30px 10px 20px 20px;
	line-height: 90%;
	}
	
#footer {
	clear:both;
	height:50px;
	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: #80795F;
}
a:visited {
	text-decoration: none;
	color: #80795F;
}
a:active {
	text-decoration: none;
	color: #80795F;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #80795F;
}
.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;
}

