html, body{
 height: 100%;
 margin: 0px;
 padding: 0px;
 color: #000000;
 font-family: Verdana, sans-serif;
 font-size: 11px;
}

body {
 background: url(../../uploads/images/bg_main.jpg) top left no-repeat;
 background-color: #001b30;
 overflow-x: hidden;
}

a {
 text-decoration: none;
 color: #CD0F2D;
}

a:hover {
 color: #666666;
}

input, textarea{
 font-size: 11px;
 font-family: Verdana;
 color: #666666;
}

img{
 border: 0px;
}

table, td{
 border: 0px;
 margin: 0px;
 padding: 0px;
 border-spacing: 0px;
}

h1 {
 margin: 0px;
 padding: 0px;
}

img {
 border: none;
}

#main{
 position: relative;
 min-height: 100%;
 width: 780px;
 height: 100%;
 background-color: #ffffff;
 margin-left: 220px;
 height: auto;
}

#menu{
 height: 190px;
 background-color: #53f9e2;
}

#menu #bogen_logo {
 position: absolute;
 left: -95px;
 z-index: 50;
}

#menu #menu_kante {
 position: absolute;
 top: 100px;
 z-index: 40;
}

#menu #fahne {
 position: absolute;
 z-index: 20;
 left: 80px;
}

#mainmenu{
 width: 780px;
 height: 54px;
 background: url(../../uploads/images/bg_menu.jpg) repeat-x;
 background-color: #DCDBD6;
 position: absolute;
 top: 115px;
 z-index: 30;
}

#mainmenu ul {
 list-style: none;
 position: relative;
 left: 100px;
 margin: 0px;
}

#mainmenu ul li{
 float: left;
 padding: 10px 5px 40px 5px;
 color: #000000;
 text-transform: uppercase;
 font-weight: bold;
 letter-spacing: 0px;
 font-size: 11px;
}

#langsw{
 position: absolute;
 left: 1000px;
 top: 110px;
 width: 70px;
 z-index: 90;
}

#langsw img{
 margin-bottom: -10px;
}


html>body #main{
 height: auto;
}

#content{
 width: 740px;
 background-color: #ffffff;
 padding: 50px 20px 0px 20px;
}

#footer{
 position: absolute;
 width: 780px;
 height: 0px;
 bottom: 0px;
 background-image: url(../../uploads/images/bg_footer.jpg);
 z-index: 200;
}

.footer_logos{
 float: left;
 padding: 0px 24px;
}

.main_title{
 font-size: 14px;
 font-weight: bold;
 font-family: Arial, sans-serif;
 letter-spacing: 1px;
 padding: 3px 10px;
 text-transform: uppercase;
 color: #ffffff;
 background-color: #001a2f;
}

.ptitle{
 font-size: 18px;
 letter-spacing: 2px;
 text-transform: uppercase;
 color: #CD0F2D;
}

.ptext {
 line-height: 20px;
 text-align: justify;
}

.box_left{
 float: left;
}

.teambox{
 width: 100%;
 border-bottom: 1px solid #cccccc;
 width: 485px;
 margin-bottom: 10px;
}

.tbtitle{
 color: #CD0F2D;
 letter-spacing: 1px;
 font-weight: bold;
 font-size: 13px;
}

.tbfunction{
 line-height: 25px;
 font-size: 12px;
}

.imgbox {
 border: 1px solid #cccccc;
 margin: 10px 0px 0px 0px;
}

a:hover .imgbox{
 border: 1px solid #CD0F2D;
}

#header {
 display: none;
}