body {
font-family: Arial;
color: #0C0202;
background-color: #0C0202;
font-size: 11px;
line-height: 12px;
cursor: default;
text-align: left;
margin:0;
}
* html body {
  text-align:left;
}
a:link, a:visited, a:active {
font-family: Arial;
color:#0C0202; 
text-decoration:underline;
font-size: 11px;
}
a:hover {
font-family: Arial;
color:#0C0202;
text-decoration:none;
font-size: 11px;
}
a:link.navilinks, a:visited.navilinks, a:active.navilinks {
font-family: Arial;
color:#0C0202;
background-color:#E6E6E4;
text-decoration:none;
font-size: 13px;
font-weight:bold;
border-left: 1px solid #522525;
border-right: 1px solid #522525;
border-bottom: 1px solid #522525;
}
a:hover.navilinks {
font-family: Arial;
color:#E6E6E4;
background-color:#522525;
text-decoration:none;
font-size: 13px;
font-weight:bold;
}
a:link.footer, a:visited.footer, a:active.footer {
font-family: Arial;
color:#ffffff; 
text-decoration:none;
font-size: 13px;
}
a:hover.footer {
font-family: Arial;
color:#ffffff;
text-decoration:underline;
font-size: 13px;
}
.button, button, dropdown, input, .input, select, textarea, checkbox, .checkbox {
 font-size: 11px;
 font-family: Arial;
 color: #6D6C6C;
 background-color: #eeeeee;
 text-align: left;
 cursor: default;
 border: 1px solid #6D6C6C;
 padding-left: 1px;
}
input.linkto {
width: 450px;
font-weight:normal;
text-align:center;
}
.img, img {
 border: 0px;
}
SPAN.bold {
	font-size: 12px;
	FONT-WEIGHT: bold;
}
.middle {
  text-align: center;
}
#container{
position: relative;
top: 0px;
left: 0px;
width: 860px;
height: 500px;
background-color: #0C0202;
background-image:url(http://www.honor-dreams.de/network.jpg);
background-repeat:no-repeat;
}
* html #container { 
  height: 500px;
  width: 860px;
}
.links {
position: relative;
float:left;
width:472px;
height:20px;
}
* html .links {
  top:-2px;
}
#content{
position: relative;
float:left;
top: 45px;
left: 366px;
width:472px;
height:425px;
text-align: left;
font-weight: bold;
}
* html #content {
  width: 472px;
  padding: 0px;
}
#footer {
position:absolute;
top:450px;
left: 358px;
width: 487px;
}
#footer_text{
position: relative;
color: #ffffff;
font-size: 13px;
top: 30px;
width: 487px;
height: 75px;
text-align: center;
}
span.welcome {
font-weight: bold;
font-size:14px;
}
span.italic {
font-style: italic;
}