* {
	 font-family: Arial;
	 color: #000000;
	 font-size:13px;
	 }
	 
html, body, #holder { min-height: 100%; width: 100%; height: 100%;}

body {
	margin:0px;
	background-color:#d3e2e9;
	background-image:url(../images/background.png);
	background-repeat:repeat-x;
}


	
img {
	border:0px none;
	}

b {
	color: #082C50;
}

span {
	margin:0px;
	font-size:12px;
	line-height:16px;
}

li {
       color:#082C50;
       }

	
p {
	margin:0px;
	font-size:12px;
	line-height:16px;
	}

ul {
    text-indent: 0px;
	margin:0;
	padding:0;
	list-style-type:none;
	}

ol {
    text-indent: 0px;
	margin:15px 20px 0px 50px;
	padding:0;
	}

/* Überschriften */
	
h1 {
	font-size:20px;
	font-weight:bold;
	margin:0px;
	color: #082C50;
	}
h2 {
	font-size:16px;
	font-weight:bold;
	margin:0px;
	color: #082C50;
	line-height: 120%;
	}

h3 {
	font-size:14px;
	font-weight:bold;
	margin:0px;
	color: #082C50;
	}
h4 {
	font-size:13px;
	font-weight:bold;
	margin:0px;
	color: #082C50;
	line-height: 110%;
}

.h_Abstand {
	clear:left;
	padding-bottom:10px;
}
	
/*********** Linkstyles *************/

a {
	color:#DA251D;
	text-decoration:underline;
	}

a:hover {
	text-decoration:none;
	}		
	
			/*Download*/
.download {
	font-size:11px;
	color:#082C50;
	text-decoration:none;
}


ul.download {
	padding-top:5px;
	list-style-image:url(../images/li_save.png); 
	font-weight:bold; 
	padding-left:30px; 
	line-height:200%;
}

li.download {
	
}

a:hover.download {
	text-decoration:underline;
}
			/*Inhaltsnavi*/
a.Textmarke {
	color:#082C50;
	font-size:14px;
	text-decoration:none;
	line-height:170%;
}

a:hover.Textmarke {
	text-decoration:underline;
}

			/*Footer*/

a.footerStyle {

	color:#999999;
	text-decoration:none;
}
a:hover.footerStyle {
	text-decoration:underline;
}

a.db_page_links {
	color:#082C50;
	text-decoration:none;
}

a:hover.db_page_links {
	text-decoration:underline;
}


/* ********************************************     Allgemein     *********************************************/

/* Spacer */

.spacer_links {
	float:left; 
	width:25px;
}

.spacer_rechts {
	float:right; 
	width:25px;
}


/* ********************************************     Seitenelemente     ******************************************** */

img.Banner_Main {
	margin-bottom:20px;
}


div.Head_Frame {
	width:100%;
	height:185px;
	overflow: hidden;
	margin:10px 0 0 0;
	/*background-image:url(../images/Banner_Spc.png);*/
	background-repeat:repeat-x;
}


div.NavMain_Frame {
	width:995px;
	height:46px;
	float:left;
	background-image: url(../images/Nav_Main_Spc.png);
	background-repeat: repeat-x;
	background-position: bottom;
	overflow: hidden;

}

.NavMain_TabOn {
	background-image:url(../images/Nav_Main_On.png);
	background-repeat:no-repeat;
	background-position:bottom;
	display:inline;
	float:left;
	width:118px;
	height:32px;
	padding-left:6px;
	padding-right:6px;
	padding-top:13px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

/*
.NavMain_TabOff {
	background-image:url(../images/Nav_Main_Off.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	display:inline;
	float:left;
	width:118px;
	height:30px;
	padding-left:6px;
	padding-right:6px;
	text-decoration: none;
	border-style: none;
	vertical-align: middle;
	padding-top: 15px;
}
*/

.NavMain_TabOff_left {
	background-image:url(../images/Nav_Main_Off.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	display:inline;
	float:left;
	width:117px;
	height:29px;
	padding-top:16px;
	padding-left:6px;
	padding-right:6px;
	text-decoration: none;
	border-style: none;
	vertical-align: middle;
}

.NavMain_TabOff_right {
	background-image:url(../images/Nav_Main_Off.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	display:inline;
	float:left;
	width:117px;
	height:29px;
	padding-top:16px;
	padding-left:6px;
	padding-right:6px;
	text-decoration: none;
	border-style: none;
	vertical-align: middle;
}


.NavMainOff_Link {
	font-size: 13px;
	text-decoration: none;
	color: #CCCCCC;
	display:block;
	height:29px;
	vertical-align:middle;
	text-align:center;
}


.content {
	float:left;
	width:993px;
	border:1px solid #CCCCCC;
	border-top:none;
	padding-bottom:20px;
	background-color:#FFFFFF;
}
	
 
.content_minheight {
	min-height:512px;
}

.content_spacer_h {
	clear:both; 
	width:inherit; 
	height:20px;
}

.content_spacer_v {
	width:20px;
	min-height: inherit;
}


div.NavSub {
	float:left;
	width:210px;
	height:100%;
}


div.NavSub_button {
	display:block;
	overflow:hidden;
	clear:both;
	padding: 10px 10px 10px 15px;
	border-bottom: 1px solid #CCCCCC;
}

.BoxNavSub_Width {
	width: 170px;
}

/* Inhaltsbereich */

/* Positiionsangabe für User in Mainframe */
.SitePosition {
	font-size:10px;
	width: 100%;
	text-decoration: none;
	border-bottom: solid #082C50 1px;
	color: #0A94D6;
	overflow: hidden;
	height: 13px;
	padding-top: 4px;
}

ul.Bereich_Nav {
	list-style-position:inside; 
	list-style-type:circle; 
	margin:0 0 0 10px; 
	line-height:20px;
}

.Bereich_Nav a {
	color:#082C50;
	text-decoration:none;
}

.Bereich_Nav a:hover {
	text-decoration:underline;
}

.Bereich_Nav li:hover {
	list-style-type:square;
}


.zitat {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
}

.Kleingedrucktes {
	font-size:9px;
	color:#999999;
	line-height:100%;
	height:100%;
}

div.hr {
	clear:both;
	float:left;
	margin:20px 0px 20px 0px;
	background-color:#bcbfc6;
	height:3px;
	overflow:hidden;
	width:99%;
}

/* Tabelle Mitarbieter */

.tab_Mitarbeiter {
}

.tab_Mitarbeiter .zeile {
	line-height:20px;
}

.tab_Mitarbeiter .Name {
	width:325px;
	font-weight:bold;
	font-size:14px;
	color: #082C50;
}

.tab_Mitarbeiter .Fach {
	vertical-align:top;
	width:300px;
}

.tab_Mitarbeiter .Kontakt {
	width::100px;
}


/* Tabelle News */

.div_News {
}

.div_News .Header a {
	text-decoration:none;
	color:#999999;
}

.div_News .Header a:hover {
	text-decoration:underline;
}

.div_News .zeile {
}

.div_News .Header {
	border-bottom:1px solid #b3c1cb;
	float:left;
	width:381px;
	padding:5px 10px 5px 10px;
	color:#999999;
	background-image:url(../images/BckNewsHeader.png);
	background-position:top left;
}

.div_News .Datum {
	border-bottom:1px solid #b3c1cb;
	float:left;
	width:61px;
	text-align:right;
	padding:5px 10px 5px 10px;
	color:#999999;
	background-image:url(../images/BckNewsHeader.png);
	background-position:top right;
}

.div_News .Text {
	clear:both;
	margin-bottom:10px;
	border:solid 1px #b3c1cb;
	border-top:none;
	float:left;
	width:460px;
	visibility:hidden;
	height:0px;
	padding:10px 10px 10px 10px;
}


/* Tabelle Service */

.tab_Service {
}

.tab_Service .Haken {
	width:30px;
}

.tab_Service .Text {
	vertical-align:center; 
	font-size:14px; 
	font-weight:bold; 
	color:#082C50;
}


/* Fusszeile */

div.footerStyle {
	padding-top:2px;
	padding-left:0px;
	height: 10px;
}

#footerText {
	color:#999999;
	font-size:10px;
}

.footerNavigation {
	display:inline;
	color:#999999;
	list-style:none;
	}	

	

.noDeco {
	text-decoration:none;
	}	

.bold {
	font-weight:bold;
	}
	
.underlined {
	text-decoration:underline;
}


