/* Allgemeine Styles */
img
{
	border: 0px;
}
body
{
	/*overflow-y: scroll;*/
}
body,div,a,span,td
{
	font-size: 11px;
	color: #666666;
	font-family: Verdana, Helvetica, Arial;
}

/* Inhaltsbereich */
#content
{
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	color: #666666;
}
#content_home
{
	width: 370px;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	color: #666666;
	float: left;
}
#content_news
{
	width: 200px;
	padding: 0px;
	margin-right: 30px;
	font-size: 11px;
	color: #666666;
	float: right;
}
#content_news div.news_entry
{
	margin-top: 5px;
}
#content_news div.news_entry span#date
{
	font-size: 7pt;
	color: #999999;
}
#content_news div.news_entry span#title
{
	font-size: 11px;
	color: #666666;
}
#content_news div.news_entry a
{
	font-size: 11px;
}

/* Ueberschriften */
h1
{ /* Erste Ueberschrift */
	padding: 5px 0px;
	margin: 0px 0px 10px;
	border-bottom: 1px dashed #F4F4F4;
	color: #E41D13;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
}
h2
{ /* Zweite Ueberschrift */
	padding: 5px 0px;
	margin: 30px 0px 10px;
	color: #E41D13;
	font-size: 14px;
	font-weight: bold;
}

p
{ /* Normaler Text */
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	color: #666666;
	line-height: 18px;
}

/* Links */
a
{
	color: #E41D13;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

/* Suche */
#content input#search_input
{
	width: 170px;
	border: 1px solid #333333;
	background-color: #F4F4F4;
}
#content input#search_submit
{
	width: 70px;
	border: 1px solid #333333;
	background-color: #F4F4F4;
}


/* Sitemap */
a.sitemap
{
	color: #666666;
}