html {
	height: 101%;
}

body {
	margin: 5px auto;  
	background:  #E2E1DF;
}
table,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	
}

#oben {
	background:  url("../gfx/bg_oben.gif");
	background-repeat: repeat;
	height: 12px;
}
#head {
	background:  url("../gfx/bg_head.gif");
	background-repeat: repeat;
	height: 160px;
}
#ford {
	background:  url("../gfx/bg_ford.gif");
	background-repeat: repeat;
	height: 160px;
	width: 570px;
}

.headline {
	color: #333;
	font-size: 14pt;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

.border_1 {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

.border_2 {
	border-left: 1px solid #000;
}

.imgborder {
	border-left: 1px solid #5E626E;
	border-right: 1px solid #5E626E;
	border-top: 1px solid #5E626E;
	border-bottom: 1px solid #5E626E;
}

.inhalt {
	padding-left: 20px;
	border-left: 1px solid #000;
}

.td_f {
	text-align: right;
	padding-right: 10px;
}

.footer {
	font-size: 8pt;
	color: #5E626E;
}
/* allgemeine links im text */

a:link, a:visited, a:active{ 
	font-size: 8pt;
	text-decoration:none; 
	color:#5E626E;
}

a:hover{ 
	font-size:  8pt; 
	text-decoration:none;
	color:#000;
}
