html,body{
	height: 100%;
	width: 100%;
	margin: 0px;
	padding:0px;
	
	background-color: #FFF;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 180%;
	color: #000;
}
form, input{
	margin:0px;
	padding:0px;
}
input{
	border: 1px solid #9e9e9e;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px 5px;
}
a, a:focus, a:link {
	color:#f10502;
	text-decoration: underline;
}
a:active, a:hover {
	text-decoration: none;
}
a:visited {
	color: #CE0202;
}
td{
	vertical-align: top;
	padding: 0px 10px 0px 0px;
}
td.vbreak{
	padding-right: 0px;
	padding-left:10px;
	width:2px;
	background: url(../img/vvline.gif) repeat-y left top;
	empty-cells: show;
}

/* Classen und IDS*/

#container{
	position: relative;
	width: 890px;
	min-height: 100%;
	
	margin: 0px auto;
}


#header{
	position: relative;
	height: 160px;
	background: url(../img/vline.gif) no-repeat bottom right;
}
#header p{
	padding:0px;
	margin:0px;
}
#header h1#logo{
	position:absolute;
	left:45px;
	bottom:5px;
	
	width: 366px;
	height: 76px;
	margin: 0px;

	background: url(../img/logo.gif) no-repeat;
}
#header h1#logo a{
	display: block;
	width: 100%;
	height: 100%;
	
	text-indent: -1000em;
}
#header #suche{
	position:absolute;
	right:0px;
	bottom:13px;
}
.button_suchen{
	position: relative;
	top: 1px;
	left: 3px;
	width: 52px;
	height: 21px;
	background-color: transparent;
	background: url(../img/b_suche.gif) no-repeat;
	border: none;
}

ul#navigation{
	width: 125px;
	list-style: none;
	padding:0px;
	margin: 13px 15px 0px 0px;
	float: left;
}
ul#navigation li{
	text-align: right;
	line-height: 235%;
	font-size: 1em;
	color: #000;
}
ul#navigation li a{
	text-decoration: none;
	color: #000;
	display: block;
}

ul#navigation li#active a{
	color:#f10502;
}

#image{
	width: 750px;
	margin-top:10px;
	float: left;
}

#content{
	width: 750px;
	margin-left:140px;
	padding-bottom: 80px;
	clear: right;
}

/* Formatierungen */
h2{
	padding: 15px 0px 5px 0px;
	margin: 0px;
	font-size: 23px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	font-weight: normal;
}
h3{
	padding: 13px 0px 0px 0px;
	margin: 0px;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	color:#f10502;
}
h4{
	padding: 13px 0px 0px 0px;
	margin: 0px;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
}

p{
	margin: 13px 0px;
	padding:0px;
}

#content .info{
	width: 200px;
	border-right:3px solid #1d8bcb;
	background-color: #d9d9d9;
	color: #000;
	padding-bottom:1px;
	margin-left:20px;
	
	display: block;
	
	float: right;
}
#content .info p{
	padding: 0px 10px;
}
#content .info p p{
	margin:0px;
	padding:0px;
}
#content .info h2,
#content .info h3,
#content .info h4
{
	padding:13px 10px 0px;
}


#footer{

	/*padding-top anpassen wegen p - margin-bottom*/
	position: absolute;
	bottom:0px;
	left: 140px;
	
	width: 750px;
	
	padding-bottom:20px;
	background: url(../img/vline.gif) no-repeat top right;
	font-size: 1em;
}
#footer a{
	color: #000;
	text-decoration: none;
}
#footer a:hover{
	color:#f10502;
}

.icon8x{
	position: absolute;
	margin-left:-1.5em;
	margin-top:8px;
}
.important{
	background-color:red;
	padding:1px 5px;
	color:#FFF;
	}
