/* CSS MASTER DATEI Variante A=0, B=1, A1=0, A2=1 lt. Styleguide der WWU Münster für selbstständige Einrichtungen
(http://www.uni-muenster.de/Rektorat/styleguide/styleguide2a.html) */

body {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
    font-size:100.01%;
	background-color: white;
}

#empfehlung {
	position:relative;
	color:#FFFFFF;
	background-color:#BDBDBD;
	font-size:0.8em;
	font-weight:bold;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	}

#empfehlung h1 {
	font-size:1.2em;
	}

#empfehlung a {
	color:#FFFFFF;
	text-decoration:underline;
	}
	
#empfehlung a:focus, #empfehlung a:active {
 	background-color:#FFFFFF;
	color:#385E7E;
	outline:none;
/*	border:2px solid #890000; */
	padding:0.2em;
	padding-left:2px;
	}

	
#main {
	position:static;
	float:none;
	margin-left:190px;
	padding-top:0px;
	z-index:20;
	}

#kopf {
	position:relative;
	}
.kopf_clear {
	position:relative;
	clear:both;
	font-size:0px;
	margin-bottom:-10px;
	visibility:hidden;
	line-height:0px;
	}

@media all{
* html b\ody .kopf_clear {
        display:none;
        }
*+html b\ody .kopf_clear {
        display:none;
        }
}

#fuss {
	position:relative;
	clear:both;
	}


/*--------------------------------------navi------------------------*/



/* Die Farbzuweisungen für die Navigation werden über die vorgegebenen Klassen navx-nav5 in der Datei bf_styles_fb20.css geregelt */


/*KOPFBEREICH-----------------------------------------------------------------*/

#a {
	position:absolute;
	left:0px;
	top:0px;
	width:190px;
	font-size:0em;
	z-index:300;
	}

#a1 {
	position:absolute;
	left:0px;
	z-index:2000;
	width:190px;
	}

#b, #b1 {
	position:relative;
	background-position:0px 0px;
	font-size:0.7em;
	margin-right:180px;
	}
@media all{
 * html b\ody #b, * html b\ody #b1 {
	margin-right:0px;
	padding-right:180px;
	}
}

#b_quicklinks {
	position:relative;
	float:right;
	padding-top:5px;
	z-index:500;
	max-width:75%;
	margin-bottom:5px;
	}
@media all{
* html b\ody #b_quicklinks {
	margin-bottom:2px;
	}
}

#a2 {
	min-height:21px;
	margin-right:180px;
	z-index:1000;
	}
@media all{
 * html b\ody #a2 {
	height:21px;
	margin-right:0px;
	padding-right:180px;
	}
}

html *>b\ody #b_quicklinks li{
	margin-top:0px;
	padding:0px;
	}

#c {
	position:absolute;
	top:0px;
	width:180px;
	height:89px;
	padding:0px;
	right:0px;
	font-size:0em;
	z-index:300;
	}


/*MAINBEREICH-----------------------------------------------------------------*/


/*----------------------------linke-spalte------------------------*/

#d {
	position:relative;
	clear:both;
	float:left;
	width:185px;
	margin-left:-190px;
	padding-top:30px;
	padding-right:5px;
	z-index:200;
	}
@media all{
 * html b\ody #d {
	margin-left:-94px;
	width:184px;
	}
}

/*--------------------------------------content-spalte------------------------*/


#e {
   position:relative;
   float:left;
   margin-right:-180px;
   font-size:0.8em;
   line-height:1.4em;
   width:100%;
   min-height:450px;
   z-index:10000000;
   }
 @media all{
 * html b\ody #e {
 	margin-left:-1px;
	height:450px;
	}
}

#e_bildbereich_oben {
	position:relative;
	min-height:7.8em;
	margin-top:0px;
	margin-left:1px;
	}

@media all{
 * html b\ody #e_bildbereich_oben {
	height:7.8em;
	margin-left:0px;
	}
}

#ansprechpartner {
	position:relative;
	text-align:right;
	border-top: 1px solid #385E7E;
	margin-bottom:15px;
	padding-top:15px;
	}

#abschluss_links {
	position:relative;
	text-align:right;
	margin-bottom:15px;
	margin-top:15px;
	}

html:first-child>b\ody #abschluss_links {
	margin-bottom:50px;
	}




/*--------------------------------------rechte-spalte------------------------*/

#f {
	position:relative;
	float:left;
	width:150px;
	left:180px;
	right:0px;
	padding-top:30px;
	}



/*FUSSZEILE-----------------------------------------------------------------*/


#h {
	background-image:url(http://www.uni-muenster.de/img/farbschemauni.gif);
	background-repeat:repeat-y;
	bottom:50px;
	height:10px;
	font-size:8px;
	margin-bottom:6px;
	}

#k {
	position:relative;
	height:50px;
	bottom:0px;
	margin-left:-1px;
	margin-top:2px;
	font-size:0.7em;
}

#k_icons {
	position:relative;
	}

#k_copyright {
	margin-top:-2px;
	}

#k_linie {
	background-image:url(http://www.uni-muenster.de/img/farbschemauni.gif);
	background-repeat:no-repeat;
	height:7px;
	}


/* ........................ Für Ansicht Ohne CSS / Druckversion / Tabulatornavigation..................... */

.unsichtbar {
	position:absolute;
	visibility:hidden;
	}

/* ID "skipnav":
        Schiebt die "unsichtbaren" Navigationssprünge aus dem Viewport,
        dadurch lassen sich uebereifrige Screenreader, die
        ausgerechnet "display:none" akustisch auswerten,
        taeuschen, und lesen die so versteckten Hilfen dennoch vor.
        Gleichzeitig werden die so versteckten Navigationssprünge auch
		für die Tabulatornavigation nutzbar.
		Letzteres funktioniert im IE nur eingeschränkt.
*/

#skipnav{
        position:absolute;
        left:-2000px;
}

#skipnav a:focus, /* macht die Uebersprunglinks beim Tabben sichtbar */
#skipnav a:active{
    position:absolute;
    left:2000px;
    top:0px;
	color: #000;
	background: #fff;
    width:20em;
	z-index:3000;
	font-size:0.8em;
	padding:0.2em;
}
/* Class "skipnav": ENDE */


#adresse {
	position:absolute;
	display:none;
	}

acronym {
    cursor:help;
}

.typo_logo_drucken {
	position:absolute;
	display:none;
	}

#universi{
	clear: both;
	line-height: 0px;
	min-height: 0;
	background-image:url(http://www.uni-muenster.de/img/anzeige.gif);
	background-repeat: no-repeat;
	}

@media all{
 * html b\ody #universi {
	height:0px;
	}
}
