/************* ALLGEMEIN ************************/
/*						*/
/*	Hintergrundfarbe: FFFFFF		*/
/*	Schriftfarbe CCCCCC			*/
/*	Überschriftenfarbe FFFFFF		*/
/*	Allgemeine Mouseoverlinks FFFFFF	*/
/*	Listenpunkte disc			*/
/*						*/
/************************************************/


/* FF Bug -> Rahmen entfernen */

object
{
	outline: none;
}

img
{
	border: 0;
}


/* S C H R I F T F O R M A T I E R U N G */

/*Standardschrift*/	
body, td, th, p
{
	font-size: 11px; 
	color: #58585a;
	line-height: 12px;
	font-family: Verdana, Sans-Serif, Switzerland, Arial, Helvetica, Sans-Serif, Switzerland, Arial, Helvetica;
}

/*Überschriften*/
h1, .h1
{
	font-weight: bold;
	color: #58585a;
	FONT-SIZE: 12px;
	line-height:20pt;
}

h2, .h2
{
	color: #58585a;
	font-weight: bold;
	FONT-SIZE: 11px;
	line-height:14px;
}

h3, .h3
{
	FONT-SIZE: 10px;
	line-height:12px; 
	font-weight: bold;
	color: #58585a;
}

h4, .h4
{
	font-weight: bold;
	color: #58585a;
	FONT-SIZE: 9px;
	line-height:11px; 
}

h5, .h5
{
	color: #58585a;
	font-weight: bold;
	FONT-SIZE: 9px;
	line-height:11px; 
}

h6, .h6
{
	font-weight: bold;
	color: #58585a;
	FONT-SIZE: 9px;
	line-height:11px; 	
}

/*Links*/
a:link
{
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
}

/*Links (Menü)*/
a.menue:link
{
	color: #58585a;
	font-weight: bold;
	text-decoration: none;
}

a.menue:visited
{
	color: #58585a;
	font-weight: bold;
	text-decoration: none;
}

a.menue:hover
{
	color: #0075a7;
	font-weight: bold;
	text-decoration: none;
}

/*Links (Navi)*/
a.navi
{
	display: block;
	width: 100%;
}

a.navi:link
{
	text-decoration: none;
}

a.navi:visited
{
	text-decoration: none;	
}

a.navi:hover
{
	text-decoration: none;	
}


/* Teaser Links */

a.link_teaser
{
	color: #58585a;
	font-weight: bold;
	FONT-SIZE: 11px;
}

a.link_image
{
}

/*kleiner Beschreibungstext*/
.description
{
	font-size: 9px;
	overflow: auto;
	color: #58585a;
	line-height: 140%;
	font-family: Verdana, Sans-Serif, Switzerland, Arial, Helvetica, Sans-Serif, Switzerland, Arial, Helvetica;
}

/*Hinweistext (Warnungen, Hinweise, Aufforderungen)*/
.hint
{
	color: #58585a;
}


.hint2
{
	font-weight: bold;
}


.p_light
{
	color:#ffffff;
}


/*unterstrichen*/
.underline
{
	text-decoration: underline;
}

/*Listen*/
ul
{
	display: block;
	list-style-type: square;
	text-align: left;
}

ul ul
{
	margin: 0px;
	margin-left: 20px;
}

li
{
	padding-top: 5px;
	margin-left: 15px;
	text-align: left;
}

/*Fußzeile*/
.foot
{
	margin-right: 15px;
	color:#58585A;
	font-size:9px;
	font-weight:bold;
}




/* T A B E L L E N - Z E L L E N F O R M A T I E R U N G*/
.td
{
}

.td_content
{
	text-align: left;
	
}

/*helle Hintergrundfarbe*/
.bgcolor_light
{
}

/*mittelhelle Hintergrundfarbe*/
.bgcolor_light2
{
	background-color: #F7F7F7;
}

/*mitteldunkle Hintergrundfarbe*/
.bgcolor_light3
{
	background-color: #D8D8D8;
}

/*farbige Hintergrundfarbe*/
.bgcolor_light4
{
	background-color: #6BB642;
}

/*farbige hellere Hintergrundfarbe*/
.bgcolor_light4a
{
	background-color: #89C568;
}

/*farbige dunklere Hintergrundfarbe*/
.bgcolor_light4b
{
	background-color: #479728;
}


/*mitteldunkle Hintergrundfarbe*/
.bgcolor_light5
{
	background-color: #cccccc;
}

.bgcolor_light6
{
	background-color: #E1E1E1;
}


/*helle Hintergrundfarbe + Einrahmung*/
.bgcolor_light_border
{
}

/*mittelhelle Hintergrundfarbe + Einrahmung*/
.bgcolor_light2_border
{
}

.borderbottom
{
}

.borderline
{
	border-bottom: 1px solid #c0c0c0;
}

th
{
	font-weight: bold;
	border-bottom: 1px solid #58585a;
	text-align: left;
}


table.tree td, table.tree p
{
	line-height: 10px;
}

table.tree td img
{
}


/* D O W N L O A D B E R E I C H */

.bgleiste_1
{
	border-bottom:#CCCCCC 3px solid;
	color:#6BB642;
	font-weight:bold;
}

.bgleiste_2
{
	border-bottom:#CCCCCC 2px solid;
	color:#6BB642;
	font-weight:bold;
}

.bgleiste_3
{
	border-bottom:#CCCCCC 1px solid;
	color:#6BB642;
	font-weight:bold;
}

.bgleiste_4
{
	border-bottom:#CCCCCC 1px solid;
	color:#6BB642;
	font-weight:bold;
}





/* F O R M U L A R E */
.button
{	
	font-family: Verdana, Sans-Serif, Arial, Helvetica, Switzerland;
	font-size: 10px;
	background-color:#FFFFFF; 
	color:#58585a; 
	width:100px; 
	height:18px;
	border:1px solid #666666; 
	cursor: pointer;
}

.button a:link, .button a:visited, .button a:hover
{
	color:#000099;
}

.feld
{ 
	font-family: Verdana, Sans-Serif, Arial, Helvetica, Switzerland;
	font-size: 11px;
	background-color:#ffffff; 
	width:150px;
	height:18px;
	border:1px solid #333333; 
}

textarea
{
	font-size: 11px;

}

select
{
	font-size: 11px;
	font-family: Verdana, Sans-Serif, Arial, Helvetica, Switzerland;

}




div.autocomplete
{
	position:absolute;
	background-color:white;
	border: 1px solid #000000;
	border-top: none;
	margin:0;
	padding:0;
}

div.autocomplete ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}
div.autocomplete ul li.selected
{
	background-color: #f4f4f4;
}

div.autocomplete ul li
{
	list-style-type: none;
	display:block;
	margin:0;
	padding:0px;
	line-height: 14px;
	height:14px;
	cursor:pointer;
	overflow: hidden;
}



/****************** MENUE ***********************/

/*	MenüBGfarbe normal FFFFFF		*/
/*	MenüBGfarbe mouseover D8D9DB		*/
/*	MenüBGfarbe inaktiv FFFFFF		*/
/*	MenüBGfarbe aktiv FFFFFF		*/
/*						*/
/*	MenüSchriftfarbe normal 646464		*/
/*	MenüSchriftfarbe mouseover 000000	*/
/*	MenüSchriftfarbe inaktiv CCCCCC		*/
/*	MenüSchriftfarbe aktiv 646464		*/
/*						*/
/************************************************/

.menue_table td
{
	padding-right: 40px;	
}


.menue_left
{
}

.menue_right
{
}

.menue_0
{
}


.menue_1_0
{
	background: none;
}


.menue_1_1
{
	background: none;
}


.menue_1_2
{
	background: none;
}


.menue_1_3, .menue_1_3 a.menue:link, .menue_1_3 a.menue:visited
{
	background: none;
}



/* MENUE PULL DOWN */
.submenue_1_0
{
}

.submenue_1_1
{
}

.submenue_pfeil
{
}

/****************** MENUE OBEN***********************/

/*	MenüBGfarbe normal d8d7e6		*/

/************************************************/

div.component_top_navi
{
	border-top: #ececec 1px solid;
	border-bottom: #DAD9D9 1px solid;
	background-color: #f4f4f4;
}

div.component_top_right
{
	border-top: #ececec 1px solid;
	border-bottom: #DAD9D9 1px solid;
	background-color: #f4f4f4;
}





/********************* NAVI *********************/

/*	NaviBGfarbe normal FFFFFF		*/
/*	NaviBGfarbe mouseover 8C2332		*/
/*	NaviBGfarbe inaktiv FFFFFF		*/
/*	NaviBGfarbe aktiv FFFFFF		*/
/*						*/
/*	NaviRandfarbe normal FFFFFF		*/
/*	NaviRandfarbe mouseover FFFFFF		*/
/*	NaviRandfarbe inaktiv 646464		*/
/*	NaviRandfarbe aktiv CCCCCC		*/
/*						*/
/*	NaviSchriftfarbe normal CCCCCC		*/
/*	NaviSchriftfarbe mouseover FFFFFF	*/
/*	NaviSchriftfarbe inaktiv 646464		*/
/*	NaviSchriftfarbe aktiv FFFFFF		*/
/*						*/
/************************************************/

h2.text_aktive_site
{
	
}


.navi_space
{
	height: 0px;
	display: none;
}

.navi_separator
{
	border-top: 1px solid #515054;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	margin-bottom: 0px;
}

table.navi
{
	width: 185px;
}

/* Navi allgemein */

td.navi
{
	font-family: Verdana, Sans-Serif, Arial, Helvetica, Switzerland;
	font-size: 11px;
	line-height: 30px;
	vertical-align: middle;
	border-bottom: #cfcfcf 2px dotted;
}

#site_0
{
	border-top: #cfcfcf 2px dotted;
}

/* Ebene 1 */

.navi_1_0
{
	color: #58585a;
}


.navi_1_1
{
	color: #0075a7;
}

.navi_1_2
{
	color: #58585a;
}


.navi_1_3
{
	color: #0075a7;
	font-weight: bold;
}


/* Ebene 2 */

.navi_2_0
{
	color: #58585a;
}
.navi_2_1
{
	color: #0075a7;
}
.navi_2_2
{
	color: #58585a;
}

.navi_2_3
{
	color: #0075a7;
	font-weight: bold;
}


/* Ebene 3 */

.navi_3_0
{
	color: #58585a;
}
.navi_3_1
{
	color: #0075a7;
}
.navi_3_2
{
	color: #58585a;
}

.navi_3_3
{
	color: #0075a7;
	font-weight: bold;
}


/* Ebene 4 */

.navi_4_0
{
	color: #58585a;
}
.navi_4_1
{
	color: #0075a7;
}
.navi_4_2
{
	color: #58585a;
}

.navi_4_3
{
	color: #0075a7;
	font-weight: bold;
}



/*

TEMPLATE STYLES

*/



/* Trennlinie */
.template_borderline
{
	border-top:#eeeeee 2px solid;
}

div.template_main
{
	min-height: 560px;
}

* html div.template_main
{
	height: 560px;
}

div.template_main a,
div.template_main a:link,
div.template_main a:visited,
div.template_main a:hover
{
	color: #0075a7;
}


div.template_headline
{
	width: 725px;
	padding-top: 20px;
}

div.template_headline_inner
{
	height: 55px;
}

div.template_12 div.template_headline_inner
{
	background-image: url(/pic/bg/headline_3.png);
	background-position: top left;
	background-repeat: repeat-x;
}

div.template_6 div.template_headline_inner,
div.template_14 div.template_headline_inner
{
	border-top: 2px dotted #cfcfcf;
	border-bottom: 2px dotted #cfcfcf;
}

div.headline_1
{
	text-align: left;
	padding: 5px 0 0 125px;
}

div.headline_2
{
	text-align: right;
	padding: 0 120px 0 0;
}

div.template_small_pic
{
	width: 725px;
	height: 80px;
}

div.template_small_pic_inner
{
	padding: 0;
	text-align: right;
}

div.template_14 table.td_content
{
	margin: 80px 0 0 135px;
	padding: 0 0 10px 0;	
}

div.template_6 table.td_content
{
	padding: 0 0 10px 0;	
}

div.template_14 table.td_content .template_col1,
div.template_14 table.td_content .template_col2
{
	width: 225px;	
}



/*		HTML-main	*/

div.html_main
{
	padding: 150px 135px 10px 135px;
}

div.html_main a,
div.html_main a:link,
div.html_main a:visited,
div.html_main a:hover
{
	color: #0075a7;
}