/* CSS Document */

body

{ 
background-color: #F8E9BB;
font-family: verdana, arial, sans-serif;
margin: 0;
}

p
{  
font-size: 0.7em;
color: #000000;
padding: 0;
margin-left: 40px;
margin-top: 20px;
line-height: 15px;
}

h3{
font-size: 0.8em;
color: #541411;
padding-top: 20px;
margin-left: 40px;
}

h2
{
font-size: 1.0em;
margin-top: 40px;
margin-bottom: 40px;}

h4{
font-size: 0.7em;
margin-left: 40px;
margin-bottom:-10px;
padding: 0;
}

a {
color: #000000;
}

#logo {
/*position: relative;*/
width: auto;
height: 110px;
margin: 0 0 0 350px;
padding: 35px 0 0 0;
}

#container {
border-top: 1px solid #541411;
border-bottom: 1px solid #541411;
}

#links {
float: left;
width: 260px;
height: 380px;
}

#inhalt {
float: left;
width: 510px;
height: 380px;
margin: 0;
padding: 0;
background: #FAF4E0 url(../img/bild_profil_lang1.jpg) no-repeat scroll right bottom;
line-height: 16px;
}

#inhalt p {
padding: 0px 0px 0px 0px
}
#inhalt ul{
list-style-type: circle;
font-size: 0.7em;
color: #000000;
margin-left: 40px;
}

#adresse {
float: left;
}

#kontakt {
margin-left: 40px;
line-height: 4px;
}

#rechts {
width: auto;
height: 380px;
background-color: #F9EED0;
}

#navigation {
   margin-left: 0px;
   margin-top: 4px;
   list-style-type: none;
   height: 25px;  
}
   
#navigation ul {
   margin: auto 0px;
   padding-left: 230px;
   background: #541411;
   color: #FAF4E0;
   list-style-type: none;
   height: 25px;
}

#navigation li {
   display: inline;
   font-size: 0.9em;
   margin: 0.5em;
}

#navigation a:link {
   color: #FAF4E0;
   text-decoration: none;
}

#navigation a:visited {
   color: #FAF4E0;
   text-decoration: none;
}

#navigation a:hover {
   color: #CDEBC7;
   text-decoration: none;
}

#navigation a:active {
   color: #CDEBC7;
   text-decoration: none;
}

