* { margin:0; padding:0 }

/*-------------------------------
Layout
-------------------------------*/
html, body {
	height: 100%;
}
html {
	background:white url(../img/background-pattern.gif) repeat-x scroll center top;  
	overflow: -moz-scrollbars-vertical; 
	}

#container {
	width:890px;
	background:white url(../img/container-bg.gif) repeat-y scroll center top;
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -36px;
	}

#footer, #push {
	height: 30px;
	width:890px;
	position:relative;
	margin:0 auto;
	}

#footer {
	background:white url(../img/footer-bg.gif) no-repeat scroll center top;
	font-family:Verdana;
	font-size:9px;
	}
#footer p {
	margin:6px 0 0 68px;
	}
#footer a {
	position:absolute;
	right:73px;
	top:0;
	color:#474747;
	text-decoration:none;
	}
#footer a:hover {
	text-decoration:none;
	color:#FF0000;
	}
#footer p a { position:static; }

#layout {
	border-top:6px solid #e2001a;
	}

#content {
	color:#474747;
	font-family:Verdana,Geneva,sans-serif;
	font-size:11px;
	line-height:1.5em;
	margin-left:38px;
	margin-right:15px;
	margin-top:11px;
}
#content h1 {
	font-size:11px;
	margin-bottom:4px;
	}
#content p {
	margin-top:14px;
	margin-bottom:0px;
	}
	
div#content .aufzaehlung {
	font-size:11px;

	}

#content table {border-collapse:collapse; font-size:10px;}


#content tr{
	line-height:1.5em;
	}

.tr-even {  
	background-color:#e9e9e9;
	padding-top:15px;
	}



#content td {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	border-left:1px solid;
	border-color:#ffffff;
	}
	
#content td a:link {
	color:#474747;
	text-decoration:none;
	}

#content td a:visited {
	color:#474747;
	text-decoration:none;
	}

#content td a:hover {
	color:#FF0000;
	text-decoration:none;
	}
	
#content th{
	padding:5px 5px 5px 5px;
	font-size:10px;
	background-color:#ffffff;
	border-left:1px solid;
	border-color:#ffffff;
	}

ul  {
	list-style-type:none;
	}
ul li {
	background:white url(../img/dot.gif) no-repeat scroll 1px 6px;
	line-height:1.455em;
	padding-left:10px;
	}

img {
	border:0;
	}
	
#adresse a img {
	margin-left:19px;
	margin-top:17px;
	}

/*-----------------
Mailform
-----------------*/

form input,
form textarea,
form label {
	float:left;
	clear:left;
}
form {display:inline-block;}
form h1 {
	clear:left;
}
form label {
	font-weight:bold;
}
form input,
form textarea {
	border:1px solid #CECECE;
	font-family:Verdana;
	font-size:11px;
	margin-bottom:1em;
	padding:2px 2px 3px 4px;
	display:block;
	}
#detail {
	height:70px;
	width:97.5%;
}
form .reset {
	clear:none;
	float:right;
	}






