/* CSS Document */
/* angepasst und geändert: 25.10.2008, Thomas Hafner, Institut für Didaktik der Mathematik */
/* /usr/local/cgi-bin/perl */


body {
	background-color:#FFFFFF;
	color:#000000; 
	font-size:13px; 
	font-family:Arial,Helvetica,Sans-Serif;
}


/* Formatierungen und div-Bereiche Kopfbereich */

#Logo {
	position:absolute;
	left:65px;
	top:12px;
	width:185px;
	height:72px;
	z-index:1;
}

#Titel {
	position:absolute;
	left:256px;
	top:62px;
	width:639px;
	height:36px;
}

#Kopf {
	position:absolute;
	left:0px;
	top:110px;
	width:734px;
	height:120px;
	background: #B6C828; 
	z-index:3;
}

#Kopfbild1 {
	position:absolute;
	left:250px;
	top:84px;
	width:484px;
	height:120px;
	z-index:3;
}

#Kopfbild2 {
	position:absolute;
	left:734px;
	top:84px;
	width:242px;
	height:120px;
	z-index:3;
}


/* Formatierungen und div-Bereiche Hauptinhalte */

#Content {	
	position:absolute;
	top:275px;	
	left:250px;
    width:486px;
}

#linie_blau1 {
	position:absolute;
	left:0px;
	top:20px;
	width:726px;
	height:5px;
	z-index:4;
	background:#2A9DDF; 
}

#linie_blau2 {
	position:absolute;
	left:0px;
	top:20px;
	width:484px;
	height:5px;
	z-index:4;
	background:#2A9DDF; 
}

#strich_blau1 {
    margin-top:-12px;   
	border-bottom:1px #2A9DDF dashed;
	width:165px; 
}

#headline {
	position:absolute;
	left:0px;
	height:18px;
	z-index:15;
	text-align:left;
	font-weight:bold;
	border-bottom:1px #2A9DDF dashed;
}


/* Formatierungen und div-Bereiche Mitarbeiterbereich */

#mitarbeiter {
	position:absolute;
	left:765px;
	top:275px;
	width:212px;
	height:auto;
	z-index:2;
        border-width:0px;
        border-style:solid;
        border-color:#CBCBCB;
        padding:0;
}

#mitarbeiterbox {
	position:relative;
	left:0px;
	top:auto;
	width:197px;
	height:auto;
	z-index:9;
        border-width:1px;
        border-style:solid;
        border-color:#2A9DDF;
        padding:0.5em;
}

#linie_blau5 {
	position:relative;
	top:4px;
	width:212px;
	height:5px;
	z-index:4;
	background:#2A9DDF; 
}

#linie_blau6 {
	position:relative;
	top:2px;
	width:190px;
	height:1px;
	z-index:4;
	background:#2A9DDF; 
}


/* Formatierungen und div-Bereiche Navigation */

#linie_blau3 {
	position:relative;
	top:2px;
	width:170px;
	height:1px;
	z-index:4;
	background:#2A9DDF; 
}

#linie_blau4 {
	position:relative;
	top:4px;
	width:190px;
	height:5px;
	z-index:4;
	background:#2A9DDF; 
}

#menubereich {
	position:absolute;
	left:30px;
	top:275px;
	width:190px;
	height:auto;
	z-index:21;
        border-width:0px;
        border-style:solid;
        border-color:#CBCBCB;
        padding:0;
}

#menulinks {
	position:relative;
	left:0px;
	top:auto;
	width:175px;
	height:auto;
	z-index:9;
        border-width:1px;
        border-style:solid;
        border-color:#2A9DDF;
        padding:0.5em;
}


/* Formatierungen und div-Bereiche Fussbereich */

#fussstrich_blau {
	position:absolute;
	left:65px;
	top:620px;
	width:912px;
	height:13px;
	z-index:11;
	text-align:left;
	border-bottom:1px #2A9DDF dashed; 
}

#fussstrich_2 {
	position:absolute;
	left:-185px;
	width:912px;
	height:13px;
	z-index:11;
	text-align:left;
	border-bottom:1px #2A9DDF dashed; 
}

#fussmenu {
	position:absolute;
	left:0px;
	top:20px;
	width:912px;
	height:48px;
	z-index:11;
	vertical-align:top;
	text-align:left;	
}

.footer {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	font-size:8pt;
}


/* übergreifende Styles */

a  {
	font-weight:normal;
	color:#000000;
	text-decoration:none;
	vertical-align:bottom;
}

ul {
	margin:5px;
	padding:0px;
}

li {
	margin:10px 0px 4px 10px;
}
