/* ------------------------------------------------------ */
/* Titel:	Detektei Wurm                             */
/* Webdesign: 	CodePla.NET Andreas Plagge                */
/* Datum:	September 2004                            */
/*                                                        */
/* Thema:	LAYOUTDEFINITIONEN DER WEBSITE            */
/* ------------------------------------------------------ */


/* ------------------------------------------------------ */
/* Definitionen der Hauptseite und der Scrollbalken.       */
/* Nur folgende Arten dieses Elementes ändern:            */
/* #D6D3CE (RGB-Farbe) oder andere Werte.                  */	
/* ------------------------------------------------------ */	
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #B5B8BF;
  color: #DDDDDD;
  scrollbar-face-color: #D6D3CE;
  scrollbar-base-color: #D6D3CE;
  scrollbar-3dlight-color: #D6D3CE;
  scrollbar-track-color: #D6D3CE;
  scrollbar-arrow-color: #FFFFEE;
  scrollbar-shadow-color: #FFFFEE;
  scrollbar-darkshadow-color: #666666;
  scrollbar-highlight-color: #FFFFEE;
  margin-top: 20px;
  margin-left: 0px;
  margin-bottom: 0px;
  padding: 0px;
  text-align: center;
}


/* ------------------------------------------------------ */
/* Hier werden die DIV-Tags positioniert:                 */
/* ------------------------------------------------------ */
#geruest {	
  position: static;
  text-align: left;
  width: 749px;
  margin: 0px auto;
}

#hauptgrafik {
  visibility: visible;
  position: static;
  top: 0px;
  width: 749px;
  height: 120px;
}

#theme {	
  visibility: visible;
  position: absolute;
  margin-left: 590px;
  top: 21px;
  width: 156px;
  height: 118px;
}

#codeplanet {
  visibility: visible;
  position: absolute;
  margin-left: 616px;
  top: 120px;
  width: 156px;
  height: 30px;
}

#inhalt {
  float: right;
  margin-top: 20px;
  margin-right: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
  width: 480px;
  background-color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

#logo_oben {
  visibility: visible;
  position: absolute;
  margin-left: 0px;
  top: 139px;
  width: 749px;
  height: 39px;
}

#themen {
  position: absolute;
  top: 80px;
  margin-left: 0px;
  width: 749px;
  height: 20px;
}

#rahmen {
  position: absolute;
  top: 178px;
  width: 749px;
  background-image:url(../img/rahmen.gif);
  background-repeat:repeat-y;
}

#nav {
  float: left;
  margin-top: 20px;
  padding-left: 25px;
  width: 196px;
  height: 220px;
}

#navigation {
  width: 196px;
  height: 250px;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #39445B;
  border-left-width: 1px;
  border-left-style: solid;
  border-color: #39445B;
  border-right-width: 1px;
  border-right-style: solid;
  border-color: #39445B;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #39445B;
  padding-top: 5px;
  padding-bottom: 3px;
  padding-left: 0px;
  background-color: #B5B8BF;
}

#nav_0010 {
  position: absolute;
  top: 30px;
  left: 26px;
  width: 194px;
  height: 27px;
}

#nav_0020 {
  position: absolute;
  top: 60px;
  left: 26px;
  width: 194px;
  height: 27px;
}

#nav_0030 {
  position: absolute;
  top: 90px;
  left: 26px;
  width: 194px;
  height: 27px;
}

#nav_0040 {
  position: absolute;
  top: 120px;
  left: 26px;
  width: 194px;
  height: 27px;
}

#nav_0050 {
  position: absolute;
  top: 150px;
  left: 26px;
  width: 194px;
  height: 27px;
}

#nav_0060 {
  position: absolute;
  top: 180px;
  left: 26px;
  width: 194px;
  height: 27px;
}

#nav_0070 {
  position: absolute;
  top: 210px;
  left: 26px;
  width: 194px;
  height: 27px;
}

#nav_0080 {
  position: absolute;
  top: 240px;
  left: 26px;
  width: 194px;
  height: 27px;
}

#logo_unten {
  visibility: visible;
  position: static;
  margin-left: 0px;
  margin-bottom: -3px;
  width: 749px;
  height: 36px;
}


/* ------------------------------------------------------ */
/* Definition des Standard von Tabellenzellen:            */
/* ------------------------------------------------------ */
td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  color: #666666;
}


/* ------------------------------------------------------ */
/* Zuweisung, dass Grafiken keinen Rahmen bekommen:       */
/* ------------------------------------------------------ */   
img {
  border:0px;
}


/* ------------------------------------------------------ */
/* Hier bekommen die einzelnen Klassen Formatierungen:    */
/* ------------------------------------------------------ */  
.ueberschrift {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #666666;
}

.normalfett {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #666666;
}
             
.normal {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
}
  
.phone {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #000000;
}      
     
.unterstrichen {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  text-decoration: underline;
}

.codeplanet {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: bold;
}


/* ------------------------------------------------------ */
/* Definitionen der verschiedenen Link-Klassen:           */
/* ------------------------------------------------------ */  
a:link {
  color: #666666;
  text-decoration: underline;
}
     
a:visited {
  color: #666666;
  text-decoration: underline;
}
                 
a:active {
  color: #666666;
  text-decoration: underline;
}

a:link.codeplanet {
  color: #FFFFFF;
  text-decoration: underline;
}  
        
a:visited.codeplanet {
  color: #FFFFFF;
  text-decoration: underline;
}
                  
a:active.codeplanet {
  color: #FFFFFF;
  text-decoration: underline;
}