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

css stylesheet 

Datei: main.css
Datum: 10.10.09
Autor: Petra 
 
Aufbau: 1. Kalibrierung
        2. Allgemeine Styles
		3. Layout Styles
		4. Sonstige Styles
================================*/

/* ==============================
         1. Kalibrierung
================================*/
* {padding: 0; margin: 0}

h1, p, ul {margin-bottom: 1em; }

ul {margin-bottom: 0; }

/* ==============================
         2. Allgemeine Styles
================================*/
html {height: 101%; font-size: 62.5%;}


body {
	background-color:#B8B8BA; 
	color: #FFFFFF;
	font-family: Swiss, Helvetica, sans-serif, Arial;
	font-size: small;
	}
h1 {
	font-size: 2.8em;
	color: #FFFFFF;
	background-color: #B8B8BA;
	font-family: Swiss, Helvetica, sans-serif, Arial;
	font-weight: normal;
}	
h4 {
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 10px;
}
h5 {
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 10px;
}
h6 {
	font-size: 1.2em;
	font-weight: lighter;
	margin-bottom: 10px;
}

a {
	text-decoration: none;
	outline: none;
}

a:link {color: #FFFFFF;
border-bottom: 1px dotted #FFFFFF; }

a:visited {
	color: #3366FF;
}

a:hover, a:focus {color: #3366FF; }

a:active {
	background-color: #B8B8BA;
	color: #3366FF;
	}

/* ==============================
         3. Layout Styles
================================*/
#wrapper {
	background-color:#B8B8BA;
	color:#FFFFFF;
	width: 1050px;
	margin: 10px auto;
	}
	
#header {
	background-color:#B8B8BA;
	color:#CCCCCC;
	padding: 10px 20px 0 0px;
	margin-top: 20px;
	margin-bottom: 40px;
	}
	
#header p {
	padding-bottom: 5px;
	margin-bottom: 0;
	}

#email {
	font-family: Swiss, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #3366FF;
}
.infocontent {
	overflow: auto;
	height: 600px;
	padding-right: 120px;
	margin-bottom: 20px;
	font-family: Swiss, Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	color:#555555;
	background-color: #B8B8BA;
	text-align: justify;
	width: 930px;
	padding-bottom: 20px;
}
.infocontent2 {
	overflow: auto;
	height: 500px;
	padding-right: 120px;
	margin-bottom: 20px;
	font-family: Swiss, Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	font-style: normal;
	font-weight: normal;
	color:#555555;
	background-color: #B8B8BA;
	text-align: justify;
	width: 930px;
	padding-bottom: 20px;
}
.infocontent3 {

	overflow: auto;
	height: 500px;
	padding-right: 120px;
	margin-bottom: 20px;
	font-family: Swiss, Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	font-style: normal;
	font-weight: normal;
	color:#555555;
	background-color: #B8B8BA;
	text-align: justify;
	width: 930px;
	padding-bottom: 20px;
}
#stomachion {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
#stomachion_2 {
	margin-bottom: 10px;
	margin-top: 10px;
}

.alphabet {
	font-size: 2.2em;
	font-weight: normal;
	color: #FF3333;
	margin-top: 10px;
}
.abc_titel {
	font-size: 1.2em;
	color: #FFFFFF;
	font-weight: normal;
	vertical-align: top;
}
.img {
	display: block;
	margin-top: 75px;
}
