﻿/* structure **************************************** */
/* ----------container -------------- */
#container {
width: 900px;
padding:0px;
margin: 0px;
margin-left: auto;
margin-right: auto;
background-color:#FFFFFF;
}

/* -----------------Inhalt--------------------- */
#content{ 
font-family: Verdana, Arial, sans-serif;
position: relative; 
margin: 0px;
background-color:#FFFFFF;
float:left;
}

/*  ----------------footer---------------------- */ 
#footer {
padding:0px;
margin:0px;
color:#516c8f;
} 

/* ----------outer und inner----------------- */
#outer{ 
float:left;  /* linke Menue Spalten Farbe  */ 
padding-bottom: 5px;
width:910px;
background-color: #ffffff; /* Farbe fuer Inhalt Spalten  */
} 
#content a{
color:#0080d0;
}
#content a:hover{
color:#0080d0;
background-color:none; 
text-decoration: underline;
}
a:hover{
background-color:none;
}
#inner{ margin:0px; width:100%;
background-color: #ffffff;} /* die IE PC schlaufe */ 
/* --------------right navigavtion------------- */
#right {
width:180px; 
float:right;
 }
