input, textarea, select {
	border: 1px solid black;
	background-color: white;
}

input.senden{
	font-weight: bold;
	border: 1px solid black;
	cursor: pointer;
 
}

#abc {text-align:left;
font-size:10px;
}

#text { text-align:left;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight:bold;
text-align:justify;
}


#offnungzeiten { text-align:center;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight:bold;
}


#wrapper {
	width: 80%;
	margin: 20px auto;
	border: 2px solid black;
	background-image:url(bilder/sauele.jpg) ;
	background-repeat: repeat;
	background-position: 0 120px;
	font-family: Arial;
	font-size: 11pt;
}

#header {
	background-image: url(bilder/fenster2.jpg);
	background-repeat:repeat;
	background-position:0px 0%;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid black;
	height: 120px;
 }

#navi {
	width: 15%; 
	
	
    float: left;
	
	
	font-weight: bold;
	font-size: 13px;
	overflow: hidden;
}

#navi ul {
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0;
	list-style-type: none;
	
}

#navi li {
	margin: 5px 4px;
	line-height: 20px;
	padding: 0px 0px;
	border: 2px solid black;
    background-color: #f7f7f7;
	
	
}

#navi a {
	display: block;
}

#navi a:link{ 
	
	text-decoration: none; color: #00305A;
	
	
}




#navi a:active { 
	text-decoration: none; color: #00305A;
}

#navi  a:visited { 
	text-decoration: none; color: #00305A;
}


#navi a:hover { 
	text-decoration: none; color: white ;
	background-color: #00305A;
	
}
	
	
#content{
	text-align: justify;
	font-family: "Arial";
	background-color: #f7f7f7;
	min-height:1100px;
	height: auto !important;
	
	margin: 0 0 0 15%;
	padding: 20px 20px 20px 20px;
	border-left: 2px solid black;
	
}

#content h3 {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

#content table{
	font-size: 16px;
	font-weight:bold;
}

#content table caption {
	
	text-align: left;
	padding: 0;
	margin: 0;	
}

#content a:link{ 
	text-decoration: none; color: #00305A;
}
#content a:active { 
	text-decoration: none; color: #00305A;
}

#content  a:visited { 
	text-decoration: none; color: #00305A;
}


#content a:hover { 
	text-decoration: underline; color: #00305A;
}

#content form {
	margin: 0 10%;
}

#footer {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	clear: both;
	text-align: right;
	height: 20px;
	border-top: 2px solid black;
	padding: 10px 30px;
	background-image: url(bilder/fensterfooter.jpg);
	background-repeat: repeat;
	background-position:0px 0%;
}




	


body, html { 
margin: 0;
padding: 0;
text-align: center;
background-image:url(bilder/hintergrundlogobildbild.jpg);
background-repeat:repeat;
background-attachment:fixed;
}
		