@charset "utf-8";
/* CSS Document */

a {
	text-decoration:none;
	color:#000
}
a:hover {
	text-decoration: underline;
}

#topmenu ul {
	background:url(images/hdl.jpg);
	height:176px;
	padding:50px 50px 0 50px
}
#topmenu ul li {
	line-height:1.9em;
	border-bottom:#fff 1px solid;
}
#topmenu ul li a {
	color:#FFFFFF
}

#header h1 {
	padding: 70px 0 0 100px;
}
#header div {
	padding-left:150px;
	font-size:13px;
}

/* Hauptmenü */
#mainmenu h2 {
	font-size:24px;
	padding:30px 0 0 40px
}

#mainmenu ul {
	padding:10px 40px 0 30px
}
#mainmenu li {
	line-height:1.9em;
	border-bottom:#88bcbc 1px solid;
	list-style: inside disc;
	color:#336666
}
#mainmenu li a {
	color:#336666
}


/* Contentbereich */

/*Überschrift*/
#maincontent h2 {
	font-size:36px;
	color:#669900;
}

/*Standardabsatz*/
#maincontent p {
	padding-top: 20px;
}
#maincontent p strong{
	font-weight:bold;
}

/*footer*/
#footer,#footer a {
	color:#fff;
}

/*formular*/
.stdform label {
	width:100px;
	float:left;
}

input.button {
	margin-left:100px;
}