#wrapper {
	position:absolute;
	left:50%;
	width:780px;
	height:100%;
	margin-left:-390px;
}



#top {
	position:absolute;
	top:-37px;
	left:-1px;
	width:780px;
	height:37px;
	background-image: url(../images/allgemein/farbverlauf_oben.gif);
}



#frame {
	position:absolute;
	top:37px;
	bottom:47px;
	width:780px;
	height:500px;
	border-right:#D1D0CE 1px solid;
	border-left:#D1D0CE 1px solid;
}



#bottom {
	position:absolute;
	bottom:-37px;
	left:-1px;
	width:780px;
	height:37px;
	background-image: url(../images/allgemein/farbverlauf_unten.gif);
}



#logo_dpfa {
	position:absolute;
	top:20px;
	left:20px;
	width:240px;
	height:86px;
}



#navigation {
	position:absolute;
	top:250px;
	left:20px;
	width:240px;
	height:50px;
	text-align:left;
         line-height: 16pt;

}



#content {
	position:absolute;
	top:20px;
	left:280px;
	width:460px;
}



#text {
	position:absolute;
	top:50;
	left:0;
	width: 460px;
	text-align:left;
}



#text table {
	text-decoration:none;
	width:480px;
	font-size:11px;
	border-style:groove;
	border-width:thin;
         border-padding:0px;
         border-spacing:0px;
}



#text tr.head {
	color:#ffffff;
	background-color:#133982;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	padding:2px;
	border:1;
/*	margin:1cm;*/
}



#text tr.color1 {
	color:#133982;
	background-color:#aaaaaa;
}



#text tr.color2 {
	color:#133982;
	background-color:#ccccff;
}



#text tr.bg_red {
	color:cyan;
	background-color:red;
}



#text tr.bg_orange {
	color:blue;
	background-color:orange;
}



#text tr.bg_yellow {
	color:darkblue;
	background-color:yellow;
}



#text tr.bg_green {
	color:purple;
	background-color:lightgreen;
}



#text tr.bg_lightblue {
	color:red;
	background-color:lightblue;
}



#text tr.bg_blue {
	color:yellow;
	background-color:blue;
}



/* Listengestaltung fuer Grundschulen */

#text ul.rainbow {
         margin-left:25px;
         list-style-image:url(../images/allgemein/rainbowpoint.gif);
	text-align:left;
}



/* Listengestaltung fuer weiterfuehrende Schulen */

#text ul.disk {
	margin-left:25px;
         list-style-type:disc;
	text-align:left;
}



body {
	font-size: 9pt;
	font-style:normal;
	font-family:Verdana, Arial, sans-serif;
	color:black;
}



a { text-decoration:none;}



a.main {
	font-size:10pt;
	font-weight:bold;
	color:#133982;
}



a.main:hover {
	color:#8DA0CA;
}



a.main:active {
	color:#8DA0CA;
}



a {
	color:#133982;
/*	color:black; */
	font-weight:bold;
}



a:hover {
	color:#777777;
}



a:active {
	color:#777777;
}



p {
         font-size:9pt;
	font-weight:normal;
	color:black;
}


h1 {
         font-size:11pt;
	font-weight:bold;
	color:#133982;
}


h2 {
         font-size:10pt;
	font-weight:bold;
	color:#black;
}

span.rainbow_pink { color: #ff00ff; }
span.rainbow_green { color: #00ff00; }
span.rainbow_blue { color: #0000ff; }
span.rainbow_orange { color: #ff9900; }
span.rainbow_grey { color: #AAAA55; }
span.rainbow_red { color: #FF0000; }

.test_class_blue { color: #133982; }
