body{
  font-size: 80%;
  font-family: arial,sans-serif;
  margin: 0; 
  padding: 0;
  background-color:#7799BB;
}

#kopf{
  height: 100px;
  background-color :#7799bc;
  color: #e0e7f3;
  position:relative;
  margin-left: 180px;
}

#logo{
  background-color:#7799BB;
  height : 110px;
  width: 165px;
  top: 0px;
  left:15px;
  position:absolute;
/*   display:inline; */
}

#next_spiele{
  border: 2px solid #ff0000;
  color:#ff0000;
  padding-left: 20px;
  position:relative;
/*   top:-10px; */
  vertical-align: top;
  /*height : 300px;
  width: 165px;*/
}

#inhalt{
  background-color :#ffffff;
  margin: 0 10px 0 165px;
  padding: 10px 10px 20px 10px;
  min-height : 400px;
  position:relative;
  font-family: verdana,arial,sans-serif;
  color: #333333;
  font-size: 13px;
  line-height: 18px;
}

#navi{
  padding-top:50px;
  width: 165px;
  float: left;
  margin: 0 auto;
}


#fuss{
/*   background-color :#ffffff; */
  margin: 0 10px 0  165px;
  padding-left: 10px;
  padding-top: 10px;
  text-align: center;
/*   min-height : 400px; */
  position:relative;
}

#counter{
  margin-left: 10px;
  margin-right: 8px;
  position:relative;
  line-height: 15pt;
  text-decoration: none;
}

#counter_kopf{
  background-color: #e7eef8;
  color: #666666;
  padding-left: 30px;
}

#counter_body{
  padding-left: 10px;
  background-color: #ffffff;
  color: #333333;
}


#alben{
  overflow  : scroll;
  overflow-y: hidden;
}

#bild_vorschau {
  background-color: #E7EEF8;
  padding: 10px;
}

#bild_vorschau a{
  margin: 5px;
}

#inhalt a{
  color: #333333;
}

textarea, input, select {
background-color:#FFFFFF;
border-color:#666666 #CCCCCC #CCCCCC;
border-style:solid;
border-width:1px;
color:#000000;
}

.button{
border-color:#CCCCCC;
}

div.navi_selected, div.navi_selected a{
  background-color:#ffffff;
  margin-left: 10px;
  padding-left:10px;
  font-weight: bold;
  position:relative;
  line-height: 15pt;
  color: #1a3764;
  text-decoration: none;
  min-height : 0px; /* IE ist halt doof auch IE7*/
 
}
div.navi_unselected, div.navi_unselected a{
  margin-left: 10px;
  padding-left:10px;
  color:#ffffff;
  background-color:#7799BB;
  position:relative;
  line-height: 15pt;
  text-decoration: none;
}


table.tb90 {
  margin: auto;
  width:90%;
}

table.tb100 {
/*   margin: auto; */
  width:100%;
}

table.tb97 {
  margin: auto;
 width:97%;
}

.guestbook_table{
  width:100%;
}

.center{
  text-align:center
}

.images {
 text-align:justify;
 vertical-align:middle;
}

.images img{
  border: 2px solid #ff0000;
}



/* SLIMBOX */

#lbOverlay {
  position: absolute;
  z-index: 9999;
  left: 0;
  width: 100%;
  background-color: #000;
  cursor: pointer;
}

#lbCenter, #lbBottomContainer {
  position: absolute;
  z-index: 9999;
  left: 50%;
  overflow: hidden;
  background-color: #fff;
}s

.lbLoading {
  background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
  position: absolute;
  left: 0;
  top: 0;
  border: 10px solid #fff;
  background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  outline: none;
}

#lbPrevLink {
  left: 0;
}

#lbPrevLink:hover {
  background: transparent url(images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
  right: 0;
}

#lbNextLink:hover {
  background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  font-size: 10px;
  color: #666;
  line-height: 1.4em;
  text-align: left;
  border: 10px solid #fff;
  border-top-style: none;
}

#lbCloseLink {
  display: block;
  float: right;
  width: 113px;
  height: 22px;
  background: transparent url(images/closelabel.gif) no-repeat center;
  margin: 5px 0;
  outline: none;
}

#lbCaption, #lbNumber {
  margin-right: 71px;
}

#lbCaption {
  font-weight: bold;
}

