
/* Aufteilung der Seite in Bereiche
----------------------------------------*/
#header {clear:both;}
#naviLeiste {width: 220px; float:left;}
#main{margin-left: 220px; margin-right: 100px;}
#rightdiv {width: 100px; float:right;}
#footer {clear:both;}

/* Allgemeine Klassen
----------------------------------------*/
/* Body */
body {
	color: #00008c;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
}
#mainDiv {
	min-width: 1000px;
}


/* Klassen für alle Seiten
----------------------------------------*/
/* Kopfteil */
#header{

}
#header img{
	border: none;
}

/* Navigation */
#naviLeiste  {

}
#naviLeiste ul {
	margin: 0px;
	padding: 0px;
}
#navi-main li{
	margin-top: 5px;
	margin-left: 10px;
	padding: 2px;
	list-style-type: none;
}
#navi-main li img{
	float: left;
	height: 20px;
	width: 20px;
}
#navi-main li a {
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	padding: 2px;
	margin-left: 8px;
}
#navi-sub li{
	margin-left: 30px;
}

#naviLeiste li a:link { color: #00008c}
#naviLeiste li a:visited { color: #00008c}
#naviLeiste li a:active {}
#naviLeiste li a:hover {color: #00008c}

/* Mittelteil */
#main img{
	border: none;
	
}
#mainTable th{
	padding-bottom: 10px;
}
#mainTable td{
	vertical-align: top;
	font-size: 12pt;
	line-height: 26px;
}
#mainTable ul{
	margin-left: 15px;
}
#weiter {
	margin-left: auto;
	margin-right: auto;
}
#weiter td {
	border: double 4px #00008c;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-left: 20px;
}
#weiter td a{
	text-decoration: none;
	font-weight: bold;
}
#weiter td.links {
	background: url(../daten/Pfeil-links.jpg) no-repeat center left;
	padding-left: 40px;
}
#weiter td.mitte {
	
}
#weiter td.rechts {
	background: url(../daten/Pfeil-rechts.jpg) no-repeat center right;
	padding-right: 40px;	
}

/* Rechte Leiste */
#rightdiv{
	font-size: 8pt;
}
#rightdiv img{
	width: 50px;
	border: none;
}

/* Fußteil */
#footer {
	text-align: right;
	font-size: 10px;
}
#footer p.hidden {
	color: white;
}

/* Klassen für einzelne Seiten
----------------------------------------*/

/* Home */
.menue {
	font-weight: bold;
	padding-left: 15px;
	background: url(../daten/dreieck.jpg) no-repeat;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00008c;
}
.menue a{
	text-decoration: none;
	color: #00008c;
}

.menue a:link { color: #00008c}
.menue a:visited { color: #00008c}
.menue a:active {}
.menue a:hover {color: #00008c}

#gewinnListe dt{
	font-weight: bold;
}
#gewinnListe dd{
	margin-bottom: 30px;
}

#sdlcTable {
	background-image: url(../daten/sdlc_logo1.gif);
}
#sdlcTable td{
	font-size: 7.5pt;
	font-family: "Arial";
}

#gruenerKasten{
	background-color: #8cca00;
	margin: 0px;
	margin-right: 10px;
	padding: 10px;
	font-weight: bold;
	float: left;
	height: 60px;
	width: 100px;
}

#philosophie{
	background-color: #8cca00;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: center;
	font-weight: bold;
	margin-left: 220px;
}

table.kenntnisse{
	border: solid 2px;
	text-align: left;
}
table.kenntnisse td{
	padding: 20px;
	font-size: 10pt;
	border: solid 2px;
}
table.kenntnisse p{
	font-weight: bold;
}
table.kenntnisse ul{
	padding-left: 5px;
}

#testenTable td{
	padding-top: 20px;
	vertical-align: top;
	font-size: 12pt;
	line-height: 26px;
}
#testenTable td p{
	font-weight: bold;
	font-size: 10pt;
	line-height: 12pt;
	height: 30pt;
}
#testenTable td span{
	font-size: 10pt;
	line-height: 12pt;
}

#industriellTable td{
	padding-bottom: 20px;
	line-height: 26px;
}
#industriellTable td span{
	font-weight: bold;
}

