/* ================================================================ 
Copyright J-SITES Stefanie Jeske www.j-sites.de
=================================================================== */

* { padding: 0; margin: 0; }

body {
 font-family: "Trebuchet MS", verdana, arial, sans-serif; 
 font-size: 80%;
}
#container { 
 margin: 40px auto;
 width: 900px;
 border: 1px solid #00aeae;
 background: #fff;

}
#navcontainer ul
{
float: left;
width: 100%;
border-bottom: 1px solid #00aeae
}

#navcontainer ul li { display: inline; }
#navcontainer img {
border: none;
}
#navcontainer ul li a
{
background-color: #036;
height: 35px;
float: left;
}

#marenschmidt {
 width: 900px;
 float: left;
 height: 20px;
background: #fff;
 font-size: 16px;
 line-height: 20px
}
#marenschmidt h1 {
font-size: 12px;
color: #0a71b4;
font-weight: normal; 
text-align: right;
margin-right: 5px;
float: right;
}
#marenschmidt a {
color: #0a71b4;
}


#kopf {
 color: #333;
 width: 900px;
 float: left;
 height: 20px;
 background: #0a71b4;
}
.obere {
float: left;
color: #fff;
font-size: 12px;
font-weight: normal; 
margin-left: 6px;
}
#linkeseite { 
 color: #333;
 height: 450px;
 width: 550px;
 float: left;
 background: #fff;
}
#linkeseite-m { 
 color: #333;
 height: 450px;
 width: 550px;
 float: left;
background: url(../images/impressum.jpg) no-repeat;
}
#linkeseite-w { 
 margin-top: 50px;
 margin-left: 50px;
 color: #333;
 height: 450px;
 width: 500px;
 float: left;
background: #fff;
}

#rechteseite { 
 float: right;
 color: #696969;
 height: 280px;
 width: 340px;
 margin-top: 80px;
 background: #fff;
 display: inline;
 overflow: auto;
}
#rechteseite a{
text-decoration: underline;
color : #6C6E71; 
}
#rechteseite a:hover{
text-decoration: underline overline;
color : #0a71b4; 
}

#fuss { 
 width: 900px;
 color: #333;
 background: #fff;
 clear: both;
}
h1 {
 font-family: "Trebuchet MS", verdana, arial, sans-serif; 
 font-size: 100%;
 font-weight: bold;
 color: #0a71b4;
 margin-left: 5px;
 }
 p {
 margin: 0 10px 0 5px;
 }
 .internetauftritt{
color: #a4d9e7;
font-size: 10px;
text-align: center;
text-decoration: none;
}
 .internetauftritt a{
color: #a4d9e7;
font-size: 10px;
text-align: center;
text-decoration: none;
}