body {background-color: #000000; font-family: Trebuchet, Tahoma, Verdana, sans-serif; font-size: 12px; margin: 10px;}

h1 {font-size: 3em; margin: 0; padding: 0;}

.b {font-weight: bold;}




/* --------------------------------------- */
/* --- POSITIONING ----------------------- */
/* --------------------------------------- */

div#header h1 {
  height: 80px;
  line-height: 80px;
  margin: 0;
  padding-left: 10px;
  background: #EEE;
  color: #79B30B;
}



div#navcolleft { 
  background: transparent; 
}

div#navcolright { 
  background: transparent; 
} 


div#navcolleft {
  float:left;
  width:25%;
  margin-left:-25%;
}

div#navcolright {
  float:left;
  width:25%;
  margin-left:-50%; 
}

/* --------------------------------------- */
/* --- BACKGROUNDS & COLORS--------------- */
/* --------------------------------------- */

#container {  }

/*------------------------------------------------------------
----- these styles are correct when werner is in his own
----- div - these styles go with the footer styles commented
----- out below.  Keep in case Martin decides to revert...   */
#werner {
/*   background-color: transparent; */
  background-image: url(images/werner-cutout.gif);
  background-repeat: no-repeat;
  background-position: bottom right;
  position: absolute;  bottom: 0; left: 200px;
  /*float: left;*/
  height: 362px; 
  width: 474px;
/*   margin-left: 85px;  */
/*   margin-left: 0px; */
  padding: 0;
  z-index: 10000; 
}

 #werner p   {display: none; font-size: 12px;}
/*----------------------------------------------------------- */

/* #werner img {padding-top: 500px; padding-left: 20px;} */

#verlauf {
  background-image: url(images/verlauf.jpg);
  background-repeat: repeat-x;
  border-bottom: 2px solid #000000;
  height: 25px;
/*   position: relative; */

}

#main {
  background-color: #b8860b;
  background-image: url(images/background-body.jpg);
  background-repeat: repeat-x;
  float:left;
  height: 640px;
/*   height: 500px; */
/*   position: relative; */
  width:100%;
}


#content {background-image: url(images/werner-willkommen.gif);
  background-repeat: no-repeat;
  margin-right: 50%;
  margin-left: 2%;
  padding: 20px 30px 10px 0px;
  width: 471px;
}

#content h1 {
  display: none; 
}

#welcometext {
  background-color: #e3debf;
  margin-top: 82px;
  *margin-top: 102px; /* -- Hack for IE6 -- */
  margin-left: 0;
  padding-bottom: 2%; 
  width: 471px;
}

#welcometext h1, #welcometext h2 {
  display: none; 
}

#welcometext p {
  margin: 1em 3em;
  font-size: 1em;
  line-height: 150%;
  
}

#welcometext img {margin-left: 40px;}

#welcometext a {color: #000000; font-weight: bold; text-decoration: none;}


/* --------------------------------------- */
/* --- Photo Links ----------------------- */
/* --------------------------------------- */

#termine, #person, #landtag, #rathaus {
  background-repeat: no-repeat; 
  background-position: bottom;
  height: 181px;
  margin: 20px;
  position: relative;
  width: 210px;
  text-align: right;
}

#termine h2, #person h2, #landtag h2, #rathaus h2 {
  font-size: 130%; 
  background-repeat: no-repeat; 
  height: 27px; 
  line-height: 200%;
  margin: 0; 
  padding: 0;
}

#termine    {background-image: url(images/index-termine.jpg); }
#termine h2 {background-image: url(images/index-tab-dkgreen.gif);  }

#person     {background-image: url(images/index-person.jpg);}
#person  h2 {background-image: url(images/index-tab-brown.gif); text-align: right;}

#landtag    {background-image: url(images/index-landtag.jpg);}
#landtag h2 {background-image: url(images/index-tab-orange.gif);  }

#rathaus    {background-image: url(images/index-rathaus.jpg);}
#rathaus h2 {background-image: url(images/index-tab-dkgreen.gif);}


#termine a:link,    #person a:link,    #landtag a:link,    #rathaus a:link    {color: #ffffff; padding-top: 8px; padding-right: 30px; text-decoration: none;}
#termine a:visited, #person a:visited, #landtag a:visited, #rathaus a:visited {color: #ffffff; padding-top: 8px; padding-right: 30px; text-decoration: none;}
#termine a:hover,   #person a:hover,   #landtag a:hover,   #rathaus a:hover   {color: #ffffff; padding-top: 8px; padding-right: 30px; text-decoration: none;}
#termine a:active,  #person a:active,  #landtag a:active,  #rathaus a:active  {color: #ffffff; padding-top: 8px; padding-right: 30px; text-decoration: none;}


#termine img, #person img, #landtag img, #rathaus img {display: none;}




/* ---------------------------------------------------------------------
   --- This Footer is correct if Werner is positioned in his own div
   --- Keep this in case Martin wants to revert to other layout */
#footer {
  background-color: #000000; 
  border-top: 5px solid #000000;
  clear:left;
  color: #ffffff;  
  width:100%;   
}

div#footer img {margin-left: 60px; float: left;}

div#footer p {
  background-color: #333333;
  margin:0;
  padding:5px 10px;
    text-align: right;
}
/*----------------------------------------------------------------------*/


