/***********************************************/
/* Achtung: 
- in allen Link-Classes gehen keine Links auf URLs ohne www. (wie das Webblogg)
- die Listen-Aufzähling sieht in jedem Browser anders aus, margins sind völlig verschiedene, also so lassen. habe mehr als 1 Tag daran gesessen - nur mit externer Hilfe lösbar

/**Farben in hp-color-css
/***********************************************/


/***********************************************/
/* Navigation oben Divs                                 */
/***********************************************/

#masthead{
	
	padding: 0px 0px 0px 0px;
	vertical-align:top;	
	height: 85px;
	margin-top: 0px;
  line-height: 0.75em;
  width: 100%;}

#masthead image_1  { 
 	 align:left; margin-top: 0px; background-image: url(z_css/images/kopflinks-uni-kl.jpg); }
#masthead head-image_1  a:link, #head-image_1 a:visited, #head-image_1 a:hover {text-decoration: none;}

#masthead head-image_2_1  { 
 	 align:right; margin-top: 0px; background-image: url (z_css/images/kopf_daf-grau.jpg); }
#masthead head-image_2  a:link, #head-image_2 a:visited, #head-image_2 a:hover {text-decoration: none;}**/


#masthead .sf-menu {
  line-height: 1.0;
}



/************* #globalNav styles **************/

#globalNav{
margin-top: 0px;
padding: 0px 0px 0px 10px;
border-bottom: 1px solid #cccccc;
float:right;
valign:top; 
width:100%; 
text-align:right
font-weight:bold;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 10px;/***90%;***/
	padding: 0px 4px 0px 0px; 
}

/************* #breadCrumb styles = kleine 2. Menüleiste*************/
#breadCrumb{
	font-size: 12px;
	font-weight:bold;
	padding: 0px 5px 0px 0px;
	/**Hintergrundbild: naja...background-image: url(images/orange.jpg);**/
	/**margin-top:50px;  nur noeting, wenn in allgemeiner CSS drin  **/
	text-align: right;	}
#breadCrumb a:link {text-decoration: none;}
#breadCrumb a:visited{text-decoration: none;}


/************* Breite von Seitenspalten und Content zusammen *************/
#seiteninhalt{
	padding: 0 0 0 0; width:100%;}
