body {
	margin: 0 0 0 0;
	color: #333;
	background: #fff url(../images/interface/bg.gif) repeat-x;	
	}
	
.clear {
	clear: both;
	font-size: 1px;
	float: none;
	height:1px;
	margin-top:-1px;
	line-height: 1px;
	}
	
	img {
	border: none;
	}

	/*--------------------------------------
		General Layout
	---------------------------------------*/

#header {
	display:none;
	}
			
#content {
	width: 700px;
	background: transparent;
	padding-bottom: 20px;
	margin: 0;
	}
	
#top_nav_level_three_container {
	display:none;
	}
	
	/*--------------------------------------
		General Layout Main
	---------------------------------------*/
	
#logo_print {
	float: left;
	width: 700px;
	margin: 10px 0 14px 0;
	font-family: Arial;
	font-weight: bold;
	font-size:24px;
	}
	
#main {
	margin: 0;
	padding: 12px 20px 20px 0;
	font-weight: normal;
	background: url(../images/interface/content_bg.gif) repeat-x;
	width: 700px;
	min-height:300px;
	}
	
	* html #main{
	height: 500px;
	}
	
#main .cat_header_1 {
	font-family: Cambria, Georgia, Times, serif;
	font-weight: normal;
	font-size:11px;
	color: #999;
	display:inline;
	}
	
#main .cat_header_2 {
	font-family: Cambria, Georgia, Times, serif;
	font-weight: normal;
	font-size:11px;
	color: #000;
	display:inline;
	}
	
#main h2 {
	font-family: Cambria, Georgia, Times, serif;
	font-weight: bold;
	font-size:15px;
	color: #000;
	line-height: 20px;
	margin: 0 0 14px 0;
	}
	
#main h3 {
	font-family: Cambria, Georgia, Times, serif;
	font-weight: normal;
	font-size:13px;
	color: #000;
	line-height: 15px;
	margin: 0 0 18px 0;
	}
	
#main h4 {
	font-family: Cambria, Georgia, Times, serif;
	font-weight: bold;
	font-size:12px;
	color: #ec7405;
	line-height: 20px;
	margin: 0 0 14px 0;
	}
	
#main .body {
	font-family: Cambria, Georgia, Times, serif;
	font-weight: normal;
	font-size:13px;
	color: #000;
	line-height: 16px;
	}
	
#main a:link{ color: #ec7405; text-decoration:none;}
#main a:visited{ color: #ec7405; text-decoration:none;}
#main a:hover { color: #666; text-decoration:none;}
#main a:active { color: #ec7405; text-decoration:none;}

#main .aktuelt_archive_date{
	float: left;
	background: transparent;
	margin:0 0 12px 0;
	font-family: Cambria, Georgia, Times, serif;
	font-weight: normal;
	font-size:12px;
	color: #666;
	width: 700px;
}

#main .aktuelt_date{
	float: left;
	background: transparent;
	margin:0 0 6px 0;
	font-family: Cambria, Georgia, Times, serif;
	font-weight: normal;
	font-size:10px;
	color: #999;
	width: 700px;
}

#main .aktuelt_title{
	float: left;
	background: transparent;
	margin:0 0 6px 0;
	font-family: Cambria, Georgia, Times, serif;
	font-weight: normal;
	font-size:15px;
	color: #000;
	line-height: 16px;
	width: 700px;
}

#main .aktuelt_title a:link{ color: #000; text-decoration:none;}
#main .aktuelt_title a:visited{ color: #000; text-decoration:none;}
#main .aktuelt_title a:hover { color: #ec7405; text-decoration:none;}
#main .aktuelt_title a:active { color: #000; text-decoration:none;}

#main .aktuelt_summary{
	font-family: Cambria, Georgia, Times, serif;
	font-weight: normal;
	font-size:12px;
	color: #000;
	line-height: 16px;
}

	/*--------------------------------------
		Left
	---------------------------------------*/

.left_column {
	display:none;
}


    /*--------------------------------------
	Right
    ---------------------------------------*/


.right_column {
	display:none;
}

	
	/*--------------------------------------
		Footer
	---------------------------------------*/

#footer {
	width: 700px;
	height:24px;
	background: transparent;
	padding-bottom: 20px;
	margin: 0;
	border-top: 1px solid #eee;
	}
	
#footer_contact {
	display:none;
	}
	
#footer_contact_print {
	width: 700px;
	height:30px;
	background: transparent;
	padding: 0;
	margin: 2px 0 0 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	color:#666;
	line-height:12px;
	}
	
#footer_credits {
	display:none;
	}
	
	
	/*--------------------------------------
		hr
	---------------------------------------*/
	
hr {
    border: none 0; 
	border-top: 1px solid #eaeaea;/*the border*/
	width: 700px;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	margin-top:6px;
	margin-bottom:10px;
	background-color:#ffffff;
	}
	
#archiveNavigation {
	display:none;
    }
	
