/* CSS Document */
*
{
margin: 0;
padding: 0;
}

html, body {
font-size:12px;
font-family:Verdana;
margin:0;
padding:0;
padding-top:10px;
height:100%;
background:#fff url("images/bg.png") repeat;
}

/*--- DIV TAGS ---*/

a:link, a:active; a:hover, a:visited {
font-weight:bold;
text-decoration:none;
color:#000000;
}

#top {

padding:0;
margin:0 auto;
width:950px;
height:18px;
background:url("images/oben.gif") no-repeat top left;
}

#wrapper {

padding:0;
margin:0 auto;
width:950px;
background:#fff;
min-height: 100%;
height:auto !important; /* moderne Browser */
height:100%; /* IE */
position:relative;
}

#logo {
position:absolute;
left:20px;
top:20px;
width:429px;
height:84px;
float:left;
}

#menu {
margin-top:74px;
background:#fff;
width:410px;
height:17px;
float:right;
}

#menu ul li {
display:inline;
margin-right:10px;
padding:5px 10px 1px 10px;
background:#fff;
color:#333;
}

#menu ul a:link {
color:#333;
text-decoration:none;
}
#menu ul a:visited {
color:#333;
text-decoration:none;
}
#menu ul a:hover {
color:#000;
text-decoration:none;
}


#header_line {
background:#00519e;
width:910px;
height:4px;
clear:both;
margin-left:10px;
margin-top:30px;
}

/*--- CONTENT ---*/
#content {
padding-left:10px;
padding-right:10px;
padding-top:15px;
}
#contentx {
padding-left:10px;
padding-right:10px;
padding-top:0px;
padding-bottom:100px;
}

#frontshow_headline {
width:210px;
font-size:15px;
float:left;
}

#frontshow_headline ul {
margin:0;
padding:0;
list-style-type:none;
}

#frontshow_headline ul li {
margin:0px;
padding:0px;
margin-top:5px;
border:none;
display:block;
}
#frontshow_img {
float:right;
background:#efefef;
width:680px;
height:400px;
padding:3px;
}

#description {
width:208px;
font-size:12px;
margin:0px;
padding:7px;
padding-top:5px;
line-height:170%;
background:#efefef;
float:left;
border:none;
margin-bottom:5px;
display:none;
}

.leiste {
width:910px;
height:15px;
background:#fff url("images/leiste.gif");
}

.ul_linie {
	
border-bottom:1px solid #ccc;
margin-top:30px;
margin-bottom:50px;	
margin-left:50px;
margin-right:50px;
	}
.ul_head {
	
	font-size:16pt;
	font-weight:bold;
	color:#00519e;
	margin-top:30px;
	margin-bottom:15px;
	}
	
.ul_cont {
	margin-top:8px;
	margin-left:30px;
	width:260px;
	float:left;
	}
	
.p_margin {
	
	margin-top:10px;
	
	}
	
.input {
	
font-family:Arial,sans-serif; color:#000000;
 font-size:12px;
 border: 1px solid #ccc;
 height:15px;
 width:250px;
 padding:2px;
	}

.box {
width:370px;
height:250px;
float:left;
margin-top:20px;
margin-left:60px;
}

#footer {
position:absolute;
bottom:0;
background:#efefef url("images/kante_links.gif") no-repeat top left;
width:910px;
margin-top:30px;
text-decoration:none;
}
#footer2 {
width:895px;
background:#efefef url("images/kante_rechts.gif") no-repeat top right;
padding:5px;
margin-left:15px;
}
#footer_links {
margin:5px;
font-size:11px;
font-weight:bold;
text-align:center;
}
#footer_txt {
font-size:11px;
margin:5px;
text-align:center;
}

.clear {
clear:both;
}