body {

	background: url("../img/bg.gif") repeat-x; 
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	margin: 0;
	text-align: center; }

/**************************************************************************************************************************
 *
 * Links: 
 *
 **************************************************************************************************************************/

a:link {
	font-family: Verdana;
	font-size: 11px;
	color: #6f6c41;
	text-decoration: none;
}
a:visited {
	font-family: Verdana;
	font-size: 11px;
	color: #6f6c41;
	text-decoration: none;
}
a:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #6f6c41;
	text-decoration: underline;
}
a:active {
	font-family: Verdana;
	font-size: 11px;
	color: #6f6c41;
	text-decoration: none;
}



#navigation a:link {
	font-family: Georgia;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:visited {
	font-family: Georgia;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:hover {
	font-family: Georgia;
	font-size: 14px;
	color: #CCCCCC;
	text-decoration: none;
}
#navigation a:active {
	font-family: Georgia;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}



#footer a:link {
	font-family: Tahoma;
	font-size: 9px;
	color: #6f6c41;
	text-decoration: none;
}
#footer a:visited {
	font-family: Tahoma;
	font-size: 9px;
	color: #6f6c41;
	text-decoration: none;
}
#footer a:hover {
	font-family: Tahoma;
	font-size: 9px;
	color: #6f6c41;
	text-decoration: underline;
}
#footer a:active {
	font-family: Tahoma;
	font-size: 9px;
	color: #6f6c41;
	text-decoration: none;
}

/**************************************************************************************************************************
 *
 * Schrift Allgemein: 
 *
 **************************************************************************************************************************/

table {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	font-weight: normal; }	
	
ul {
	margin-top: 5px; }	
	
li {
	color: #333333;
	list-style-type: square;
	line-height: 16px;
	margin-left: -20px; }	
	
h1 {
	color: #b37e22;
	font-family: Georgia;
	font-size: 13px;
	text-decoration: none;
	margin-bottom: 10px;
	margin-top: 0px;}

h2 {
	color: #999999;
	font-family: Tahoma;
	font-size: 9px;
	text-decoration: none;
	margin-bottom: 4px;
	margin-top: 0px;}
	
h3 {
	color: #6f6c41;
	font-family: Georgia;
	font-size: 14px;
	text-decoration: underline;
	margin-bottom: 10px;
	margin-top: 0px;}
	
.inputbox {
	font-family: Tahoma;
	font-size: 12px;
	border: solid 1px #333333;
	font-weight: normal;
	color: #b37e22;
	background: #FFFFFF; }

.button {
	padding: 2px 5px 2px 5px;
	height: 22px;
	border: solid 1px #b37e22;
	background-color: #ffffff;
	color: #b37e22;
	font-family: Tahoma;
	text-align: center;
	font-size: 12px;}

/**************************************************************************************************************************
 *
 * Containers: 
 *
 **************************************************************************************************************************/

#container {
	width: 800px;
	position: relative;
	text-align: left;
	margin: auto; }

#header {
	background: url("../img/header.gif") no-repeat; 
	width: 800px;
	position: relative;
	text-align: right;
	top: 0px;
	left: 0;
	height: 85px; }
	
#navigation {
	background: url("../img/navigation.gif") no-repeat; 
	width: 800px;
	height: 63px;
	white-space: normal;
	position: relative;
	text-align: center;
	float: left; }
	
#navigation .text {
	margin-top: 31px; }
	
#nav {
	background: url("../img/nav.gif") no-repeat; 
	width: 234px;
	height: 550px;
	white-space: normal;
	position: relative;
	text-align: left;
	float: left; }

#nav .text {
	margin-right: 25px;
	margin-left: 70px;
	margin-top: 20px; }
	
#main {
	width: 566px;
	position: relative;
 	float: left; }

#contentpic {
	width: 566px;
	height: 270px;
	position: relative;
	float: left; }
		
#content {
	width: 566px;
	white-space: normal;
	position: relative;
	text-align: justify;
	float: left; }

#content .text {
	margin-top: 5px;
	margin-bottom: 9px;
	margin-right: 68px;
	margin-left: 11px; }

#footer {
	background: url("../img/footer.gif") no-repeat; 
	text-align: center;
	width: 566px;
	position: relative;
	float: left;
	height: 90px;
	padding: 15px 60px 0 0;
	line-height: 18px;
	font-family: Tahoma;
	font-size: 9px;
	color: #333333;}
