/* @charset "utf-8"; */
/* CSS Document */
/* Dunkelblau - Grundfarbe #003675
   Orange - Linkfarbe #ff9a00 */
html {
	overflow:-moz-scrollbars-vertical;
    	}   
   
    body  {
    	font-family: Verdana, Arial, Helvetica, sans-serif;
		line-height: 18px;
		font-size: 11px;
    	background: #ebebeb;
    	/* background:url(images/kachel-body.gif) repeat-x left top; */
    	/* background:url(images/kachel-body.jpg) repeat-x left top; */
	/* background:url(images/hintergrund-kopf.gif) no-repeat top center; */
    	background:url(images/infoboard-background.gif) repeat-y center top #ebebeb;
    	background-attachment: scroll;

    	
    	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (AuffÃ¼llung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
    	padding: 0;
    	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
    	color: #333333;
    }

/* #oben {
	background:url(images/hintergrund-kopf.gif) no-repeat top center;
} */
	
	a {
		color: #ff9a00;
		text-decoration: none;
	}
	
	a:hover, a:focus {
		text-decoration: underline;
	}
	
	H1 {
		font-size: 24px;
		color: #4f4e4e;
		/* letter-spacing: 1px; */
		font-weight: lighter;
		line-height: 28px;
			}
	
		H2 {
		/* background: #444444; */
         	background:url(images/kachel-h2.jpg) repeat-y left;
         	/* border-bottom: 1px dotted #666666; */
		font-size: 16px;
		color: #444444;
		letter-spacing: 0px;
		font-weight: normal;
		/* line-height: 24px; */
		padding: 6px;
		/* padding-left: 0px; */
		margin-bottom: 12px;
	}
	
	H2 a {
         	background:url(images/linkpfeil.gif);
         	background-repeat: no-repeat;
         	background-position: 0px 6px;
         	padding-left: 12px;
		color: #003675;
	}
	
	h3 {
         	/* background:url(images/linkpfeil.gif) no-repeat 0 10px; */
		color: #003675;
		font-size: 14px;
		font-weight: normal;
		margin: 0px;
		margin-top: 10px;
		margin-right: 2px;
		padding: 4px;
		/* padding-left: 12px; */
		padding-left: 0px;
	}
	
		H3 a {
		color: #003675;
		text-decoration: none;
	}
	
	H3 a:hover, H3 a:focus {
		text-decoration: underline;
	}

	h4 {
		color: #fff;
background: #666666;
		font-size: 14px;
		font-weight: normal;
		margin: 8px 0;
		margin-top: 36px;
		padding: 4px;
padding-left: 8px;

	}
	H5 {
         	/* background:url(images/kachel-h2.jpg) repeat-y left; */
         	background: #f0f0f0;
		font-size: 16px;
		color: #b5123d;
		letter-spacing: 0px;
		font-weight: normal;
		padding: 3px;
		border-top: 1px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;
		
	}
	
H5 a { 
		color: #b5123d;
		font-weight: bold;
	}
	
H5 a:hover, H5 a:focus {
		text-decoration: underline;
	}
#claim {
margin-bottom: 10px;
margin-left: 20px;
font-size: 14px;
color: #999999;
letter-spacing: 1px;
}
	
    .thrColFixHdr #container { 
    	width: 980px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, kÃ¶nnen Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
    	/* background: #FFFFFF; */
    	background:url(images/kachel-footer.gif) repeat-x bottom #FFFFFF;
    	margin: 0 auto; /* Durch automatische RÃ¤nder (in Verbindung mit einer Breite) wird die Seite zentriert. */
    	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element aufgehoben. */
    	margin-top: 10px;
padding: 0px;
    	padding-bottom: 10px;
    } 
    .thrColFixHdr #header { 
    	padding: 0px; margin: 0px;  /* Diese AuffÃ¼llung entspricht der linksbÃ¼ndigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die AuffÃ¼llung entfernen. */
    } 
    .thrColFixHdr #header h1 {
    	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, kÃ¶nnen Sie das Auftreten unerwarteter AbstÃ¤nde zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnÃ¶tig, weil dieser Rahmen die gleiche Wirkung hat. */
    	padding: 10px 0; /* Durch die Verwendung der AuffÃ¼llung anstelle von RÃ¤ndern lÃ¤sst sich gewÃ¤hrleisten, dass das Element die Kanten des div nicht berÃ¼hrt. */
    }
    .thrColFixHdr #sidebar1 {
    	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
    	width: 200px; /* Die tatsÃ¤chliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer auÃŸer der Breite auch die AuffÃ¼llung und den Rahmen. */
    	background: none; /* Die Hintergrundfarbe wird nur fÃ¼r die LÃ¤nge des Spalteninhalts angezeigt. */
    	padding: 6px; /* Mit der AuffÃ¼llung wird gewÃ¤hrleistet, dass der Inhalt des div die Kanten nicht berÃ¼hrt. */
    	padding-top: 0px;
    	margin: 0px;
	margin-left: 12px;
	/* margin-right: 12px; */
    }
    .thrColFixHdr #sidebar2 {
    	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
    	width: 200px; /* Die tatsÃ¤chliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer auÃŸer der Breite auch die AuffÃ¼llung und den Rahmen. */
    	background: none; /* Die Hintergrundfarbe wird nur fÃ¼r die LÃ¤nge des Spalteninhalts angezeigt. */
    	padding: 5px; /* Mit der AuffÃ¼llung wird gewÃ¤hrleistet, dass der Inhalt des div die Kanten nicht berÃ¼hrt. */
    	padding-top: 0px;
    }
    .thrColFixHdr #mainContent {
    	 margin: 0 20px 0 230px;  /* Der rechte und der linke Rand dieses div-Elements erstellen die beiden Ã¤uÃŸeren Spalten an den SeitenrÃ¤ndern. Der Spaltenbereich bleibt unabhÃ¤ngig von der Inhaltsmenge der Randleisten-divs immer gleich. Sie kÃ¶nnen diesen Rand entfernen, falls der Text des #mainContent-div die Randleistenbereiche fÃ¼llen soll, wenn der Inhalt in den Randleisten endet. */
    	padding: 0px;  /* padding (AuffÃ¼llung) bezeichnet den Innenabstand und margin (Rand) den AuÃŸenabstand der div -Box. */
    } 
    /* .thrColFixHdr #footer { 
    	padding:0px; 
		height: 25px;
		background:url(images/kachelfooter.gif) no-repeat left top #003675;

		margin-top: 20px;
    } */
	.thrColFixHdr #footer1 { 
    	padding:0px; /* Diese AuffÃ¼llung entspricht der linksbÃ¼ndigen Ausrichtung der Elemente in den divs, die darunter erscheinen. */
		height: 25px;
	background:url(images/kachel-hauptnavigation.gif) repeat-x left bottom;
		color: #FFFFFF;
		line-height: 25px;
		padding-left: 12px;
		margin: 20px 20px 0 20px;
    }
	
	#footer1 a {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#footer1 a:hover, #footer1 a:focus {
		text-decoration: underline;
	} 
 
    .thrColFixHdr #footer p {
    	margin: 0; /* Wenn Sie die RÃ¤nder des ersten Elements in der FuÃŸzeile auf 0 einstellen, kÃ¶nnen Sie unerwartete AbstÃ¤nde zwischen divs vermeiden. */
    	padding: 10px 0; /* Durch die Verwendung der AuffÃ¼llung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
    }
    .fltrt { /* Mit dieser Klasse kÃ¶nnen Sie ein Element auf der Seite nach rechts flieÃŸen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { /* Mit dieser Klasse kÃ¶nnen Sie ein Element auf der Seite nach links flieÃŸen lassen. */
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem SchlieÃŸen eines Containers sein, der wiederum einen vollstÃ¤ndigen Float enthalten sollte. */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
	
	.copyright {
		color: #FFFFFF;
		float: right;
		line-height:25px;
		padding-right: 12px;
	}
	
	#seolinks {
		color: #666666;
		text-align: center;
		padding-top: 15px;
		line-height: 18px;
		margin: 0 20px 10px 20px;
	}
	
	#seolinks a {
		color: #999999;
		text-decoration: none;
	}
	
	#seolinks a:hover, #seolinks a:focus {
		color: #666666;
		text-decoration: none;
	}
	
	.anmeldung {
		font-size: 16px;
		padding-right: 16px;
		font-weight:bold;
	}
	
	#my-info {
		text-align: right;
		padding-top: 5px;
		color: #ff9a00;
		padding-right: 15px;
	}
	

	#balken2 {
		height: 33px;
		line-height:33px;
		color: #FFFFFF;
		font-size: 20px;
		padding-left: 75px;
	}

	#breadcrumb {
		height: 24px;
		line-height: 24px;
		padding: 4px 20px 0 20px;
		margin-bottom: 16px;
		background:url(images/kachel-unter-hauptnavigation.gif) repeat-x left top;
	}

	#single_view_dam {
		height: 33px;
		line-height: 33px;
		padding: 10px 20px 0 20px;
		margin-bottom: 20px;
		background:url(images/kachel-unter-hauptnavigation.gif) repeat-x left top;
	}

.topnews a {
background:url(images/linkpfeil-orange.gif) no-repeat;
background-position: 0px 4px;
padding-left: 12px;
font-size: 12px;
}

.topnews {
border-bottom: 1px dotted #CCCCCC;
margin-bottom: 5px;
}
	
	#hauptnavigation {

	background:url(images/kachel-hauptnavigation.gif) repeat-x left bottom;
		clear: both;	
		height: 29px;
		text-align: left;
		padding-right: 12px;
		line-height: 29px;
		color: #FFFFFF;
		font-size: 16px;
		/* background: #232887; */
	}


	#hauptnavigation-ce {

	background:url(images/kachel-ce-navi.gif) repeat-x left bottom;
		clear: both;	
		height: 29px;
		text-align: left;
		padding-right: 12px;
		line-height: 29px;
		color: #FFFFFF;
		font-size: 16px;
		/* background: #232887; */
	}
	
	.inaktiv-links {
		/* background:url(images/nav-in-links.gif) no-repeat left bottom #a9aaaa; */
		/* width: 144px; */
		height: 29px;
		/* float: left;
		margin-left: 3px; */
		padding-left: 15px;
		/* padding-right: 5px; */
	}
	
	.inaktiv-links a {
		color: #FFFFFF;
		text-decoration: none;
	}

	.inaktiv-links a:hover, .inaktiv-links a:focus {
		color: #FFFFFF;
		text-decoration: underline;
	}
		
	.inaktiv-rechts {
		/* background:url(images/nav-in-rechts.gif) no-repeat right bottom; */
		/* width: 144px; */
		height: 29px;
		/* padding-left: 5px; */
		padding-right: 15px;
	}

	.aktiv-links {
		/* background:url(images/nav-ak-links.gif) no-repeat left bottom #003675; */
		/* width: 144px; */
		height: 29px;
		/* float: left;
		margin-left: 3px; */
		padding-left: 15px;
		/* padding-right: 10px; */
	}

	.aktiv-links a:hover, .aktiv-links a:focus, .aktiv-links a {
		font-weight: bold;
		text-decoration: none;
	}
		
	.aktiv-rechts {
		/* background:url(images/nav-ak-rechts.gif) no-repeat right bottom; */
		/* width: 144px; */
		height: 29px;
		/* padding-left: 5px; */
		padding-right: 15px;
	}
	
	.box-oben1 {
		background:url(images/box-links.gif) no-repeat left top #003675;
		height: 24px;
	}
	
	.box-oben2 {
		background:url(images/box-rechts.gif) no-repeat right top;
		height: 24px;
		line-height:24px;
		color: #FFFFFF;
		font-size: 12px;
		text-align:center;
	}

	.box-unten1 {
		background:url(images/box-links-unten.gif) no-repeat left bottom;
		height: 11px;
		margin-bottom: 12px;
	}
	
	.box-unten2 {
		background:url(images/box-rechts-unten.gif) no-repeat right bottom;
		height: 11px;
	}

	.box-oben-none1 {
		background:url(images/box-links-oben.gif) no-repeat left top;
		height: 11px;
	}
	
	.box-oben-none2 {
		background:url(images/box-rechts-oben.gif) no-repeat right top;
		height: 11px;
	}
	
	.box-inhalt {
		border-right: 1px solid #CCCCCC;
		/* border-right: 1px solid #003675; */
		padding-right: 6px;
		/* padding-left: 0px; */
		/* padding-top: 2px; */
		margin: 0px;
		background: #FFFFFF;
		overflow: hidden;
	}
	
	.ganze-box {
		margin-bottom: 12px;
	}
	
	.bodytext {
		margin: 0px;
		padding: 0px;
	}
	
	.csc-textpic-text {
		margin: 0px;
		padding: 0px;
	}


/* .box-inhalt img {
margin: 6px;
margin-left: 12px;
} */


/* Left Navigation Menu */

.leftnav1 a, .leftnav_act1 a, 
.leftnav2 a, .leftnav_act2 a,
.leftnav3 a, .leftnav_act3 a
  {
        display: block;
	line-height: 130%;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	letter-spacing : 0px;
}

.leftnav3 a, .leftnav_act3 a {
 font-weight: normal;
}
/*2nd Level Einrückung */
.leftnav1 a, .leftnav_act1 a {
   padding: 3px;
   padding-left: 10px;
   text-align: left;
}

/*3rd Level Einrueckung */
.leftnav2 a, .leftnav_act2 a {
   padding: 3px;
   padding-left: 15px;
}


/*3rd Level Einrueckung */
.leftnav3 a, .leftnav_act3 a {
   padding: 1px;
   padding-left: 25px;
}


.leftnav1 a, .leftnav_act1 a {

background: #e7e7e7;
border-bottom: 1px solid #FFFFFF;
}

/* Active saemtliche Menueebenen */
.leftnav_act1 a:link, .leftnav_act1 a:visited {
	/* border-bottom: 1px solid #003675; */
	/* background:url(images/nav-hinten.gif) repeat-y left; */
   font-weight: bold;
   background: #ff9a00;
   color: #ffffff;

   border-bottom: 1px solid #FFFFFF;
}

.leftnav_act2 a:link, .leftnav_act2 a:visited {
	color: #000000;	
	background:url(images/nav-hinten.gif) repeat-y left;
	}

.leftnav_act3 a:link, .leftnav_act3 a:visited {
	/* color: #000000;	 */
	font-weight: bold;
	/* background:url(images/nav-hinten.gif) repeat-y left; */
	}


/* Hover saemtliche Menueebenen */
.leftnav1 a:active, .leftnav1 a:focus,
.leftnav_act1 a:active, .leftnav_act1 a:focus {
    
}

.leftnav2 a, .leftnav2 a:active, .leftnav2 a:focus {
	color: #666666;
}

.leftnav_act2 a:active, .leftnav_act2 a:focus {
	color: #ff9a00;
	}

.leftnav1 a:hover, 
.leftnav2 a:hover {
   text-decoration: underline;
   background: #f0f0f0;
}

.leftnav_act1 a:hover {
   color: #ffffff; 
   text-decoration: none;
}

.leftnav_act2 a:hover {
	color: #000000;
   text-decoration: none;
   }
   
/* Newsformate */
.news-list-date {
	color: #000000;
	text-align: left;
	font-size: 11px;
	font-weight: lighter;
}

.news-list-category {
font-style:italic;
}

.news-list-item {
	background:url(images/kachel-tt-news.jpg) repeat-x bottom;
	/* background:url(images/filmrolle1.jpg) no-repeat bottom right; */
	padding: 3px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 12px;
	overflow: hidden;
	zoom: 1;

}

.news-list-item-film {
	background:url(images/filmrolle1.jpg) no-repeat bottom right;
	padding: 3px;
	border-bottom: 1px solid #CCCCCC;

	margin-bottom: 12px;

}
.news-catmenu  {
   padding:5px 0px 0px 5px;
   /* border:1px solid #666; */
}

.news-catmenu DIV IMG {
   margin:0px;
   padding: 0px 3px 3px 0px;
   vertical-align: middle;
}

#links h1 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

.soft {
	color: #999999;
}

.level1 {
	font-size: 12px;
	font-weight: bold;	
}

.level2 {
	padding-left: 10px;

}

.level3 a {
	color: #000000;
}

.level3 a: active {
	background: #CCCCCC;
}

.level3 {
	font-weight: normal;
	color: #000000;
	padding-left: 15px;
}

.mm-dam-row-container {
	font-size: 11px;
}

.singleright {
	float: right;
width: 302px;
padding: 0px;
margin: 5px;
margin-right: 0px;
margin-left: 25px;
/* border: 1px solid #CCCCCC; */
/* background:url(infokasten/infokasten-oben.jpg) no-repeat top center; */
}

.singleright-kopf {
background:url(infokasten/infokasten-oben.jpg) no-repeat center top;
width: 302px;
height: 29px;
}

.singleright-inhalt {
background:url(infokasten/infokasten-kachel.jpg) repeat-y center;
padding: 0px 14px;
padding-top: 4px;
margin: 0px;
}

.singleright-fuss {
background:url(infokasten/infokasten-fuss.jpg) no-repeat center top;
/* width: 302px; */
height: 14px;
}

.news-single-item {
     padding: 6px;
     margin: 0px;
     overflow: hidden;
	zoom: 1;	
}

.news-single-img {
float: right;
margin-left: 10px;
}

.news-single-item-film {
     padding: 6px;
     margin: 0px;	
	background:url(images/filmrolle.jpg) no-repeat top right;
}

.news-single-item td {
	font-size: 11px;	
}

.news-single-item h2 {
	margin-bottom: 0px;
	padding: 0px;	
}


.news-single-imgcaption {
	font-size: 10px;
	font-style: italic;
margin-top: 10px;
margin-bottom: 10px;
padding-left: 5px;
}
	
[if IE 5]
    /* FÃ¼gen Sie CSS-Box-Modell-Korrekturen fÃ¼r IE 5* in diesen bedingten Kommentar ein. */
    .thrColFixHdr #sidebar1 { width: 200px; }
    .thrColFixHdr #sidebar2 {
	width: 200px;
}
[endif]
[if IE]
    /* FÃ¼gen Sie CSS-Korrekturen fÃ¼r alle IE-Versionen in diesen bedingten Kommentar ein. */
    .thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 { padding-top: 0px; width: 200px;}
    .thrColFixHdr #mainContent { zoom: 1; }
    /* Mit der obigen proprietÃ¤ren Zoom-Eigenschaft wird IE die Eigenschaft hasLayout zugewiesen, die zur Verhinderung verschiedener Fehler erforderlich ist. */
[endif]





/*@global*/

.mif-tree-wrapper{
position: absolute;
width: 100%;
height:100%;
margin:0;
padding:0;
overflow:auto;
font-family:sans-serif;
font-size:11px;
line-height:18px;/******Tree node height******/
white-space:nowrap;
cursor:default;
}

.mif-tree-bg{
width:100%;
height:100%;
position:absolute;
overflow:hidden;
}

.mif-tree-bg-container{
width:100%;
display:none;
}

.mif-tree-bg-node{
width:100%;
height:18px;
}

.mif-tree-bg-selected{
background-color:#dcd7ab;
}

.mif-tree-wrapper:focus{
outline:0;
}

.mif-tree-wrapper span{
padding-bottom:2px;
padding-top:2px;
cursor:inherit;
}

.mif-tree-children{
padding-left:18px;
width:18px;
}

.mif-tree-node{
width:200px;
background:url('images/line.gif') repeat-y 8px 0px;
}

.mif-tree-node-last{
background:url('images/line.gif') no-repeat 8px 0px;
}

.mif-tree-name{
cursor: default;
overflow:hidden;
margin-left:4px;
}

.mif-tree-name a{
color:red;
}

.mif-tree-name a:hover{
color:blue;
}


.mif-tree-node-wrapper{
background:url('images/horizontal-line.gif') no-repeat 9px center;
}


/*@gadjets*/

.mif-tree-gadjet{
background-image:url('images/gadjets.gif');
padding-right: 16px;
z-index:1;
overflow:hidden;
background-repeat:no-repeat;
cursor:default;
}

.mif-tree-gadjet-none{
background:none;
}

.mif-tree-gadjet-minus{
background-position: 0px 50%;
cursor: pointer !important;
}

.mif-tree-gadjet-plus{
background-position: -18px 50%;
}


.mif-tree-gadjet-hover .mif-tree-gadjet-minus{
background-position: -54px 50%;
}

.mif-tree-gadjet-hover .mif-tree-gadjet-plus{
background-position: -72px 50%;
}



/*.mif-tree-gadjet-hover{
background-image:url('images/gadjets-hover.gif');
}*/




/*@icons*/
.mif-tree-icon{
padding-right:18px;
background-position:0 50%;
background-repeat:no-repeat;
cursor:pointer !important;
}

.mif-tree-open-icon{
background-image:url('images/openicon.gif')
}

.mif-tree-close-icon{
background-image:url('images/closeicon.gif')
}

.mif-tree-loader-open-icon,.mif-tree-loader-close-icon{
background-image:url('images/mootree_loader.gif');
}

.mif-tree-book-icon{
background-image:url('images/book_icon.gif');
}

.mif-tree-bin-open-icon{
background-image:url('../../Source/assets/images/bin_open_icon.gif');
}

.mif-tree-bin-close-icon{
background-image:url('images/bin_close_icon.gif');
}



/*@selection*/

.mif-tree-node-selected .mif-tree-name{
background-color: #010161;
color:#fff;
text-transform:italic;
}

.mif-tree-hover-node .mif-tree-name{
text-decoration:underline;
cursor: pointer !important;
}



/*@d'n'd*/
.mif-tree-pointer{
height:1px;
overflow: hidden;
position: absolute;
background-image:url('images/1.gif');
background-repeat:repeat-x;
background-color:#292fef;
}


.mif-tree-ghost{
background-color:#fff;
border:solid 2px #e8e8f7;
padding-left:2px;
}

.mif-tree-ghost span{
padding-top:2px;
padding-bottom:2px;
}

.mif-tree-ghost .mif-tree-node-wrapper{
background:none;
}

.mif-tree-ghost span.mif-tree-text{
padding-top:1px;
padding-bottom:1px;
}

.mif-tree-ghost-icon{
padding-left:16px;
background-color:#fff;
background-repeat:no-repeat;
background-image:url('images/dropzone.gif');
}

.mif-tree-ghost-after{
background-position:-64px 2px;
}

.mif-tree-ghost-before{
background-position:-48px 2px;
}

.mif-tree-ghost-between{
background-position:-16px 2px;
}

.mif-tree-ghost-inside{
background-position:-0px 2px;
}

.mif-tree-ghost-notAllowed{
background-position:-32px 2px;
}

.mif-tree-drag-current{
background-color:#cfcfd8;
}

.mif-tree-replace{
background-color:#99c8fb;
}


/*@checkbox*/
.mif-tree-checkbox{
padding-left:18px;
}

.mif-tree-node-checked, .mif-tree-node-checked .mif-tree-checkbox{
background:url('images/checked.gif') center 2px no-repeat;
}

.mif-tree-node-unchecked, .mif-tree-node-unchecked .mif-tree-checkbox{
background:url('images/unchecked.gif') center 2px no-repeat;
}

.mif-tree-node-checked-selected{
background:url('images/checked_selected.gif') center 2px no-repeat;
}

.mif-tree-node-unchecked-selected{
background:url('images/unchecked_selected.gif') center 2px no-repeat;
}




.user_mmdamfilelist_ttnewscon-container {
	position: relative;
	float: left;
	margin-right: 18px;
}

#user_mmdamfilelist_ttnewscon-toggletree {
	width: 100px;
	padding: 0 20px 0 3px;
	background: transparent url(images/disclosureDownPressed.png) no-repeat center right;
	border:solid 1px #b7b7b7;
}

#user_mmdamfilelist_ttnewscon-treecontainer {
	height:200px;
	width:300px;
	position:absolute;
	border:solid 1px #b7b7b7;
	overflow: auto;
	background-color: #FFF;
}

.user_mmdamfilelist_ttnewscon-hidden {
	visibility: hidden;
}

.dam_list_h1 {
margin: 0px;
padding: 0px;
font-size: 14px;
color: #666666;
line-height: 16px;
margin-bottom: 4px;
}

.tx-mmdamfilelist-pi1-description p, .tx-mmdamfilelist-pi1-description ul {
margin-top: 0px;
margin-bottom: 0px;
line-height: 16px;
}

.tx-mmdamfilelist-pi1-listrow-even, .tx-mmdamfilelist-pi1-listrow, .tx-mmdamfilelist-pi1-listView {
margin: 0px;
padding: 0px;

}

.tx-mmdamfilelist-pi1-selector-box {
margin-bottom: 10px;
}

.news-amenu-item-year {
font-weight: bold;
font-size: 14px;
padding-top: 10px;
color: #003675;
margin: 0px;
}

.news-amenu-container li {
list-style: none;
}

/* #######Kalender######*/



	#month-header {
			width: 100%;
			margin-bottom: 7px;
			}

		#month-header-prevnext {
			float: left;
			}

		#month-header-icons {
			float: right;
			text-align: right;
			}
			
		#month-header-icons IMG, #month-header-prevnext IMG , #month-footer IMG{
			border: 0px solid;
			}

		#month-footer {
			width: 735px;
			margin-bottom: 7px;
			}
			
		#month-footer-header {
			text-align: center;
			}

		table.month-small {
			border: 1px solid #A1A5A9;
			border-collapse: collapse;
			}
		.month-weeknums {
			border-right:1px solid #AAAAAA;
			background-color:#EFEFEF;
		}
		
		.month-weekdays {
			border-bottom:1px solid #AAAAAA;
			background-color:#EFEFEF;
		}
		.month-small a:link,.monthoff a:visited {
			color: #000000;
		}
		
		.month-small th,
		.month-small td {
			padding: 2px;
			width: 22px;
			font-size: 10px;
			text-align: right;
		}
		
		.month-small th{
			text-align: center;
		}
			
		.month-large {
			border: 1px solid #A1A5A9;	
			border-collapse: collapse;
			}

		.month-large th,
		.month-large td {
			border: 1px solid #A1A5A9;
			}

		.month-large .weekday {
			background-color: #EEE;
			height: 12px;
			}

		.month-large .weeknum {
			background-color: #A1A5A9;
			width: 22px;
		}

		.month-large .day {
			height: 100px;
			width: 100px;
			vertical-align: top;
			text-align: left;
		}
		
		.month-large .daylink {
			font-weight: bold;
		}

		.month-large .day div {
			text-align: right;
			padding-right: 3px;
		}

		/*For the time being calendar-nav remains a table - no proper alternatives came to my mind yet - suggestions?*/
		#calendar-nav {

			}

		#calendar-nav td {
			vertical-align: top;
			}

		#calendar-nav td#previous {
			width: 175px;
			}

		#calendar-nav td#list {
			width: 188px;
			}

		#calendar-nav td#legend {
			width: 188px;
			}

		#calendar-nav td#next {
			width: 175px;
			}

		#link-ics,
		#link-admin {
			width: 100%;
			text-align: center;
			}

		/* END new classes and  id's */
		
		.calborder {
			background-color: #fff;
			border: 1px solid #A1A5A9;
			}
		
		.tbll {
			background: url(../typo3conf/ext/cal/template/img/shadow_l.gif) no-repeat;
			width: 8px
			}
		
		.tblbot {
			background: url(../typo3conf/ext/cal/template/img/shadow_m.gif) repeat-x;
			width: 100%
			}
		
		.tblr {
			background: url(../typo3conf/ext/cal/template/img/shadow_r.gif) no-repeat;
			width: 8px
			}
		
		.rowOn {
			background-color: #cfc;
			border-top: 1px solid #fff;
			border-left: 1px solid #fff;
			}
		
		.rowOn2 {
			background-color: #cfc;
			border-top: 1px solid #fff;
			}
		
		.rowOff {
			background-color: #E1E8F1;
			border-top: 1px solid #fff;
			border-left: 1px solid #fff;
			}
		
		.rowOff2 {
			background-color: #E1E8F1;
			border-top: 1px solid #fff;
			}
		
		.rowToday {
			background-color: #cff;
			border-top: 1px solid #fff;
			border-left: 1px solid #fff;
			}
		
		.tx-cal-controller .padd {
			/*XXXpadding: 2px;*/
			}
		
		.eventbg_1 {
			background-color: #557CA3;
			padding: 2px;
			}
		
		.eventbg_2 {
			background-color: #53A062;
			padding: 2px;
			}
		
		.eventbg_3 {
			background-color: #E84F25;
			padding: 2px;
			}
		
		.eventbg_4 {
			background-color: #B257A2;
			padding: 2px;
			}
		
		.eventbg_5 {
			background-color: #D42020;
			padding: 2px;
			}
		
		.eventbg_6 {
			background-color: #B88F0B;
			padding: 2px;
			}
		
		.eventbg_7 {
			background-color: #73738C;
			padding: 2px;
			}
		
		#allday a {
			font-size: 9px;
			color: #fff;
			font-weight: 900;
			text-decoration: none;
			}
		
		#allday a:hover {
			text-decoration: underline;
			}
		
		.eventbg2_1 {
			background-color: #6699CC;
			border: 1px solid #557CA3;
			}
		
		.eventbg2_2 {
			background-color: #4FC464;
			border: 1px solid #53A062;
			}
		
		.eventbg2_3 {
			background-color: #FF6D3B;
			border: 1px solid #E84F25;
			}
		
		.eventbg2_4 {
			background-color: #EA62D4;
			border: 1px solid #B257A2;
			}
		
		.eventbg2_5 {
			background-color: #FF5E56;
			border: 1px solid #D42020;
			}
		
		.eventbg2_6 {
			background-color: #CCB21F;
			border: 1px solid #B88F0B;
			}
		
		.eventbg2_7 {
			background-color: #9292A1;
			border: 1px solid #73738C;
			}
		
		.dayborder {
			background-color: #fff;
			border-top: 1px solid #A1A5A9;
			}
		
		.dayborder2 {
			background-color: #fff;
			border-top: 1px dashed #ccc;
			}
		
		.tx-cal-controller .title {
			background-image: url(../typo3conf/ext/cal/template/img/time_bg.gif);
			padding: 5px;
			}
		
		.tx-cal-controller .title h1 {
			font-family: Helvetica,sans-serif;
			font-size: 18px;
			color: #000;
			margin: 0;
			}
		
		.monthBack {
			background-color: #A1A5A9;
			}
		
		.monthSmallBasic {
			text-align: left;
			vertical-align: top;
			}
		
		.monthMediumBasic {
			height: 20px;
			width: 20px;
			text-align: left;
			vertical-align: top;
			}
		
		.monthOff, .monthOff a:link,.monthOff a:visited {
			color: #BBBBBB ! important;
		}
		
		.monthWeekend {
			background-color: #FFFFEF;
		}
		
		.monthCurrentWeek {
			background-color: #F2F9FF;
		}
		
		.month-small th, .month-medium th, .month-large th {
			font-weight: normal;
		}
		
		.month-small th a:link, .month-small th a:visited, .month-medium th a:link, .month-medium th a:visited, .month-large th a:link, .month-large th a:visited{
			font-weight: bold;
			color: #000000;
		}
		
		.monthToday {
			background:#99AABB none repeat scroll 0% !important;
			border-color:#556677 rgb(170, 187, 204) rgb(170, 187, 204) rgb(85, 102, 119) !important;
			border-style:solid !important;
			border-width:1px !important;
		}
		
		.monthToday a:link, .monthToday a:visited {
			color:#FFFFFF;
		}
			
		.monthCorner {
			border-bottom: 1px solid #AAAAAA;
		}
			
		.monthSelected, .monthSelectedWeek {
			background-color: #AACCEE;
		}
		
		.monthEventTop {
			background-image: url(../typo3conf/ext/cal/template/img/side_bg.gif);
			border-top: 1px solid #A1A5A9;
			}
		
		.monthEventLine {
			border-right: 1px dotted #A1A5A9;
			}
		
		.medtitle {
			background-image: url(../typo3conf/ext/cal/template/img/side_bg.gif);
			height: 20px;
			margin-top: 3px;
			font-weight: 900;
			}
		
		.yearreg {
			background-color: #fff;
			height: 30px;
			width: 30px;
			text-align: right;
			vertical-align: top;
			font-size: 9px;
			}
		
		.yearoff {
			background-color: #F2F2F2;
			height: 30px;
			width: 30px;
			text-align: right;
			vertical-align: top;
			font-size: 9px;
			}
		
		.yearon {
			background-color: #F2F9FF;
			height: 30px;
			width: 30px;
			text-align: right;
			vertical-align: top;
			font-size: 9px;
			}
		
		.yearmonth {
			background-color: #ccc;
			}
		
		.yearweek {
			background-color: #eee;
			width: 30px;
			font-size: 9px;
			font-weight: 900;
			text-align: center;
			height: 15px;
			}
		
		.eventborder {
			background-image: url(../typo3conf/ext/cal/template/img/day_title.gif);
			border: 1px #006699 solid;
			}
		
		.dateback {
			background-color: #eee;
			}
		
		.weekborder {
			border-top: 1px dashed #A1A5A9;
			border-right: 1px solid #A1A5A9;
			}
		
		.weekborder2 {
			border-right: 1px solid #A1A5A9;
			}
		
		.timeborder {
			border-right: 2px solid #A1A5A9;
			border-top: 1px dashed #A1A5A9;
			background-image: url(../typo3conf/ext/cal/template/img/time_bg.gif);
			}
		
		.timeborder2 {
			border-right: 2px solid #A1A5A9;
			border-top: 1px solid #A1A5A9;
			background-image: url(../typo3conf/ext/cal/template/img/time_bg.gif);
			}
		
		.tx-cal-controller .navback {
			background-image: url(../typo3conf/ext/cal/template/img/time_bg.gif);
			}
			
		.tx-cal-controller .navback img{
			border:none;
			}
		
		.tx-cal-controller .sideback {
			background-image: url(../typo3conf/ext/cal/template/img/side_bg.gif);
			}
		
		a.psf {
			text-decoration: none;
			}
		
		a.psf:link {
			color: #0066FF;
			}
		
		a.psf:visited {
			color: #0066FF;
			}
		
		a.psf:active {
			color: #3366CC;
			}
		
		a.psf:hover {
			color: #000099;
			text-decoration: underline;
			}
		
		a.ps2 {
			text-decoration: underline;
			}
		
		a.ps2:link {
			color: #0066FF;
			}
		
		a.ps2:visited {
			color: #0066FF;
			}
		
		a.ps2:active {
			color: #3366CC;
			}
		
		a.ps2:hover {
			color: #000099;
			}
		
		a.ps3 {
			text-decoration: none;
			}
		
		a.ps3:link {
			color: #000;
			}
		
		a.ps3:visited {
			color: #000;
			}
		
		a.ps3:active {
			color: #000;
			}
		
		a.ps3:hover {
			color: #000;
			text-decoration: underline;
			}
		
		a.ps {
			text-decoration: none;
			}
		
		a.ps:link {
			color: #fff;
			}
		
		a.ps:visited {
			color: #fff;
			}
		
		a.ps:active {
			color: #fff;
			}
		
		a.ps:hover {
			color: #fff;
			text-decoration: underline;
			}
		.legend_calendar {
			font-size: 9px;
			color: #000000;
			margin-top: 1em;
			margin-left: 1em;
		}
		
		.V9 {
			text-align:left ! important;
			font-size: 9px;
			color: #000000;
			}
		
		.V9 ul {
			margin-bottom: 0px;
			padding-bottom: 0px;
			margin-left: 20px;
			padding-left: 0px;
			}
		.V9 li {
			margin-bottom: 0px;
			padding-bottom: 0px;
			}
		
		.V10W {
			font-size: 10px;
			color: #FFFFFF;
			text-decoration: none;
			}
		
		.V9W {
			font-size: 9px;
			color: #FFFFFF;
			text-decoration: none;
			}
		
		.V10WB {
			font-size: 10px;
			color: #FFFFFF;
			font-weight: 900;
			}
		
		.V9G {
			font-size: 9px;
			color: #666666;
			}
		
		.V10 {
			font-size: 10px;
			color: #000000;
			}
		
		.V9BOLD {
			font-size: 9px;
			font-weight: 900;
			}
		
		.G10 {
			font-size: 11px;
			color: #0066FF;
			}
		
		.G10B {
			font-size: 11px;
			color: #000000;
			}
		
		.G10BOLD {
			font-size: 11px;
			font-weight: 900;
			}
		
		.G10G {
			font-size: 11px;
			color: #A1A5A9;
			}
		
		.V12 {
			font-size: 12px;
			color: #000000;
			}
		
		.tx-cal-controller .eventfont {
			font-size: 11px;
			color: #FFFFFF;
			}
		
		.tx-cal-controller .query_style {
			font-size: 11px;
			width: 156px;
			margin-bottom: 0;
			}
		
		.tx-cal-controller .search_style {
			font-size: 12px;
			width: 134px;
			margin-bottom: 0;
			}
		
		.tx-cal-controller .login_style {
			font-size: 11px;
			width: 80px;
			margin-bottom: 0;
				}
			
		.tx-cal-controller .bold a:link {
			font-weight: bold;
			}
		
		.tx-cal-controller .bold a:active {
			font-weight: bold;
			}
		
		.tx-cal-controller .bold a:visited {
			font-weight: bold;
			}

		/* Pagebrowser */
		.tx-cal-controller .pagebrowser span {
			padding: 0 2px;
			}

		/*------------ Category style package: default (blue) - start ------------*/
		
		.default_categoryheader,
		.default_catheader {
			background-color: #557CA3;
			}
		
		.V9G .default_categoryheader,
		.V9G .deafult_catheader {
			background-color: transparent !important;
			color: #557CA3 !important;
		}
		
		.default_categoryheader_bullet,
		.default_catheader_bullet {
			color: #557CA3;
			font-size: 13px;
			}
		
		.default_categoryheader_text,
		.default_catheader_text {
			color: #000000;
			font-size: 11px;
			margin-left: 3px;
			}
		
		.default_categoryheader_legend_bullet,
		.default_catheader_legend_bullet {
			margin-left: 3px;
			}
		
		.default_categoryheader_legend_text,
		.default_catheader_legend_text {
			}
		
		.default_categoryheader_allday,
		.default_catheader_allday {
			text-align: center;
			background-color: #6699CC;
			}
		
		.default_categorybody,
		.default_catbody {
			background-color: #6699CC;
			border: 1px solid #557CA3;
			color: #fff;
			}
		
		.default_categorybody a:link,
		.default_catbody a:link {
			color: #fff;
			}
		
		/*------------ Category style package: default (blue) - end ------------*/	
		/*------------ Category style package: green - start ------------*/
		
		.green_catheader, .green_catheader_allday {
			background-color: #53A062;
			}
		
		.V9G .green_catheader {
			background-color: transparent !important;
			color: #53A062 !important;
		}
		
		.green_catheader_bullet {
			color: #4FC464;
			font-size: 13px;
			}
		
		.green_catheader_text {
			color: #000000;
			font-size: 11px;
			margin-left: 3px;
			}
		
		.green_catheader_legend_bullet {
			margin-left: 3px;
			}
		
		.green_catheader_bullet_text {
			}
		
		.green_catheader_allday {
			text-align: center;
			background-color: #4FC464;
			}
		
		.green_catbody {
			background-color: #4FC464;
			border: 1px solid #53A062;
			color: #fff;
			}
		
		.green_catbody a:link {
			color: #fff;
			}
		
		/*------------ Category style package: green - end ------------*/
		/*------------ Category style package: orange - start ------------*/

		.orange_catheader, .orange_catheader_allday {
			background-color: #E84F25;
			}
		.V9G .orange_catheader {
			background-color: transparent !important;
			color: #E84F25 !important;
		}
		
		.orange_catheader_bullet {
			color: #FF6D3B;
			font-size: 13px;
			}
		
		.orange_catheader_text {
			color: #000000;
			font-size: 11px;
			margin-left: 3px;
			}
		
		.orange_catheader_legend_bullet {
			margin-left: 3px;
			}
		
		.orange_catheader_bullet_text {
			}
		
		.orange_catheader_allday {
			text-align: center;
			background-color: #FF6D3B;
			}
		
		.orange_catbody {
			background-color: #FF6D3B;
			border: 1px solid #E84F25;
			color: #fff;
			}
		
		.orange_catbody a:link {
			color: #fff;
			}
		
		/*------------ Category style package: orange - end ------------*/
		/*------------ Category style package: pink - start ------------*/
		
		.pink_catheader, .pink_catheader_allday {
			background-color: #B257A2;
			}
			
		.V9G .pink_catheader {
			background-color: transparent !important;
			color: #B257A2 !important;
		}
		
		.pink_catheader_bullet {
			color: #EA62D4;
			font-size: 13px;
			}
		
		.pink_catheader_text {
			color: #000000;
			font-size: 11px;
			margin-left: 3px;
			}
		
		.pink_catheader_legend_bullet {
			margin-left: 3px;
			}
		
		.pink_catheader_bullet_text {
			}
		
		.pink_catheader_allday {
			text-align: center;
			background-color: #EA62D4;
			}
		
		.pink_catbody {
			background-color: #EA62D4;
			border: 1px solid #B257A2;
			color: #fff;
			}
		
		.pink_catbody a:link {
			color: #fff;
			}
		
		/*------------ Category style package: pink - end ------------*/
		/*------------ Category style package: red - start ------------*/

		.red_catheader, .red_catheader_allday {
			background-color: #D42020;
			}
			
		.V9G .red_catheader {
			background-color: transparent !important;
			color: #D42020 !important;
		}
		
		.red_catheader_bullet {
			color: #FF5E56;
			font-size: 13px;
			}
		
		.red_catheader_text {
			color: #000000;
			font-size: 11px;
			margin-left: 3px;
			}
		
		.red_catheader_legend_bullet {
			margin-left: 3px;
			}
		
		.red_catheader_bullet_text {
			}
		
		.red_catheader_allday {
			text-align: center;
			background-color: #FF5E56;
			}
		
		.red_catbody {
			background-color: #FF5E56;
			border: 1px solid #D42020;
			color: #fff;
			}
		
		.red_catbody a:link {
			color: #fff;
			}
		
		/*------------ Category style package: red - end ------------*/
		/*------------ Category style package: yellow - start ------------*/

		.yellow_catheader, .yellow_catheader_allday {
			background-color: #B88F0B;
			}
			
		.V9G .yellow_catheader {
			background-color: transparent !important;
			color: #B88F0B !important;
		}
		
		.yellow_catheader_bullet {
			color: #CCB21F;
			font-size: 13px;
			}
		
		.yellow_catheader_text{
			color: #000000;
			font-size: 11px;
			margin-left: 3px;
			}
		
		.yellow_catheader_legend_bullet {
			margin-left: 3px;
			}
		
		.yellow_catheader_bullet_text {

			}
		
		.yellow_catheader_allday {
			text-align: center;
			background-color: #CCB21F;
			}
		
		.yellow_catbody {
			background-color: #CCB21F;
			border: 1px solid #B88F0B;
			color: #fff;
			}
		
		.yellow_catbody a:link {
			color: #fff;
			}
		
		/*------------ Category style package: yellow - end ------------*/
		/*------------ Category style package: grey - start ------------*/

		.grey_catheader, .grey_catheader_allday {
			background-color: #73738C;
			}
			
		.V9G .grey_catheader {
			background-color: transparent !important;
			color: #73738C !important;
		}
		
		.grey_catheader_bullet {
			color: #9292A1;
			font-size: 13px;
			}
		
		.grey_catheader_text {
			color: #000000;
			font-size: 11px;
			margin-left: 3px;
			}
		
		.grey_catheader_legend_bullet {
			margin-left: 3px;
			}
		
		.grey_catheader_bullet_text {
			}
		
		.grey_catheader_allday {
			text-align: center;
			background-color: #9292A1;
			}
		
		.grey_catbody {
			background-color: #9292A1;
			border: 1px solid #73738C;
			color: #fff;
			}
		
		.grey_catbody a:link {
			color: #fff;
			}
		
		/*------------ Category style package: grey - end ------------*/
		
		.tx-cal-controller .bold {
			/*font-weight: bold;*/
			}
		
		.refresh_calendar {
			margin-right: 5px;
			}
		
		/*  Start of moving stuff from the templat into this file */
		
		.tx-cal-controller .weekview {
			margin: 0 auto;
			}
		
		.tx-cal-controller .weekview .nextweek_arrow, .tx-cal-controller .weekview .previousweek_arrow {
			width: 16px;
			height: 20px;
			border: 0px;
			text-align: left;
			}
		
		.previsousweek_arrow {
			text-align: right;
			}
		
		/*------------- free & busy styles ----------*/
		.fnb_header {
			background-color: #444444;
			}
		
		.fnb_body {
			background-color: #888888;
			border: 1px solid #999999;
			color: #fff;
			}

		/*------------- list styles ------------*/
		.tx-cal-controller .even {
			background-color: #eeeeee;
		}
		
		
		.tx-cal-controller .treelevel0 {
		}
		
		.tx-cal-controller .treelevel1 {
			margin-left:20px;
		}
		
		.tx-cal-controller .treelevel2 {
			margin-left:30px;
		}
	
		.tx-cal-controller label {
			display:block;
			float:left;
			margin-bottom: 0px;
			padding-right:1em;
			text-align:right;
			width:120px;
		}
		.tx-cal-controller fieldset div {
			clear:left;
		}
		.tx-cal-controller .noborder {
			border: none;
		}
		
		.tx-cal-controller .search-result {
			list-style: none;
			margin-left: 0px;
			padding-left: 0px;
		}
		
		.tx-cal-controller .search-result li {
			padding-bottom: 1em;
		}
		
		.tx-cal-controller .search_result li .even {
			background-color: #EEEEEE;
		}
		
		.tx_cal_controller img .mouse_pointer {
			cursor:pointer;
		}
/*		
		#cal_general,#cal_location,#cal_organizer,#cal_freq,#cal_exception,#cal_files,#cal_notify {
			height:210px;
			overflow:auto;
			padding:8px;
		}
*/		
		.x-form-label-top .x-form-item label {
			width:70px ! important;
		}
		
		.x-form-invalid, textarea.x-form-invalid {
			background: none ! important;
		}
		
		#cal_event_description {
			margin-top:10px;
		}
		
		.admin_link {
			width:100%;
			text-align:center;
		}
		
		.ics_link {
			width:100%;
			text-align:center;
		}
		
		.tx-cal-controller .cal_required {
			color: red;
		}
		
		.tx-cal-controller .constrain {
			color: red;
			font-weight:bold;
		}
		
		
		#editorWrap1 textarea {display: block}
		
		
		/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
		/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */
		
		#tx_cal_controller_create_element {
			width:540px;
		}
		
		.basictab ul{
			margin: 4px;
			padding: 3px 0;
			margin-left: 0;
			font: bold 12px Verdana;
			border-bottom: 1px solid gray;
			list-style-type: none;
			text-align: left; /*set to left, center, or right to align the menu as desired*/
		}
		
		.basictab li{
			display: inline;
			margin: 0;
		}
		
		.basictab li a{
			text-decoration: none;
			padding: 3px 7px;
			margin-right: 3px;
			border: 1px solid gray;
			border-bottom: none;
			background-color: #6699CC;
			color: #FFFFFF;
		}
		
		.basictab li a:visited{
			color: #2d2b2b;
		}
		
		.basictab li a:hover, .basictab li a.current{
			background-color: #557CA3;
			color: #FFFFFF;
		}
		
		.basictab li a:active{
			color: #000000;
		}
		
		.tabcontainer{
			clear: left;
			width:95%; /*width of 2nd level sub menus*/
			height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
		}
		
		.tabcontent{
			display:none;
		}
		
		#tx_cal_controller_create_element input[type="text"]:not([size]) { 
			width: 6em;    /* Desired width of input field */
		}
		
		#tx_cal_controller_create_element .treelevel0{
			display:block;
			margin-left: 70px;
		}
		#tx_cal_controller_create_element p {
			margin: 7px;
		}
		
		#tx_cal_controller_create_element .notify, #tx_cal_controller_create_element .shared, #tx_cal_controller_create_element .exception {
			display:block;
			margin-left: 140px;
		}
		#sc1 label {
			width:50px;
		}
		
		#allday {
			width:10px;
		}
		
		#category_tree {
			float:right;
			width:200px;
		}
		
		#until label, #by_day label, #by_monthday label, #by_month label{
			margin-left: 50px;
		}
		
		#by_month label, #by_monthday label{
			width: 230px;
		}
		
		#categoryEntries {
			height:80px;
			overflow:auto;
		}
	    
	    .reminderOffset {
	    	width: 2em !important;
	    }



.damrecord-link a {
background:url(images/linkpfeil-orange.gif) no-repeat left;
padding-left: 12px;
}


.damrecord-icon {
float: left;
width: 25px;
}

/* .damrecord-link {
background:url('images/linkpfeil-dam.png') no-repeat left center;
padding-left: 16px;
} */


.dam_title {
	/* background: #f0f0f0; */
	font-weight: bold;
	/* padding: 2px; */

	margin-top: 10px;
}


.level_1 {
border: 1px solid #CCCCCC;
padding: 3px;
margin-bottom: 6px;

}
.hoverlink a: {
color: #666666;
}


.hoverlink a:link div{display: none;}
.hoverlink a:visited div{display: none;}
.hoverlink a:hover div {
  position: absolute;
  margin:15px 0px 0px 20px;
  background-color: #f0f0f0;
  max-width:360;
  padding: 10px;
  border: 1px solid red;
  font: normal 10px/12px verdana;
  color: #333;
  text-align:left;
  text-decoration: none;
  display: block;}

#socialnet {
border-top: 1px dotted #CCCCCC;
margin-bottom: 10px;
}
  
#socialnet a img {
border: none;
margin: 2px;
margin-right: 4px;
}

.flvplayer_listpic_pic {
border: none;
margin: 2px;

}



h2 .listheading {
margin: 0px;
padding 0px;

}

h2 .detailheading {
font-size: 24px;
}


.wertgarantie {
background: #0171b3;
font-size: 12px;
line-height: 120%;
margin-bottom: 10px;
padding: 6px;
padding-right: 15px;
}

.wertgarantie a {
color: #FFFFFF;
}

.wertgarantie a:hover {
text-decoration: underline;
}

p {
margin: 0px; padding: 0px;
}

.news-single-additional-info dd {
	border-bottom: 1px solid #cccccc;
	margin: 0px;
	padding: 2px 0;
}

.news-single-additional-info dt {
	padding: 4px;
	/* background: #666666; */
	color: #666666;
	margin-bottom: 10px;
}

.singlemore a {
color: #000000;
}

.singlemore a:hover {
color: #666666;
text-decoration: none;
}
.singlenewstitle {
font-size: 14px;
margin: 0px;
padding: 2px;
margin-bottom: 6px;
}

.singlenewstitle h2 {
padding-left: 4px;
}

.singlenewstitle a {
color: #003675;
}

.singlenewstitle a:hover {
/* color: #000000; */
text-decoration: underline;
}

.news-single-additional-info {
display:none;
}

/* Bilder in der Detailansicht - news by category */
.singlecategory {
	float:right;
	padding: 2px;
	margin: 6px;
	/* border:1px solid #666666;
	background: #CCCCCC; */
}

.singledate {
	font-size: 10px;
	color: #333333;
}

/* .sponsored {
margin-top: 0px;
padding: 8px;
background: #666666;
color: #ffffff;
font-size: 18px; 
} */


/* .sponsored a {
		color: #FC9;
		text-decoration: none;
	}

.sponsored a:hover, .sponsored a:focus {
		text-decoration: underline;
	} */
	element.style {
width:240px;
}

.caption {
font-size: 11px;
}

.celmenu a {
font-size: 12px;
}


.celsubmenu a {
padding-left: 6px;
}

#seofooter {
background: #dddddd;
color: #000000;
padding: 10px;
padding-top: 0px;
margin: 0px 20px 0px 20px;
border: 1px solid #cccccc;
}

.lof-title h3 {
background: none;
}

.csc-header-n1 h1 {
         	background:url(images/linkpfeil.gif) no-repeat 0 15px;
		color: #003675;
		font-size: 14px;
		font-weight: normal;
		margin: 0px;
		margin-top: 10px;
		margin-right: 2px;
		padding: 4px;
		padding-left: 15px;
}
	




 



 











