/* CSS Document */
body
{ 
text-align:center;
background-color:#000000;
color:#b6b6b6;
}

#centerbox {
width:800px;
margin:100px auto;
text-align:left;
}

#navbox {
width:732px;
text-align:left;
clear:both;
}

#bilderbox {
width:226px;
height:330px;
border:1px dashed #b6b6b6;
float:left;

}
#inhaltsbox{
width:496px;
height:500px;
margin-left:237px;
}

#logindiv {
position:absolute;
margin:140px auto;
text-align:left;
background-color:#999999;
width:400px;
height:400px;
}

a:link {
	color: #b6b6b6;
	text-decoration:none;
}
a:visited {
	color: #ffffff;
	text-decoration:none;
}

a:hover{
	color: #d30000;
	text-decoration:none;
}

.loginlink:hover, .loginlink:link, .loginlink:visited  {
	color: #b6b6b6;
	text-decoration:none;
	cursor:default;
}


.rot {
font-size:18;
color: #d30000;
font-weight:bold;
}

.navinfo { 
font-size:18px;
font-weight:bold;
text-align:right;

}

.zitat { 
font-size:14px;
font-style:italic;
text-align:center;
}
.newsueberschrift {
font-size:20;
font-weight:bold;
}
.newstext {
font-size:14;
}

.newszeitangabe {
font-size:10px;
}

.newsautor {
font-size:10px;
text-align:right;
}