/*  body und schrift deffinitionen */

html { 
  padding:0px;
  margin:0px;
  height: 600px;
  
}

body {
  background-color: #FFffff;
  font-size: 12px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color: #5F5F5F; /*#666666;  */
  padding:0px;
  margin:0px;
  height: auto;
}

p {
margin: 0px;
padding: 5px 20px 5px 20px;
font-size: 12px;
}



table, tr, td{
background-color: #FF9900;
margin: 0px; 
padding: 1px;
font-size: 12px;
/*width: 95%;*/
border: 0px solid ;

}
tr, td{
background-color: #FFF;
margin: 0px; 
padding: 5px;
font-size: 12px;
border: 0px solid ;

}

pre{ 
font-family: "Courier New", Courier, Monaco, mono; 
font-size: 12px;
margin: 0px;
padding: 5px 20px 5px 20px; 
}

a { 
color: #FF9900;
background-color: transparent;
text-decoration: none; 
}
a:visited {color:#FF9900; background-color:transparent;}
a:hover {color: #ff0000; background-color:transparent;}
a:active { color:#ff0000; background-color:transparent;}

ul, li {
	list-style-type: disc;
	/*color: #FF9900;*/
	margin-top: 0px;
	margin: 0 0 0 0;
	/*margin-left: 10px;*/
	line-height: normal;
	list-style-position: inside;
	padding: 0 0 0 10px;
	/*text-indent: 20px;*/
}
/*ul, ul{
	list-style-type: disc;
	margin-left: 0px;
}

li, li{
	list-style-type: disc;
	
}*/

.alignright {
margin-top: 0px; 
text-align: right;
font-size: 10px;
}

.alignleft {
margin-top: 0; 
text-align: left;
font-size: 10px;
}



h1 {
font-size: 11px;
text-transform:uppercase;
text-align: right;
color: #FFffff;
background-color: #FF9900;
padding:5px 15px;
margin:0px

}
h2 {
font-size:18px;
padding-top:10px;
text-transform:uppercase;
/*color: #FF6633;*/
color: #5f5f5f;
background-color: transparent;
	}
strong { 
font-size: 13px;
color: #5f5f5f;
}


/*  positioning-layers statisch und absolut */

#links {
position: absolute;
left: 2px;
top: 84px;
width: 188px;
/*width: 190px;*/
color: #5f5f5f;
border-right: 2px solid #FF9900;
margin-top: 10px;
height: 300px;
/*height: 400px;*/
background-color: #ffffff;
}

/* neues Logo */
#logo {
position: absolute;
left: 0px;
top: 330px;
width: 190px;
color: #5f5f5f;
margin: 0px; 
padding: 0px;
height: 100px;
background-color: #ffffff;
}

#inhalt {
margin: 0px 190px 0px 190px;
border-left: 2px solid #FF9900;
border-right: 2px solid #FF9900;
/*margin-top: 10px; */
padding: 0px;
background-color: #ffffff;  
height: 100%;
}

#rechts {
position: absolute;
right: 0px;        
width: 190px;
color: #5f5f5f;
margin: 0px; 
padding: 0px;
height: 400px;
background-color: #ffffff;
}
#titel {
position: absolute;
padding: 0px; 
margin: 10px 20px 20px 210px;
text-align: left;
font-size: 24px;
font-weight: bold;
color: #5f5f5f;
}
