/*  font-size 62,5% ermöglicht in scalierbaren em auszuzeichnen dabei entspricht 1em = 10px || 62.5% orientieren sich an der normal schriftgrößer der browser von 16px*/
body {
	background-image: url(/img/Thomas_Hintergrund_neu.jpg);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #0f4663;
	color: Black;
	/* text-align stellt sicher, dass auch der IE zentriert */
	text-align: center;
}
/* margins usw für alle und alles auf 0 font-size 1em = 10px (62.5% von 16px standartschriftgröße der gängigen browser) */
*{
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	line-height: 1.3em;
	border: none;
}

#umschlag {
	/* text-align stellt sicher, dass die zentrierung aus dem body element nicht auf die elemente im und den umschlag selber vererbet werden */
	text-align: left;
	/* zentrierung */
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	width: 790px;
}
/* Hintergründe der Spalten und weite */
#farbschema {
	border-left: 140px solid #87AFCA;  /* Hintergrund der linken Spalte */
	border-right: 10px solid #87AFCA;  /*Hintergrund der rechten Spalte */         /* Hintergrund der mittleren Spalte */
}

#inner {
	margin: 0;
	width: 100%;
}
#header {
	height: 40px;
	padding-top: 5px;
	padding-left: 150px;
	padding-bottom: 1px;
	background-color: #87AFCA;
}

/* linke Spalte --- Navigation */
#linkeSpalte {
	width: 140px;                      /* Breite der linken Spalte */
	margin-left: -140px;               /* negative Breite der linken Spalte */
	float: left;
	position: relative;
	z-index: 12;
	font-size: 1.3em;
}
#content {
	float: left;
	width: 610px;
	position: relative;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	z-index: 11;
}



#textContent {
	background-color: #b3ccdd;
	font-size: 1.2em;
	padding: 1em;
}

#footer {
	background-color: #87AFCA;
	text-align: right;
	width: 100%;
	position: relative;
	z-index: 13;
	color: #0F4663;
}

.clear {
	clear: both;
	line-height: 1px;
}


/* Hilfskonstruktion für Mozilla-Fehler */
#farbschema > #inner {
	border-bottom: 1px solid transparent;
}


/*  ---- ENDE BOX MODEL -------- BEGINN INHALTSFORMATE */





/*  ------------  SubNavigation in quartett.php  -------------- */
div.subNav {
	float: left;
	padding-top: 200px;
	padding-left: 15px;
	color: #0F4663;
}

ul#verWechsel {
	list-style-type: none;
	margin: 0;
	background-color: #F2F4F6;
}
ul#verWechsel li {
	float: left;
	height: 24px;
	background-color: #f2f4f6;
	color: #0f4663;
	border: 1px solid silver;
	width: 20%;
	text-align: center;
}
ul#verWechsel a:link, ul#verWechsel a:visited {
	display: block;
	color: #0F4663;
	text-decoration: none;
	padding: 6px;
}
ul#verWechsel a:hover {
	background-color: #87AFCA;
	color: #051A09;
	text-align: center;
	padding: 6px;
}


/* --------------- ENDE Subnavigation Versionen -------------------------- */

/* --------------- START alternativer 'noscript' Navigation ------------ */


#navList {
	width: 100%;
	margin: 0px;
	font-size: 1.2em;
	list-style-type: none;}
#navList li {
	display: inline;}
#navList a {
	color: Lime;
	display: block;
	padding: 3px;
	width: 95%;
	border-bottom: 1px solid Gray;
	background-color: Orange;}
#navList a:link, #navList a:visited {
	text-decoration: none;}
#navList a:hover {
	color: Green;
	background-color: Lime;}

/* --------------- ENDE alternativer 'noscript' Navigation -------------------------- */
/* --------------- START Links Mail------------ */

a:hover {
	color:#051A09;
}
a.extern:link {
	background: url(extern.gif) no-repeat right;
	color: white;
	text-decoration:underline;
	padding-right: 15px; }
a.extern:visited {
	background:url(extern.gif) no-repeat right;
	color: #b3ccdd;
	text-decoration:underline;
	padding-right: 15px; }
a.extern:hover {
	background:url(extern_hover.gif) no-repeat right;
	color: #b3ccdd;
	text-decoration:underline;
	padding-right: 15px; }
a.extern:active {
	background:url(extern.gif) no-repeat right;
	color:#0F4663;
	text-decoration:underline;
	padding-right: 15px; }
a.no:link {
	background: none;
	color: inherit;
	text-decoration: none;
	padding-right: 0px; }
a.no:visited {
	background: none;
	color: inherit;
	text-decoration: none;
	padding-right: 0px; }
a.no:hover {
	background: none;
	color: inherit;
	text-decoration: none;
	padding-right: 0px; }
a.no:active {
	background: none;
	color: inherit;
	text-decoration: none;
	padding-right: 0px; }

a.mail:link {
	background: url(mail.gif) no-repeat right;
	color:#b3ccdd;
	background-color: #87AFCA;
	text-decoration:underline;
	padding-right: 17px;
	vertical-align: bottom;
	 }
a.mail:visited {
	background:url(mail.gif) no-repeat right;
	color:#b3ccdd;
	background-color: #87AFCA;
	text-decoration:underline;
	padding-right: 17px;
 	vertical-align: bottom;
 }
a.mail:hover {
	background:url(mail_hover.gif) no-repeat right;
	color:#b3ccdd;
	background-color: #87AFCA;
	text-decoration:underline;
	padding-right: 17px;
 }
a.mail:active {
	background:url(mail.gif) no-repeat right;
	color:#b3ccdd;
	background-color: #87AFCA;
	text-decoration:underline;
	padding-right: 17px;
 }

.vergr {
  cursor: pointer;
}

/* --------------- ENDE externe Links -------------------------- */

img.fl_l {
	float: left;
	padding: 2px;
}
img.fl_r {
	float: right;
	padding: 2px;
}
.info_box {
	padding-top: 70px;
	padding-left: 70px;
	color: #b3ccdd;
	width: 600px;
	font-size: 1.3em;
}
.box {
	padding: 20px;
	width: 580px;
	background-color: #b3ccdd;
	font-size: 1.3em;
}
.kontakt_box {
	color: #b3ccdd;
	width: 510px;
	height: 450px;
	font-size: 1.3em;
	padding-left: 70px;
	padding-top: 70px;
}
p {
	padding-top: 10px;
}
.index_info{
	padding-left: 10px;
}
.left {
  float: left;
}
.right {
	float: right;
	}
h1 {
	font-size:1.15em;
	font-weight: bold;
	color: #0f4663}
h1.mittig {
	text-align: center;
	font-size:1.4em;
	text-decoration: underline;
	}
.unter{
	text-decoration: underline;
	}
sup {
	font-size:0.6em;}
ul.links  { }
img.fl_e {
	                  	padding-bottom: 10px;
	                  }
