/**************************************
 * basic.css
 **************************************/



/* Grundeinstellungen body */
body
{
margin: 0 0 0 0;
padding: 0 0 0 0;
text-align:center; /* fuer den IExplorer */ 
font-family: arial, helvetica, sans-serif;
background: url(../images/background.jpg) top center repeat-x;
background-color: #f78a0f;
}



/*** Devinition der Bereiche ***/

/* container - gesamter Seitenbereich */

#container
{  
width: 945px;  
margin: auto;
padding: 0 0 0 0;
}

/* header - Kopfbereich: Logo und Adresse */

#header 
{  
width: 945px; 
height: 140px; 
margin: 0 0 0 0;
padding: 0 0 0 0;
/* background: url("../images/logobackground.jpg") top left no-repeat; */
}

#header h1 
{
display: none;
}

#header p
{
display: none;
}

/* navigation - Hauptmenueleiste */

#navigation
{ 
height: 29px;  
width: 945px;  
background-color: #ab4f27;
border-bottom:1px solid #fab769;
}


#navigation h2
{	
display: none; 
}

#navigation ul
{
margin: 0 0 0 0;
padding: 0 0 0 0;
list-style-type: none;  
}


#navigation ul li 
{
float:left;
width:auto;
height: 25px;
padding:4px 10px 0 10px;
border-right:1px solid #fab769;
}

* html #navigation ul li /* fuer IExplorer <= 6 */
{
float:left;
width:auto;
height: 25px;
padding:3px 10px 0px 10px;
border-right:1px solid #fab769;
border-bottom:1px solid #ab4f27;
}

#navigation ul li.selected
{
background-color: #762906;
border-bottom:1px solid #762906;
}

* html #navigation ul li.selected /* fuer IExplorer <= 6 */
{
float:left;
width:auto;
height: 25px;
padding:3px 10px 0px 10px;
background-color: #762906;
border-bottom:1px solid #762906;
}

#navigation ul li a
{
text-decoration: none;
font-size:16px;
font-weight: bold;
color: #000000; 
}

#navigation ul li a:hover 
{
text-decoration: underline;
}

#navigation ul li a.selected
{
color: #f78a0f;
}


/* subnavigation - Untermenueleiste */

#subnavigation
{
clear: left;
height: 30px; 
width: 945px;
background-color: #762906; 
}


#subnavigation h2
{	
display: none; 
}

#subnavigation ul
{
margin: 0 0 0 0;	
padding: 0 0 0 0;
list-style-type: none;  
}

#subnavigation ul li 
{
float:left; 
width:auto; 
height: 26px; 
padding:4px 0 0 0; 
}

#subnavigation ul li a
{
text-decoration: none; 
font-size:16px;
font-weight: bold;
color: #fab769; 
padding:0 10px 0 10px; 
border-right:1px solid #fab769;
}

#subnavigation ul li a:hover 
{
text-decoration: underline;
border-right:1px solid #fab769;
}


#subnavigation ul li a.selected
{
color: #f78a0f;
border-right:1px solid #fab769;
}


/* content - Allgemeiner Inhaltsbereich */

#content
{
overflow:auto;
float:left;
text-align:left;
width: 945px; 
background-color: #fab769;
}


#content h2
{
display: none;
}

/* footer - Fusszeile */

#footer
{
clear: both;
width: 945px;
}

#footer h2
{
display: none;
}

#footer ul
{
margin: 0 0 0 0;	
padding: 0 0 0 0;
list-style-type: none;  
}

#footer ul li 
{
float:left; 
margin: 0 0 0 0;
padding:4px 0 0 0; 
}

#footer ul li a
{
text-decoration: none; 
font-size:14px;
font-weight: normal;
color: #762906; 
padding:0 10px 0 10px; 
}

#footer ul li a:hover 
{
text-decoration: underline;
}


#footer ul li a.selected
{
color: #000000;
}

#footer p
{
margin: 0 0 0 0;	
padding: 4px 0 0 0;
font-size:14px;
font-weight: normal;
color:#762906;
text-align: right;
}


/* banner - linke Seite */
#banner
{
margin: 0 0 0 0;
padding: 0 0 0 0;
float: right;
width: 120px;
}

#banner object
{
display: block; 
}

#banner img
{
display: block;
border: none;
}
