body {

	background: url("../img/bg.gif") repeat-x; 
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333; 
	margin: 0;
	text-align: center; }


/**********************
 *
 * Schrift und Links: 
 *
 **********************/


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


				#navigation_left a:active {
					font-family: Georgia;
					font-size: 12px;
					color: #FFFFFF;
					text-decoration: none;
				}
				#navigation_left a:visited {
					font-family: Georgia;
					font-size: 12px;
					color: #FFFFFF;
					text-decoration: none;
				}
				#navigation_left a:hover {
					font-family: Georgia;
					font-size: 12px;
					color: #000000;
					text-decoration: none;
				}
				#navigation_left a:link {
					font-family: Georgia;
					font-size: 12px;
					color: #FFFFFF;
					text-decoration: none;
				}
				
				
				#navigation_right a:active {
					font-family: Georgia;
					font-size: 12px;
					color: #FFFFFF;
					text-decoration: none;
				}
				#navigation_right a:visited {
					font-family: Georgia;
					font-size: 12px;
					color: #FFFFFF;
					text-decoration: none;
				}
				#navigation_right a:hover {
					font-family: Georgia;
					font-size: 12px;
					color: #000000;
					text-decoration: none;
				}
				#navigation_right a:link {
					font-family: Georgia;
					font-size: 12px;
					color: #FFFFFF;
					text-decoration: none;
				}


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


h1{
	font-family: Verdana;
	font-size: 15px;
	color: #990000;
	margin-bottom:5px;	}
	
h2{
	font-family: Verdana;
	font-size: 13px;
	color: #990000;
	margin-bottom: 3px;	}
	
hr{
	margin-right:"0";
	margin-left:"0";
	border: "1px dashed #990000"; }


table {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #333333; }

	
li {
	color: #333333;
	list-style-type: square; }


.inputbox {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #990000;
	background: #ededed; }


.button {
	padding: 2px 5px 2px 5px;
	height: 22px;
	border: solid 1px #993300;
	background-color: #FFFFFF;
	color: #993300;
	font-family: Verdana;
	text-align: center;
	font-size: 10px;}
		

		
/**********************
 *
 * Kategorien / Divs: 
 *
 **********************/
 

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

	
#head {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 900px;
	height: 260px;
	position: relative;
 	float: left;
	top: 0;
	left: 0; }


		#navigation_left {
			background: url("../img/navigation_left.gif") no-repeat; 
			width: 290px;
			height: 260px;
			white-space: normal;
			position: relative;
			text-align: left; 
			float: left; }
		
		#navigation_left .text {
			margin-top: 76px; 
			margin-bottom: 0px; 
			margin-right: 0px;
			margin-left: 124px; }
			
		#navigation_left li {
			list-style-type:none;
			margin-top:11px; }

			
		#navigation_center {
			background: url("../img/navigation_center.gif") no-repeat; 
			text-align: left; 
			width: 320px;
			height: 260px;
			white-space: normal;
			position: relative;
			float: left; }
			
		#navigation_center .text {
			margin-top: 242px; }
			
			
		#navigation_right {
			background: url("../img/navigation_right.gif") no-repeat; 
			width: 290px;
			height: 260px;
			white-space: normal;
			position: relative;
			text-align: right; 
			float: left; }
		
		#navigation_right .text {
			margin-top: 76px; 
			margin-bottom: 0px; 
			margin-right: 162px;
			margin-left: 0px; }
			
		#navigation_right li {
			list-style-type:none;
			margin-top:11px; }
			

#main {
	width: 100%;
	position: relative;
 	float: left; }


		#content {
			background: url("../img/main.gif") no-repeat; 
			width: 900px;
			height: 454px;
			white-space: normal;
			position: relative;
			float: left; }
		
		
		#content .text {
			margin-top: 23px; 
			margin-bottom: 0px; 
			margin-right: 0px;
			margin-left: 210px; }
		
		#foot {
			background: url("../img/foot.gif") no-repeat; 
			width: 900px;
			height: 70px;
			position: relative;	
			text-align: center;
			float: left; }
			
		#foot .text {
			margin-top: 13px; }
