/* CSS definition file containing sitestyle stylesheets */

 body
  {
    text-align: center;
    font-size: 12pt;
    font-family: Verdana, Arial, sans-serif;
    color: #000000;
    background-color: Black;
  } 
 
 div 
  {
   overflow: hidden;
  }

 hr
 {
   width: 50%;
   size: 4px;
   color :#7f9da5;
 } 
  
#root
  {
    top:100%;
    width:100%;
    margin: 0px auto;
    padding: 0px;
	background:url(../images/oben6.png)repeat-x top;
  }
  
#root a
{
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

#root a:hover
{
    color: #FF0000;
}


#head
  {
    height: 400px;
  }
   
.navi_left
  { 
	width: 155px;
	height: 750px;
    float: left;
    padding: 10px;
	background-color: #cccccc ;
	margin-right: 10px;
  }

.inhalt 
  {
	padding: 10px;
	background-color: #999999;
	border: 5px solid #859da4;
	margin-left: 10px;
	margin-right: 10px;
	min-width: 600px;
  }
  
 .content_right
  {
    width: 155px;
	min-height: 750px;
    float: right;
    padding: 10px;
	background-color: #cccccc;
	font-size : 10pt;
	margin-left: 10px;
  }
  
 #gr20
 {
	font-size : 20pt;
	font-weight : bold;
	color: Red;
}

#gr17rot
 {
	font-size : 15pt;
	font-weight : bold;
	color: Red;
}

#gr17grau
 {
	font-size : 17pt;
	font-weight : bold;
	color: #c0c0c0;
}

#gr20gelb
 {
	font-size : 20pt;
	font-weight : bold;
	color: #ffff00;
}

#gr12grau
 {
	font-size : 12pt;
	font-weight : bold;
	color: #c0c0c0;
}