/*///////////////////////////////////////////////
Homepage SV langenwinkel e.V. CSS
Author Schmidt/Nowak
Build  10.2010

CSS-Tree:
§1 Format
§2 Header
§3 Menu
§4 Content
§5 Footer

///////////////////////////////////////////////*/ 


/*////////////////§1 Format////////////////////*/ 

@import url('reset.css');

h1
{
font-size:20px;
line-height:34px;
font-weight:bold;
color:#003824;
  
}

html, body, form, input, select, fieldset
{
font-size: 12px; 
font-family: Arial; 
	
}



div.clear, span.clear 
{
clear:both;
font-size:0;
}

body
{
background: #778d78;
	 
}

#global_wrapper 
{   
margin: 0 auto;
width:722px;
	
}

p
{
line-height:1.4em;
}


/*////////////////§2 Header////////////////////*/ 

#header
{
background: url(header.jpg) no-repeat;
height:271px;
width: 722px;

}

#flashbanner
{
padding-left: 218px;
padding-top: 142px;
}


/*////////////////$3 Menu////////////////////*/ 





#menu_horizontal {
	
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu_horizontal li {
	float: left;
	margin: 0;
	padding: 0;
}
#menu_horizontal a {
	
	color:#003824;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 25px;
	text-decoration: none;
}

#menu_horizontal a:hover{
	color:#003824;
	background: #ede8d2;
	padding-bottom: 8px;

}



/*damit im CMS der aktuelle Menüpunkt aktiv angezeigt*/ 

.menu_current{
	color:#003824;
	background: #ede8d2;
	padding-bottom: 8px;

}

li#menu_horizontal a
{
background: #ede8d2;


}

ul#menu_vertikal
{

list-style: none;
margin-top: 35px; 
padding: 0;
padding-left: 10px;
width: 200px;
float: left;
}

#menu_vertikal li {
	float: left;
	margin: 0;
	padding: 0;
}

#menu_vertikal a {
	
	color:#003824;
	display: block;
	float: left;
	margin: 0;
	padding: 12px 20px;
	text-decoration: none;
	border-bottom: 1px solid #755528;
	width: 160px;
}

#menu_vertikal a:hover{

	font-weight: bold;
	color:#003824;
	padding-bottom: 12px;
	width: 160px;

}

#menu_header {
	float: right;
	list-style: none;
	margin: 0;
	padding-top: 114px;
	padding-right: 10px;
	width: 100%;
}

#menu_header li {
	float: right;
	margin: 0;
	padding: 0;
}

#menu_header a {
	color: white;
	display: block;
	float: right;
	margin: 0;
	padding: 8px 5px;
	text-decoration: none;
	background: none;
}


/*////////////////§4 Content////////////////////*/ 

#content-wrapper 
{
background: #ede8d2;
width:722px;
overflow: hidden;

}

#content
{
padding: 20px;
margin-top: 15px;
margin-left: 25px; 
overflow: hidden;
min-height: 400px;
}

#footer
{
background: #ede8d2;
width:722px;
height: 500px;

}

#bannerTD { width:503px; height:128px;}
#bannerTD #bannerContainer { width:503px; height:128px; text-align:center;}
#bannerTD #bannerContainerCover { width:503px; height:128px; text-align:center;}
#bannerTD #bannerBody { height:128px; text-align:center;}

