* { margin:0; padding:0; font-size: 100%; } 
	
html { height: 100% } 
	
body { 
	min-height: 101%;	
	font-size: 100.01%; 
	position: relative; 
	text-align: center; 
	background-image: url(../../img/main.bg.gif); 
	background-repeat:repeat-x;
	background-color:#c9dab8;
	padding:0;	
	margin:0;
	font-family:"Lucida Grande",Lucida,Arial,Helvetica,sans-serif;
	color: #222; 
	font-size: 83.33%; 
} 
	
fieldset, img { border:0; }
select, input, textarea { font-size: 99% }

/* ######################################################################################################
** ### DIV-Container des Basislayouts ###################################################################
** ######################################################################################################
*/
#topnav {
	position:relative;
	top: 10px;
	right: 10px;
	color: #fff;
	background: transparent;
	text-align: right; /* Erforderlich, damit im Opera 6 wirklich rechts plaziert ! */
}
	#nav {
	position:relative;
	float:left;
	top: 0px;
	z-index: 100;
	height:30px;
	width:980px;
	background: #fff url(../../img/header_bg.png); 
	display:none;
	}
	#nav_main {
	display:none;
	position:relative;
	margin: 0 10px;
	background: #efefef url(../../img/shiny_buttons/background.gif) repeat-x center right;
    border-top: 1px #c5c4c4 solid; 
    border-bottom: 1px #c5c4c4 solid;
	height:29px;
	z-index:1000;/*für Opera, da sonst teaser über nav und navigation nicht anklickbar*/
}
#nav_main ul {
    display: block;
	margin: 0;
	padding: 0;
    font-size: 1.0em;
	line-height: 1em;
}

#nav_main ul li {
	float: left;
	margin: 0;
	padding: 0;
    font-size: 1.0em;
	line-height: 1em;
    list-style-type: none;
	border-left: 1px #fff solid;
	border-right: 1px #c5c4c4 solid;
		background: #efefef url(../../img/shiny_buttons/background.gif) repeat-x center right;

}

#nav_main ul li#first {	border-right: 1px #aaa solid; border-left: none; padding: 0.5em 0em 0.5em 0em; width:48px; }
#nav_main ul li#last { border-left: 1px #fff solid; border-right: none; padding: 0.5em 0em 0.5em 0em; }

#nav_main ul li a {
    display:block;
    width: auto;
	font-size: 1em;
    font-weight: bold;
	background: transparent;
	text-decoration: none;
	color: #979797;
	margin: 0;
	padding: 0.6em 0.8em 0.60em 0.8em;
}

#nav_main ul li a:hover {
	background: #eee;
	color: #333;
	text-decoration: none;
}
#nav_main ul li#current { 
    border-left: 1px #444 solid; 
	border-right: 1px #888 solid;
	background: transparent url(../../img/shiny_buttons/background_active.gif) repeat-x center right;	
}
#nav_main ul li#current a,
#nav_main ul li#current a:hover {
	color: #fff;
	background: transparent;
	text-decoration: none;
}
#main {	clear:both; width: auto;  z-index: 10; }
#footer { clear:both; width:980px;}	/* Backup für IE-Clearing */
	#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;}

	/* 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 } 

/* ######################################################################################################
** ### 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: bold; }
	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; }

/* ######################################################################################################
** ### Skiplink-Navigation ##############################################################################
** ######################################################################################################
*/
@media screen, print
{
.skip {
	position: absolute;
	left: -1000em; 
	width: 20em;
}

}
/* Formatierung der Kopfbereiches */
#header { 
position:relative; 
height: 132px; 
width:980px;
color: #fff; 
background: #fff url(../../img/header_bg.png); 
}
#logo {
	position:absolute;
	top: 25px;
	left: 495px;
	font-size:208%;
	width:300px;
	height:163px;
	z-index:5000
}
#tools { position:absolute; top:20px; width:500px; height:80px; margin-right:10px; right:0px; border:1px solid #ff0000; z-index:100; }
/*#banner img { position:relative; top:0px; left:0px; font-size:100%; }*/
#searchform{
position:absolute;
margin-right:10px;
float:right;
top: 90px;
right:20px;
}
/*#header div.tx-macinasearchbox-pi1 {margin:0;  font-size:0.9em; z-index:200}*/
#header div.tx-macinasearchbox-pi1 .suchfeld {float:right; color:#00234c; margin:0; padding:1px 0 0 2px; border:0; background: #fff; border: 1px solid #00234c; height:16px; width: 135px; font-size:.8em}
#gobutton{margin:0 0 0 5px; cursor:pointer; border:0; padding:0; float:right; background: #374e9c; width:17px; height:18px}
#tools div {float:left; width: auto; margin: 0 10px 0 10px; }
#breadcrumb {position:absolute; top:80px;  left:30px;  font-size: 0.82em; color:#333; display: none }
#breadcrumb a {color:#334;}
#breadcrumb a:hover {background:transparent;}
#langMenu {position:absolute; top:2px; right:30px; margin-right:0;}
#selectFontSize {position:absolute; top:5px; right:140px;}
#selectFontSize a {color:#334;}
#selectFontSize a:hover {background:transparent;}
.aktDatum {float:right; font-size: 0.82em; padding-top:0.5em; padding-right:1em;}

#keyvisual { 
float:left;
height: 200px; 
width:980px;
color: #fff; 
background: url(../../img/natur-sport-zentrum.jpg); 
}
#submenu{ 
float:left;
position:relative;
top:170px;
left:11px;
height:30px; 
width:775px;
margin:0;
margin:0px;
font-size:93%;      
line-height:normal;
padding:0;
background: url(../../img/submenu/subnav.matrix.png) no-repeat;
}
	#submenu li a 	{position:absolute;top:0;left:0;width:105px;height:30px;display:block;text-decoration:none;margin:0;color:#fff;text-align:center;text-indent:-9000px;overflow:hidden; background:transparent url(../../img/submenu/subnav.matrix.png) no-repeat 0px 0px;}

	#submenu li#home a {left:0px; width:194px; background-position:0px 0px;}
	#submenu li#nordic a {left:194px; width:115px; background-position:-194px 0;}
	#submenu li#langlauf a {left:309px; width:106px; background-position:-309px 0;}
	#submenu li#golf a {left:419px; width:115px; background-position:-419px 0;}
	#submenu li#karten a {left:534px; width:116px; background-position:-534px 0;}
	#submenu li#region a {left:650px; width:121px; background-position:-650px 0;}

	#submenu li#home a:Hover {color:#fff;background-position:-0px -30px;}
	#submenu li#nordic a:Hover {color:#fff;background-position:-194px -30px;}
	#submenu li#langlauf a:Hover {color:#fff;background-position:-309px -30px;}
	#submenu li#golf a:Hover {color:#fff;background-position:-419px -30px;}
	#submenu li#karten a:Hover {color:#fff;background-position:-534px -30px;}
	#submenu li#region a:Hover {color:#fff;background-position:-650px -30px;}
   
#submenu ul {
		position:relative;
		top:0;
		left:0px;
        margin:0;
        padding:0px;
        list-style:none;
      }
    #submenu li {
      display:inline;
      margin:0;
      padding:0;
      }
    #submenu a {
      float:left;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
       #submenu li#natur.current a {
         background-position:0% -30px;
        }
		#submenu li#familie.current a{
         background-position:-105px -30px;
        }
		#submenu li#aktiv.current a{
         background-position:-210px -30px;
        }
		
		#submenu li#kultur.current a{
         background-position:-315px -30px;
        }
		#submenu li#geniesser.current a {
         background-position:-420px -30px;
        }



#topnav { top:100px; }

/* Formatierung der Fußzeile */

/* ######################################################################################################
** ### Formatierung der Inhaltsspalten ##################################################################
** ######################################################################################################
*/
#main { background: inherit ; padding-top: 0; } 

/* linke Spalte */
#col1 { float: left; width: 205px; 	background: url(../../img/main_bg.gif) top left no-repeat; overflow:hidden;}	
#col1_content { margin: -10px 1px 10px 12px; overflow:hidden; color: #444; width:183px; /*background: url(../../img/pics_left.jpg) no-repeat;*/  min-height:544px}
#col1_content ul li{background:none;}
/* Rechte Spalte */
#col2 { float:right; width: 204px;/* background: url(../../img/rightCol.bg.gif) repeat-y top left;*/}	
#pics{ position:relative; left:14px; width: 190px; height:200px/* background: url(../../img/rightCol.bg.gif) repeat-y top left;*/}	

#col2_content {	margin: -20px 0px 2em 1px; /*background: url(../../img/pics_right.jpg);*/ width:192px; min-height:524px; text-align:left; overflow:hidden}

#col2_content a:link, #col2_content a:visited{margin-left:9px;}

/* Mittlere Spalte */
#col3{ float:left; width:570px; _width:565px; overflow:hidden}/* Mittlere Spalte mit _width, da sonst Fehler im IE */
#col3_content { margin-left: 1em; margin-right: 1em; overflow:hidden}

#col1_content, #col2_content, #col3_content { position:relative; }
#col3 , #col3 p { padding-right:0px}
.bodytext{
margin: .5em 0 1em 0;
padding-right:15px;
}	
/*******************************************
* Styles barrierefreies Menü mit Nummerierung und Punkt am Ende
********************************************/
#col1_content dfn, #col1_content .hidden {
	position: absolute;
	left: -1000em; 
	top:0;
	width: 20em;
	height:0;
} 


/* ######################################################################################################
** ### Formatierung des Teasers der Startseite ##########################################################
** ######################################################################################################*/

#teaser { 
	position:relative;
	top:0;
	margin: 0; 
	padding: 0; 
	color: #687d4c;
	width:100%;
	height:20px;
}

#pfad {	float:left; margin:0px; padding: 8px 0 0 220px; width: auto;  font-size: 0.82em; color:#000; 	
background: url(../../img/main_bg.gif); }

#pfad a {color:#334;}
#pfad a:hover {background:transparent;}

#pfad .aktDatum {float:right; font-size: 0.82em; padding-top:0.5em; padding-right:1em;}

#page{ 
padding:0; 
background: transparent url(../../img/main_bg.gif) repeat-y top left; 
width:980px; 
margin:0;
}
#page_margins {
width:980px; 
margin:auto;
text-align:left;
}

#main { margin: 0; padding: 0; }
#footer {
margin:0; 
border: none; 
color:#fff;
background: transparent url(../../img/footer_bg.png) repeat-y top left;
height:130px;
}
#footer p{
padding: 20px 45px
}

h1,h2,h3,h4 { font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; font-weight:bold;}
h1,h2,h3,h4 { font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; display:block;}

h1 {font-size: 1.14em; color: #31932e;  background:inherit;  margin:0.4em 0 0.5em 0; border-bottom: 1px #ccc solid; padding-top: 1em;}
h2 {font-size: 1.1em; color: #fff; background-color: #31932e;   margin:0.2em 0 0.5em 0; padding: 0.3em; margin-top: 1em; }
h3 {font-size: 1.05em; color: #31932e; margin:0.4em 0 0.3em 0; padding-top: 1em;}
#col1 h3{font-size:.95em}
h4 {font-size: 1.0em; color: #888; margin:0.4em 0 0.3em 0; border-bottom: 1px #ccc solid; padding-top: 1em;}

#teaser h1 { font-size: 1.2em; border: 0; }

p,ul,dd,dt { line-height: 1.5em;}
p { line-height: 1.5em; margin: 0 0 1em 0; }
strong,b { font-weight: bold; }
em,i { font-style:italic; }
pre, code {	font-family: "Courier New", Courier, monospace; }
address { font-style:normal; line-height: 1.5em; margin: 0 0 1em 0; }
hr { 
	color: #fff; 
	background:transparent; 
	margin: 0 0 0.5em 0; 
	padding: 0 0 0.5em 0; 
	border:0; 
	border-bottom: 1px #eee solid; 
}
acronym, abbr {
	border-bottom: 1px dashed #c00;
	cursor: help;
}
/* ### Bildpositionierung ############################################################################ */
img.float_left { float: left; margin-right: 1em; margin-bottom: 0.15em; border:0; }
img.float_right { float: right; margin-left: 1em; margin-bottom: 0.15em; border:0; }
img.center { text-align:center; background: #fff; padding: 4px; border:1px #ddd solid; }

/* ### Auszeichnung lokaler und Externer Links ######################################################## */

a, a em.file {color: #1e6289; text-decoration:none;}
a:hover {background-color: #eef; text-decoration:underline;}

#topnav a { color: #fff; background:transparent; text-decoration:none; }
#topnav a:hover{ text-decoration:underline; background-color: transparent;}

#footer a { color: #ddd; }
#footer a:hover {background-color: #eef; color:#333 }

#main a[href^="http:"], #main a[href^="https:"]
{
	padding-left:0;
	background-image:none;
}
#main a.imagelink {
	padding-left: 0;
	background: transparent;
}
/* ######################################################################################################
** ### Formulare & Tabellen #############################################################################
** ######################################################################################################
*/
table { border-collapse:collapse; margin-bottom: 0.5em; }
form {overflow:hidden;}
input, textarea {
    width: auto;
	font: 1em Verdana, Arial, Helvetica, Sans-Serif;
	border: 1px #ccc solid;
    background: #fafafa;
	padding: 3px;
	color: #777;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus {
	background: #f0f0f0;
	color: #333;
	border-color: #666;
}

/* Beispieldateien */
p.demo { background-color: #fee; border: 1px #fcc solid; padding: 6px; margin-bottom: 0.5em; }
/* Navigation am Seitenende */
p.navlink { background-color: #f4f8f4; border: 1px #aca dotted; padding: 6px; margin-bottom: 0.5em; }
p.navlink a { color: #353;}
p.navlink a:hover { font-weight: bold; background: transparent; }
blockquote { 
	color: #222; 
	background: #f8f8f8; 	
	border: 1px #ddd solid;
	border-left: 8px #ddd solid;
	padding: 1em 1em 0 1em;
	margin: 0 0 1em 1em;
}
/* Ungeordnete Listen ohne Listenpunkt */ 
ul.linklist { list-style-type: none; margin: 0 0 1em 0; }
ul.linklist li { margin: 0 0 1em 0; }
/* Auszeichnungen für Code, Dateien, Verzeichnisse */
em.mono, em.file, em.directory {
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
}
em.mono { 
	padding:0 0.3em 0 0.3em;
	background:#f0f0f4;
	border: 1px #ccd solid;
}
em.file { 
	padding:0 0 0 14px;
	color: #008;
	background: transparent url(../../img/icons/file.gif) no-repeat left;
}
em.directory { 
	padding:0 0 0 15px;
	color: #008;
	background: transparent url(../../img/icons/dir.gif) no-repeat left;
}
pre, code {
	display:block;
	margin: 0 0 1em 1em;
	padding: 0.5em;
	color: #000; 
	background: #f0f0f4;
	border: 1px #ccd solid;
	border-left: 8px #ccd solid;
}
code.css { 
	background-image: url(../../img/bg_css.gif);
    background-repeat: no-repeat;
	background-position: top right;
}
code.xhtml { 
	background-image: url(../../img/bg_xhtml.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
code.typoscript { 
	background-image: url(../../img/bg_ts.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
/* ### Tabellen ################################################################## */
table.bugs { margin-bottom: 1em; margin-top: 0.5em; width:100%; }
table.bugs th { 
	background: #fff; color: #222; 
	padding: 0.5em; 
	text-align: center; 
	border-bottom: 1px #ccd solid; 
	border-right: 1px #ccd solid;
}
table.bugs td {
	background: #f0f0f4; color: #222; 
	padding: 0.5em; 
	text-align: center; 
	border-bottom: 1px #ccd solid; 
	border-right: 1px #ccd solid;
}
/* ### Download-Box ################################################################## */
.bluebox {
	color:#000;
	background: #f0f0f4; 
	padding: 2px; 
	border: 1px #ccd solid;
	text-align: center;
	padding: 5px 3px 5px 0;
	margin-bottom: 1em;
}
.bluebox p { padding: 0px 8px 0 8px; }
a.dl_link {
	display: block;
	padding: 0;
	margin: 0.5em auto 0 auto;
	background-image: none;
}
a.dl_link:hover { text-decoration: none; background-color: transparent; }
/*******************************************
* Styles für Typo3 (RTE)
********************************************/
input, textarea {
  width: auto;
	font: 1em Verdana, Arial, Helvetica, Sans-Serif;
	border: 1px #ccc solid;
  background: #fafafa;
	padding: 2px;
	color: #777;
}
input[type=text]:focus, textarea:focus {
	background: #f0f0f0;
	color: #333;
	border-color: #666;
}
img {
	border: 0;
}
p.csc-linkToTop {
	text-align: right;
}
span.mono { 
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	padding:0 0.3em 0 0.3em;
	background:#f0f0f4;
	border: 1px #ccd solid;
}
span.file { 
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	padding:0 0 0 14px;
	color: #000088;
	background: transparent url('../../img/icons/file.gif') no-repeat left;
}

span.directory { 
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	padding:0 0 0 15px;
	color: #000088;
	background: transparent url('../../img/icons/dir.gif') no-repeat left;
}
p.smalltext {
	font-size: 0.9em;
}
p.redbox { color:#000; background-color:#fee; border:1px #fcc solid; padding:6px; margin-bottom: 0.5em; }
p.greenbox { background-color: #f4f8f4; border: 1px #aca dotted; padding: 6px; margin-bottom: 0.5em; }
p.greenbox a { color: #353;}
p.greenbox a:hover { background: transparent; }
p.box {
	display: block;
	font-size: 1em;
	color: #000;
	padding: 0.5em;
	background: #f0f0f4;
	border-left: 8px #E0E7F5 solid;
}
p.code {
	display: block;
	margin: 0 0 1em 1em;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	padding: 0.5em;
	color: #000; 
	background: #f0f0f4;
	border-left: 8px #E0E7F5 solid;
}
p.bluebox {
	color:#000;
	background: #f0f0f4; 
	padding: 2px; 
	border: 1px #ccd solid;
	text-align: center;
	padding: 4px 0 4px 0;
	margin-bottom: 1em;
}
p.csc-form-label-req {
	font-weight: bold;
}
.csc-caption {
	font-size: 0.9em;
	background-color: #E0E7F5; padding: 2px;
}
/* Typo3 Version 4 */
dd.csc-textpic-caption {
	font-style: noraml;
	font-size: 1em;
	text-transform:uppercase;
	
	padding: 2px 4px 2px 10px;
}
/*******************************************
* Styles für Extension "tx_indexedsearch"
********************************************/
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; border:1px solid #ccc; cursor:pointer}
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
.tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
.tx-indexedsearch P.tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { background:#eeeeee; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P { font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent { font-weight:normal; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P { font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup { }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#E0E7F5; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { color:#006699; margin-top:0px; margin-bottom:0px; background:transparent; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE { background:#cccccc; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { vertical-align:middle; }
.tx-indexedsearch .tx-indexedsearch-res .noResume { color : #666666; }
.tx-indexedsearch-sw, .csc-sword, .tx-indexedsearch-redMarkup {	font-family: monospace;	font-style: normal;	padding:0 0.3em 0 0.3em; background:#ffff88; border: 1px #ccd solid; }

.browsebox{
position:relative;
left:0px;
width:100%;

}
.browsebox ul
{
margin-left: 0px;
padding-left: 0;
white-space: nowrap;
}

.browsebox li
{
display: inline;
list-style-type: none;
margin:5px;
}

.browsebox a { padding: 3px 10px; }

.browsebox a:link,.browsebox a:visited
{
color: #333;
background-color: #e0e7f5;
text-decoration: none;
}

.tx-indexedsearch-browselist-currentPage a:hover, .browsebox a:hover
{
color: #e0e7f5;
background-color: #333;
text-decoration: none;
}
/*******************************************
* Styles für Sprachenauswahl
********************************************/
#langMenu {
	padding: 0 0 0 0;
}
#langMenu a:hover {
	background: transparent;
}
#langMenu img, img.flag{
	margin-top: 2px;
	padding-right: 3px;
}
#langMenu img.arrow, img.arrow {
float:left;
margin-top: 6px;
padding-top:1px;
}
.arrow, .flag{float:left; display:block; padding:3px; margin:0;}
******************************************
/*******************************************
* Styles für Linklist
********************************************/
.tx_ablinklist_listView_links {
}
.tx_ablinklist_listView_link {
	padding: 0 0 1em 0;
	margin: 0 0 1em 0;
	border-bottom: 1px solid #cccccc;
}
.tx-ablinklist-pi1-browsebox td {
	padding-right: 1em;
}
.tx_ablinklist_viewRateLink {
}
/*******************************************
* Styles tx_dropdownsitemap
********************************************/
.tx-dropdownsitemap-pi1 A {
	font-weight: bold;
}
.tx-dropdownsitemap-pi1 LI.open OL {
	display: block;
}
.tx-dropdownsitemap-pi1 LI.closed OL {
	display: none;
}
.tx-dropdownsitemap-pi1 LI.open UL {
	display: block;
}
.tx-dropdownsitemap-pi1 LI.closed UL {
	display: none;
}
.tx-dropdownsitemap-pi1 DIV {
	border: solid 1px #ccd;
	background: #F0F0F4;
	padding: 2px;
	margin-bottom: 5px;
}
.tx-dropdownsitemap-pi1 DIV.level_2 {
	background: #FFFFFF;
}
.tx-dropdownsitemap-pi1 DIV.level_2 A {
	font-weight: normal;
}
.tx-dropdownsitemap-pi1 DIV.level_3 {
	background: #F0F0F4;
}
.tx-dropdownsitemap-pi1 DIV.level_4 {
	background: #FFFFFF;
}
.tx-dropdownsitemap-pi1 DIV.level_5 {
	background: #F0F0F4;
}
.tx-dropdownsitemap-pi1 DIV.expAll {
	text-align: center;
	border: solid 1px #ccd;
	background: #F0F0F4;
}
.tx-dropdownsitemap-pi1 img {
	margin-right:0.5em;
}
.tx-dropdownsitemap-pi1 a:hover {
	background:transparent;
}
/*******************************************
* TYPO3 Mailformular
********************************************/
#mailform{margin-bottom:1em}
#mailform label{margin:.3em 0}
.csc-mailform-field label {
  color:#369;
  display:block;
  font-size:1em;
  margin-top:1em;
}
.csc-mailform-radio label {
  display:inline;
  margin-left:0.3em;
}
.csc-mailform-radio legend {
  display:none;
}
.csc-mailform-submit {
  margin-top:1em;
}
#flashy{
float:right;
width:380px;
}

/*############### Liste#####################*/
#col3_innen .csc-textpic-text ul
{
	margin: 0 0 1em 0;
	padding: 0;
	list-style-type: none;
}
#col3_innen .csc-textpic-text ul li
{
	background: url(../../img/accept.png) no-repeat 0px 2px;
	padding-left: 20px;
	margin:0;
	margin-top:.4em
}
