/* ---------------- */
/* -----Import----- */
/* ---------------- */

@import url(link2map24.css);

/* -----Import ENDE----- */

/* 1.basics*/
* {
	margin: 0;
	padding: 0;
	outline:none;
}

body {
	background:url(../images/layout/body_kachel.gif) 0 0 #D7D7CB repeat-x;
	margin:0;
	font:65% Arial, Helvetica, sans-serif;
	color:#000;
}

h1{
	font:2.0em "Arial Black", Arial;
	line-height:1.1em;
	margin:0 0 15px 0;
}

h2{
		font:1.5em "Arial Black", Arial;
		margin:0 0 15px 0;
}

h3{
		font:1.3em Arial, Helvetica, sans-serif;
		font-weight:bold;
		margin:0 0 15px 0;
}

h4{
		font:1.5em Georgia, "Times New Roman", Times, serif;
		color:#FB8689;
		font-weight:bold;
}

h5{
		font:1.5em Georgia, "Times New Roman", Times, serif;
		color:#FB8689;
		font-weight:bold;
		margin:0 0 15px 0;
}

h6{
		font:1.6em Arial, Helvetica, sans-serif;
		color:#ffbb0f;
		font-weight:bold;
		margin:0;
}

img {
	border:0;
}

.req{
	float:none;
	margin:0;
}



a:link, a:visited{
	color:#f15b2e;
	text-decoration:underline;
}

a:hover, a:active{
	color:#000;
	text-decoration:none;
}

a:link img, a:visited img{
	border:0px solid #fafaf7;
}

a:hover img, a:active img{
	border:0px solid #fff;
}



a.keinborder img{
	border:0;
}

.clear{
	clear:both;
	float:none;
}

#euroweb{
	width:200px;
	margin:0 0 15px 0;
	}
	
#euroweb img{
	margin:0 0 5px 0;
	border:0;
	}

p{
	font:1.2em Arial, Helvetica, sans-serif;
	line-height:1.4em;
	margin:0 0 15px 0;
}

p.linie{
	background:url(../images/layout/linie.gif) 0 0 no-repeat;
	height:10px;
	margin:0 0 5px 0;
	width:387px;
	clear:both;
	float:none;
}

p.oben{
	background:url(../images/layout/oben.gif) 0 6px no-repeat;
	padding:0 0 0 10px;
	margin:0 0 15px 0;
}

p img{
	margin:0 15px 0 5px;
	
}

.picfloat img{
	float:left;
	margin:0 15px 15px 0;
}

.picfloatright img{
	float:right;
	margin:0 0 15px 5px;
}


.breite01{
	width:200px;
	float:left;
	margin:0 15px 0 0;
}

.breite02{
	width:165px;
	float:left;
	margin:0 15px 0 0;
}

.breitetel{
	width:50px;
	float:left;
}

.underline{
	text-decoration:underline;
}

.center{
	text-align:center;
	width:471px;
}

.center img{
	margin:0 10px 0 0;
}

.keinabstand{
	margin:0;
}


.blau{
	color:#06497e;
}

.grau{
	color:#5C5D60;
}

.schwarz{
	color:#000;
}

.orange{
	color:#f15b2e;
}

.weiss{
	color:#fff;
}

.gross{
	font-size:1.8em;
}

.mittel{
	font:1.3em Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.klein{
	font:0.85em Arial, Helvetica, sans-serif;
}

ul{
	list-style-type:none;
	margin:0 0 15px 0;
}

.liklein{
	font:1.1em Verdana, Arial, Helvetica, sans-serif;
	line-height:1.3em;
}

.alignr{
	text-align:right;
}

dl{
	margin-bottom:15px;
	font:1.4em Arial, Helvetica, sans-serif;
}

dd.abstand01{
	margin-top:15px;
}

/* --- DIV ANFANG ---*/
/* ------------------*/

#wrapper{
	background:url(../images/layout/wrapper.jpg) top center no-repeat;
	width:100%;
}

#master{
	width:900px;
	margin:0 auto;
}

#top{
	width:900px;
	height:221px;
}
	
	#header{	
		background:url(../images/layout/header.jpg) 0 0 no-repeat;
		width:900px;
		height:36px;
		padding-top:14px;
	}
	
		#header ul{
			width:220px;
			float:right;
			margin-right:15px;
		}
		
		#header li{
			float:left;
			margin-right:25px;
		}
		
		#header a:link, #header a:visited{
			font:1.2em Arial, Helvetica, sans-serif;
			color:#fff;
			text-decoration:none;
		}
		
		#header a:hover, #header a:active{
			color:#000;
		}
	
	#top_pic{
		background:url(../images/layout/top_pic.jpg) 0 0 no-repeat;
		width:900px;
		height:171px;
	}

#main{
	background:url(../images/layout/main_kachel.gif) 0 0 repeat-y;
	width:900px;
}

	#navi{
		background:url(../images/layout/navi.jpg) 0 0 no-repeat;
		width:164px;
		/*height:325px;*/
		height:275px;
		float:left;
		padding:85px 0 0 27px;
	}
	
		#navi ul{
			width:145px;
		}
		
		#navi li{
			width:145px;
			height:19px;
			display:block;
			text-align:right;
			margin:0 0 3px 0;
		}
		
		#navi li a:link, #navi li a:visited{
			background:url(../images/layout/li_style_schwarz.gif) 135px 5px no-repeat;
			padding:0 15px 0 0;
			font:1.35em Arial, Helvetica, sans-serif;
			text-decoration:none;
			display:block;
			
			width:130px;
			height:19px;
		}
		
		#navi li a:hover, #navi li a:active{
			background:url(../images/layout/li_style_orange.gif) 135px 5px #d3d3c0 no-repeat;
		}
		
		#navi li a.active{
			background:url(../images/layout/li_style_orange.gif) 135px 5px #d3d3c0 no-repeat;
			padding:0 15px 0 0;
			font:1.35em Arial, Helvetica, sans-serif;
			text-decoration:none;
			display:block;
			color:#000;
			width:130px;
			height:19px;
		}
	
	#inhalt{
		background:url(../images/layout/inhalt.jpg) 0 0 no-repeat;
		width:373px;
		min-height:360px;
		float:left;
		padding:0 40px 0 28px;
	}
	
		#inhalt ul{
			margin:0 0 15px 15px;
		}
		
		#inhalt li{
			background:url(../images/layout/li_style_schwarz02.gif) 0 7px no-repeat;
			padding:0 0 0 15px;
			font-size:1.2em;
			line-height:1.6em;
		}
	
	#infobox{
		background:url(../images/layout/infobox.jpg) 0 0 no-repeat;
		width:253px;
		/*height:395px;*/
		height:354px;
		float:left;
		padding:6px 0 0 15px;
	}
	
		#infobox li{
			font-size:1.2em;
			line-height:1.4em;
		}
		
		#infobox ul.telefon{
			margin:18px 0 23px 0;
		}
	
#bottom_wrapper{
	background:url(../images/layout/bottom_kachel.jpg) 0 0 repeat-x;
	width:100%;
	height:252px;
	float:none;
	clear:both;
}

#bottom{
	background:url(../images/layout/bottom.jpg) 0 0 no-repeat;
	width:902px;
	height:180px;
	margin:0 auto;
	
	padding:72px 0 0 38px;
}

		#bottom ul{
			float:left;
		}
		
		#bottom ul.adressebottom{
			width:219px;
			margin:0 210px 0 46px;
		}

		#bottom li{
			font-size:1.2em;
			line-height:1.2em;
		}
		
		#bottom li.gross{
			font:1.4em "Arial Black", Arial;
			line-height:1.2em;
		}












.cmsbereich{
	font-family:Arial, Helvetica, sans-serif;
}

.cmspic{
	margin:0 0 15px 0;
}

.cmspic img{
	width:379px;
	height:133px;
}

/*.ewcmsbereich img{
	float:left;
	margin:0 15px 15px 0;
}*/

#inhalt img.ewcms_edit_img{
	width:15px;
	height:15px;
	clear:both;
	float:none;
}

.ewcms_edit_content, .ewcms_edit_submit, .ewcms_edit_cancel{
	font:1.4em Arial, Helvetica, sans-serif;
}

.ewcms_loopend_newlink{
	clear:both;
	float:none;
	margin:0 0 15px 0;
}

.ewcms_editor{
	clear:both;
	float:none;
}
	

/*.cmspic{
	background:url(../images/layout/cmspic_hg.gif) 0 0 no-repeat;
	width:108px;
	height:108px;
	float:left;
	padding:2px 0 0 2px;
	margin:0 10px 15px 0;
}*/


.ewcms_form a:link, .ewcms_form a:visited{
	color:#f15b2e;
	text-decoration:underline;
}

.ewcms_form a:hover, .ewcms_form a:active{
	color:#000;
	text-decoration:none;
}