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


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

/* ==============================
         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.5em;
	font-weight: lighter;
	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: 890px;
	margin: 10px auto;
	}
	
#header {
	background-color:#B8B8BA;
	color:#CCCCCC;
	padding: 10px 20px 0 0px;
	margin-top: 20px;
	margin-bottom: 30px;
	}
	
	#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: 380px;
	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: 770px;
	padding-bottom: 20px;
}
.infocontent2 {
	overflow: auto;
	height: 300px;
	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: 770px;
	padding-bottom: 20px;
}
.infocontent3 {

	overflow: auto;
	height: 300px;
	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:770px;
	padding-bottom: 20px;
}

#stomachion {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
#stomachion_2 {
	margin-bottom: 10px;
	margin-top: 10px;
}
.alphabet {
	font-size: 2.1em;
	font-weight: normal;
	color: #FF3333;
	margin-top: 10px;
}
.abc_titel {
	font-size: 1.1em;
	color: #FFFFFF;
	font-weight: normal;
	vertical-align: top;
}
	
/* ==============================
         4. SpryTabbedPanels
================================*/
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}


.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px 0px 25px;
	border-top: none;
	border-right: none;
	border-bottom: 1px dotted #FFFFFF;
	border-left: none;
	vertical-align: middle;
}


.TabbedPanelsTab {
	position: relative;
	float: left;
	padding: 0px;
	font: lighter normal 1.1em Swiss, Helvetica, Arial, sans-serif;
	background-color: #B8B8BA;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color: #FFFFFF;
	border: 0px none;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.TabbedPanelsTabHover {
	background-color:#B8B8BA;
	color: #3366FF;
}


.TabbedPanelsTabSelected {
	background-color: #B8B8BA;
	color: #3366FF;
	font-family: Swiss , Helvetica, Arial, sans-serif;
	font-size: 1.8em;
	vertical-align: middle;
	top: -9px;
	border: none;
	text-decoration: none;
	outline: none;
}


.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
	outline: none;
}


.TabbedPanelsContentGroup {
	clear: both;
	border-left: none;
	border-bottom: none;
	border-top: none;
	border-right: none;
	background-color: #B8B8BA;
}


.TabbedPanelsContent {
	padding: 20px 0px 0px;
	font-family: Swiss, Helvetica, Arial, sans-serif;
	color: #FFFFFF;
}


.TabbedPanelsContentVisible {
}
.img {
	display: block;
	margin-top: 75px;
}
