/* ===============================================================
Stylesheet fuer Website udo-krueger.de
Stand: 2018-10-25
Datei: krueger.css
Autor: Nina Sangenstedt, gestaltvoll.de
Aufbau: 1. Kalibrierung und allgemeine Styles
		2. Styles fuer Layoutbereiche
		3. Sonstige Styles
=============================================================== */


/* ======================================
   1. Kalibrierung und allgemeine Styles
   ====================================== */
   
/* Kalibrierung der wichtigsten Abstände */
* { padding: 0; margin: 0; }
h2, p, ul, ol {margin:0; padding: 0;}
ul ul { margin-bottom: 0; }
li {margin-left:1.3em;}


/* Allgemeine Selektoren */
html { height: 101%; margin: 0; padding: 0;} /* erzwingt Scrollbar in Firefox */
body {
	color: #000;
	background-color: #cecfcf;
	font-family: verdana;
	font-size: 9.5pt; 
	line-height: 16pt; 
	}

h1 { 
	color: #000;
	font-size: 15pt;
	font-weight: normal; 
	}

h2 {
	color:#000;
	font-size: 11pt;
	font-weight: bold;
	margin: 0;
	}
	
p { 
	width: 100%;
	color: #000; } 
	

/* Hyperlinks allgemein */
a { color: #ac0439; }
a:link { color: #ac0439; }
a:visited { color: #555;}
a:hover, a:focus { color: #f5d403;}
a:active { color: #f5d403;}	

/* Allgemeine Klassen und IDs */

div .clear {clear: both; margin: 0; height: 1px;}
.aktiv { color: #000; }	
.first-line {margin-top: 7pt;}
.adresse {
	text-align:center; 
	line-height: 170%;
	margin-top:1em;
	}
	
/* ======================================
   2. Styles fuer die Layoutbereiche
   ====================================== */	

/* Äußere Hülle     					*/

#wrapper {
	width: 1091px;
	height: 780px;
	margin: 0 auto;
	margin-top: 20px;
	/*border: 1px red solid;*/
	}
	
#links {
	float: left;
	width: 405px;
	height: 780px;
	background: url(../bilder/BG_links.gif) no-repeat;
}
#rechts {
	float:right;
	margin-left: 0px;
	width: 686px;
	height: 780px;
	background: url(../bilder/BG_rechts.gif) no-repeat;
}
#bild {
	width:377px; 
	margin: 0 auto;
	margin-top: 15px;
	}
	#bild img {width:100%; height: auto;}

#adresse {
	width: 377px;
	height: 76px;
	margin: 0 auto;
	background-color: #f5d403; 
	border-top: 1px #000 dotted;
	}
	#adresse a:link {color: #000; text-decoration: none;}
	#adresse a:visited { color: #555; text-decoration: none;}
	#adresse a:hover, a:focus { color: #ac0439;text-decoration: none; }
	#adresse a:active { color: #ac0439; text-decoration: none;}
	
	
/* ==================================== */
/* Navi	  				    			*/
/* ==================================== */

#navi {
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
	color: #000;
	width: 672px;
	border-bottom: #000 dotted 1px;
	}
	#navi ul {
		width: 672px;
		padding:0;
		margin-top: 6.5em; 
		margin-bottom: 0px;
		/*border: 1px red solid;Debug*/
		}
	#navi ul li {
		display: inline;
		margin: 0;
		margin-right: 4px;}
		/*#navi ul li.first {margin-left: 0em;}*/
	#navi a { 
		text-decoration: none;
		padding: 2px 5px;
		background-color: #ac0439;
		color: #fff;
		}
	#navi li a:hover, #navi li a:focus {
		background-color: #f5d403;
		color: #000;
		}
	#navi li a:active {
		background-color: #f5d403;
		color: #000;
		}
	#navi li a.aktiv {
		background-color: #f5d403;
		color: #000;
		}
		
/* ==================================== */
/* Content allgemein  					*/
/* ==================================== */		
		
#content {
	width: 530px;
	height:540px;
	margin-top:3em;
	padding: 20px 70px;
	/*border:#000 1px solid;*/
	}
	#bild2 ul {
		text-align: right;
		}
	#bild2 ul li {
		display:inline; 
		margin-left: 1em;
		}
	#bild2 img {max-height:280px;}
	

/* ==================================== */
/* Kontakt-Formular 			   		*/
/* ==================================== */

form {
   	/* Breite des Formulars */ 
	width: auto;
   	font-size: 11pt;
   	margin-top: 30px;
   }
   	
/* Beschriftung auf eigener Zeile */
label { 
   	font-size: 9pt;
   	color: #000;
   	display: block; 
   	cursor: pointer;
   	} 
   	
input#name,
input#email,
input#telefon,
input#nachricht { 
	margin-bottom: 1em;
   	padding: 0.2em;
   	width: 400px;
   	height: 2em;
   	border: 1px dotted #000;
   	}
   	
textarea { 
   	width: 400px;
   	height: 4em; 
   	line-height: 120%;
   	padding: 3%;
   	border: 1px dotted #000;
   	}

input#submit {
	background-color: #ac0439; 
	color: #fff;
	padding: 3px 6px;
	border: 0;}
input#reset {
	background-color: #555; 
	color: #fff;
	padding: 3px 6px;
	border: 0;
	}


textarea#nachricht:focus { 
     background-color: #f5d403;
     }
   	
input#name:focus,
input#email:focus,
input#telefon:focus {
  background-color: #f5d403;
  }
	
	
/* ======================================
   E N D E
   ====================================== */
	
	
	