body{
	background-color: #F0F0F0;  /* grau */
	color: #3D3938;   /*dunklegrau */
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}

h1{
	color: #f76013; /*orange*/
	font-size: 14px;
}
h2{
	color: #f76013;
	font-size: 12px;
}

/* Definition der horizontalen Navigation*/
#navigation_oben {
	text-align:right;
	font-size: 11px;
}

#navigation_oben a {	
	color: #3D3938; *//*dunkelgrau */
}

#navigation_oben a:hover {
	color: #f76013;
}

#navigation_oben ul.left {
	padding: 0 10px;
}

#navigation_oben ul.left li span.pipe {
	padding: 0 10px;
}

#navigation_oben ul.left li, 
#navigation_oben ul.left li a  {
	list-style: none;
	display:inline;
    text-decoration: none;
}
#navigation_oben ul.left li a.active  {
	color: #f76013; /*orange*/
}

#navigation_links{
	height: auto;
	text-align: left;
}

/* Definition der ersten Navigationsebene - kein list-style-type*/
#navigation_links ul {
	line-height: 1.4;
	list-style-type: none;
	font-size: 13px;
	font-weight: bold;
}

/* Definition der zweiten Navigationsebene - list-style-type oranges Quadrat*/
#navigation_links ul ul {
	line-height: 1.2;
	list-style-type: square;
	font-size: 12px;
	font-weight: normal;
	color: #f76013; /* Orange */
}

/* Definition des Liste, die aktuell nicht ausgewaehlt ist*/
#navigation_links ul li a {
	display: block;
	padding:5px 0px 5px 0;
	margin:0;
	text-decoration: none;
	color: #3D3938; /* dunkelgrau */
	border-right: 7px solid #D3D3D3; /* mittelgrau */
}


/* Balken des nicht-aktiven Elementes, wenn Maus drueber faehrt */
#navigation_links ul li a:hover {
	display:block;
	border-right: 7px solid #3D3938;
/*	background-color: #3D3938;*/ /*dunkelgrau */
	color: #f76013; /* Orange */

}

/* rechter Balken des aktiven Elementes, wenn Maus drueber faehrt */
#navigation_links ul li a.rex-current:hover {
	display:block;
	border-right: 7px solid #f76013;
/*	background-color: #3D3938; *//*dunkelgrau */
/*	color: #F0F0F0; *//*hellgrau */ 
	color: #f76013; /* Orange */
}

/* rechter Balken des aktiven Elementes */
#navigation_links ul li a.rex-current {
	display:block;
	border-right: 7px solid #f76013;
	background-color: #F0F0F0; /*hellgrau */
	color: #3D3938;  /*dunkelgrau */
}

/* unterstrichener Text im Modul "Projekt - Auftraggeber - Laufzeit 
   umgesetzt als <span id="underline"> unterstrichener Text </span> */

#underline {
	text-decoration: underline;
}

/* Sitemap */
#inhalt ul {
	list-style-type: none;	
}

#inhalt ul a{
	text-decoration: none;
	color: #3D3938; /* dunkelgrau */	
}

#inhalt ul ul {
	list-style-type: square;
	color: #f76013; /* Orange */
}


#inhalt ul ul a {
	text-decoration: none;
	color: #3D3938; /* dunkelgrau */
}

div.txt-img {
	text-align:justify; 
	padding-right:40px;
}
/* ### Bildgalerie ### */

div.galerie {
	clear: both;
}
div.galerie div.image {
	float: left;
	width: 235px;
}

div.galerie div.image img{
	padding: 5px;
	border:1px solid #3D3938;
}





