/* Freie Universitaet Berlin
   Extra Designvorgaben fuer den FB Mathematik und Informatik
   http://www.math.fu-berlin.de/
   http://www.inf.fu-berlin.de/
   http://www.mi.fu-berlin.de 
   Autor: CeDiS, http://www.cedis.fu-berlin.de, cms@cedis.fu-berlin.de
   Datum: 06.11.2006
   aktualisiert am 28.02.07 
   ----------------------------------------------------------------------------
   - baseNavigationButtons kann 4 bis max. 6 Punkte enthalten
   Kommentare neben der Eigenschaft -width- beachten
   ----------------------------------------------------------------------------
   - Verknuepfte Dateien 
   ../layout/bg_body_blau.gif
   ../layout/suchpfeil_blau.gif
   ../layout/rechteck_gr_liste.gif
   ---------------------------------------------------------------------------
   - Farben -
   Infonavigation: #c5d2e4
   Hauptnavigation im Identitaetsbereich (baseNavigationButtons)
   Hintergrundfarbe: #6699cc 
   Schriftfarbe:#FFFFFF;
   Aktiver Button Hintergrundfarbe Rot: #336699 
*/
/* -----------------------------------------------------------------------------
	Layoutbereiche Mastertemplate
   -----------------------------------------------------------------------------
*/
body {
	background: #ffffff url(/media/layout/bg_body_standard.gif) top repeat-x;
	/* das Hintergrundbild muss entsprechend der Hoehe des Identitaetsbereichs angepasst werden, es enthaelt die gruene Linie und den grauen Hintergrundstreifen*/
}
#wrapper {
	position: relative;
	margin: 0px auto 0px 0px;
	width: 780px;
	text-align: left; /*Aufheben von IE_quirks im BODY*/
}
*html #wrapper { /* fuer IE  */
	margin: 0;
}

#printlogo{ /* dieses div wird nur in der Printpreview eingefuegt*/
	display:none;
}
/* Layout fuHeader 
    -----------------------------------------------------------------------------
*/
#baseHeader {
	top:0;
	margin: 0 0 12px 12px;
	padding: 0;
	height: 196px;
}
/* Layout  ?
    -----------------------------------------------------------------------------
*/
#baseNavigationInfo {
	position: absolute;
	top: 77px;
	left: 195px;
	height: 20px;
	width:584px;
	margin:  0;
	padding: 0;
	text-align: right;
	padding:0;
	border-right: 1px solid #ffffff;
}
/* Layout fuNavigationTop
    -----------------------------------------------------------------------------
*/
#baseNavigationButtons{
	position: absolute;
	top: 97px;
     /*left: 196px;*/
    left: 0px;
	height: 20px;
	/*width:584px;*/
    width:780px;
	margin:  0;
	padding: 0;
	z-index: 1;
	font-weight:bold; 
	border-top:1px solid #ffffff;
   	border-bottom:1px solid #ffffff;
}
/* Layout fuIdentity
     -----------------------------------------------------------------------------
*/
#baseIdentity{
	display: block;
	position: absolute;
	/*top: 98px;*/
	top:85px;
	left: 0;
	/*height: 101px;*/
	height:80px;
	width:780px;
	margin: 0;
	padding:0;
	background: transparent;
	/*border-top:1px solid #ffffff;*/
}
/* Layout fuHeaderSearch
     -----------------------------------------------------------------------------
*/
#baseHeaderSearch{
	position: absolute;
	top:114px;  
	right:0px;
	left:788px; 
	margin:0;
	padding:5px 0 0 0;
	font-size: 95%;
	color: #666666;
	width: 173px;
	height: 20px;
}

/*Layout fuQuickLinks
-----------------------------------------------------------------------------
*/

#baseQuickLinks  /*form*/{
	position: absolute;
	top:164px;  
	right:0px;
	left:788px;
	margin:0;
	padding:0;
	font-size: 95%;
	color: #666666;
}

#baseQuickLinks .quick{
	font-size: 95%;
	margin:0px 0px 0 10px;
	width:124px;
}

.quickLinksIcon{
  	position: absolute;
	top:164px;  
	right:0px;
	left:936px;
	margin:0;
	padding:0;
}

/* Layout fuNavigationLeft 
     -----------------------------------------------------------------------------
*/
#baseNavigationContainerMI {
	position: absolute;
	top: 208px;
	left: 12px;
	width: 168px;
	font-size: 100%;
	line-height: 120%;
	height: 298px;
}

/* Layout fuFrameset 
     -----------------------------------------------------------------------------
*/

#baseNavigationFrame { /*Sollte annaehernd identisch sein mit div baseNavigationContainer*/
	/*position: absolute;
	top:19px;  Hoehe muss noch getestet werden
	left: 0;*/
	position: relative;
	width: 163px;
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 120%;
}

/* Layout fuContent 
     -----------------------------------------------------------------------------
*/

#baseContent {
	margin: -15px 0px 12px 195px;
	padding: 0px 20px 20px 12px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background:transparent;  /*fuer benutzerdefinierte Bildschirmeinstellungen*/
	min-height:370px;  /*regelt variabel die Mindesthoehe des Inhaltsbereichs */
}
* html #baseContent { /* nur fuer IE 5.5 - 6.x */
	height:370px;  /*regelt variabel die Mindesthoehe des Inhaltsbereichs */
	/*padding: 10px 20px 20px 12px; */
} 

/* Layout fuFooter 
     -----------------------------------------------------------------------------
*/

#baseContainerFooter {
    position: relative;
    color: #666;
    padding: 8px 0 5px 16px;
    text-align: left;
    font-size: 85%;
    line-height: 130%;
    height: 20px;

}

/*  Copyright */

#baseContainerFooter div.left {
    position: absolute;
    top: 8px;
    left: 12px;
    width: 360px;
    text-align: left;
}

/*  Datum  */

#baseContainerFooter div.right {
    position: absolute;
    top: 8px;
    left: 400px;
    width: 370px;
    text-align: right;
} 

/* -----------------------------------------------------------------------------
Spezielle- Stilanweisungen
   -----------------------------------------------------------------------------
*/
/* Layout fuHeader  
   -----------------------------------------------------------------------------
*/
.baseHeaderLogo{
	margin	: 6px 0 0 6px;
}
#baseHeaderNavigation {
	position	: absolute;
	top: 31px;
	right: 0px;
	margin: 0;
	padding:0 0 0 0;
	font-size :90%; 
	border-right: 1px solid #666666;
}

/* Links im div baseHeaderNavigation (home,kontakt,etc)
   -----------------------------------------------------------------------------
*/

#baseHeaderNavigation ul{
	margin:0;
	padding:0;
	display: inline;
}
#baseHeaderNavigation ul li{
	margin: 0;
	padding: 1px 3px 1px 3px;
	border-left: 1px solid #666666;
	list-style: none;
	display:inline;
	color:#000000;
}
#baseHeaderNavigation ul li a{
	color: #666666;
	text-decoration: none;
}
#baseHeaderNavigation ul li a:hover{
	color: #000000;
	text-decoration: none;
}
#baseHeaderNavigation ul li a:visited{
	color: #666666;
	text-decoration: none;
}
/* Punkt Englisch in der Service-Navigation ist eingegraut wenn es keine englische Seite gibt*/
#baseHeaderNavigation .langlnk{ 
	color: #cccccc;
}

/* Horizontale Infonavigation im Identitaetsbereich   
 -----------------------------------------------------------------------------
*/

#baseNavigationInfo ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;
	text-align: right;
}
#baseNavigationInfo ul li{
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 180%;
}
#baseNavigationInfo ul li a{
	display: block;
	float:right;
	height: 20px;
    margin:0;
	padding:0 10px 0 10px;  
	color: #666666;
	background: transparent;
	border-left:1px solid #ffffff;
	text-decoration: none;
}
#baseNavigationInfo ul li a:hover{
	color: #ffffff;
	background-color: #999999;
}
#baseNavigationInfo ul li a.active{
	color: #ffffff;
	background-color: #999999;
}
#baseNavigationInfo ul li a.activeLastButton{
	color: #ffffff;
	background-color: #999999;
}
#baseNavigationInfo ul li .active{
	display: block;
	float:right;
    margin:0;
	padding:0 10px 0 10px;  
	text-decoration: none;
	color: #ffffff;
	background-color: #999999;
	border-left:1px solid #ffffff;
}
#baseNavigationInfo ul li .activeLastButton{
	display: block;
	float:right;
   	margin:0;
	padding:0 10px 0 10px;  
	text-decoration: none;
	color: #ffffff;
	background-color: #999999;
	border-left:1px solid #ffffff;
}

/* Horizontale Hauptnavigation im Identitaetsbereich   
 -----------------------------------------------------------------------------
*/

#baseNavigationButtons ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;
}
#baseNavigationButtons ul li{
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 180%;
}
#baseNavigationButtons ul li a{
	display: block;
	float:left;
	width:259px;
	height: 20px;
	margin:0;
	padding:0 0px 0 0px;  
	color: #ccc;
	background-color: #336699;
	border-right:1px solid #ffffff;
	text-decoration: none;
	text-align: center;
}
#baseNavigationButtons ul li a:hover{
	color: #ffffff;
	background-color: #6699cc;
}
#baseNavigationButtons ul li a.active{
	color: #ffffff;
	background-color: #6699cc;
}
#baseNavigationButtons ul li a.activeLastButton{
	color: #ffffff;
	background-color: #6699cc;
}
#baseNavigationButtons ul li .active{
	display: block;
	float:left;
	width:259px;
	margin:0;
	padding:0 0px 0 0px;  
	color: #ffffff;
	background-color: #6699cc;
	border-right:1px solid #ffffff;
	text-decoration: none;
	text-align: center;
}
#baseNavigationButtons ul li .activeLastButton{
	display: block;
	float:left;
	width:259px;
	margin:0;
	padding:0;  
	color: #ffffff;
	background-color: #6699cc;
	border-right:1px solid #ffffff;
	text-decoration: none;
	text-align: center;
}
/* Layout fuIdentity  
   -----------------------------------------------------------------------------
*/
.baseIdentityText{
    position: absolute;
	display: block;
	/*height: 77px;*/
	height: 36px;
	/*width:171px;*/
	width:171px;
	margin: 0;
	padding:40px 4px  4px 20px;
	color:#333333;
	background-color: #444444;
	border-right:1px solid #ffffff;
	font-size: 125%;
	font-weight: bold;
	line-height: 140%;
	text-align: left;
}
.baseIdentityText table td{
	color:#ffffff;
	text-decoration: none;
}
.baseIdentityText a:link{
	color:#999999;
	text-decoration: none;
}
.baseIdentityText a:hover{
	color:#ffffff;
	text-decoration: none;
}
.baseIdentityText a:visited{
	color:#ffffff;
	text-decoration: none;
}
.baseIdentityBild{
	position	: absolute;
	/*top: 21px; */
	top:0px;
	left:196px;
	margin: 0;
	padding:0;
}
/* 
	Layout fuHeaderSearch
   -----------------------------------------------------------------------------
*/
#baseHeaderSearch .baseInputSearch { /*input */
	margin:0 10px 0 10px;
	padding:0 0 0 3px;
	height: 15px; 
	width: 120px;
	background-color: #ffffff;
	border:1px solid #999999;
	font-size: 95%;
}
#baseHeaderSearch .buttonText {
	margin:0;
	padding:0 0 1px 0;
	border:none;
	/*background: transparent url(http://www.cms.fu-berlin.de/base/01/media/layout/suchpfeil_blau.gif) no-repeat 0 3px;*/
	background: transparent url(/media/layout/suchpfeil_blau.gif) no-repeat 0 3px; /* aktualisiert am 28.02.07 */
	height: 18px; 
	width: 15px;
}
*html #baseHeaderSearch .buttonText { /* fuer IE  */
	/*background: transparent url(http://www.cms.fu-berlin.de/base/01/media/layout/suchpfeil_blau.gif) no-repeat 0 0;*/
	background: transparent url(/media/layout/suchpfeil_blau.gif) no-repeat 0 0; /* aktualisiert am 28.02.07 */
	height: 15px;
}
/* Layout fuNavigationLeft
   -----------------------------------------------------------------------------
   Links im div baseNavigationContainer
   -----------------------------------------------------------------------------
*/

#baseNavigationFrame ul, #baseNavigationContainerMI ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#baseNavigationFrame ul li, #baseNavigationContainerMI ul li{
	margin: 0;
	padding: 0;
	font-size: 95%;
}
#baseNavigationFrame ul li a:hover, #baseNavigationContainerMI ul li a:hover{
	color: #000000;
	background-color: #f4f4f4;
	border-bottom: 1px solid #ccc;
}
#baseNavigationFrame ul li a.aktiv, #baseNavigationContainerMI ul li a.aktiv{
	color: #000000;
	background-color: #f4f4f4;
	border-bottom: 1px solid #ccc;
}
/* Erste Ebene */
#baseNavigationFrame ul li a, #baseNavigationContainerMI ul li a{
	display:block;
	color: #666666;
	/* font-weight: bold; */
	text-decoration: none;
	width: 100%;
	padding: 1px 1px 1px 4px;
	border-bottom: 1px solid #cccccc;
}
#baseNavigationFrame ul li .aktiv, #baseNavigationContainerMI ul li .aktiv{
	display:block;
	color: #000;
	/* font-weight: bold; */
	width: 100%;
	padding: 1px 1px 1px 4px;
	background-color: #f4f4f4;
	border-bottom: 1px solid #ccc;
}
/* Zweite Ebene */
#baseNavigationFrame ul li li, #baseNavigationContainerMI ul li li{
	font-size:100%;
}
#baseNavigationFrame ul li li a, #baseNavigationContainerMI ul li li a{
	width: 154px;
	padding: 1px 1px 2px 18px;
	font-weight:  normal;
}
#baseNavigationFrame ul li li .aktiv, #baseNavigationContainerMI ul li li .aktiv{
	width: 154px;
	padding: 1px 1px 2px 18px;
	font-weight:  normal;
	background-color: #ffffff;
}
/* Dritte Ebene*/
#baseNavigationFrame ul li li li a, #baseNavigationContainerMI ul li li li a{
	width: 140px;
	padding: 1px 1px 1px 32px;
	background-position: 18px 6px;
}
#baseNavigationFrame ul li li li .aktiv, #baseNavigationContainerMI ul li li li .aktiv{
	width: 140px;
	padding: 1px 1px 1px 32px;
	background-position: 18px 6px;
	background-color: #ffffff;
}
/* Banner unterhalb der Hauptnavigation links */

#baseBannerContainer {
	margin: 20px 0 0 0;
}

#baseBannerContainer a, #baseBannerContainer img {
	margin: 15px 0 0 0;
}

#baseBannerContainer a img {
	margin: 15px 0 0 0;
}

/* Layout fuContent    
   -----------------------------------------------------------------------------
   Layout fuNavigationToRoot
  -----------------------------------------------------------------------------
*/
#baseContainerNavigationToRoot {
	font-size:	90%;
	line-height: 120%;
	width: auto;
	padding: 0 20px 0 0;
	margin: 0 0 15px 0;
}
/* Links im div baseNavigationToRoot  
   -----------------------------------------------------------------------------
*/
.baseNavigationToRoot {
	color:#000000;
}
.baseNavigationToRoot a {
	color:#666666;
}
.baseNavigationToRoot a:hover {
	color:#000000;
	text-decoration: none;
}
.baseNavigationToRoot a:visited {
	color:#666666;
	text-decoration: none;
}
/* Icons zur Druckvorschau  
   -----------------------------------------------------------------------------
*/
#baseIcons{
	float: right;
	margin: -2px 0px 10px 40px;
	padding:0px;
}
*html #baseIcons{ /* fuer IE  */
	margin: 0px 0px 10px 40px;
}

#basePrintPreview { /* dieses div wird nur in der druckvorschau angezeigt */
	display:none;
}
/* Standardlisten und numerierte Listen im Contentbereich 
   -----------------------------------------------------------------------------
*/

#baseContent ul{
	/*margin:0px 20px 0px 12px;*/
	margin: 0 20px 0 0; /* aktualisiert am 28.02.07 */
	padding:4px 0 4px 0px;
}

#baseContent ol{
	/*margin:4px 20px 4px 12px;*/
	margin: 0 20px 0 0; /* aktualisiert am 28.02.07 */
	padding:4px 0 4px  0px;
}

#baseContent ol li {
	list-style-type: decimal;
	line-height: 140%;
	/*margin:0 0 0 20px;*/
	margin: 0 0 0 35px; /* aktualisiert am 28.02.07 */
	padding:0px;
}

#baseContent ul li{
	background-image: url(/media/layout/rechteck_gr_liste.gif); /* aktualisiert am 28.02.07 */
	background-repeat: no-repeat;
	background-position: 0 7px;
	margin: 0;
	/*padding: 0px;*/
	padding: 0 0 0 10px; /* aktualisiert am 28.02.07 */
	line-height:140%;
}

/* zum Positionieren von Bildern im Content */
.imgLeft {
	float: left;
	margin: 10px 20px 10px 0;
	clear: both;
}

.imgRight {
	float: right;
	margin: 10px 0 10px 20px;
	clear: both;
}
/*   Layout fuNewsList  - Anzeige der Vor- und Zurueck Links
   -----------------------------------------------------------------------------
*/
.baseNewsNavigationPrevNext{
	margin:20px 0 0px 0;
	padding: 0;
}
#vor {
	float: right;
}
#zurueck{
	float: left;
}

/* Links im div baseContainerFooter  
   -----------------------------------------------------------------------------
*/
#baseContainerFooter a:link{
	color: #666666;
	text-decoration: none;
}
#baseContainerFooter a:hover{
	color: #000000;
	text-decoration: none;
}
#baseContainerFooter a:visited{
	color: #666666;
	text-decoration: none;
}
/*  +++ NEU +++ Links auf die unsichtbaren Sprungmarken "inhalt" und "navigation" fuer Screenreader 
	----------------------------------------------------
*/
.skip {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}


.theses th{
	background-color: rgb(244, 244, 244);
}
