body
{
 font-family:Arial;
 font-size:14px;
 background-color:#ffffff;
 background-image:url(bilder/background.jpg); background-repeat:no-repeat;
 background-attachment:fixed;
 background-position: left bottom;
}
h1 {font-size:22px;color:#000000;margin-bottom:0px;text-align:center;}
h2 {font-size:22px;color:#000000;font-family:Georgia;text-align:center;}
h3 {
	font-size:16px;
	color:#000000;
	font-style: normal;
	line-height: 10px;
	font-weight: bold;
}
p {margin-top:0px;}

code {font-size:14px;color:#0000ff;}
pre
{
 font-size:14px;
 color:#0000ff;
 padding:5px;
}
a:link, a:visited, a:active, a:hover
{
  color:#000000;
  font-size:18px;
  font-weight:bold;
  text-decoration:none;	
}
a:hover
{
 text-decoration:underline;
}

a.orange:link, a.orange:visited, a.orange:active, a.orange:hover
{
  color:#FF8000;
  font-size:18px;
  font-weight:bold;
  text-decoration:none;	
}
a.orange:hover
{
 text-decoration:underline;
}
a.orange_text:link, a.orange:visited, a.orange:active, a.orange:hover
{
  color:#FF8000;
  font-size:14px;
  font-weight:bold;
  text-decoration:underline;	
}

a.textlink:link, a.textlink:visited, a.textlink:active, a.textlink:hover  {
 font-family:Arial;
 font-size:14px;
 text-decoration:underline;
 font-weight:normal;
}

#title {
height:34px;
padding:5px;
border-bottom:1px solid #000000;
margin-bottom:20px;
}
#menu {
width:20%;
float:left;
position:absolute; bottom:30px;
line-height:28px;
}
 html>body #menu {  /* nur fuer moderne Browser! */
    position: fixed;
  }


.menutitle
{
font-weight:bold;
border-top:1px dashed #000000;
margin-top:15px;
}

#content {
width: 80%;
float:right;
}
.news {
	font-family:Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FF8000;
}

