/* CSS-Datei fuer den Unternehmensbereich des Waldseilgartes */
/* Hier: Alle HTML-Dateien in /unternehmen/tec/html          */
/* (2007, 2008) Alexander Rosner                             */
 

/*-----------------------*/
/* Formatierung des Body */
/*-----------------------*/
body {
	margin: 0;
	padding: 0;
	text-align: left;
	min-width: 800px;
	font: 12pt/1.3em Arial, Helvetica, Verdana, sans-serif;
	background-color: white;
	color: black;
	font: small Arial, Helvetica, Verdana, sans-serif;}
/* END Formatierung des Body */


/*----------------------------*/
/* Formatierung der Schriften */
/*----------------------------*/
/* ...der Ueberschriften */
h1 {
	font: 140% Arial Helvetica, Verdana, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 15px 0px 0px 0.5em;}
h2 {font: 100% Arial Helvetica, Verdana, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 15px 0px 0px 0.5em;}
h3 {font: 100% Arial Helvetica, Verdana, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 1em 0px 0px 0.5em;}

/* ...Standardtext in der Content-Box */
.txt {
	text-align: justify;
	padding-left: 0.5em;
	padding-right: 0.5em;}

/* Standardformatierung unsortierter Listen */
li {text-align: justify;
	padding-right: 0.5em;}

/* Formatierung unsortierter Listen fuer TrainerInnen*/
.ulistelinks {text-align: left;
	padding-right: 0.5em;}

/* ...weitere inline-Textauszeichnungen mit <span class="..."></span> */
.eingerueckt {
	text-align: justify;
	padding-left: 3em;
	padding-right: 0.5em;}
.fett {
	font-weight: bold;}
.wichtig {
	color: red;}
.big {
	font-size: 140%;}
.little {
	font-size: 90%;}
.agb {
	font-size: 90%;}
.disclaimer {
	font-size: 90%;}

/* ...der Inhaltshinweis-Box */
.inhaltshinweis_rot {
	text-align: left;
	font-size: 90%;
	font-weight: bold;
	color: white;
	background-color: #A13032;
	border-right: 1px solid #A13032;
	margin: 0;
	padding-left: 3px;}
.inhaltshinweis_gruen {
	text-align: left;
	font-size: 90%;
	font-weight: bold;
	color: white;
	background-color: darkgreen;
	border-right: 1px solid gray;
	margin: 0;
	padding-left: 3px;}
.inhaltshinweis_blau {
	text-align: left;
	font-size: 90%;
	font-weight: bold;
	color: white;
	background-color: #1F5DAA;
	border-right: 1px solid gray;
	margin: 0;
	padding-left: 3px;}
.inhaltshinweis_grau {
	text-align: left;
	font-size: 90%;
	font-weight: bold;
	color: white;
	background-color: #605D5C;
	border-right: 1px solid #605D5C;
	margin: 0;
	padding-left: 3px;}

/* ... des Footer-Box-Textes */
.footer {
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	text-align: center;
	color: white;}
/* END Formatierung der Schriften */


/*----------------*/
/* Bilder im Text */
/*----------------*/
img {border: 1px solid black;}

.noborder {border: 0;}

.bild_links {
	float: left;
	margin-right: 10px;}
.bild_rechts {
	float: right;
	margin-left: 10px;}
.bild_mitte {
	text-align: center;}
/* END Bilder im Text */


/*--------------------------------*/
/* Formatierung der Standardlinks */
/*--------------------------------*/
a:link {
	text-decoration: underline;
	font-weight: normal;
	color:#000000;}
a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #000000;}
a:hover {
	text-decoration:none;
	font-weight: normal;
	color: #ffffff;
	background-color: #666666;}
a:active {
	text-decoration: underline;
	font-weight: normal;
	color: #000000;}
/* END Formatierung der Standardlinks */


/*------------------------------*/
/* Formatierung der Bilderlinks */
/*------------------------------*/
.bildlink a:link {
	padding: 0;
	margin: 0;
	text-decoration: none;}
.bildlink a:visited {
	padding: 0;
	margin: 0;
	text-decoration: none;}
.bildlink a:hover {
	padding: 0;
	margin: 0;
	text-decoration:none;
	background-color: #ffffff;}
.bildlink a:active {
	padding: 0;
	margin: 0;
	text-decoration: none;}
/* END Formatierung der Bilderlinks */


/*--------------------------------*/
/* Formatierung Links Navtable    */
/*--------------------------------*/

/* --------------------Navi green */
#navi_green {
	background-color: #EBEBEB;
	border: 1px solid #EBEBEB;
	font: normal 11px Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 0 10px;
	width: 150px;}

#navi_green ul, #navi_green li {
	list-style-type: none;
	text-indent: 5px;
	padding-top: 2px;
	font-weight: normal;}

#navi_green li a {
	text-decoration: none;
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	border-left: 1px solid #EBEBEB;
	border-right: 8px solid #EBEBEB;
	display: block;
	width:100%;
	padding: 5px;}

#navi_green a:link, #navi_green a:visited {
	color: #000000;
	background-color: white;}

#navi_green #akt {
	font-weight: bold;
	color: #000000;
	border-top: 1px solid darkgreen;
	border-bottom: 1px solid darkgreen;
	border-left: 8px solid darkgreen;
	border-right: 1px solid darkgreen;
	background-color: white;}

#navi_green a:hover, #navi_green a:hover#akt {
	font-weight: bold;
	color: #000000;
	border-top: 1px solid darkgreen;
	border-bottom: 1px solid darkgreen;
	border-left: 8px solid darkgreen;
	border-right: 1px solid darkgreen;
	background-color: white;}

/* --------------------Navi red */
#navi_red {
	background-color: #EBEBEB;
	border: 1px solid #EBEBEB;
	font: normal 11px Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 0 10px;
	width: 150px;}

#navi_red ul, #navi_red li {
	list-style-type: none;
	text-indent: 5px;
	padding-top: 2px;
	font-weight: normal;}

#navi_red li a {
	text-decoration: none;
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	border-left: 1px solid #EBEBEB;
	border-right: 8px solid #EBEBEB;
	display: block;
	width:100%;
	padding: 5px;}

#navi_red a:link, #navi_red a:visited {
	color: #000000;
	background-color: white;}

#navi_red #akt {
	font-weight: bold;
	color: #000000;
	border-top: 1px solid #A13032;
	border-bottom: 1px solid #A13032;
	border-left: 8px solid #A13032;
	border-right: 1px solid #A13032;
	background-color: white;}

#navi_red a:hover, #navi_red a:hover#akt {
	font-weight: bold;
	color: #000000;
	border-top: 1px solid #A13032;
	border-bottom: 1px solid #A13032;
	border-left: 8px solid #A13032;
	border-right: 1px solid #A13032;
	background-color: white;}

/* --------------------Navi blue */
#navi_blue {
	background-color: #EBEBEB;
	border: 1px solid #EBEBEB;
	font: normal 11px Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 0 10px;
	width: 150px;}

#navi_blue ul, #navi_blue li {
	list-style-type: none;
	text-indent: 5px;
	padding-top: 2px;
	font-weight: normal;}

#navi_blue li a {
	text-decoration: none;
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	border-left: 1px solid #EBEBEB;
	border-right: 8px solid #EBEBEB;
	display: block;
	width:100%;
	padding: 5px;}

#navi_blue a:link, #navi_blue a:visited {
	color: #000000;
	background-color: white;}

#navi_blue #akt {
	font-weight: bold;
	color: #000000;
	border-top: 1px solid #1F5DAA;
	border-bottom: 1px solid #1F5DAA;
	border-left: 8px solid #1F5DAA;
	border-right: 1px solid #1F5DAA;
	background-color: white;}

#navi_blue a:hover, #navi_blue a:hover#akt {
	font-weight: bold;
	color: #000000;
	border-top: 1px solid #1F5DAA;
	border-bottom: 1px solid #1F5DAA;
	border-left: 8px solid #1F5DAA;
	border-right: 1px solid #1F5DAA;
	background-color: white;}

/* --------------------Navi gray */
#navi_gray {
	background-color: #EBEBEB;
	border: 1px solid #EBEBEB;
	font: normal 11px Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding-left: 10px;
	width: 150px;}

#navi_gray ul, #navi_gray li {
	list-style-type: none;
	text-indent: 5px;
	padding-top: 2px;
	font-weight: normal;}

#navi_gray li a {
	text-decoration: none;
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	border-left: 1px solid #EBEBEB;
	border-right: 8px solid #EBEBEB;
	display: block;
	width:100%;
	padding: 5px;}

#navi_gray a:link, #navi_gray a:visited {
	color: #000000;
	background-color: white;}

#navi_gray #akt {
	font-weight: bold;
	color: #000000;
	border-top: 1px solid #605D5C;
	border-bottom: 1px solid #605D5C;
	border-left: 8px solid #605D5C;
	border-right: 1px solid #605D5C;
	background-color: white;}

#navi_gray a:hover, #navi_gray a:hover#akt {
	font-weight: bold;
	color: #000000;
	border-top: 1px solid #605D5C;
	border-bottom: 1px solid #605D5C;
	border-left: 8px solid #605D5C;
	border-right: 1px solid #605D5C;
	background-color: white;}
/* END Formatierung der Navi-Links */


/*-------------------------------------------*/
/* Formatierung des Links "zum Seitenanfang" */
/*-------------------------------------------*/
/* <div>Box fuer die Ausrichtung nach rechts */
.zumseitenanfang {
	text-align: right;}
/* Formatierung der Links */
.seitenanfang:link {
	font-size: 80%;
	text-decoration: none;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	font-weight: normal;
	color:black;
	background-color:#ffffff;}
.seitenanfang:visited {
	font-size: 80%;
	text-decoration: none;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	font-weight: normal;
	color:black;
	background-color:#ffffff;}
.seitenanfang:hover {
	font-size: 80%;
	text-decoration:none;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	font-weight: normal;
	color: #ffffff;
	background-color: #666666;}
.seitenanfang:active {
	font-size: 80%;
	text-decoration: none;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	font-weight: normal;
	color:black;
	background-color:#ffffff;}
/* END Formatierung Link "zum Seitenanfang" */


/*------------------------------------------*/
/* Die Hauptbox, in der sich alles abspielt */
/*------------------------------------------*/
#wrapper_main {
	position: relative;
	top: 0;
	left: 0;
	width: 800px;
	border: 0px solid red;
	margin-left: auto;
	margin-right: auto;
	background-color: white;}
/* END Hauptbox wrapper */


/*--------------------------------------------------------*/
/* Header-Bereich mit: Titel, Banner und statischem Navi  */
/*--------------------------------------------------------*/
#header {
	color: black;
	background-color: white;
	border: 0px solid black;}

#header_bottom {
	border-top: 0px solid gray;}

/* Navigation als unsortierte Liste */
#header_bottom ul {
	text-align: right;
	background-color: white;
	margin: 0;
	padding: 0;}

/* Textgroesse, Listeneintraege nebeneinander */
#header_bottom li {
	font-size: 80%;
	display: inline;}

/* Formatierung der statischen Links: Kein underline     */
/* Greift auf die Formatierung der Standardlinks zurueck */
#header_bottom a:link {
	font-weight: normal;
	color:#000000;
	background-color: white;
	text-decoration: none;}
#header_bottom a:visited {
	color: #000000;
	background-color: white;
	text-decoration: none;}
#header_bottom a:hover {
	color: #ffffff;
	background-color: #666666;
	text-decoration:none;}
#header_bottom a:active {
	color: #000000;
	background-color: white;
	text-decoration: none;}
/* END Header-Bereich */


/*-----------------------------------------*/
/* Freespace: Freier Raum unter dem Header */
/*-----------------------------------------*/
#freespace {
	height: 20px;
	border: 0px solid blue;
	background-color: white;}
/* END Freespace */


/*-----------------------*/
/* Hauptnavigation links */
/*-----------------------*/
#hauptnavi {
	position: relative;	
	float: left;
	width: 190px;
	line-height: 0.4em;
	background-color: #EBEBEB;
	border-top: 1px solid gray;
	border-right: 0px solid gray;
	border-left: 1px solid gray;
	border-bottom: 1px solid gray;}
/* END Hauptnavigation links */


/*-------------*/
/* Content-Box */
/*-------------*/
#content {
	position: relative;
	float: right;
	width: 580px;
	min-height: 310px;	/* 310px ohne "Links", 346px mit "Links"*/
	background-color:  white;
	border-right: 1px solid #605D5C;}
/* END Content-Box */


/*-----------------*/
/* Hintergrund-Box */
/*-----------------*/
.contentbox_grau1 {
	padding: 1em;
	background-color: #f0f0f0;}
.contentbox_grau2 {
	padding: 1em;
	background-color: #e0e0e0;}
.contentbox_neutral {
	padding: 1em;
	background-color: #ffffff;}
/* END Hintergrund-Box */


/*-----------*/
/* Fusszeile */
/*-----------*/
/* Die Schrift ist oben definiert mit: .footer */
/* Formatierung der Box */
#footer {
	position: relative;
	float: right;
	width: 580px;
	background-color: #605D5C;
	border: 1px solid #605D5C;}
/* END Fusszeile */

/* END CSS */
