
/**
 *	Mandatenspezifische Stylesheets
 *	dunkel: #0187d0
 *  mittel: #7fc3e8
 *	hell  : #c0e1f4
 */

a{color:#555555;text-decoration:none;}
a:link{}
a:visited{}
a:hover{color:#C5362A;}
a:active{}


/* #####################
** ## Berghof Design  ##
** #####################
*/

#holding_link {
  color				: #0187d0;
}


/* ##################
** ## Kopfbereich  ##
** ##################
*/

/* farbiger horizontaler Balken */
#header2 {
	background-image:url("../img/dot_blue.jpg");
		/* #135578 - nur rote Farben im Header  */ background-image:url("../img/dot_red.jpg");
	background-position: bottom;
	background-repeat: repeat-x;
}


/* #####################
** ## Linker Bereich  ##
** #####################
*/


/* #####################
** ## Inhaltsbereich  ##
** #####################
*/

#seiteninhalt a {color:#000000;text-decoration:underline;}
#seiteninhalt a:active{color:#555555;text-decoration:underline;}
#seiteninhalt a:hover{color:#C5362A !important;}
#seiteninhalt h2 a:hover{color:#0187d0;text-decoration:none;}
#seiteninhalt a:visited, #seiteninhalt h2 a:visited{}

/* Definitionen für den WYSIWYG */
#inhalt a {color:#555555;text-decoration:underline;}
#inhalt a:hover{color:#0187d0;}
#inhalt a:visited{}


/* ################################################
** ## Rechte Marginalspalte (News & Quicklinks)  ##
** ################################################
*/

#right_content h2 {
  color				: #C5362A;
  border-bottom		: 1px solid #C5362A;
}

#right_content a:hover {
	color			: #c5362a;
}


/* ######################
** ## Brotkrumen-Pfad  ##
** ######################
*/

#pfad a:hover{
  color				: #C5362A; /*bleibt rot*/
}


/* ###########################################
** ## CSS Navigationsmenü im Explorer-Stil  ##
** ###########################################
*/

.current {
  font-weight		: bold;
  color				: #C5362A !important;
}

.tree a:hover {
	color			: #C5362A !important;
}

.tree li a:hover {
  color				: #C5362A !important;
}


/* #######################################################################################
** ## horizontale Navigation  ############################################################
** #######################################################################################
*/

/* Haupt Menü */
ul#navmenu a {
  background		: #0187d0;
  color				: #ffffff;
}

/* Hauptmenü hover Einstellungen */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background-position: bottom;
  background-repeat: repeat-x;
}

/* 2.Menü */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
}

/* 2.Menü hover..*/
ul#navmenu li:hover li a:hover,	/* Hover-Effekt für horiz. Menu*/
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  color				: #C5362A;
}


/*IE 6 Korrektur*/
*html #navmenu a { bo\rder-bottom-color: #0187d0 !important; }


h2 {
  color				: #000000;
  font-size			: 1em;
}

li.letzter_punkt {
	border-bottom: 1px solid #0187d0 !important;
	/* #135578 - nur rote Farben im Header  */ border-bottom: 1px solid #C5362A !important;
}

ul#navmenu li ul li a {
}

ul#navmenu li ul li a:hover {
}

.extra_li {
  color				: #000000;
}

.extra_li:hover {
  color				: #C5362A !important;	/*dunkel_rot*/
}

.first_lis{
  height			: 25px !important;
  color				: #000000 !important;
}

.xx {
  color  			: #C5362A !important;	/*dunkel_rot*/
}

.xx:hover {
  border-bottom		: 1px solid #0187d0 !important;
  background: none;
}

/******/

#haupt_nav ul#navmenu li a {
	position: relative;
	background-color: transparent;
}

#haupt_nav ul#navmenu li ul li {
	border-right: 1px solid #0187d0 !important;
		/* #135578 - nur rote Farben im Header  */ border-right: 1px solid #C5362A !important;
	border-left: 1px solid #0187d0 !important;
		/* #135578 - nur rote Farben im Header  */ border-left: 1px solid #C5362A !important;
}

	#haupt_nav ul#navmenu li ul li a {

		background-color: #ffffff;
	}

#haupt_nav ul#navmenu li ul li a {
	background-image:url("../img/linie.jpg");
	background-position: 50% top;
	background-repeat: no-repeat;
}

#haupt_nav ul#navmenu li ul ul  {
	top: 5px;
}

