/* Standard CSS */

body
{
 color:#660000;
 background-color: White;
 margin: 0px auto;
 padding: 0px;
}

body,html,td,th
{
	font-family: Arial, "MS Sans Serif", sans-serif;
	font-size: 14px;
	font-weight: normal;
}

h1
{
	font-size: 16px;
	font-weight: bold;
}

/* Standard Hyperlinks */

a:link, a:visited, a:hover, a:active
{ 
 	text-decoration:underline;
	font-weight:normal;
	color:#660000;
	background-color:inherit;
}
a:visited { color:#660000; text-decoration: underline; }
a:hover { color:Black; text-decoration: underline overline; }
a:active { color:#660000; text-decoration: none }

/* Container für das Logo */

#logo
{
	margin: 0px auto;
	padding-left: 40px;
}

/* Navigation */
.menu
{
	margin: 0px auto;
	padding-left: 46px;
	background-color: #AAAAAA;
	color: White;
}
.menu table
{
	text-align: center;
	line-height: 24px;
}

.menu a
{
	color: #333333; 
	background: #AAAAAA; 
	text-decoration:none; 
	padding: 2px 5px;
}

.menu a:link, .menu a:visited
{
	color: #333333; 
	background: #AAAAAA;
 	text-decoration:none;
	font-weight:normal; 
}

.menu a:active
{ 
	color: Black;
 	text-decoration:none;
	font-weight:normal; 
}

.menu a:hover
{
	color: White;
	background: #AAAAAA; 
	border:1px solid #555555; 
 	text-decoration:none;
	font-weight:normal; 
}

.activemenu a:link, .activemenu a:visited, .activemenu a:hover 
{
	/*/*/border: 1px solid #555555;
	background-color: #FF9900;
	color: Black; /* */
 	text-decoration:none;
	font-weight:normal; 
}

#sidebanner
{
	float: left;
	display: block;	
	margin: 0px auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 14px;
}

#content
{
	float: inherit;
	margin-top: 20px;
	padding-bottom: 20px;
	width: 90%;
	line-height: 18px;
}
#newsbox
{
	margin: 5px;
	width: 450px;
	padding: 5px;
	line-height: 22px;
	border: 1px solid;
}

#bottom
{
	clear: both;
	background-color: #AAAAAA;
	color: White;
	text-align: center;
	line-height: 18px;
	width: 100%;
}
