@charset "utf-8";
/* CSS Document */

body {
	
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #cccccc;
	
	min-height: 100%;
}
/* Allgemeines */
a:link {
	color: #666;
}

p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: lighter;
	color: #333;
	margin-bottom: 10px;
}


h1 {
	color: #ff6633;
	font-weight: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
	font-size: 22px;
	line-height: 10px;
	margin-bottom: 25px;
	font-variant: normal;
	font-style: normal;
	
	}
h2 {
	
	color: #ff6633;
	font-weight: normal;
	margin-bottom: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-variant: normal;
	font-style: normal;
	}
a {
	color: #333;
	font-weight: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-decoration: underline;
	}
.content_leistung a {
	color: #333;
	font-weight: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
	font-size: 18px;
	line-height: 20px;
	text-decoration: underline;
	
	}

ul{
		  
	
	
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	list-style-image:none;	
	font-weight: lighter;
	color: #333;
	line-height: 30px;
	margin-left: -20px;
	
}
	

ul li    { 
	list-style:none;  
	background: url(images/list.jpg) no-repeat scroll left 6px transparent;  ;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	list-style-position: outside;
	


}

	
.footer a {
	color: #333;
	font-weight: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-decoration: underline;
	}


/* Aufbau */
.container 
{
	  border-width: 5px;
	  border-style: outset;
	  border-color: #F93;
	  margin: auto;
	  width: 970px;
	  background-color: #FFF;
	  height: 825px;
	  
	  
	  

}
.left {
	width:220px;
	background-image: url(images/left.jpg);
	background-repeat:no-repeat;
	
	
	}

.logo {
	width: 695px;
	height: 212px;
	background-image: url(images/logo.jpg) ;
	background-repeat: no-repeat;
	background-position: center;
	
}

.navi { 
	height: 36px;

}
.menue {
	
	height: 36px;
	text-align: center;
	margin: auto;
	border-collapse: collapse;
	
	
	
	
}
.menue td {
	background-image: url(images/button.jpg);
	background-repeat:no-repeat;
	width: 115px;
	border: thin;
	
	
	
	
}
.content{
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	vertical-align: top;	
}
.content_main{
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	vertical-align: top;	
}

.content_leistung{
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	vertical-align: top;	
}

.footcontainer {
	height: 40px;
	width:695px;
	border-top:1px;
	  border-top-style:solid;
	  border-top-color:#F93;
	
}

.footer {
	width: 150px;
	margin: auto;
	
	
	
}
.footer td{
	text-align: left;
	
	width: 75px;
	
}
.map {
	width: 600px;
	height: 420px;
	margin: auto;
		
}
.back a{
	font-size:11px;
	
}

.flyer{
	font-size:12px;
}
.flyer a{
	font-size:12px;
}

.rand{
	float: right; margin-top: 10px; margin-bottom: 10px;
}