

@media screen
{

/* ######################################################################################################
** ### Vorbereitende Ma?nahmen | Reset ##################################################################
** ######################################################################################################
*/
	/* Hiermit werden die Randabst?nde und border aller HTML-Elemente auf Null gesetzt. Damit wird das       
	** Aussehen der Webseite in unterschiedlichen Browsern vereinheitlicht. 
	*/

	* { margin:0; padding:0;  } 
	
	/*
	** Die nachfolgenden Angaben entstammen dem Artikel 'Useful Code Snippets' von Mike Foskett
	** [http://www.websemantics.co.uk/tutorials/useful_css_snippets/]
	*/

	html { height: 100%; min-height:100%; margin:0px; padding:0px;} 

	body {
		/* Vertikalen Scrollbalken im Netscape & Firefox erzwingen. Dies verhindert, dass zentrierte Layouts 
		** um 10 Pixel springen wenn der Seiteninhalt kleiner wird als die H?he des Browserfensters. */
			min-height: 100%;
			_height:100%;
		/* Beseitigung des Rundungsfehlers bei Schriftgr??en im Opera sowie Standardformatierungen */
		/* FIX: Verhindert, dass positionierte Elemente nicht verschoben werden when die Gr??e des Browser 
			Fensters ge?ndert wird. */
			position: relative;
			left:0px;
		/* Vorgabe der Standardfarben und Textausrichtung*/     
			text-align: left;
		margin:0px;
		padding:0px;
		font-size: 0.8em;
		color: #13171e;
		/*background-color:#e8eeee;*/
		background-color:#ffffff;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		SCROLLBAR-FACE-COLOR: #04a2ec;
		SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
		SCROLLBAR-SHADOW-COLOR: #ffffff;
		SCROLLBAR-3DLIGHT-COLOR: #ffffff;
		SCROLLBAR-ARROW-COLOR:  #ffffff;
		SCROLLBAR-TRACK-COLOR: #ffffff;
		SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
		background-image:url(img/background.gif);
		background-position:50% 0%;
		background-repeat:repeat-x;
	} 
	

	/* Standardrahmen zur?cksetzen */
	fieldset, img { border:0; }

	/* Anpassung f?r Safari Browser. font-size:100% ist f?r den Safari in Formularen zu gro? */ 
	select, input, textarea { font-size: 99% }

/* ######################################################################################################
** ### DIV-Container des Basislayouts ###################################################################
** ######################################################################################################
*/

	#nav { 
		clear:both; width: auto; z-index: 100; 
	}

	#main {
		/*clear:both;*/ width: auto; z-index: 10;
	}

	#main { 
		padding-top: 0px;
		left:0px;
	} 

	/* Festlegung der Layoutbreite und Zentrierung*/

	#page_margins {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:1030px;
	}

	/* Korrektur von Randabst?nden */
	#main { margin: 0; padding: 0; }

	#col1 {
		display:none!important;
		float: left;
		width: 250px; /* Standard-Wert, falls keine anderen Vorgaben gemacht werden */
	}

	#col2 {
		float:right; 
		width: 200px; /* Standard-Wert, falls keine anderen Vorgaben gemacht werden */
	}

	#footer { clear:both; }	/* Backup f?r IE-Clearing */

	/* Der z-Index verhindert, dass im Falle des noch bestehenden IE-Bugs die Texte vor dem Spaltenhintergrund erscheinen. */
	#col1 {z-index: 3;}
	#col2 {z-index: 5;}
	#col3 {z-index: 1;}
	#col1_content {z-index: 4;}
	#col2_content {z-index: 6;}
	#col3_content {z-index: 2;}

	/* #col1_content, #col2_content, #col3_content { position:relative; } */

	#col1_content, #col2_content { position:relative;  } 


/* ######################################################################################################
** ### Markupfreie CSS-Floatclearing-L?sungen ###########################################################
** ######################################################################################################
*/

	/* Clearfix-Methode zum Clearen der Float-Umgebungen */
	 .clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}

	/* Diese Angabe ben?tigt der Safari-Browser zwingend !! */
	.clearfix { display: block; } 

	/* Overflow-Methode zum Clearen der Float-Umgebungen */
	.floatbox { _overflow:hidden; }

	/* IE-Clearing: Ben?tigt nur der Internet Explorer und ?ber iehacks.css zugeschaltet */
	#ie_clearing { display: none } 

	/* Clearen der 3 Inhaltsspalten mittels dieses speziellen hr-Tags */
	hr.clear_columns {	
		clear: both; 
		float: left; 
		content: "."; 
		display: block;  
		height: 0; 
		line-height: 0px; 
		visibility: hidden; 
		border: 0; 
		padding: 0;
		margin: -1.1em 0 0 0; /* erforderlich damit kein Leerraum zwischen Spalten und Footer entsteht */
	}
	

/* ######################################################################################################
** ### Standard-Formatierungen f?r Listen & Zitate ######################################################
** ######################################################################################################
*/



	ul, ol, dl { margin: 0 0 1em 1em }

	li { margin-left: 1.5em; line-height: 1.5em; }

	

	dt { font-weight: normal; }

	dd { margin: 0 0 1em 2em; }

	

	blockquote, cite { margin: 0 0 1em 1.5em; font-size: 0.93em; width: auto;}



/* ##################################

** ### Subtemplates 

#####################################

*/

	.subcolumns { 
		width: 100%;
		padding: 0 1px 0 1px; 
		margin: 0 -1px 0 -1px; 
		overflow:hidden;
	}

	.c50l, .c25l, .c33l, .c38l, .c66l, .c75l, .c62l {float: left; overflow: hidden;}
	.c50r, .c25r, .c33r, .c38r, .c66r, .c75r, .c62r {float: right; overflow: hidden;}	
	.c25l, .c25r { width: 24.999%; }
	.c33l, .c33r { width: 33.333%; }
	.c50l, .c50r { width: 49.999%; }
	.c66l, .c66r { width: 66.666%; }
	.c75l, .c75r { width: 74.999%; }
	.c38l, .c38r { width: 38.196%; } /* Goldener Schnitt */
	.c62l, .c62r { width: 61.803%; } /* Goldener Schnitt */
	.subc  { padding: 0 1em 0 1em; overflow: hidden; }
	.subcl { padding: 0 1em 0 0; overflow: hidden; }
	.subcr { padding: 0 0 0 1em; overflow: hidden; }

/* Formatierung der Kopfbereiches */

#header {
	overflow:visible;
}

#logo {
	position:absolute;
	left:11px;
	top:13px;
}



#claim {
	position:absolute;
	left:625px;
	top:77px;
}

#headerback {
	position:absolute;
	left:0px;
	top:70px;
	background-image:url(../pics/headerback.gif);
	background-repeat:no-repeat;
	height:157px;
	width:930px;
}

#flashbanner {
	position:absolute;
	left:235px;
	top:150px;
}

#maintext {
	position:absolute;
	left:50px;
	top:130px;
}

#language {
	position:absolute;
	left:885px;
	top:42px;
	height:10px;
	width:120px;
}

#logoprint {
	display:none;
}

#suche {
	position:absolute;
	z-index: 55;
	left:6px;
	top:125px;
	width:216px;
	height:27px;
	background-image:url(img/searchback.gif);
	background-repeat:no-repeat;
	background-position: 0px 4px;
	}

#suche a:hover {
	color: #16776D;
}

.suchfeld {
	width: 164px;
	height:19px;
	font-size:11px;
	padding-left:7px;
	margin-top:1px;
	padding-top:8px;
	color:#666666;
	border: none;
}

#folder1 {
	position:absolute;
	left:772px;
	top:125px;
	_width:220px;
	font-size: 11px;
	color: #666666;
}

.lupe{
	border: none;
}

#topnavi {
    font-size:12px;
	position:absolute;
	top:0px;
	width:100%;
	color:#000000;
	right:0px;
	padding-top:15px;
	text-align:right;
	text-decoration:none;
}	

#topnavi a:link {
	color:#000000;
	text-decoration:none;
}

.topnavi a:active {
	color:#000000;
	text-decoration:none;
}

.topnavi a {
	color:#000000;
	text-decoration:none;
}

#topnavi a:hover {
	color:#01713e;
	text-decoration:none;
}	

.topnavi {
	color:#01713e;
}


#topwk a:link {
	color:#01713e;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
}

.topwk a:active {
	color:#01713e;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
}

.topwk a {
	color:#01713e;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
}

#topwk a:hover {
	color:#000000;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
}	

.topwk {
	color:#000000;
}	


#rootline {
	display: block;	
	position:absolute;
	left:231px;
	top:129px;
	font-size: 9px;
	color:#71b338;
	width:550px;
	padding-top:2px;
	padding-left:4px;
	padding-bottom:2px;
}

#rootline a {
	color:#71b338;
	text-decoration:none;
}

#rootline a:hover {
	color:#666666;
	text-decoration:underline;
}

#mainnavi {
	position:absolute;
	top:79px;
	width:1047px;
	height:39px;
	padding-left:10px;
	padding-top:3px;
	background-image:url(img/mainnavi_back.png);
	background-repeat:no-repeat;
}

#slideshow {
	top:39px;
	left:215px;
	position:absolute;
}

#mainpunkt {
	position:relative;
	top:95px;
	left:0px;
	padding-left:5px;
	padding-top:4px;
	padding-bottom:4px;
	width:202px;
	height:22px;
	color:#365f97;
	font-size:90%;
	background-image:url(../pics/searchbackbox.gif);
	background-repeat:no-repeat;
}

#mainpunkt a:link, #mainpunkt a:visited {
	color:#365f97;
	text-decoration:none;
}


.hauptpunkt a:link, .hauptpunk a:hover {
	color:#ffffff;
	text-decoration:none;
}

#navigation {
	position:absolute;
	top:158px;
	left:7px;
	width:214px;
	float:left;
}

#adresse {
padding-left:2px;
padding-top:8px;
}


#bottom {
	bottom:0px;
	height:48px;
	background-image:url(../pics/bottom_background.gif);
	background-position: center;
	background-repeat:no-repeat;
	overflow:hidden;
}


/* Formatierung der Fu?zeile */

/* ######################################################################################################

** ### Formatierung der Inhaltsspalten ##################################################################

** ######################################################################################################

*/


#footer {
	margin:0px;
	position:relative;
	height:30px;
	margin-left:0px;
	background-image:url(img/footer_line.gif);
	background-repeat:no-repeat;
	margin-top:15px;
	background-position: 0px 0px;
 }
 
/*#footer {
	margin:0px;
	position:absolute;
	bottom:0px;
	width:1020px;
	height:30px;
	background-image:url(../pics/footer_line.gif);
	background-repeat:no-repeat;
	margin-top:55px;
	background-position: 227px 0px;
	margin-bottom:45px;
 }*/

#footer a {
	color: #000000;
	text-decoration:none;
}

#footer a:hover {
	color: #01713e;
	text-decoration:none;
}

#datum {
	position:absolute;
	color: #3c4f5f;
	/*left:227px;*/
	left:0px;
	bottom:8px;
	font-size: 10px;
	letter-spacing: 1px;
}



#drucken {
	position:absolute;
	bottom:4px;
	/*left:650px;*/
	right:0px;
	font-size: 11px;
}

#druckbutton{
	float:left; 
}

/*#druckbutton{color:#666666; margin-left:10px;}

#druckbutton:hover{color:#16776D;}*/

.footertext {
}

/* ######################################################################################################

** ### Formatierung der Inhaltsspalten ##################################################################

** ######################################################################################################

*/

/* linke Spalte*/

#col1 {
	width: 5px;
}

#col1_content { 
	margin-left: 0px; 
	background:inherit; 
	margin-bottom:40px!important; 
}

#col1_content {  }


/***************************************************************************************************/

/* Left Navigation Menu */



/* Erste Navi Ebene */



.leftnav1 a:link,  .leftnav1 a:visited,  .leftnav1 a:active {
	display: block;
	color: #01713e;
	text-decoration: none;
	padding-top: 4px;
	padding-left: 15px;
	padding-right: 4px;
	padding-bottom: 4px;
	margin-top:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	background-color:#ffffff;
	background-image:url(img/level1_on.gif);
	background-repeat:repeat-y;
}

.leftnav1 a:hover {
	display: block;
	color: #01713e;
	text-decoration: none;
	padding-top: 4px;
	padding-left: 15px;
	padding-right: 4px;
	padding-bottom: 4px;
	margin-top:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	background-color:#cccccc;
	background-image:url(img/level1_over.gif);
	background-repeat:repeat-y;
}

.leftnav1-act a:link, .leftnav1-act a:visited, .leftnav1-act a:active, .leftnav1-act a:hover {
	display: block;
	color: #01713e;
	font-weight:bold;
	text-decoration: none;
	padding-top: 4px;
	padding-left: 15px;
	padding-right: 4px;
	padding-bottom: 4px;
	margin-top:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	background-color:#ffffff;
	background-image:url(img/level1_on.gif);
	background-repeat:repeat-y;
}

/* Zweite Navi Ebene */

.leftnav2 a:link,  .leftnav2 a:visited,  .leftnav2 a:active {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding-top: 4px;
	padding-left: 30px;
	padding-right: 4px;
	padding-bottom: 4px;
	margin-top:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	/*background-color:#99D334;*/
	background-image:url(img/level2_on.gif);
	background-repeat:repeat-y;
}

.leftnav2 a:hover {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding-top: 4px;
	padding-left: 30px;
	padding-right: 4px;
	padding-bottom: 4px;
	margin-top:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	/*background-color:#79aa2a;*/
	background-image:url(img/level2_over.gif);
	background-repeat:repeat-y;

}

.leftnav2-act a:link, .leftnav2-act a:visited, .leftnav2-act a:active, .leftnav2-act a:hover {
	display: block;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
	padding-top: 4px;
	padding-left: 30px;
	padding-right: 4px;
	padding-bottom: 4px;
	margin-top:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	/*background-color:#ffffff;*/
	background-image:url(img/level2_over.gif);
	background-repeat:repeat-y;
	
}

/* Dritte Navi Ebene */

.leftnav3 a:link,  .leftnav3 a:visited,  .leftnav3 a:active {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding-top: 4px;
	padding-left: 47px;
	padding-right: 4px;
	padding-bottom: 4px;
	margin-top:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	background-image:url(img/level3_on.gif);
	background-repeat:repeat-y;
}

.leftnav3 a:hover {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding-top: 4px;
	padding-left: 47px;
	padding-right: 4px;
	padding-bottom: 4px;
	margin-top:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	background-image:url(img/level3_over.gif);
	background-repeat:repeat-y;
}

.leftnav3-act a:link, .leftnav3-act a:visited, .leftnav3-act a:active, .leftnav3-act a:hover {
	display: block;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
	padding-top: 4px;
	padding-left: 47px;
	padding-right: 4px;
	padding-bottom: 4px;
	margin-top:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	background-image:url(img/level3_over.gif);
	background-repeat:repeat-y;
}

/* Vierte Navi Ebene */

.leftnav4 a:link,  .leftnav4 a:visited,  .leftnav4 a:active {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding-top: 4px;
	padding-left: 55px;
	padding-right: 4px;
	padding-bottom: 4px;
	margin-top:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	background-image:url(img/level4_on.gif);
	background-repeat:repeat-y;
}

.leftnav4 a:hover {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding-top: 4px;
	padding-left: 55px;
	padding-right: 4px;
	padding-bottom: 4px;
	margin-top:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	background-image:url(img/level4_over.gif);
	background-repeat:repeat-y;
}


.leftnav4-act a:link, .leftnav4-act a:visited, .leftnav4-act a:active, .leftnav4-act a:hover {
	display: block;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
	padding-top: 4px;
	padding-left: 55px;
	padding-right: 4px;
	padding-bottom: 4px;
	margin-top:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	background-image:url(img/level4_over.gif);
	background-repeat:repeat-y;
}


/***************************************************************************************************/
#nav, #nav ul {
	font-size: 13px;
	float: left;
	list-style: none;
	line-height: 20px;
	margin:0px;
	padding:0px;
	padding-left:1px;
	z-index:100!important;
}

#nav li a{
	z-index:1000!important;
}

#nav ul ul{
	z-index:200!important;
}

#nav li li {
	z-index:300!important;
	background-color: #17774b;
	border-bottom-width: 1px;
	line-height: 20px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}

#nav li li li{
	z-index:400!important;
}


#nav a {
	display: block;
	color: #0e0e0e;
	text-decoration: none;
	padding: 0;
}

#nav a.menuparent  {
}

#nav li {
	float: left;
	padding: 0;
	margin:0px;
	position:static;
}

#nav ul li a {
	color: #ffffff;
	font-size:11px;
}

#nav ul li a:hover {
	color: #666666;
	font-size:11px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14em;
	font-weight: normal;
	margin: 0;
}

#nav li li {
	width: 14em;
}

#nav li ul a {
}

#nav li ul ul {
	margin: -1.45em 0 0 14em !important;
	/*margin: -1.45em 0 0 14.45em ;*/
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li li:hover, #nav li li.sfhover {
	background-color: #7abc38;
}

#nav li li {
x	background:#565c6a;
}

#nav li li a {
	padding-left:5px;
	_height:1px;
}

#nav li ul  {
	background-image: none;
}

#nav li:hover, #nav li.sfhover {
	z-index:8009;
	min-height:0;
	position:static;
	_height:1px;
}

#nav li:hover ul, #nav li.sfhover ul {
	/*position: fixed!important; 
	_position:absolute!important;*/
	_height:1px;
}

#mainnavi{z-index:100; }
	.tx-rbflashobject-pi1-swf_altcontent,
	.tx-rbflashobject-pi1-swf_altcontent embed,
	.tx-rbflashobject-pi1-swf_altcontent object{position:absolute!important; z-index:1!important;
}


/* rechte Spalte*/

#col2 {
	width: 219px;
	padding-top:9px;
	margin-right: 0px;
	color:#4D4D4D;
}

#col2_content {	
	margin-left: 8px; 
	margin-right: 0px;
}

#col2 p {
	margin-left:0px;
	margin-right:3px;
	color:#4D4D4D;
	padding-left: 7px;
	padding-right: 5px;
	line-height: 17px;
	padding-bottom: 3px;
	font-size:95%;
}

/* mittlere Spalte */

#col3  {
	/*padding-top:145px;*/
	padding-top:9px;
}

/* mittlere Spalte */
#col3 p {
	color: #4d4d4d;
	line-height: 17px;
	padding-left:8px;
	padding-bottom:8px;
	padding-right:8px;
}

#col3_content { 
	margin-left: 25px; float:left; width:586px;
	padding-bottom:20px;
	font-size:95%; 
}

#zweispalten_col2col3 {
	float:left;
	width:830px;
	padding-top:148px;
	padding-left:202px;
	padding-bottom:20px;
}

.cleargif {
	font-size:1px; 
	line-height:1px; 
	margin:0px!important; 
	padding:0px!important; 
	clear:both!important; 
	float:none!important; 
	display:block; 
	overflow:hidden;
}

/*input, textarea {*/
input, textarea {
	margin-left: 5px;
	width: auto;
	background-color: transparent;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-bottom: 5px;
	color: #000000;
	border-top-width: 1px;
	border-right-width-value: 1px;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-bottom-width: 1px;
	border-left-width-value: 1px;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-top-style: inset;
	border-right-style-value: inset;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-bottom-style: inset;
	border-left-style-value: inset;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-top-color: #646464;
	border-right-color-value: #000000;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-bottom-color: #aeaeae;
	border-left-color-value: #ffffff;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	background-color: #f0f0f0;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	color: #333333;
	border-top-color: #666666;
	border-right-color-value: #666666;
	border-bottom-color: #666666;
	border-left-color-value: #666666;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
}

input[type="text"]:focus, textarea:focus {
	background-color: transparent;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	color: #333333;
}

input[type="image"] {
	border-top-width: 0px;
	border-right-width-value: 0px;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-bottom-width: 0px;
	border-left-width-value: 0px;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-top-style: inset;
	border-right-style-value: inset;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-bottom-style: inset;
	border-left-style-value: inset;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-top-color: #646464;
	border-right-color-value: #000000;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-bottom-color: #aeaeae;
	border-left-color-value: #ffffff;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
}

h1, h2, h4 {
	font-weight: normal;
}

h2 {
	font-size: 1.1em;
	display: block;
	font-weight: bolder;
	color: #71b338;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	margin-bottom: 2px;
	padding-left: 6px;
}

/*
a, a em.file {
	color: #000000;
	text-decoration: none;
}

p a {
	color: #01713e;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #000000;
	text-decoration: none;
}
*/


a, a em.file {
	color: #01713e;
	text-decoration: none;
}

p a {
	color: #01713e;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

img {
	border-top-width: 0pt;
	border-right-width-value: 0pt;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-bottom-width: 0pt;
	border-left-width-value: 0pt;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-top-style: none;
	border-right-style-value: none;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-bottom-style: none;
	border-left-style-value: none;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-top-color: -moz-use-text-color;
	border-right-color-value: -moz-use-text-color;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-bottom-color: -moz-use-text-color;
	border-left-color-value: -moz-use-text-color;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
}

li {
	font-size: 1em;
}

#col3 li {
	padding-bottom: 1px;
	padding-top: 1px;
	color: #13171e;
	list-style-type: square;
	list-style-image: url("img/list.gif");
}

.roundedcorner_0001 .tr {
	background-color: transparent;
	background-image: url("img/box/box_02.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 100% 0pt;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
}

/* Runde Ecken */
.roundedcorner_0001 { width: 100%; }
.roundedcorner_0001 { background: url(img/box/background.gif) repeat-x #ffffff;}
.roundedcorner_0001 .t {background: url(img/box/dot.gif) 0 0 repeat-x; width: 100%;}
.roundedcorner_0001 .b {background: url(img/box/dot.gif) 0 100% repeat-x;}
.roundedcorner_0001 .l {background: url(img/box/dot.gif) 0 0 repeat-y;}
.roundedcorner_0001 .r {background: url(img/box/dot.gif) 100% 0 repeat-y;}
.roundedcorner_0001 .tl {background: url(img/box/box_01.gif) 0 0 no-repeat;}
.roundedcorner_0001 .tr {background: url(img/box/box_02.gif) 100% 0 no-repeat; padding: 0.5em;}
.roundedcorner_0001 .bl {background: url(img/box/box_03.gif) 0 100% no-repeat;}
.roundedcorner_0001 .br {background: url(img/box/box_04.gif) 100% 100% no-repeat;}
/* Runde Ecken Ende */


/***** xtc ******/
.copyright {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
.parseTime {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
A.copyright {
  color: #000000;
}
A.copyright:hover {
  color: #0000ff;
  text-decoration: underline;
}


/* default styles for extension "tx_cssstyledcontent" */
/* Captions */
	DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
	DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
	DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

	/* Needed for noRows setting */
	DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }

	/* Border just around the image */
	DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
		border: 1px solid #D1D1D1;
		padding: 0px 0px;
	}

	DIV.csc-textpic-imagewrap { padding: 0; }

	DIV.csc-textpic IMG { border: none; }

	/* DIV: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }

	/* UL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

	/* DL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
	DL.csc-textpic-image { margin: 0; }
	DL.csc-textpic-image DT { margin: 0; display: inline; }
	DL.csc-textpic-image DD { margin: 0; }

	/* Clearer */
	DIV.csc-textpic-clear { clear: both; }

	/* Margins around images: */

	/* Pictures on left, add margin on right */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-right: 8px;
	}

	/* Pictures on right, add margin on left */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 8px;
	}

	/* Pictures centered, add margin on left */
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 8px;
	}
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }

	/* Space below each image (also in-between rows) */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 5px; }
	DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 5px; display: block; }
	DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }

	/* No margins around the whole image-block */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }

	/* Add margin from image-block to text (in case of "Text w/ images") */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
		margin-right: 4px !important;
	}
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
		margin-left: 4px !important;
	}

	/* Positioning of images: */

	/* Above */
	DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }

	/* Center (above or below) */
	DIV.csc-textpic-center { text-align: center; /* IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }

	/* Right (above or below) */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
	DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
	DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

	/* Left (in text) */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */

	/* Left (in text, no wrap around) */
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */
DIV.csc-textpic DIV.csc-textpic-imagerow-last { margin-bottom: 0; }

/*
#nav_main {
	float:				right;
	width:				15.833em;
	height:				10.417em;
	margin:				0.76em 0em 0em 0em;
}

#nav_main ul {
	width:				15.833em;
	height:				10.417em;
	margin:				0em 0em 0em 0em;
	padding:			0em 0em 0em 0em;
	list-style:			none;
}

#nav_main ul li {
	float:				left;
	width:				15.833em;
	height:				2em;
	margin:				0em 0em 0em 0em;
	padding:			0em 0em 0em 0em;
	line-height:		2.083em;
	background-color:	#d4e0ed;
	border-bottom:		0.083em solid #fff;
}

#nav_main ul li a {
	display:			block;
	width:				12.917em;
	height:				2em;	
	padding:			0em 0em 0em 2.917em;
	background-color:	transparent;
}

#nav_main ul li.nav_main_card {
	width:				15.833em;
	height:				4.167em;
	padding:			0em 0em 0em 0em;
	border-bottom:		none;
	background:			#fff url('../../img/mdc/icon_shopping_cart.gif') no-repeat top right;
}

#nav_main ul li.nav_main_card a {
	position:			absolute;
	display:			block;
	width:				15em;
	height:				3.75em;
	top:				0em;
	left:				0em;
	padding:			0.417em 0em 0em 0.833em;
	margin:				0em 0em 0em 0em;
	font-family:		Georgia, serif;
	font-size:			0.917em;
	font-weight:		bold;
	color:				#004494;
	background-color:	transparent;
	z-index:			100;
}

#nav_main ul li.nav_main_card p {
	position:			absolute;
	display:			block;
	height:				1.667em;
	width:				15em;
	top:				2.083em;
	left:				0em;
	line-height:		1.667em;
	padding:			0em 0em 0em 0.833em;
	margin:				0em 0em 0em 0em;
	font-family:		Arial, sans-serif;
	font-size:			0.917em;
	font-weight:		normal;
	color:				#000;
	z-index:			99;
}

#nav_main ul li.icon_key {
	background:			#d4e0ed url('../../img/mdc/icon_key.gif') no-repeat top left;
}

#nav_main ul li.icon_user {
	background:			#d4e0ed url('../../img/mdc/icon_user.gif') no-repeat top left;
}

#nav_main ul li.icon_coins {
	background:			#d4e0ed url('../../img/mdc/icon_coins.gif') no-repeat top left;
}

*/






