/*********************************************************/
/*Stylesheet Lehrgebiet/Lehrstuhl Haratsch
ZMI, Abteilung Websysteme, IL,AH
Erstveroeffentlichung: Juli 07
Aktuelle Version: 1
Letzte Aenderung: 24.7.2007
Farbe A): #C66 (rechter Rand, Überschift, Unterstrich Überschrift)
Farbe B): #933 (Menüüberschrift, Hover-Farbe)
Farbe C):  #E3DDDD (Menü-Hintergrundfarbe)
Farbe D):  #F2EDEB (Text-Blocks-Hintergrundfarbe)
*/
/*********************************************************/



/*****************************************************/
/*---------------Kopf--------------------------------*/
/****************************************************/

/*----------------vertikaler Rand bis Topmenueleiste-----------------*/
#seite {
    border-color:#C66; /*-- Farbe A--*/
}
/*----------------Hintergrundbild Kopfbereich----------------*/

#logos{
  background: url(../images/hintergrund.jpg) repeat-y top right;
}

/*----------------Positionierung Logos----------------*/

#fernunilogo {
float: left;
position: absolute;
left: 5px;
z-index:3;
}

#fakultaet {
float: left;
position: absolute;
left: 80px;
z-index:3;
}
/*------------------Topmenueleiste --------------------*/

#balke{
  background-color:#339;
 }

/********************************************************/
/*--------------------------Inhalt----------------------/*
/*******************************************************/

/*-----------------------Links ---------------------------*/
a:hover{
color:#C66; /*-- Farbe A--*/
}

/*---------vertikale rechte Rand unterhalb der Topmenueleiste------*/

#inhalt {
    border-color:#C66; /*-- Farbe A--*/
}

/*------------------Überschrift mit verkürzter Unterstreichung--------------------*/
/*
h1 {
  border-bottom: 2px solid #C66;
}*/

/*------------------Textbereich - Listenpfeil--------------------*/

#information .pfeil li{
  background: url(../images/doppel_pfeil.gif) no-repeat 0 0.25em ;
}

/*------------------Textbereich - linker Strich aus--------------------*/
#information {
    border-left:none;
}


.foto-rechts, .foto-links, .foto-gross, .foto-klein-rechts, .foto-klein-links, .symbol-links, .symbol-rechts{
  clear:both;
  padding:8px;
  font:0.9em normal Arial,Helvetica,sans-serif;
  margin-top:10px;
  margin-bottom:10px;
}

/********************************************************/
/*----------------Menü---------------------------------/*
/*******************************************************/


/*------------------Menü links--------------------*/

#navigation .navigation-ueberschrift,#navigation .moodle{
  border-bottom:1px solid #C66; /*-- Farbe A--*/
  background:url(../images/menu_hinten.jpg) repeat-y top right;
  margin-top:0.3em;
  padding:0.4em 0 0.2em 0.7em;
  color:#933; /*-- Farbe B--*/
  background-color:#E3DDDD; /*-- Farbe C--*/
}
#navigation .moodle{
  margin-top:1em;
  border:none;
  font-weight:normal;
  padding:0.4em 0 0.4em 0.7em;
}

#navigation #navigation-aktuelles, #navigation .navigation-aktuelles{
  background:url(../images/menu_hinten.jpg) repeat-y top right;
  padding:0.4em 0 0.4em 0.7em;
  text-transform:uppercase;
  background-color:#E3DDDD; /*-- Farbe C--*/
}
#navigation .themennavigation{
  background:none;
  border:none;
}
#navigation a{
  color:#33C;
  text-decoration:none;
}
#navigation a:hover {
  color:#933 ; /*-- Farbe B--*/
}
#navigation a:focus{
  text-decoration:underline;
}

/********************************************************/
/*---------------------Menü rechts-----------------/*
/*******************************************************/

#zusatzinformation {
  height:35em;
  background:url(../images/illu_rechts.jpg) repeat-x top right;
  width:22%;
  padding-left:0.5em;
}
/********************************************************/
/*---------------------BOX - nur bei Bedarf-----------------/*
/*******************************************************/

#zusatzinformation fieldset {
  padding:0.5em 0.5em 0.5em 0.8em;
  width:90%;
  border:medium double #933 ; /*-- Farbe B--*/
  margin-bottom:1em;
  margin-top:1em;
  font:1em Arial,Helvetica,sans-serif;
}

#zusatzinformation fieldset legend{
  padding:0 0.3em;
  font:bold 1em Verdana,Arial,Helvetica,sans-serif;
}

#zusatzinformation fieldset li{
  background: url(images/minus.gif) no-repeat 0 0.1em;
  padding-left:12px;
  padding-bottom:0.3em;
  font-weight:normal;
}
