@charset "utf-8";
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10pt;
	text-align: center;
	background-color:#CCCCCC;
	color: Black;
}

td th {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10pt;
}

h1 {
	font-size: 16pt;
	font-weight: bold;
	margin-top: 0px;
}

h2 {
	font-size: 14pt;
	font-weight: bold;
}

h3 {
	font-size:12pt;
	font-weight:bold;
}

a {
	color:black;
	text-decoration:underline;	
}

a:hover {
	color:#600;
}

#nav a {
	color:black;
	text-decoration:none;
}

#nav a:hover {
	text-decoration:underline;
}

a img {
	border:0;
}

input, select, textarea {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #000000;
}

p {
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 12px;
}

.box_main {
	width: 800px;
	background-color:#FFF9DF;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 1px solid Gray;
	position: relative;
	color: Black;
}

#header {
	text-align:center;
	height:119px;
	border-bottom:3px solid #F60;
}

#nav {
	position:absolute;
	top:122px;
	left:0px;
	width:120px;
	padding:10px;
	background-color:#FFDFAE;
	line-height:20px;
}

.nav2 {
	font-size:8pt;
	padding-left:10px;
}

#content {
	position:relative;
	top:0px;
	left:140px;
	width:468px;
	padding:10px 20px 10px 20px;
	border-left:1px dotted #F60;
	border-right:1px dotted #F60;
}

#footer {
	font-family:Verdana, Geneva, sans-serif;
	border-top:1px solid #F60;
	padding-top:5px;
	padding-bottom:5px;
	font-size:8pt;
	text-align:center;
}

#col_r {
	float:right;
	width:130px;
	padding:10px;
	font-size:8pt;
}

.clearleft {
	clear:left;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#position {
	font-size:7pt;
}

.small {
	font-size:7pt;
}

.zentriert {
	text-align:center;
}

.ziegel {
	text-align:center;
}

.ziegel img {
	border:1px solid gray;
	margin:1px;
}

.liste {
	margin-left:-20px;
}

.liste li {
	padding-bottom:10px;
}

.punktlinie {
	position: relative;
	height: 1px;
	margin-top: 0px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #F60;
}

.fett {
	font-weight:bold;
}

.img_l {
	float:left;
	margin-right:15px;
	margin-bottom:10px;
}