/* 
10px = 0.6em
12px = 0.76em
14px = 0.9em
16px = 1.0em
18px = 1.12em
22px = 1.38em
26px = 1.63em
*/


html, body, div, p,
h1, h2, h3, 
span, a, table, td,
form, img	{ 
	margin: 0px; 
	padding: 0px; 
	font-family: Franklin Gothic Book, Franklin Gothic, Arial, Helvetica, sans-serif; 
	color: rgb(0,0,0);
	border: 0px;
}
							  
html, body	{ 
	background-color: #FFFFFF;
	font-size: 0.85em; 
} 

body {
	margin-left: 1px;
}

ul, li	{ 
	margin-left: 10px; 
	padding: 3px; 
}	

p {
	margin-top: 15px;
}

input, textarea {
	border: 1px solid rgb(252,196,26);
	background-color: transparent;
}

#head {
	height: 70px;
	background-color: rgb(0,0,0);
}

	#head h1 {
		color: rgb(255,255,255);
		margin: 0px;
		float: left;
		font-size: 1.5em; 
		font-weight: normal; 
	}

#navi {
	height: 137px;
	background-image: url(images/xx_navigationbg.jpg);
	background-repeat: no-repeat;
	background-color: rgb(255,214,77);
}

	#navi ul {
		margin: 0px;
		padding: 0px;
		margin-top: 1px;
		float: left;
	}
	
		#navi ul li {
			height: 26px;
			margin: 0px;
			padding: 0px;
			padding-top: 6px;
			padding-left: 8px;
			margin-bottom: 2px;
			list-style-type: none;
	
		}
			#navi ul li.aktiv {
				background-color: #fcc41a;
			}
	
			
			
			#navi ul li a {
				text-decoration: none;
				font-size: 1.2em;
			}

			
#content {
	margin-top: 30px; 
	width: 950px;
}
	
	#content #links {
		float: left;
		width: 165px;
		padding-left: 20px; 
	}
	
	#content #mitte {
		float: left;
		width: 590px;
	}

		#content #mitte h1 {
			font-size: 2em;
			font-weight: normal; 
		}
		
		#content #mitte h2 {
			font-size: 1.5em;
		}
		
		#content #mitte hr {
			height: 2px;
			color: rgb(252,196,26);
			background-color: rgb(252,196,26);
			margin-left: -10px;
			margin-top: 26px;
			margin-bottom: 24px;
			border: 0px;
		}
		
		#content #mitte hr.klein {
			height: 1px;
			margin-top: 18px;
			margin-bottom: 0px;
			margin-left: 0px;
		}
		
		#content #mitte ul  {
			margin: 0px;
			padding: 0px;
		}
			
			#content #mitte ul li {
					list-style-image: url();
					padding-left: 20px;
					background-image: url(images/xx_pfeil.gif);
					background-repeat: no-repeat;
					list-style-type: none;
			}
				
				#content #mitte ul li.subnavi {
					padding-left: 40px;
					background-image: url(images/xx_subnavi.gif);
					line-height: 1.2em;
				}

		#content #mitte .teaserbox {
			float: left;
			width: 183px;
			margin-right: 17px;
			padding-bottom: 8px;
			border: 1px solid rgb(217,218,219);
		}
		
			#content #mitte .teaserbox h1 {
				width: 183px;
				height: 34px;
				text-align:center;
				font-size: 1.1em;
				font-weight: bold;
				background-image: url(images/00_ueberschriftbg.jpg);
			}
			
			#content #mitte .teaserbox p {
				margin-left: 8px;
				margin-right: 5px;
				margin-bottom: 8px;
			}
			
			#content #mitte .teaserbox ul {
				margin: 0px;
				padding: 0px;
			}
			
				#content #mitte .teaserbox ul li {
					list-style-image: url();
					padding-left: 20px;
					background-image: url(images/00_pfeil.gif);
					background-repeat: no-repeat;
					list-style-type: none;
				}
			
		
	#content #rechts {
		float: left;
		padding-left: 25px;
		width: 150px;
	}
	
		#content #rechts h1 {
			font-size: 1.5em; 
			font-weight: bold;
			margin-bottom: -10px;
		}
		
		#content #rechts p {
			clear: both;
			border-top: 1px solid rgb(0,0,0);

		}
			
			#content #rechts p img {
	
				margin-right: 3px;
			}
			
		#content #rechts ul {
				float:right;
		}
			
			#content #rechts ul li {
				padding-left: 20px;
				background-image: url(images/00_pfeil.gif);
				background-repeat: no-repeat;
				list-style-type: none;
			}
	
#foot {
	clear: both;
	width: 912px;
	padding-top: 20px;
}

	#foot a {
		color: rgb(88,88,90);
	}
	
#kontakt {
	width: 165px;
	height: 150px;
	margin-top: -188px;
	float: left;
	padding-left: 20px; 
	color: rgb(88,88,90);
}

	
	
	

/* Bei Bedarf kopieren und Klasse festlegen

a:link,	a:active, a:visited	{ text-decoration: none; }
a:hover						{ text-decoration: underline;  }

#titel						{ font-size: 12pt; font-weight: bold; color: #ffffff; }

a.Klasse:link,
a.Klasse:active,
a.Klasse:visited			{ text-decoration: none; }
a:hover						{ text-decoration: underline; }

*/