@charset "utf-8";

/*
 * Auszeichnungen für Überschriften
 */
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000000;
	font-weight: bold;
	font-style: normal;
	
	margin-bottom: 1em;
}


/*
 * Auszeichnungen für sonstige Absätze
 */
p, blockquote, pre, ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	font-style: normal;
	color: #3e3e3e;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	padding-bottom: 0.8em;
	margin-bottom: 0.6em;
}

/*
 * Definition der Farbwerte
 * --------------------------------------------------------------------------------
 */


/* 
 * Primärfarbe
 * Verwendet z.B. in der Breadcrumb für den Trenner
 * Navigation für inaktives Prefix
 */
.bold_color1 {
	font-weight: bold;
	color: #77a646;
	font-size: 110%;
}

/* 
 * Sekundärfarbe
 * Verwendet z.B. in der Navigation für das Prefix bei aktiver Navigation
 */
.bold_color2 {
	font-weight: bold;
	color: #72a454;
	font-size: 110%;
}




/*
 * Überschriften
 * --------------------------------------------------------------------------------
 */
h1 {
	font-size: 2em;
	font-weight: lighter;
	color: #6a83b2;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 1.2em;
}

h2 {
	font-size: 1.4em;
	color: #4b4b4b;
	letter-spacing: 0.1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 0.2em;
}

h3 {
	font-size: 1.3em;
	color: #4b4b4b;
	letter-spacing: 0.1em;
	font-style: normal;
	border: none;
	/*
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #77a646;
	*/
}

h4 {
	font-size: 1.3em;
	color: #000000;
	letter-spacing: 0.1em;
}


/*
 * Sonstige Absätze
 * --------------------------------------------------------------------------------
 */
hr {
	background-color: #999999; /* Farbe für Opera und Firefox */ 
	color: #999999; /* Farbe für Internet Explorer (IE) */
	border: 0; 
	height: 1px; 
}

#maincontent p {

}

ul {
	margin-left: 2em;
	padding-left: 2em;
	padding-top: 1em;
	padding-bottom: 1.5em;
}

ol {
	margin-left: 2em;
	padding-left: 2em;
	padding-top: 1em;
	padding-bottom: 1.5em;
}

pre {
	font-family:"Courier New", Courier, monospace;
	padding-right: 2em;
	padding-left: 2em;
	
}

/*
 * Zitat Absatz
 */
blockquote p {
	font-family:"Courier New", Courier, monospace;
	font-size: 1.2em;
	font-style: italic;
	line-height: 1.5em;
	padding-right: 1em;
	padding-left: 1em;
}

/*
 * Sonstige HTML Tags
 * --------------------------------------------------------------------------------
 */

/*
 * Zitat im Text
 */
q {
	font-family: "Century schoolbook", "Times New Roman", serif;
	font-style: italic;
}


/*
 * Links
 */
a:link {
	text-decoration: none;
	color: #000000;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:active {
	text-decoration: none;
	color: #77a646;
}

a:hover {
	text-decoration: underline;
	color: #77a646;
}



/*
 * Webspezifische Klassen
 * --------------------------------------------------------------------------------
 */
.frontpage_box, .frontpage_h1, .frontpage_text, .frontpage_image {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
	padding: 0;
	line-height: 1.1em;
}

.frontpage_box {
	border: 1px solid #D8D8D8;
	font-size: 1.1em;
	margin-top: 2.5em;
	margin-bottom: 2.5em;
	height: 80px;
	background: #FFFFFF;
}

.frontpage_h1 {
	font-weight: bold;
	background: #ededed;
	padding: 2px 5px 2px 85px;

}

.frontpage_text {
	font-size: 1.1em;
	padding: 5px 5px 5px 85px;
}

.frontpage_image {
	margin: 0;
	padding: 0;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/*
 * Navigation
 * --------------------------------------------------------------------------------
 */


/*
 * Allgemeine Formatierungen
 */
#navigation ul {
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin:0;
	padding:0;
}
#navigation li {
	margin:0;
	line-height: 15px;
	width: 160px;
}
#navigation a {
	display:block; /* Link als Blockelement */
	text-decoration:none;
	padding-left: 3px;
	padding-bottom: 2px;
}


/*
 * Ebene 1
 */
#navigation li a {
	color: #3e3e3e;
	font-weight:normal;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 4px;
	border-bottom: 1px solid #CCCCCC;
}
#navigation li a:hover {
	color:#000000;
	font-weight:bold;
}
#navigation li a.active {
	color:#000000;
	font-weight:bold;
}


/*
 * Ebene 2
 */
#navigation li li a {
	font-size: 0.9em;
	color: #3e3e3e;
	font-weight:normal;
	padding-left: 0;
	margin-left:20px;
	border:none;
}
#navigation li li a:hover {
	color: #000000;
	font-weight:bold;
}
#navigation li li a.active {
	color: #000000;
	font-weight:bold;
}



.navigation_h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.1em;
	color: #999999;
	padding-top: 2em;
	letter-spacing: 1px;
	margin: 0em;
	padding-bottom: 3px;
}



/*
 * Layout Styles
 * --------------------------------------------------------------------------------
 */
 
/* 
 * Style für die Adresse links in der Navigation
 */
.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 1.5em;
	padding-bottom: 2em;
	letter-spacing: 0;
}

/*
 * Trennzeichen für z.B. der Topnavigation
 */
.vline {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #6A83B2;
	border-bottom-color: #6A83B2;
	border-left-color: #6A83B2;
	margin-right: 0.3em;
	border-right: 1px solid #6A83B2;
	font-size: smaller;
}

/*
 * Änderung der Hintergrundfarbe für den Bereich Navigation
 */
#left {
	background-color: #FFFFFF;
}
#navigation {
	background-color: #FFFFFF;
}

/*
 * Breadcrumb
 */
#breadcrumb a, #breadcrumb{
	color: #707070;
}




