*{
	margin: 0;
	padding: 0;
}

html{
	height: 100%;
}

body{
	height: 100%;
}

p{
	padding-top: 5px;
	padding-bottom: 5px;
}

img{
	border: 0;
}

h1{
	font-family: verdana;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	padding-top: 10px;
	padding-bottom: 10px;
}

#top_wrapper{
	margin: 0 auto;
	width: 800px;
}

#menu{
	float: left;
	font-family: verdana;
	font-size: 11px;
	padding-top: 40px;
	padding-bottom: 20px;
}

#menu li{
	display: inline;
	list-style-type: none;
}

#menu li a{
	text-decoration: none;
	color: #666666;
	padding-right: 15px;
}

#menu li a:hover{
	color: #e00000;
}

#menu li a:active{
	color: #e00000;
}

#logo{
	float: right;
	padding-top: 27px;
	padding-bottom: 10px;
	border: 0;
}

.kontakt{
	margin: 0 auto;
	width: 800px;
	clear: both;
	padding-top: 40px;
	padding-bottom: 20px;
	font: 11px verdana;
	text-align: center;
	word-spacing: 3px;
	color: #666666;
}

#content{
	clear: both;
	height: auto;
	width: 800px;
	margin: 0 auto;
	padding-top: 15px;
	font-family: verdana;
	font-size: 11px;
	line-height: 20px;
	color: #666666;
	text-align: left;
}

.red{
	color: #e00000;
	vertical-align: top;
}

a:link{
	color: #666666;
	text-decoration: none;
}
a:visited{
	color: #666666;
	text-decoration: none;
}
a:focus{
	color: #666666;
}
a:hover{
	color: #e00000;
}
a:active{
	color: #e00000;
}

.space{
	clear: both;
	width: 100%;
	height: 30px;
}

.space_k{
	clear: both;
	width: 100%;
	height: 150px;
}

/* ######### Drop Down ULs CSS ######### */
.fade{
	color: #666666;
	display: block;
	width: 335px; 
	text-decoration: none;
	padding-left: 40px;
}

.fade span{
	display: block;
	padding-bottom: 7px;
}

.fade a.rollover:hover{
	color: #e00000;
}

.fade span a{
	color: #e00000;
}

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	font: 11px Verdana;
	line-height: 20px;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	visibility: hidden;
	background-image: url(white.jpg);
	z-index: 100;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
	display: inline-block;
	width: 400px; /*width of menu (include side paddings of LI A*/
}

.ddiframeshim{
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
}

.pfeil{
	padding-right: 10px;
}

.space{
	padding-left: 10px;
	padding-right: 10px;
}
