/* CSS Document */

/*########################*/
/*#       DBroy 2011     #*/
/*########################*/

/*------------------Normaldefs----------------1--*/
body, html {
    height: 100%;
}

body {
  margin: 0px;
  padding:0px;
  font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
  background: url(imgs/body_back.jpg) no-repeat #afafaf;
  background-position: center top;
  width: 100%;
}

body ul{
  font-size: 12px;
}

h1 {

}

h2 {
  color: #373737;
}

h3 {
  color: #434343;
}

p {

}

/*------------------DIVs----------------1--*/

#main {
  width: 908px;
  margin: auto;
}

#kopf {
  width: 908px;
}

#logo {
  width: 290px;
  padding-top: 35px;
  padding-left: 12px;
  float:left;
}

#logo img{
  border:0;
}
#selektor{
  font-size: 12px;
}

#selektor ul{
  margin:0px;
  padding:0px;
}

#selektor li{
  list-style: none;
  display: inline;
  margin-right: 5px;
  margin-top: 0px;
  float: right;
  color: #a6a7a9;
  padding-top: 5px;
}

#selektor a{
  color: #a6a7a9;
}

#selektor {
  height: 28px;
  width: 590px;
  float: right;
  padding-right: 12px;
}

#subkopf {
  clear: both;
  width: 908px;
  height: 126px;
  padding: 0px;
  background: url(imgs/subkopf_back.png) repeat-y;
}

#heins {
  height: 92px;
  width: 290px;
  margin-top:17px;
  margin-bottom: 17px;
  margin-left: 40px;
  float: left;
  /*background:url(imgs/heins_back.png) no-repeat;
  text-align: center;                   */
  vertical-align: center;
}

#heins h1{
  color:#2c2c2c;
  font-size: 35px;
  font-weight:lighter;
}


/*
#heinsimg {
  height: 92px;
  width: 610px;
  margin-top:17px;
  margin-bottom: 17px;
  margin-right: 40px;
  float: right;
}
*/

#kurzm {
  height: 255px;
}



/*------------------#con----------------2--*/

#con {
  width: 908px;
  background: url(imgs/con_back.png) repeat-y;
  padding: 0px;
  margin: 0px;
}

#lcon {
  float: left;
  width: 327px;
  height: 100%;
  
}

/*------------------#rcon----------------2--*/

#rcon {
  width: 580px;
  float: right;
}

#rcon p{
  padding-right: 40px;
  font-size: 12px;
}

#rcon img{
  float: right;
}

#rcon h2{
  color: #9a0200;
  font-size: 16px;
  margin: 5px 0 0 0;
}

/*------------------#ccon----------------2--*/

#ccon {
  width: 828px;
  padding-bottom: 20px;
  padding-right: 40px;
  padding-left: 40px;
}

#ccon p{
  font-size: 12px;
}

#ccon h2{
  color: #9a0200;
  font-size: 16px;
  margin: 5px 0 0 0;
}

/*------------------#Fuss----------------3--*/

#fuss {
  clear: both;
  width: 908px;
  height: 150px;
  background: url(imgs/fuss_back.png) center top no-repeat;
}

#fuss p{
  text-align: center;
  margin: 0px;
  color: grey;
  font-size: 12px;
}

#fuss a{
  color: grey;
  text-decoration: none;
}

/*------------------Schatten um IMG----------------2--*/

.sside {
  float:right;
  background: url(imgs/sside_back.png) repeat-y right bottom;
  /*padding-bottom: 4px; */
  }

.stop {
  background: url(imgs/stop_back.png) right top no-repeat;
  padding: 0px 4px 4px 0px;
}

.sbottom {
  background: url(imgs/sbottom_back.png) right bottom no-repeat;
}

.stop, .sside, .sbottom {
  display:inline-table;
  /* \*/display:block;/**/
}

/*------------------KLASSEN----------------1--*/

.erster {
  padding-top: 40px;
}

.trenner {
    border-bottom: 1px solid #434343;
    height: 1px;
    padding: 0;
    margin:0px;
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.images {
    cursor: pointer;
    float: left;
    position: relative;
}
.images div {
    display: none;
    left: 0;
    position: absolute;
    margin: 0 auto;
    top: 0;
}
.images h3 {
    color: #445566;
    font-size: 22px;
    font-weight: normal;
    margin: 0 0 20px;
}
.slidetabs {
    clear: both;
    /*margin-left: 915px;
    margin-top: 130px;*/
}
.slidetabs a {
    background: url("navigator.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    font-size: 1px;
    height: 8px;
    margin: 3px;
    width: 8px;
}
.slidetabs a:hover {
    background-position: 0 -8px;
}
.slidetabs a.current {
    background-position: 0 -16px;
}
.forward, .backward {
    background: url("imgs/hori_large.png") no-repeat scroll 0 0 #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 1px;
    height: 30px;
    margin-top: 140px;
    text-indent: -9999em;
    width: 30px;
}
.forward {
    background-position: 0 -30px;
    clear: right;
}
.forward:hover {
    background-position: -30px -30px;
}
.forward:active {
    background-position: -60px -30px;
}
.backward:hover {
    background-position: -30px 0;
}
.backward:active {
    background-position: -60px 0;
}
.disabled {
    visibility: hidden !important;
}

/*------------------Navigation----------------1--*/
#nav {
  float: right;
  /*background:url(imgs/nav_back.jpg) repeat-x;*/
  height: 90px;
  position: relative;
  width: 590px;
  padding: 0px;
  margin:  0 12px 0 0;
}

#nav ul{
  position: absolute;
  bottom: 25px;
  right:0px;
  margin-bottom:0px;
}

#nav li{
  list-style: none;
  display: inline;
  margin-left: 25px;
  font-size: 18px;
  z-index: 10;
}

#nav a{
  text-decoration: none;
  color: #eeeeec;
  z-index= 999;
  padding-bottom: 40px;
  padding-top: 40px;
  padding-left: 4px;
  padding-right: 4px;
  z-index: 1;
}

#nav a:hover {
  background: url(imgs/nav_hover_back_r.png) right top no-repeat;
}

#nav li:hover{
  background: url(imgs/nav_hover_back_l.png) left top no-repeat;#
}

#subnav {
  clear:both;
}

#subnav ul{
  padding: 0px;
  margin: 0px;
}

#subnav li{
  list-style: none;
  font-size: 18px;
  color:#2c2c2c;
  width: 294px;
  min-height: 42px;
}

#subnav a{
  text-decoration: none;
  color: #2c2c2c;
  padding-top: 5px;
  display:block;
  padding-left: 40px;
}

#subnav li:hover a{
  color: #eeeeec;
}

#subnav a:hover{
  display:block;
}

#subnav li:hover{
  background: url(imgs/subnav_back.png) no-repeat bottom left;
}

#german {
  background-image: url(imgs/ger.gif);
}
#german:hover {
  background-image: url(imgs/ger_active.gif);
}

#english {
  background-image: url(imgs/eng.gif);
}
#english:hover {
  background-image: url(imgs/eng_active.gif);
}

#french {
  background-image: url(imgs/fra.gif);
}
#french:hover {
  background-image: url(imgs/fra_active.gif);
}