html{ 
    height: 100%; 
    border: 0; 
    padding: 0; 
    margin: 0; 
}

a, a:link, a:visited, a:active {
    color: #dd6600;
}

a:hover  {
    color: #ee9911;
}

body {
    border: 0; 
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 80%;
    color: #333333;
}

#main {
    position: relative;    
    width: 100%;
    height: 700px;
    margin: auto;
    text-align: left;
}



#header {
    padding: 0px;
    background-image:url(pics/bg.gif);
    background-repeat:repeat-x;
    height:100px;
}

#headerbottom, #headerbottom a:link, #headerbottom a:hover, #headerbottom a:visited, #headerbottom a:active {
    color:#cccccc;
    font-weight: bold;
    font-size: 0.8em;
}

#headerbottom {
    position: absolute;
    right:1px;
    top:95px;
}

#titleleft {
    position: absolute;
    left:0px;
}

#titleright {
    position: absolute;
    right:0px;
}

#nest {
    clear: both;
    margin-top:15px;
}

#menu {
  position: absolute;
    top: 120px;
    left: 10px;
    width: 180px;
        
    font-weight: bold;    
    line-height:1.8;    
}

#sponsoren {
    text-align:center;    
    margin-top:30px;
    width:120px;
}
.sponsorenlogo {
    margin:10px;
    border-width:0px;
}


#footer {    
    display:  block;
    position:  fixed;
    bottom:  0px;
    border-top: 1px solid #888888;        
    background:#eeeeee;
    left: 0px;
    right: 0px;
    font-size:0.8em;
    padding-left: 5px;
    padding-right: 5px;
}


.left {
    float: left;
}

.right {
    float: right;
}

#footer-left {
    float: left;
    text-align: left;
}

#footer-right {
    float: right;
    text-align: right;
}

/* alternating table rows */
.row1 {
    background:#eeeeee;
}

.row2 {
    background:#ffffff;
}

#content {
   margin-left: 200px;
   /* top right bottom left */
   padding: 0px 10px 15px 0px;
   min-height:580px;
}

#gallery { 
  float:right;
  right:0px;
  margin-left:10px;
  padding:2px;
  text-align: center;
  background:#e3e3e3;
  font-size:0.8em;
}

#gallery_horizontal {
  margin-left:10px;
  padding:2px;
  text-align: center;
  font-size:0.8em;
}
	      

.thumbnail {
  margin:4px;
  padding:2px;
  border-width:1px;
  border-style:solid;
  border-color:#d0d0d0;
  text-align: center;
  vertical-align: middle;
}

.thumbnail_horizontal {
  float:left;
  margin:4px;
  padding:2px;
  border-width:1px;
  border-style:solid;
  border-color:#d0d0d0;
  text-align: center;
  vertical-align: middle;
}

	      

.thumbimg {
border:0px;
  border-width:0px;
  padding:0px;
  margin:0px;
}

