* {
	margin:				0;
	padding:			0;
	}

html,body {
	margin:				0;
	padding:			0;
	width:				100%;
	height:				100%;
	}

body {
	font:				normal 12px/20px myriad pro, myriad, trebuchet ms, arial, sans-serif;
	line-height:		20px;
	}


#distance_left { 
	display: none;
	}

#distance_right { 
	display: none;
	}

#left {
	display: none;
	}

#right {
	position:			absolute;
	height:				auto;
	width:				100%;
	margin:				0px auto auto 0px;
	}

#right_bg_verlauf {
	display: none;
	}
	
#bg_pic {
	display: none;
	}

#nav {
	display: none;
	}

#content {
	width:				100%;
	height:				auto;
	margin:				0px auto auto 0px;
	}

#logo {
	width:				100%;
	height:				auto;
	margin:				0px auto auto auto;
	text-align:			center;
	}

#text {
	width:				100%;
	height:				auto;
	margin:				40px auto auto auto;
	text-align:			center;
	color:				#000000;
	}

.artikel {
	height:				auto;
	width:				auto;
	margin:				20px auto auto auto;
	}

.artikel h1 {
	font-size:			18px;
	line-height:		25px;
	font-weight:		normal;
	margin:				25px 0 5px 0;
	} 

.artikel h2 {
	font-size:			15px;
	line-height:		25px;
	font-weight:		normal;
	margin:				20px 0 5px 0;
	} 
	
.artikel p {
	font-size:			12px;
	line-height:		20px;
	font-weight:		normal;
	margin-top:			10px;
	}

.artikel  a:link { color:#cc6f00; text-decoration:none; }
.artikel  a:visited { color:#cc6f00; text-decoration:none; }
.artikel  a:focus { color:#cc6f00; text-decoration: none;}
.artikel  a:hover { color:#ffffff; text-decoration:none; }
.artikel  a:active { color:#cc6f00; text-decoration: none;}
	
#footer {
	height:				auto;
	width:				auto;
	margin:				30px auto auto auto;
	color:				#000000;
	font-weight:		bold;
	font-size:			12px;
	line-height:		20px;
	text-transform:		uppercase;
	text-align:			center;
	}
	
#footer  a:link { color:#000000; text-decoration:none; }
#footer  a:visited { color:#000000; text-decoration:none; }
#footer  a:focus { color:#000000; text-decoration: none;}
#footer  a:hover { color:#cc6f00; text-decoration:none; }
#footer  a:active { color:#000000; text-decoration: none;}

#footer_top {
	height:				30px;
	width:				100%;
	margin:				0px auto auto auto;
	}
	
#footer_adress {
	height:				auto;
	width:				100%;
	float:				left;
	}

#footer_zurueck {
	height:				auto;
	width:				14px;
	text-align:			left;
	float:				left;
	margin:				auto auto auto auto;
	}
	
#footer_vor {
	height:				auto;
	width:				14px;
	text-align:			right;
	float:				left;
	margin:				auto auto auto 1px;
	}

#footer_bottom {
	width:				100%;
	height:				auto;
	margin:				10px auto auto 0px;
	clear:				both;
	}

#footer_bottom  a:link { color:#000000; text-decoration:none; padding: 4px 8px; border: 1px solid #ffffff; }
#footer_bottom  a:visited { color:#000000; text-decoration:none; padding: 4px 8px; border: 1px solid #ffffff; }
#footer_bottom  a:focus { color:#000000; text-decoration: none; padding: 4px 8px; border: 1px solid #ffffff; }
#footer_bottom  a:hover { color:#cc6f00; text-decoration:none; padding: 4px 8px; border: 1px solid #cc6f00; }
#footer_bottom  a:active { color:#000000; text-decoration: none; padding: 4px 8px; border: 1px solid #ffffff; }

#footer_imprint {
	display:		none;
	}

#footer_print {
	display:		none;
	}
	
#footer_print_karte {
	display:		none;
	}

#bildleiste {
	display:		none;
	}
	
#bildleiste_index, #bildleiste_wie {
	display:		none;
	}
	
#bildleiste_was {
	display:		none;
	}
	
#bildleiste_wer {
	display:		none;
	}
	
#bildleiste_wo {
	display:		none;
	}
	
.bildleiste_content {
	display:		none;
	}



/* inhalt FCE: 2Spalten
--------------------------------------------------*/
.fce_2Spalten
{ clear:both; width:100%; }

.fce_2Spalten .inhalt
{ margin: 10px 0 10px 0; }

.fce_2Spalten h1 {
	font-size:			14px;
	line-height:		20px;
	font-weight:		normal;
	margin:				25px 0 5px 0;
	} 

.fce_2Spalten h2 {
	font-size:			12px;
	line-height:		16px;
	font-weight:		normal;
	margin:				20px 0 5px 0;
	} 
	
.fce_2Spalten p {
	font-size:			10px;
	line-height:		16px;
	font-weight:		normal;
	margin-top:			10px;
	}

.fce_2Spalten_links
{ float:left; width:50%; }

.fce_2Spalten_rechts
{ float:left; width:50%; }

