/* --Layoutdatei--------------------------------------------------------------------*/


/* --CSS Reset --------------------------------------------------------------------*/

* {
padding: 0;
margin: 0;
font-size: 100%;
font-weight: normal;
}

ul,
ol {
list-style: none;
}

b,
strong {
font-weight: bold;
}

img,
a img {
border: none;
}

/* --Schriftfamilien--------------------------------------------------------------------*/
body {
background: #E6E6E6;
font-family: Arial, "Trebuchet MS", Helvetica, Verdana, sans-serif;
font-size: 0.9em;
line-height: 1.3em;
text-align: left;
color: #fff;
}

h1
{
letter-spacing: 0.05em;
line-height: 1.5em;
}

h2{
font-size: 1.3em;
letter-spacing: 0.05em;
}

h3{
line-height: 1.2em;
color: #ff9900;
}

h2.kontakt{
font-size: 1.1em;
line-height: 1.3em;
letter-spacing: 0.05em;
color: #fff;
}

.bold{
font-weight: bold;
}

a:link,
a:visited {
color: #fff;
text-decoration: none;
}

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

.tb a
{
text-decoration:none;
}

#im{
font-family: Arial, "Trebuchet MS", Helvetica, Verdana, sans-serif;
font-size: 0.9em;
line-height: 1.3em;
text-align: left;
color: #fff;
}

/* --Layout--------------------------------------------------------------------*/

#container{
width: 850px;
background: #666;
margin: 40px auto; 
}

#header{

}

#content{

}

#sidebarleft{
width: 70px;
height: 360px;
margin: 0px 0px 0px 10px;
padding: 20px 0px 0px 10px;
float: left;
}

#middle{
width: 	350px;
height: 360px;
margin: 0px 0px 0px 105px;
padding: 20px 4px 4px 4px;
}

#sidebarright{
width: 	350px;
height: 360px;
margin: 0px 15px 0px 0px;
padding: 20px 4px 4px 4px;
float: right;
}

#complete{
width: 720px;
height: 360px;
margin: 0px 0px 0px 105px;
padding: 20px 4px 4px 4px;
}


#footer{
clear: both;
}

#footer{
border-top-color:#808080;
border-top-style:solid;
font-size: 0.8em;
}

#logo{
margin: 20px 0px 0px 20px;
}

#slogan{
padding: 0px 50px
}

#buero{
padding: 40px 0px
}

#anfahrt{
margin: -40px 0px 0px 150px;
}


#complete .galerie{
height: 130px;
width: 130px;
float: left;
font-family: Arial, "Trebuchet MS", Helvetica, Verdana, sans-serif;
font-size: 0.8em;
line-height: 1.2em;
text-align: center;
padding: 5px;
margin: 10px 20px;
background: #808080;
}

#complete .galerie img{
border: 1px solid #666;
}

#complete .galerie a:hover img{
border: 1px solid white;
}
