/* ------------------------ ALLGEMEIN -------------------------*/
* {
    margin:0;
    padding:0;
}

.foto {position:absolute; margin-top:115px;}
.foto img { border:#000000 solid 1px; color:#CCCCCC;}
#gal {float:left; margin-left:10px; width:147px;    }
#gal a {text-decoration:none; display:block;}
#gal a:hover {color:black;}
#gal a span {display:none;}
#gal a:hover span {position:fixed; top:25px; right:25px; z-index:3; display:block;}

body {
margin:0;
background-color:black;
  background-image: url("/images/peshwebbg.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
  background-position: center top;
width:100%;
height:100%;
}

body, table, td, tr, div, p, pre, h1, h2, h3, h4, ul, a {
font-family: Verdana, Arial;
font-size: 11px;
color:#ffffff;
}

img {
border:none;
}

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

h5 {
font-size: 14px;
text-decoration: none;
color: #FFFFFF;
}

.borderbox {
    padding: 3px;
    line-height: 20px;
    background: #36648B;
}


dd { margin:1px 0 0 15px; }
dl { margin:3px 0 10px 0; }
/* --------------------- Seitenaufbau -------------------------*/

#wrapper {
width:100%;
min-height:400px;
height:auto;
margin:0 auto 0 auto;
text-align:left;
}

/*---HEADER-*/
#header_1 {
    margin:0 auto 0 auto;
    width:100%;
/*    background-color:#000000;*/
    height:10px;
    padding: 4px 0 0 0;
}
#header_2 {
    margin:0 auto 0 auto;
    width:100%;
/*    background-color:#000000; */
    height:210px
}
#topbar {
width:1200px;
margin:0 auto;
color:White;
}
#topbar_left{
    float:left;
}
#topbar_right{
    float:right;
}

#logobar{
    width:1200px;
    margin:0 auto;
}
#topnav {
width:1200px;
height:20px;
background-repeat:no-repeat;
text-align:center;
position: relative;
top: -25px;
}
#topnav ul, #topbar_left ul,#topbar_right ul{
margin:0 auto;
padding:0;
list-style:none;
}
#topnav ul li, #topbar_left ul li,#topbar_right ul li {
float:left;
}
#topnav ul li a, #topbar_left ul li a,#topbar_right ul li a {
display:block;
padding:0;
margin:0 20px 0 1px;
text-align:center;
font-size:16px;
font-weight:bold;
font-family: Trebuchet MS, Verdana;
color:#CD2626;
text-decoration:none;
}
#topnav ul li a:hover {
    color: DarkGray;
}
#topbar_left ul li a:hover,#topbar_right ul li a:hover {
    color: White;
}
#logo {
float:left;
border:none;
margin:30px 0 0 0;
}
#banner {
float:right;
height:60px;
width:468px;
background-image:url(../images/banner_bg.png);
background-repeat:no-repeat;
margin:15px 0 15px 0;
}


/*-- Page-*/
#content {
width:1200px;
margin:0 auto 0 auto;
}
#left {
float:left;
width:250px;
text-align:left;
margin:0px;
padding:0 0 4px 0;
}
#middle {
float:right;
width:940px;
margin:0px;
padding:0px;
}


/*---Footer-*/
#footer {
width:100%;
padding:4px 0 4px 0;
font-size:10px;
color:#93a9c0;
text-align:center;
}
#footer a {
font-size:10px;
color:#93a9c0;
text-decoration:underline;
}
#footer a:hover {
text-decoration:none;
}

/*-----------Tabellen---------------------------------------------------------*/
.tabellen {
    border: 1px solid #a8a8a8;
    border-spacing: 0px;
    width: 100%;
    padding: 0;
}
.tabellenhead, .tabellenhead a {
    background-color:  #265266;;
    color: #d7d7d7;
}
.tabellenbody_2 {
    background-color: #FF0000;
    padding:0px;
}
.tabellenbody_1 {
    background-color: #4F94CD;
    padding:0px;
}

.tabellenbody_0 {
    background-color: #36648B;
    padding:0px;
}

/*----------Formulare--------*/
/* Buttons und andere Form elemente -------------------------------------------- */
button {
    font-size:13px;
    font-style:normal;
    font-weight:normal;
    border:0;
    padding:1px 3px;
    cursor:pointer;
    height:20px;
}

.topbar_input {
    color: black;
    width:100px;
    height:20px;
    border: 0;
    padding: 0 0 0 3px;
}

/*   Grau   */
.color1{
    color: black;
    background: #f3f3f3;
}
/*   Gruen   */
.color2{
    color:black;
    background: #33cc66;
}
/*   Rot   */
.color3{
    color:black;
    background: #cc3333;
}
/*   Orange   */
.color4{
    color:black;
    background:  #ff9900;
}
/*   Blau   */
.color5{
    color: white;
    background:  #265266;
}
select.button{ border:0px solid   #666666; }


/* --------------------- MOBILE OPTIMIERUNG -------------------------*/
@media screen and (max-width: 768px) {

  body {
    background-size: cover;
    font-size: 14px;
  }

  #wrapper,
  #header_1,
  #header_2,
  #topbar,
  #logobar,
  #topnav,
  #content {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }

  #topnav ul li,
  #topbar_left ul li,
  #topbar_right ul li {
    float: none;
    display: block;
    margin: 5px 0;
    text-align: center;
  }

  #topnav ul li a,
  #topbar_left ul li a,
  #topbar_right ul li a {
    margin: 0;
    font-size: 14px;
  }

  #logo,
  #banner {
    float: none;
    display: block;
    margin: 10px auto;
    text-align: center;
  }

  #left,
  #middle {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .foto {
    position: relative;
    margin-top: 20px;
    text-align: center;
  }

  #gal {
    float: none;
    width: auto;
    margin: 10px auto;
    text-align: center;
  }

  #gal a span {
    position: static;
    display: block;
    margin-top: 10px;
  }

  .topbar_input {
    width: 100%;
    box-sizing: border-box;
    margin: 5px 0;
  }

  button {
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 16px;
  }

  .tabellen {
    font-size: 12px;
    overflow-x: auto;
    display: block;
  }

  #footer {
    font-size: 12px;
    padding: 10px;
  }

