html, body {
         font-family: Tahoma, Arial;
         font-size: 12px;
         margin: 0 auto;
         width: 1250px;
         color: black;
         background-color: #D9DADA;
}

#header {
         height: 236px;
         margin-top: 25px;
         padding-bottom: 25px;
         background: url(../images/header.jpg) no-repeat;
}

#container {
         background: none repeat scroll 0 0 #FFF;
         border-left: 230px solid #979797;
         display: block;
         position: relative;
}

#container_box {
         display: block;
         margin-left: -230px;

}

#navi {
         float: left;
         position: relative;
         left: 0;
         z-index: 1;
         width: 220px;
         padding: 40px 10px 20px 0px;
}

#site {
         display: block;
         height: 1%;
         min-height: 600px;
         position: relative;
         padding: 0px 20px 20px 250px;
}

#galerie {
         height: 1%;
         min-height: 600px;
         position: relative;
         padding: 0px 20px 20px 250px;
}

.gallery {
         width: 940px;
         padding: 12px 0px 30px 0px;
         border-bottom: 2px solid;
         border-color: #00B6FF;
}

#content {
         padding: 40px 0px 0px 10px;
}

#addthis {
         position: fixed;
         padding: 390px 0px 0px 15px;
         z-index: 1;
}

#addthis2 {
         position: fixed;
         padding: 620px 0px 0px 15px;
         z-index: 1;
}

#team {
         height: 450px;
         padding-top: 20px;
         background: url(../pics/team/team_team.jpg) no-repeat;
}

img {
         border: 0;
}

.img_gallery {
         padding: 5px;
         height: 100px;
}

a {
         text-decoration: none;
         color: #00B6FF;
}

a:hover {
         text-decoration: none;
         color: #979797;
}

h1 {
         display: none;
}

h2 {
         font-size: 12pt;
         font-weight: bold;
         height: 30px;
}

h3 {
         padding-left: 8px;
         font-size: 11pt;
         color: #727271;
}