/* GENERAL fonts */
P, OL, UL, DIV, H1, H2
{
	font-family: verdana;
	font-size: 12px;
}

H1 
{
 font-size: 15px;
 text-decoration: dotted; 
}
 
H2 { font-size: 13px; }
P, H1, H2 {margin: 0px 0px 5px 0px;}






body
{
  text-align:center;
  background-color: #636669;
  width: 800px;
  margin:0;
  padding:0;
  font-family: verdana;
  font-size: 12px;
  color: black;
}

#header
{
 border:0;
 width: 800px;
 text-align: left;
}

TABLE#content-box
{
 border:0;
 border-color: darkgray;
 border-style: dotted;
}

TD#menu_1
{
 vertical-align: top;
 margin-top: 50px;
 background-color: #cccccc;
 font-family: verdana;
 width: 145px;
 font-size: 12px;
 line-height:1.4em;
 
 text-decoration: bold;
 color: #fff;
}

TD#menu_1 DIV A {
  color: blue;
	text-decoration: none;
}

TD#menu_1 DIV A:hover {
	text-decoration: underline;
}

.menu1-ebene1-no
{
  text-decoration: none;
  margin-left: 20px;
}

.menu1-ebene1-akt
{
 background-color: #009933
 text-decoration: underline;
 margin-left: 20px;
}

.menu1-ebene2-no
{
 text-decoration: none;
 margin-left: 30px
}

.menu1-ebene2-akt
{
 text-decoration: underline;
 margin-left: 30px
}


/* Content column */
TD#content {
  background-color: #fff;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 15px;
	vertical-align: top;
	width: 450px;
}


TD#content DIV A {
  
  color: black;
	text-decoration: none;
}
TD#content DIV A:hover {
	text-decoration: underline;
}


TD#ads {
  vertical-align:top;
  background-color:#cccccc;
  width: 195px;
}  

TD#partner {
  vertical-align:baseline;
   font-size:10px;
}
  
.bodytext
{
 color: black;
 text-decoration: none;
 border: 1;
 border-color=navy;
 
}

.bodytext a
{
 font-color: blue;
}

.bodytext h1
{
 text-decoration: dotted;
}

a
{
 font-color: white;
}


#footer {border-top: dotted 1px #999999;}
#footer {
	font-size: 10px;
	text-align: center;
}

