/* *************************************************************** allgemeines */

.float_left {float: left;}
.float_right {float: right;}

table tr td {
	font-family: verdana;
	font-size: 12px;
	color: #58585a;
}

body {
	background-color: #4c483f;
	position: relative;
	top: 0px; left: 0px;
	margin: 0;
	padding: 0;
}

ul li {
	list-style-type: none;	
	margin-top: 0px;
	margin-bottom: 5px;
}

h1 {
	font-family: verdana;
	font-size: 48px;
	margin: 0px;
	color: #bbbbbb;
	font-weight: bold;
	letter-spacing: -2px;
}

h3 {
	font-family: georgia;
	font-size: 14px;
	color: #999999;
	letter-spacing: 1px;
	font-weight: normal;
	margin: -5px 0 12px 0;
		
}

h2 {
	font-family: georgia;
	font-size: 26px;
	margin: 15px 0 0 0;
	font-weight: normal;
	color: #cdba9b;
}

p {
	font-family: verdana;
	font-size: 12px;
	color: #58585a;
	margin: 0 0 17px 0;
}

a {
	text-decoration: none;
	font-family: georgia;
	font-size: 12px;
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #000000;
}


/* *************************************************************** spezielleres */

div#header {
	float: left;
	width: 100%;
	height: 166px;
	background-color: #FFFFFF;
	background-image: url('./media/header_bg.gif');
}

div#footer {
	clear: left;
	width: 100%;
	position: fixed;
	bottom: 0px; left: 0px;
	height: 20px;
	background-color: #c6af8a;	
}

div#footer a {
	position: relative;
	top: 3px;
	right: 6px;
	margin-left: 5px;
	float: right;
	color: #FFFFFF;	
}

/*div#mask {
	position: absolute;
	top: 166px;
	width: 100%;	
	text-align: center;
}

div#main_container {
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align: left;
}*/

div#main_container {
	position: absolute;
	top: 166px;
	width: 900px;
	margin-left: -450px;
	left: 50%;
}

div#footer a:hover {
	color: #000000;
}

div#header img#header_logo {
	float: left;
	border: 0;
}

div#header img#header_right {
	float: right;
	border: 0;
}

div#menue_bg {
	float: left;
	width: 100%;
	height: 48px;
	background-color: #c6af8a;
	margin: 0px;
}

/* *************************************************************** Menue ************ */

div#menue_container {
	float: left;
	width: 900px;
	background-color: transparent;
	height: 48px;
}

div.reiter, div.reiter_aktiv {
	float: left;
	height: 48px;
	width: 106px;
	text-align: center;
	line-height: 67px;
}

div.reiter {
	background-image: url('./media/bg_reiter.gif');
}

div.reiter_aktiv {
	background-image: url('./media/bg_reiter_aktiv.gif');	
}

div.reiter_aktiv a {
	color: #000000;	
}

/* *************************************************************** Inhalt ************ */

div#sheet {
	background-color: #FFFFFF;
	background-image: url('./media/bg_content.gif');
	background-position: top right;
	background-repeat: no-repeat;
	width: 900px;
	float: left;
}

div#content_container {
	position: relative;
	width: 864px;
	left: 20px;
	top: 20px;
	background-color: transparent;
}

div#min_height_spacer, div#min_height_spacer_auswahl {
	height: 500px;
	float: left;
	width: 0px;
	background-color: #FF0000;
}

div#min_height_spacer_auswahl {
	height: 400px;		
}

div#bottom_spacer {
	position: relative;
	height: 50px;
	float: left;
	width: 653px;
	background-color: transparent;
}

/* *************************************************************** Schueler-Auswahl ************ */

div#auswahl {
	width: 205px;	
	float: left;
	position: relative;
}

div#auswahl a {
	color: #aaaaaa;	
}

div#auswahl p {
	line-height: 1.5em;
}

div#auswahl a:hover {
	color: #000000;
}

div#auswahl a.ausgewaehlt {
	color: #000000;	
}

/* *************************************************************** Schueler-Infos ************ */

div#platzhalter_origami {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 10;
}

div#rechts_header {
	float: left;
	float: left;
	width: 650px;	
	height: 100px;
	z-index: 100;
}

div.rechts_spalte1, div.rechts_spalte2, div.rechts_spalte_breiter {
	margin-right: 15px;
	float: left;
	width: 290px;	
}

span.firmenname {
	font-style: italic;	
}

div.rechts_spalte_breiter {
	width: 640px;	
}

div.rechts_spalte2 img {
	border: 1px solid #CCCCCC;	
}

div.rechts_spalte1 a,
div.rechts_spalte2 a,
div.rechts_breiter a {
	font-family: verdana;
	font-size: 12px;
	color: #58585a;
}

div.rechts_spalte1 a:hover,
div.rechts_spalte2 a:hover,
div.rechts_breiter a:hover {
	color: #000000;
	
}

/* *************************************************************** Grussworte ************ */

span.eingerueckt {
	margin-left: 20px;	
}

p.zitat {
	height: 100px;
	position: relative;
	top: 30px;	
}

p.grussworte {
	line-height: 1.4em;	
}

img.logo {
	float: left;
	border: 1px solid #DDDDDD;
	margin: 0px 10px 10px 0px;
	width: 200px;	
}
