@charset "UTF-8";
/* CSS Document */
/* ===================================
Stylesheet martinabieringer.de 
Datei: styles.css 
Datum: Januar 2007

Aufbau: 1. Kalibrierung
        2. Allgemeine Styles
        3. Styles für Layoutbereiche
        4. Sonstige Styles 
=================================== */

/* ==================================
   1. Kalibrierung
   =============================== */

* { padding: 0; margin: 0; } 
 
h2, h3, p, ul, ol { margin-bottom: 0.5em; } 

ol ul { margin-bottom: 0; } 

li { margin-left: 2em; }    
   
/* ==================================
   2. Allgemeine Styles 
   =============================== */   

html { height: 101%; }    
  
body {
	text-align: center;
	background: #FFFDFA url(images/seiten-hg.gif) repeat;
}

#wrapper #iwrap h2 {
	text-align: left;
	color: #333333;
	font: italic bold 18px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 5px;
}

#wrapper {
	background-color: #FFFDFA;
	position: relative;
	width: 840px;
	top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #333;
}
#wrapper #haeder {
	width: auto;
	height: 215px;
}
#wrapper #iwrap {
	padding-top: 20px;
	width: 520px;
	right: 0px;
	margin-left: 320px;
}
#wrapper #magnalie {
	width: 280px;
	position: absolute;
	top: 270px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	text-align: right;
	font-style: italic;
	line-height: 1.2em;
	left: 0px;
	padding-left: 20px;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
}
#wrapper #footer {
	margin-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 10px;
	padding-top: 5px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #333333;
	font-size: 16px;
}
#wrapper #iwrap .referenz {
	clear: both;
	height: 180px;
	width: 500px;
	text-align: left;
}
#wrapper #magnalie .anmerkung p { margin-bottom: 20px; }
#wrapper #iwrap .referenz p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a, a:link {
	text-decoration: none;
	color: #B90800;
}
a:hover {
	text-decoration: none;
	color: #495A5D;
}
a:visited {
	text-decoration: none;
	color: B90800;
}

#iwrap img {
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px solid #333333;
	margin-right: 20px;
	float: left;
	margin-bottom: 30px;
}
