/*********************************************************/

/*Stylesheet Lehrgebiet/Lehrstuhl Scherm
ZMI, Abteilung Websysteme, XX
Erstveroeffentlichung: Aug. 07, geaendert 03.2010
Farbe A: #660033 (Überschift, Unterstrich Überschrift, Menüüberschrift, Hover-Farbe)
menu_hinten (Menü-Hintergrundbild)
Farbe #e8e8ea (Text-Blocks-Hintergrundfarbe)
*/


/*---------------Kopf--------------------------------*/

/*---vertikaler Rand bis Topmenueleiste-----*/
#seite {
  width:98%;
  border:none;
  min-width:70.5em;
}

/*----------------Hintergrundbild Kopfbereich----------------*/

#logos{
  background: url(../images/kopf_hintergrund.jpg) no-repeat top left;
}

/*----------------Positionierung Logos----------------*/

#fernunilogo {
  float: left;
  position: absolute;
  left: 0.5em;
}

#fakultaet {
  float: left;
  position: absolute;
  left: 6.9em;
}

#brotkruemelpfad{
  width:100%;
}
/*------------------Topmenueleiste --------------------*/

#balke{
  background:url(../images/balken_hinten.jpg) repeat-x  right;
  width:100%;
}


#kopf>#balke{
  width:99.5%;
}

/********************************************************/
/*--------------------------Inhalt----------------------/*
/*******************************************************/

/*--------------------Links ------------------------*/

a:hover{
color:#660033; /*-- Farbe A--*/
}

/*---------vertikale rechte Rand unterhalb der Topmenueleiste------*/

#inhalt {
  /*right:-20px;*/
  border-right:none;
}

/*------------------Überschrift mit verkürzter Unterstreichung--------------------*/

h1 {
  border-bottom: 2px solid #660033; /*-- Farbe A--*/
  width:75%;
}

/*------------------Textbereich - Listenpfeil--------------------*/

/*#information .pfeil {
  background: url(../images/doppel_pfeil.gif) no-repeat 0 0.25em ;
}*/

/*------------------Textbereich - linker Strich aus--------------------*/

#information {
  border-left:none;
}



/********************************************************/
/*----------------Navigation---------------------------------*/
/*******************************************************/

/*------------------Menü links--------------------*/

#navigation .navigation-ueberschrift{
  border-bottom:1px solid #660033; /*-- Farbe A--*/
  padding:0.5em 0 0.2em 0.7em;
  color:#660033; /*-- Farbe A--*/
}

#navigation #navigation-aktuelles{
  padding:0.4em 0 0.4em 0.7em;
  text-transform:uppercase;
}

#navigation .themennavigation, #navigation #themennavigation{
  background:none;
  border:none;
  padding:0.2em 0 0 0.6em;
}

#navigation .themennavigation li{
  line-height:1.3em;
  background:url(../images/minus.gif) no-repeat 0 0.2em;
  padding: 0 0 0 12px;
  margin-bottom:0.5em;
}

#navigation a{
  color:#33C;
  text-decoration:none;
}

#navigation a:hover {
  color:#660033; /*-- Farbe B--*/
}

#navigation a:focus{
  text-decoration:underline;
}

/********************************************************/
/*---------------------Menü rechts-----------------/*
/*******************************************************/

#zusatzinformation {
  height:35.5em;
  background:url(../images/illu_rechts.jpg) repeat-x top right;
  width:22%;
  padding-left:0.5em;
}

#zusatzinformation ul{
  width:99%;
}

/***********Online-Anmeldung**********/

form h2{
  background-color:#E8E8EA;
  padding:0.3em;
  width:99%;
  margin-top:20px;
}

#seminaranmeldeformular{
  border:2px solid #660033;
  width:99%;
  padding:0.5em;
  margin-top:10px;
}

#seminaranmeldeformular fieldset{
  width:99%;
  padding:0.5em;
  border:1px solid black;
}

#seminaranmeldeformular input,#seminaranmeldeformular textarea{
  width:auto;
  padding:0;
  margin:0;
  margin:5px 2px 0 0;
  border:1px solid #cccccc;
}

/***********Literaturlisten**********/

.literaturliste {
  list-style:none;
  list-style-image:none;
  text-indent: -1em;
  background:none !important;
}

.unterstrich {
  border-bottom:1px solid #660033;
  padding-top:1em;
}

.publikationen {
  padding-left:33px;
}

.foto-rechts, .foto-links, .foto-gross, .foto-klein-rechts, .foto-klein-links, .symbol-links, .symbol-rechts {
background-color:#ffffff;
border:1px solid #808080;}

