/* Seitenaufbau */
* 
{ 
margin: 0; 
padding: 0;

}
html
{
	height:100%; 
}
body 
{ 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; 
	color: #000000;
	background: #c5cad2;
	text-align: center; /* zentrieren */
    min-width: 960px; /* zentrieren */
	height:100%; 
}

#container 
{ 
	width: 960px; /* zentrieren */
    margin: 0 auto; /* zentrieren */
    text-align: left; /* zentrieren */
	background:#7c8aa4;		
	border-left: 4px solid #c5cad2;

}	

#oben
{ 
	width: 956px;
	height: 265px;
	background: transparent url(image_layout/oben.jpg) no-repeat top right;
	border-left: 4px solid #f4983b;
}

#oben h1 span {
	display:none
	}

#mitte2
{
	background: #7c8aa4 ;
	float:left;
			
}
#mitte 
{
	float: left;
	background: url(image_layout/mitte.jpg) #e6e7e8 no-repeat top right;	
	width:928px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	border-bottom: 4px solid #f4983b;
	border-left: 4px solid #f4983b;
}


#navi 
{	
	width: 250px;
	margin:0;
	float:left; 
}

#inhalt 
{
	padding: 0;
	text-align:left;
	margin:0;
	float:left	;
	width:650px;
}


#rechts 
{
	background: url(image_layout/rechts.jpg) no-repeat top right;		
	float:right;
	width:28px;
	height:350px;
}

#untenlinks
{ 

	width: 250px;
	height: 24px;
	background: #c5cad2;
	margin: 0;
	padding-top: 5px;
	text-align: center;
	float:left;
	color: #000000;
}

#untenrechts
{ 

	width: 706px;
	height: 24px;
	margin: 0;
	padding-top: 5px;
	text-align: right;
	float:left;
	color: #ffffff;
	background: #7c8aa4;
}

#unten
{ 

	height: 50px;
	background: #c5cad2;
	width: 956px;
	float:left;
	border-left: 4px solid #c5cad2;	
}

/* Hauptnavigation */
ul#hauptnavi
	{
	list-style-type:none;
    margin-top: 55px;
	}

ul#hauptnavi li
	{
	display: inline;
	}

ul#hauptnavi li a
	{
	background: url(image_layout/list_navi.gif) left no-repeat;	
	display: block;
    color: #2f3242;
	padding: 1px 0px 1px 20px;
	margin: 0 0px 12px 20px;	/*Abstand der Symbole zum Rand*/
	width: 205px;
    text-decoration:none;
    font-weight: normal;	
	}

ul#hauptnavi li a:hover
	{
    text-decoration:none;
	background: url(image_layout/list_navi_aktiv.gif) left no-repeat;	
	}

ul#hauptnavi li a#hauptaktiv
	{
	background: url(image_layout/list_navi_aktiv.gif) left no-repeat;
	font-weight:bold;	
	}

/* Navi unten */

#untenlinks a
    {
	font-size:11px;
	color:#2f3242;
    }

#untenrechts a
    {
	font-size:11px;	
	color:#ffffff;
	margin-right:28px;
    }


/*Texte*/
	
h1
{
	font-size:12px;
	margin-bottom: 0; 
	margin-top: 0;
    background:url(image_layout/list_navi_aktiv.gif) left no-repeat;
	padding-left: 16px;
    text-align:left;
	font-weight: bold;
}
	
h2 
{ 
	font-weight:bold;
	font-size:12px;  
	margin-bottom: 10px; 
	margin-top: 0;
}
	
a:link, a:visited 
{ 
	text-decoration: none; 
	color: #d5720e;
}

a:hover, a:active 
{ 
	text-decoration: underline; 
	color: #d5720e;
}

#sendenbutton
{
	border: 1px solid #b7a98e;	
}

ul#listbox 
	{
	padding:0 0 15px 25px;
	}
	
ul#listbox li
	{
	padding-left:10px;
	padding-bottom:5px;
	list-style-image:url(image_layout/list.gif)
	}	
	
hr
{
	height:0;
	color: #d5720e;
	border-bottom: 1px dashed #d5720e;
	margin-top: 10px;
	margin-bottom:10px;
	border-top: 10px;
	border-left:10px;	
}

table
{
border-collapse:collapse;
border-width:0;
}

th
{
border: 1px solid #f4983b ;
width:60px;
text-align:center;
padding:2px;
}

td
{
border: 1px solid #f4983b ;
text-align:right;
padding:4px;
}

.small
{
font-size:10px;
}

input
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; 
	border: 1px solid #b7a98e;
	width: 200pt;
}

textarea
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; 
	border: 1px solid #b7a98e;
	width: 200pt;
}

.sendenbutton
{
	border: 0;
	width: 104px;
	height:27px;
}

td.kontaktlinks 
{
border: 1px solid #f4983b;
width:100px;
text-align:left;
padding:4px;
vertical-align:top;
}

td.kontaktrechts 
{
border: 1px solid #f4983b;
width:300px;
text-align:left;
padding:4px;
vertical-align:top;
}

.imgborder
{
border: 1px solid #f4983b;
}

