@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, hr, pre, ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	
	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: #6699CC;
	font-size: 110%;
}

/* 
 * Sekundärfarbe
 * Verwendet z.B. in der Navigation für das Prefix bei aktiver Navigation
 */
.bold_color2 {
	font-weight: bold;
	color: #CC0000;
	font-size: 110%;
}




/*
 * Überschriften
 * --------------------------------------------------------------------------------
 */
h1 {
	font-size: 2em;
	font-weight: lighter;
	color: #6A83B2;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-bottom: 1.2em;
}

h2 {
	font-size: 1.3em;
	color: #6A83B2;
	letter-spacing: 0.2em;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6A83B2;
	padding-bottom: 0.2em;
}

h3 {
	font-size: 1.3em;
	color: #3A4956;
	letter-spacing: 0.1em;
	
	font-style: normal;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6A83B2;
}

h4 {
	font-size: 1.3em;
	color: #000000;
	letter-spacing: 0.1em;
}


/*
 * Sonstige Absätze
 * --------------------------------------------------------------------------------
 */
hr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	line-height: 1em;

	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	
}

#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: "Century schoolbook", "Times New Roman", serif;
	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: #CC0000
}

a:hover {
	text-decoration: underline;
	color: #CC0000
}


/*
 * 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
 * --------------------------------------------------------------------------------
 */
.navigation, .navigation2, .navigation3, .navigation4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	height: 1.5em;
	width: 14em;
	letter-spacing: 0.1em;
	margin: 0em;
	padding: 0.3em 0.2em 0.3em 0.3em;
}

.navigation {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC0000;
}

.navigation2 {
	color: #000000;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
}

.navigation3 {
	color: #000000;
}

.navigation4 {
	color: #000000;
	font-weight: bold;
}


.navigation_h1 {
	height: 1.8em;
	width: 12em;
	color: #6F6F6F;
	padding-top: 2em;
	letter-spacing: 0.1em;
	margin: 0em;
	padding-bottom: 0.2px;
	font: bold 1.1em Arial, Helvetica, sans-serif;
}


/*
 * 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;
}
