/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol, ul { list-style : none; }


/* Removes list-style from lists */
a { text-decoration: none; }


/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }


/* layout.css */

html 	{ text-align : center;  }

body {
	position : relative;
	left: 50%;
	width : 950px;
	margin-left:-475px;
	text-align : left;
	background-color: #666666;
}


div#branding {

padding : 0 0px 0 0px;
background-color:#ffffff;
width: 950px;
height:120px;
}

div#branding img {
	position: absolute;
	top:45px;
	left:540px;
	width:337px;
	height: 48px;
	z-index:10;

}

div#header {
	position: relative;
	width:950px;
	height: 120px;

}


div#content {
position : relative; 
width : 950px;
background-color:#ffffff;
 }



div#content_main {
float :left;
width : 455px; 
padding: 2em 10px 0 5px; 
}



div#strich{
padding: 2em 0 0 0; 
	float :left;
	width:20px;
	z-index:13;
}


div#content_sub {
padding: 2em 0 0 0; 
	float :left;
	width : 220px;
padding: 2em 10px 0 10; 
}

div#site_info {
	clear :left;
	width : 950px;
	height : 75px;
}


	
div#site_info li {
	float:left;
	list-style: none;
    }

dd {
width:150px;
height:300px;
float :left;
margin: 0 0 0 0; 
}


/* Navigation */

div#cont_nav {
	text-align:left;
	float :left;
	left : 0;
}

#nav {
	width :190px; 
margin: 2em 10px 0 20px; 
}
 
#nav li {display:block  } 


/* ausklappen */

li:hover ul, #nav li.over ul 
	{display:block  } 

li ul {
	display:none;
	}
	
.klapp1 {position:absolute;
	top:26px;
	left:150px;
	width:350px;
	background-color:#d8dadc;
}

.klapp2 {position:absolute;
	top:26px;
	left:150px;
	width:320px;
	background-color:#d8dadc;
}

.klapp3 {position:absolute;
	top:26px;
	left:150px;
	width:200px;
	background-color:#d8dadc;
}

.klapp4 {position:absolute;
	top:26px;
	left:150px;
	width:250px;
	background-color:#d8dadc;
}



#news{position:relative;
top:-180px;
left:710px;
background-color:#edeeef; 
width:220px; 
height:100px;
}


#kontakt{ height:250px;}


#kontakt li{float:left;
padding-right:20px}

#einzug{
padding: 2em 0px 0 140 ;}

