/* CSS Document */

*
{
	font-family:Verdana, Arial, Helvetica;
	font-size:11px;
}

html
{
	margin: 0;
	padding: 0;
/*	height: 100%;*/
}

body
{
	margin:0px;
	background-color:#000;
	overflow:auto;
	padding:0px;
/*	height:100%;*/
}

h1, h2, h3
{
	margin:0px;
	margin-bottom:10px;
	color:#aaaaaa;
	font-weight:bold;
}

a
{
	color:#aaa;
	text-decoration:none;
}

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

.header
{
	padding-left:10px;
	text-align:left;
	height:44px;
	background-color:#F18E00;
}

.header img
{
	margin-top:9px;
}

.main
{
	text-align:left;
}

.divider
{
	height:4px;
	width:100%;
}

.left
{
	float:left;
}

.navi
{
	width:170px;
	text-align:left;
	vertical-align:top;
}

#navi_bg
{
	background-image:url(../images/design/bg_navi.gif);
	background-repeat:repeat-y;
}

.content
{
	width:auto;
	text-align:left;
	color:white;
	overflow:auto;
	vertical-align:top;
	border:1px solid green;
	padding:0px;
	margin:0px;
}

.content_box
{
	margin:10px;
	padding:0px;
	overflow:auto;
	color:white;
}

.content_box
{
	margin:10px;
}

.footer
{
	width:100%;
	height:40px;
}

.footer_top
{
/*	height:40px;*/
}

.footer_bottom
{
	clear:both;
	text-align:right;
	background-image:url(../images/design/bg_footer.gif);
	background-repeat:repeat-x;
	/*background-position:0px 11px;*/
	height:44px;
	width:100%;
	float:right;
}

.corner
{
	float:right;
}

.bottom_navi
{
 	padding-top:30px;
}

.navi_item_1
{
	padding-left:10px;
	margin-top:2px;
}

.navi_item_2
{
	padding-left:20px;
	margin-top:1px;
}

.navi_item_2 a
{
	color:#A8A9AD;
	text-decoration:none;
	font-size:11px;
}

.navi_item_2 a:hover
{
	color:#221E1F;
}

#navi_item_2_on
{
	color:#000;
}

.navipath_
{
	padding-left:20px;
	color:#aaa;
	float:left;
}

.teaser_left
{
	width:210px;
	vertical-align:top;
	text-align:right;
}

.news_box
{
	margin:4px 6px 15px 6px;
	color:#fff;
	width:190px;
}

.teaser_artikel
{
	margin:10px;
	color:white;
	background-color:#2F2F2F;
	width:190px;
}

.teaser_artikel div
{
	padding:4px;
}

.news_box h3
{
	margin-bottom:4px;
}

