

/* ====================================== 
  1. Kalibrierung und Restauration
  ====================================== */
 
*  { padding: 0; margin: 0; }
html { overflow-y: scroll; }

h2, h3, p, ul, ol { margin-top: 1em; }  
ul ul { margin-bottom: 0; } 
li { margin-left: 1em ; } 
/* hier ggfs. Abstände für weitere Elemente restaurieren */

/* ====================================== 
  2. Allgemeine Styles 
  ====================================== */
body { 
  background-color: rgb(255, 255, 255);
  color: black; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: small; 
}



h1 { font-size: 150%; } 
h2 { font-size: 130%; } 
h3 { font-size: 110%; }
address {
  text-align: center;  
  font-size: 80%;     
  font-style: normal; 
  letter-spacing: 2px;
  line-height: 1.5;   
}
a { 
  text-decoration: none; 
  /* outline: none; */ /* nur wenn es Sie wirklich stört */
} 
a:link { color: #d90000; } 
a:visited { color: #cc6666; } 
a:hover, 
a:focus { 
  border-bottom: 1px solid #d90000; 
}
a:active { 
  color: white; 
  background-color: #d90000; 
}
/* Allgemeine Klassen und IDs */ 
img#logo { 
  background-color: white;
  color: black;
  padding: 0px;
  border: 10px solid #d9d9d9; 
  z-index:0;
} 

img#logo2 { 
  position:absolute;top:25px;left:150px;
  width:35px;
  z-index:1;
	
} 

.bildlinks { 
  float:left; 
  padding: 3px; 
  border: 5px solid #ccc; 
  margin-right: 10px; 
  margin-bottom: 10px; 
}
.bildrechts {
  float:right; 
  padding: 3px; 
  border: 5px solid #ccc; 
  margin-bottom: 10px;
  margin-left: 10px; 
}


.suggestionsBox {
		position: relative;
		left: 30px;
		margin: 10px 0px 0px 0px;
		width: 200px;
		background-color: #212427;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border: 2px solid #000;	
		color: #fff;
	}
	
	.suggestionList {
		margin: 0px;
		padding: 0px;
	}
	
	.suggestionList li {
		
		margin: 0px 0px 3px 0px;
		padding: 3px;
		cursor: pointer;
	}
	
	.suggestionList li:hover {
		background-color: #659CD8;
	}

.clearing { clear: both; } 
/* ====================================== 
  3.  Styles für die Layoutbereiche 
  ====================================== */
#wrapper { 
  background: white url(fauxcolumn_2col.jpg) repeat-y left top; 
  color: black; 
  float:left;
  width: 1500px; 
  margin: 10px auto; 
}
#kopfbereich {
  position: relative; 
  background: #E5E2D7 linear-gradient(to right, rgb(30,30,245), white);
  color: black;
  padding: 10px 20px 10px 20px; 
}
  p#slogan {
    position:absolute;
    top: 10px ; 
    right: 20px ; 
    padding: 5px 0 5px 0; 
    margin-bottom: 0; 
  }
  p#slogan span {
    color: #d90000; 
  }
  
#navibereich { 
  float: left; 
  width: 110px; 
  padding-left: 20px; 
  padding-top: 20px; 
}
  #navibereich ul { 
    width: 9em; 
    border-top: 1px solid #d90000; 
  }
  #navibereich li { 
    list-style-type: none; 
    border-left: 1px solid #d90000; 
    border-bottom: 1px solid #d90000; 
    margin: 0;
  }
  #navibereich a { 
    display: block;  /* ganze Fläche anklickbar machen*/
    text-decoration: none;
    color: black; 
    background-color: #E5E2D7;
    padding: 4px; 
    border-left: 3px solid #E5E2D7; /* nicht sichtbar */
  }
  #navibereich li.sie-sind-hier a { 
    color: black; 
    background-color: #F1EEE3; 
    border-left-color: #F1EEE3;  /* ersetzt #ffe574 */ 
    border-bottom: none; /* Unterstreichung aus */ 
  } 
  #navibereich a:hover,
  #navibereich a:focus { 
    color: black; 
    background-color: white; 
    border-left-color: #d90000; 
    border-bottom: none; 
  } 
  #navibereich a:active { 
    color: black; 
    background-color: #d9d9d9;    
  }
 
#textbereich { 
    float: left; 
  width:1024px;
  padding: 25px;
  margin-left:50px;
  background-color: rgb(241, 238, 227);
  vertical-align: top;
  
}

  #textbereich table { 
	border: thin;
	border-color: blue;
  
}
  
  
  
.number {
	width:50px;
	
}
  
  
  
#fussbereich {
  clear: both;
  color: black;
  background-color: white;  /* Deckweiß */
  padding: 10px 20px 20px 20px;
  border-top: 1px solid #8c8c8c;
  margin-top: 0;
}

/* ======================================
  4. Sonstige Styles
  ====================================== */
/* Das Kontaktformular */
form {
  background-color: rgb(241, 238, 227);
  padding: 20px;
  border: 1px solid #8c8c8c;
  
}



label { /* Beschriftung auf eigener Zeile */
  display: block;
  cursor: pointer;  /* Mauszeiger wird zur Hand */
  font-size:larger;
}

.ui-autocomplete-input{
  width: 150px;
  border: 1px solid #8c8c8c;
  margin-bottom: 1em;

}


.number {
	width:50px;
	
}


.longtext
{
	width:100%;
	
}


input:focus,
textarea:focus {
  background-color: #ffeda0;
}

/* BUTTONS */




/* =======================================
   E N D E   D E S   S T Y L E S H E E T S
   ======================================= */
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
