/* styles profics --> noch ausmisten */

* {
	font-family:Verdana,Lucida Grande,Tahoma,Helvetica,Arial; 
	font-size:11px; 
	color:#000000; 
	line-height:16px;
	}

body {
	background-color:#6B8592;
	margin:0px;
	} 

.fixed {
	position:fixed; position: expression("absolute"); 
	top: expression(document.body.scrollTop - this.offsetHeight + this.offsetHeight); 
        }

img { border:none; behavior:url("Z_pngfix.htc"); }
/* listen */
.liste {
	margin:0px;
	padding:0px 0px 0px 13px;
	}
.li_com {
	list-style-image:url(p/bull_com.gif);
	}
.li_edu {
	list-style-image:url(p/bull_edu.gif);
	}
.li_it {
	list-style-image:url(p/bull_it.gif);
	}
	
/* hr-ersatz minimalhöhe für explorer auf windows 13px */
.line420 {
	width:420px;
	height:13px;
	background-image:url(p/line.gif);
	}
.line200 {  
	width:200px;
	height:13px;
	background-image:url(p/line.gif);
	}

/* halbe blindzeile */
.hbz { line-height:8px; } 

/* diverse textfarben */
.blau	{ color:#0077B7; }
.rot	{ color:#CA003D; }
.gelb	{ color:#EFA500; }
.grun	{ color:#6BC127; }
.grau	{ color:#9FB2BC; }

/* kleinere Schrift */

.kleiner { font-size:11px; }

/* weisser grund mit rahmen */
.mutter { 	
	z-index:2;
	background-color:white; background-image:url(p/hintergrundverlauf.gif);
	top:0px; left:50%;
	margin-left:-350px;
	width:700px; height:100%;
	position:fixed; position: expression("absolute"); 
	top: expression(document.body.scrollTop - this.offsetHeight + this.offsetHeight); 
	}

/* elemente für linke seite (individueller seiteninhalt) */
.inhalt {
	z-index:3; 
	display:block; 
	position:absolute; 
	left:50%; top:150px; margin-left:-330px;
	width:440px; 
	border-top:1px solid #CBDBE4; border-right:1px solid #CBDBE4;
	padding-bottom:40px;
	}
.textbox {
	display:block; width:420px;
	}
.seitentitel {
	display:block; 
	width:420px; height:17px; 
	border-bottom:1px solid #CBDBE4;
	}

/*  tabellenrechteck in navigation */	
.navblock1 {
	display:block; 
	margin-bottom:3px;
	}

/* bullet für navigation */
.bull {
	display:block; 
	width:12px; 
	height:12px; 
	float:left; 
	}
.b_edu {
	background-image:url(p/nav_edu.gif); background-repeat:no-repeat;
	}
.b_com {
	background-image:url(p/nav_com.gif); background-repeat:no-repeat;
	}
.b_it {
	background-image:url(p/nav_it.gif); background-repeat:no-repeat;
	}
.b_sof {
	background-image:url(p/nav_sof.gif); background-repeat:no-repeat;
	}

/* fussbild zu den kapiteln. wechselnder inhalt */
.fussbild {
	z-index:9;
	position:absolute; right:20px; bottom:27px;
	width:200px;
	height:125px;
	border-left:1px solid #CBDBE4;
	}

/* standardlinks  */
a				{ color:#AEC2CD; text-decoration:none; }
a:hover			{ color:#0077B7; }
a.text 			{ color:#0077B7; }
a.text:hover 	{ color:black; }


/* links navigation */
a.nav {
	text-decoration:none; 
	text-align:right; 
	display:block; 
	height:17px; 
	border-top:1px solid #CBDBE4; border-bottom:1px solid #CBDBE4; 
	}
/* standard 1.level */
a.one_n1 {
	background-color:none; 
	color:#9FB2BC; 
	font-weight:bold; 
	}
a.one_a1 {
	background-color:#CBD8DE; 
	color:#0076BE; 
	font-weight:bold; 
	}
/* standard 2.level (im moment nicht in gebrauch)*/
a.two_n1 {
	background-color:#DEE8EC; 
	color:red; 
	border-top:none;
	font-weight:bold; 
	}
/* spezial 1.level */
a.one_n2 {
	background-color:none; 
	color:#9FB2BC; 
	font-weight:bold; 
	}
a.one_a2 {
	background-color:#CBD8DE; 
	color:black; 
	font-weight:bold; 
	}
/* standard 2.level */
a.two_n2 {
	background-color:#DEE8EC; 
	color:black; 
	border-top:none;
	}

/* news */
a.news { 
    z-index:9; position:absolute; right:20px; bottom:27px; width:200px; height:180px;	border-left:1px solid #CBDBE4; background:url(p/newsrsa_n.gif); 
    }        
a.news:hover {              
    background:url(p/newsrsa_h.gif); 
    }
        
/* hauptswitch */
a.kartei_profics { display:block; width:22px; height:85px; margin-bottom:3px; background:url(../allgemeinebilder/kartei_profics.gif); border:none; }
a:hover.kartei_profics  { background:url(../allgemeinebilder/kartei_profics.gif); }
a.kartei_rsa  { display:block; width:22px; height:85px;  margin-bottom:3px; background:url(../allgemeinebilder/kartei_rsa_t.gif); border:none; }
a:hover.kartei_rsa  { background:url(../allgemeinebilder/kartei_rsa_h.gif); }
a.kartei_divis  { display:block; width:22px; height:85px; background:url(../allgemeinebilder/kartei_divis_t.gif); border:none; }
a:hover.kartei_divis { background:url(../allgemeinebilder/kartei_divis_h.gif); }

