* {
	margin:0px;
	padding:0px;
}


html, body {
	background:#a9b2bf;
	height:100%;
}

body, div, span, table, td, p, a, form {
	font-family:Arial, Geneva,Helvetica,sans-serif;
	font-size:9pt;
	line-height:150%;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-family:Arial, Geneva,Helvetica,sans-serif;
	margin:10px 0px;		
}

/** Standard-Schriftgrößen für H (Werden sonst in verschiedenen Browsern verschieden dargestellt)  **/
h1 {font-size:32pt;}
h2 {font-size:24pt;}
h3 {font-size:18pt;}
h4 {font-size:16pt;}
h5 {font-size:12pt;}
h6 {font-size:10pt;}

table {
	border-collapse:collapse;
}

img, table {
	border:0px;
}

a:link,a:visited {
	color:navy;
	text-decoration:underline;
}

a:hover,a:focus {
	color:red;
	text-decoration:none;	
}

.floatclear {
	clear:both;
	font-size:0px;
	line-height:0px;
}

.red {
	color:red;	
}

.size7 {
	font-size:7pt;
}

.bgwhite {
	background:#FFF;
}

h2.top_headline {
	font-size:15pt;
	margin:15px 0px;
}

table.preise {
	background:white;
	border:1px solid silver;	
}

	table.preise td {
		border:1px solid silver;
		padding:5px;
	}

	table.preise tr.gray {
		background:#f1f1f1;
	}


#root {
	width:770px;
	border:1px solid black;
	background:#FFF url('img/main/bg_root.gif') repeat-y;
	margin:auto;
	margin-top:10px;
}
	#head {
		width:100%;
		height:90px;
		background:#ffe7c3 url('img/main/head.gif') no-repeat;
	}
		#head h1,#head h2 {
			display:none;
		}

	#main {
		width:538px;
		float:right;
		border-top:1px solid silver;
	}
		#content {
			background:#FCFCE5;
			margin:35px 20px 20px 20px;
		}		
		
		#content, #content span {
			font-size:1.1em;
		}
	#left {
		width:232px;
		float:left;
	}
		#navibox {
			margin:0px 20px;
			margin-bottom:20px;

			
		}
		
		#navi {
			width:180px;
			background:#bfd7fa;
			margin:auto;
			margin-top:20px;
			border:2px solid black;
			list-style-type:none;
		}
		
			#navi li {
				display:inline;
			}


			#navi li a {
				width:148px;
				padding:5px;
				padding-left:27px;				
				border-top:1px dashed #afafaf;
				color:black;
				text-decoration:none;
				display:block;
				font-weight:bold;
				font-size:11pt;
				color:black;
			}
			
			#navi li a.aktive_navi_a {
				padding-left:15px;
			}
			
			#navi li a:hover, #navi li a.aktive_navi_a {
				color:red;
			}

			#wiese {
				height:140px;
				background:url('/img/navi/bg.gif') no-repeat;
			}	

		
