/*  ===============================================
Stylesheet für infraset
Stand:  In Arbeit
Datei:  infraset.css
Datum:  1. März 2011
Autorin:  Beatrix Nicolai
Aufbau: 1. Kalibrierung und Restauration (*)
        2. Allgemeine Styles (#, h1-h6, address)
        3. Div (#) für Layoutbereiche
	    4. Klassen (.) für Layoutbereiche
        3. Navigation (a) für Layoutbereiche

================================================ */

/* ====================================== 
  1. Kalibrierung und Restauration
  ====================================== */
* {
	margin:0;
	padding:0; /* generell abstände auf null setzen */
}

/* ====================================== 
  2. Allgemeine Styles 
  ====================================== */
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	color: #666;
	text-transform: none;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 40px;
	background-color: #FFF;
}

#wrapper {
	background-color: #FFF; /* seite zentrieren */
	width: 800px;
	height: 690px;
	font-family: Verdana, Geneva, sans-serif;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}

#header {
	color: #555;
	background-color: #FFF;
	padding-top: 100px;
	padding-bottom: 20px;
	padding-left: 50px;
	font-size: 18px;
	font-weight: bold;
	width: 700px;
}
#navi {
	background-color: #FFF;
	height: 230px;
	width: 211px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #555;
	padding-top: 30px;
	padding-bottom: 170px;
	padding-left: 0px;
	font-style: normal;
	line-height: 180%;
	text-align: right;
	padding-right: 70px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
}

#text {
	background-color: #FFF;
	line-height: 180%;
	text-align: left;
	float: none;
	padding-top: 30px;
	padding-bottom: 100px;
	padding-left: 0px;
	clear: none;
	height: 300px;
	padding-right: 0px;
}


h1 {
	font-size: 120%;
	font-weight:bold;
	line-height: 200%;
	color: #666;
}
h2 {
	font-size: 110px;
	line-height: 200%;
	font-weight: bold;
	color: #666;	
 }

address {
	text-align: right;
	font-size: 80%;
	font-style: normal;
	letter-spacing: 0px;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #FFF;
	width: 960px;
	height: 30px;
	margin: auto;
}


/* ====================================== 
  4. Klassen für die Layoutbereiche 
  ====================================== */


/* ====================================== 
 5. Navigation 
  ====================================== */
a {
	text-decoration: none; /*unterstreichungen weg*/
	color: #4786B9;
}
a:hover {
	text-decoration: none;
	color: #6B9A10;
}

#footer a {
	text-decoration: none; /*unterstreichungen weg*/
	outline: none;
	color: #069;
}

#footer a:hover {
	font-weight: bold;
	color: #555;
}

#header a {
	color: #FFF;
}

#header a:hover {
	color: #555;
}
