/*--Textbausteine--*/

a, address, blockquote, div, caption, cite, dfn, dl, dt, fieldset, img, input, label, legend, li, ol, option, p, q, select, textarea, td, th, ul {
		font-family:Arial, Helvetica, sans-serif;
  		font-size: 12px;
}
body { 
		font-size:12px; 
      		font-family:Arial, Helvetica, sans-serif;
		margin:0;
     		padding:0;
     		text-align:left;
     		background-image:url(images/bg1.gif);
		background-repeat:repeat-y;
		background-position:left;
} 
ul {
		margin:0px, 0px, 0px, 20px;
}
form {
		margin:0;
		padding:0;
}
img {
		border:0;
}
a:link, a:visited, a:focus {
		text-decoration:underline;
		color:#008000;
		background:transparent;
}
a:hover {
		text-decoration : underline;
		color:#000000;
		background: transparent;
}
a:active{
		text-decoration : underline;
		color:#008000;
		background:transparent;
}
/*Überschriften*/
h1, h2, h3, h4, h5 {
		font-family:Arial, Helvetica, sans-serif;
}
h1 {
		font-size: 18px;
}
h2 {
		font-size:14px;
}
h3 {	
		font-size:12px;
}
/*--Ausrichtung--*/
/*der Rahmen für das Template*/
#wrapper {
		width:980px;
		height:100%;
		margin:0;
		padding:0;
		border:0;
		text-align:left;
		}
/*die linke Spalte*/
#links {
		float:left;
		width:180px;
		margin:0;
}
/*die mittlere Spalte*/
#mitte {
		float:left;
		width:620px;
		margin:0;
		padding:0;
}
/*die rechte Spalte*/
#rechts {
		float:left;
		width:180px;
		margin:0;
}
/*das Logo der Stadt Marktoberdorf*/
#logo {
		float:none;
		height:82px;
		margin: 20px 0 0 0;
		padding: 0 0 0 12px;
}
/*das Wappen der Stadt Marktoberdorf*/
#wappen {
		float:none;
		height:82px;
		margin: 20px 0 0 0;	
		padding: 0 0 0 61px;	
}
/*der grüne Querstreifen*/
.streifenmitte {
		float:none;
		background-color:#008000;
		height:1px;
		overflow:hidden;
}
/*Navigation der Seite*/
#menue {
		margin:15px 0 15px 15px;
}
/*alle Schriften, linke und rechte Leiste*/
#schrift {
		text-decoration:none;
		padding: 15px;
}
/*alle linken und rechten Bilder*/
#images {
		padding: 15px;
}
/*die vier Kopfbilder*/
#bilder {
		height:102px;
		padding:0;
}
/*der Inhalt des CMS-Systems*/
#inhalt {
		padding: 0px 15px 5px 15px;
		text-align:justify;
}
/*die Kontaktdaten*/
.leisteunten {
		text-align:center;
		font-size: 10px;
}
/*das grüne Feld mit "Suche"*/
#suche {
		float:none;
		width:180px;
		text-align:center;
		padding: 2px 0 0 0;
		background-color:#008000;
		font-size:12px;
		font-weight: bold;
		height:20px;
		text-decoration:none;
}
/*die Suchbox*/
#suchbox {
		text-align:center;
		padding: 15px;
}
/*die Wetterangabe*/
#wetter {
		width: 120px;
		padding: 15px 30px 15px 30px;
}
/*--Navigation--*/
/*1. Ebene*/
div.mainnav a {
		color:#008000;
		font-weight:bold;
}
div.mainnav a:hover {
		color:#000000;
}
/*2. Ebene*/
div.subnav {
		margin:0 0 0 15px;
}
div.subnav a {
		color:#008000;
		font-weight:normal;		
}
div.subnav a:hover {
		color:#000000;
}
/*3. Ebene*/
div.subsubnav {
		margin:0 0 0 30px;
}
div.subsubnav a {
		color:#008000;
		font-weight:normal;		
}
div.subsubnav a:hover {
		color:#000000;
}
/*Tabellen*/
table {
		width:95%;
		border-color:#008000;
}