html, body{
	width:100%;
	height:100%;
	background-color:#f8f8f8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#086090;
	background-image:url(bg.png);
	background-repeat:repeat-x;
	background-position:top;
}
body{
	padding-bottom:1px;
}


#head{
	height:100px;
	background-image:url(head.png);
	background-image:url(head_z.png);
	background-repeat:repeat-x;
	z-index:10000;
	position:relative;
}
#header{
	margin:0 auto;
	width:720px;
	height:100px;
	background-image:url(header.png);
	background-repeat:no-repeat;
	text-indent:-90000px;
	position:relative;
}
#logo{
	background-image:url(logo.png);
	background-repeat:no-repeat;
	position:absolute;
	top:2px;
	left:10px;
	width:111px;
	height:140px;
}

#wrap{
	width:720px;
	margin:0 auto;
	background-image:url(verlauf.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FFFFFF;
	overflow:hidden;
	margin-bottom:15px;
}
#menu{
	min-height:70px;
}
#content{
	margin:20px;
}
#footer{
	background-color:#086090;
	color:#FFFFFF;
	padding:3px;
	text-align:center;
}

#footer a{
	color:#FFFFFF;
	text-decoration:none;
	margin:0 65px;
}
#footer a:hover{
	text-decoration:underline;
}


h2{
	font-size:18px;
	margin-bottom:10px;
}



#menu ul{
	position:relative;
	display:block;
}
#menu ul ul{
	position:relative;
}
#menu li{
	background-image:url(menubg.png);
	background-repeat:no-repeat;
	background-position:bottom;
	width:120px;
	display:block;
	position:absolute;
}
#menu li ul{
	position:absolute;
	bottom:20px;
}
#menu li div{
	position:relative;
}
#menu li li{
	background:none;
	position:relative;
	background-image:url(menubg.png);
	background-repeat:no-repeat;
	background-position:center;
}
#menu li a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:9px;
	text-align:center;
	display:block;
	padding-bottom:5px;
	line-height:20px;
}
#menu li a{
	color:#fff;
}
#menu li a:hover{
	color:#bbb;
}

#content ul{
	margin-left:15px;
}



h2{
	font-size:20px;
	margin-bottom:7px;
	color:#003366;
}
h3{
	font-size:16px;
	margin-top:14px;
	color:#003366;
	margin-bottom:7px;
}

h4{
	margin-top:4px;
	margin-bottom:7px;
	font-size:14px;
	color:#003366;
}

p{
	margin-top:4px;
	margin-bottom:9px;
}
a{
	color:#003366;
}
a:hover{
	color:#006699;
}
img{
	border:none;
}
.clear{
	clear:both;
}

form input, button, textarea{
	border:1px solid #ddd;
	background-color:#f5f5f5;
	color:#086090;
}

.leiferprogramm {
	line-height:200%;
}
.leiferprogramm .headdescr{
	padding:5px;
	padding-left:0px;
	font-weight:bold;
}
.leiferprogramm .artnr{
	float:left;
	width:120px;
}
.leiferprogramm .descr{
	float:left;
	width:250px;
}
.leiferprogramm div.img{
	float:left;
	width:80px;
	height:19px;
	border:1px solid #eee;
	margin-right:25px;
}
#divpopup img{
	border:1px solid #eee;
}