/* reset css */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:1;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}


body {
	font-family: arial,sans-serif;
	background-color: #ccdcd6;
	background-image: url(/img/bg.png);
	background-repeat: repeat-x;
	color: #666666;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	letter-spacing:0.03em;
}

input[disabled] {
	border: 1px transparent solid !important;
	background: transparent !important;
}


hr {
	color: #C0C0C0;
	background-color: #C0C0C0;
	height: 1px;
	border:none;
}

hr#hl_hr {
	margin-bottom: 17px;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

img {
	display: block;
	border: none;
}

td {
	vertical-align:top;
}

sup {
	font-size: 8px;
	vertical-align:top;
}

.clear {
	clear: both;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

form {
	display: inline;
}

fieldset {
	border: none;
}

.error {
	color: #C50005;
}
/* font */
	a, h1, h2, h3, h4, h5, h6, label, p, span, strong {
		font-family: arial,sans-serif;
		font-weight: normal;
	}

	a { 
		color: #08402b; 
	}

	h2, h3, h4, h5 ,h6, strong, b {
		color:#08402b;
	}
	
	h1 {
		color: #C0C0C0;
    	font-size: 27px;
    	font-weight: normal;
    	line-height: 33px;
	}
/* font */

/* content */	
	#containerContent h2 {
    	font-size: 18px;
    	font-weight: normal;
    	line-height: 33px;
	}
	
	#containerContent h3 {
    	font-size: 16px;
    	font-weight: normal;
    	line-height: 33px;
	}
	
	div#pressemitteilungen h3 {
    	font-size: 12px;
    	font-weight: normal;
		line-height: 20px;
	}
	
	#containerContent div#pressenachrichten h3 {
    	font-size: 12px;
    	font-weight: normal;
		line-height: 20px;
	}
	
	#containerContent ul {
		list-style-image: url(/img/list_ico.png);
		margin-left: 15px;
	}
	
	#containerContent ol {
		list-style-type:decimal;
		line-height: auto;
		margin-left: 15px;
	}
	
	.marginLeft10 {
		margin-left: 10px;
	}
	
	.marginRight10 {
		margin-right: 10px;
	}
		
	.file_info {
		color: #666666;
	}
/* content */

/* border */
	.dashedLine { 
		border-bottom:1px dashed #898989; 
	}
	
	.dashedLineTopBottom { 
		border-bottom:1px dashed #898989; 
		border-top:1px dashed #898989; 
	}
	
	.solidLine { 
		border-bottom:1px solid #898989; 
	}
	
	.solidLineTopBottom { 
		border-bottom:1px solid #898989;  
		border-top:1px solid #898989; 
	}
	
	.imgBorder { 
		border:10px solid #898989; 
	}
/* border */

/* GENERISCHE NAVIGATION */
	#footerSlideContainer {
	    position: fixed;
	    bottom: 0px;
	    width: 100%;
		z-index:10002;
		left: 0px;
		color: #FFFFFF !important;
	}
	
	#footerSlideButton {
	    position: absolute;
	    top: -33px;
	    width:100%;
	    height:33px;
	    border: none;
		background-image: url(/img/bg_85_black.png);
		text-align: center;
	}
	
	#footerSlideButtonArrow {
		display: block !important;
		position: absolute;
	    width:20px !important;
	    height:33px !important;
	    border: none !important;
	    cursor: pointer !important;
		background-image: url(/img/ico_arrow_top_bottom_white.png) !important;
		background-color: transparent;
		background-repeat: no-repeat !important;
		background-position: center center !important;
		left: 0px;
	}
	
		#footerSlideButton div {
		    width: 1049px;
		    height:33px;
		    border: none;
		    margin: auto;
		    padding: 0 33px 0 33px;
			border-bottom: 1px solid #FFF;
			text-algin:left;
		}
		
		div#genContainer {
		    padding: 0;
		}
		
		div#homeAnleger input[type="text"], div#homeAnleger input[type="password"], div#homeVertrieb input[type="text"], div#homeVertrieb input[type="password"] {
			border: 1px solid #C0C0C0;
			width: 194px;
		}
		
		div#homeAnleger input[type="submit"], div#homeVertrieb input[type="submit"] {
		 	display: inline;
		 	margin: 10px 0 !important;
		 	border: 0px !important;
		 	padding: 3px 10px 5px 10px !important;
		 	cursor: pointer;
		 	height: 20px  !important;
		 	background-color: #08402B !important;
		 	color: #FFFFFF;
		 	vertical-align: middle;
		}
		
		input[type="text"], input[type="password"] {
		    background: none repeat scroll 0 0 #F4F4F4;
		    border: 1px solid #C0C0C0;
		    height: 16px;
		    margin-right: 10px;
		    width: 200px;
		}	
		
		div#searchContainer {
			width: 240px !important; 
			float: left;
			margin-right: 10px;
		    padding: 0px !important; 
			text-align: left;
		}

		div#searchContainer input[type="text"] {
			width: 200px;
			margin-left: 10px;
			margin-top: 3px;
			margin-right: 7px;
			height: 15px;
			background-color: #CCC;
			border: 0px;
			padding: 0px;
		}
			
			div#searchContainer input[type="submit"] {
			 	display: inline;
			 	margin: 0px !important;
			 	border: 0px !important;
			 	background-color: transparent;
			 	padding: 0px !important;
			 	cursor: pointer;
			 	width: 10px !important;
			 	height: 33px  !important;
			 	background-image: url(/img/ico_arrow_right_white.png) !important;
			 	background-repeat: no-repeat;
			 	background-position: center 12px;
			}
			 		
		ul.gen {
			float: left;
			margin-right: 23px;
		}
		
		ul.gen > li {
			float: left;
			margin-right: 10px;
		}
		
		ul.gen > li > a {
			color: #FFF;
			line-height: 33px;
			font-family: arial,sans-serif;
			font-size: 12px;
			text-decoration: none;
		}
	
	#footerSlideContent {
	    width: 100%;
	    height: 0px;
	    text-align: center;
		background-image: url(/img/bg_80_black.png);
	}
	
	#footerSlideText {
		margin-top: -33px;
	    padding: 33px 33px 33px 40px;
	    text-align: left;
	    width: 1039px;
	    margin: 0 auto 0 auto;	
		color: #FFF !important;
	}
	
	#footerSlideText p, #footerSlideText h1, #footerSlideText h2, #footerSlideText h3, #footerSlideText strong, #footerSlideText i {
		color: #FFF !important;
		margin-bottom: 10px;
	}
	
	
	#footerSlideText h1 {
		font-size: 14px;
		font-weight: bold;
	}
	
	#footerSlideText h2 {
		font-size: 14px;
	}
	
	#footerSlideText strong {
		font-weight: bold;
	}
	
	.seoFooterNavigation {
		border-left: 1px #FFF solid;
		font-size: 11px;
		color: #FFF;
		text-decoration: none;	}
	
	.seoFooterNavigation a {
		background-color: #FFF;
		text-decoration: none;
		display: block;
		min-width: 160px;
		line-height: 16px;	
		padding-left: 3px;
		padding-right: 3px;
		color: #FFF;
	}
	
	.seoFooterNavigation td {
		padding: 0 10px 0 20px;
		white-space: nowrap;
	}

	.youtube {
		padding-right: 25px;
		background: url(/img/youtube_32.png) no-repeat right center;
	}
/* KEYVISUAL */

	.keyvisual {
		margin: 0px auto;
		width: 1115px;
		height: 390px;
		text-align: left;
	}
	
	.keyvisual .logo {
		width: 200px;
		padding: 20px 10px 20px 10px;
		text-align: center;
		margin-bottom: 1px;
		background-color: #FFF;
	}
	
	.keyvisual .logo img {
		display: inline;
	}

	.keyvisual .logo:hover {
		background-color: #FFF;
	}
	
	.keyvisual .produktNavigationBG {
		width: 220px;
		height: 370px;
		margin-left: 33px;
		padding: 10px;
		background-color: #FFF;
	}
	
	.keyvisual .corporateNavigation {
		width: 823px;
		height: 370px;
		padding: 10px 8px 10px 10px;
	}
	
	#playerHome {
		position: absolute;
		margin-top: -269px;
		margin-left: -249px;
		width:220px;
		height:136px;
		z-index: 9999;
	}
	/* CORPORATE NAVIGATION */
		div.corporateNavigation > ul > li {
			list-style: none;
			margin: 0;
			padding: 0
			font-size: 12px;
			background-color: #FFF;
			margin-bottom: 1px !important;
			float: left;
			margin-left: 1px;
		}
		
		div.corporateNavigation > ul > li:first-child {
			margin-left: -2px;
		}
		
		div.corporateNavigation > ul > li > a {
			display: block !important;
			text-align: left;
			line-height: 33px;
			padding: 0px 10px 0px 20px;
			width: 175px !important;
			text-decoration: none;
		}	
		
		div.corporateNavigation > ul > li > a:first-child {
			width: 173px;
		}
			
			ul.level_1 {
				position: absolute;
				margin: 0px 0px 0px 0px;
				width: 783px;
				padding: 20px;

				background-image: url(/img/navigation_corporate_bg.png);
				height: 297px;
			}
			
				#corporate_1 > li, #corporate_2 > li, #corporate_3 > li, #corporate_4 > li  {
				margin: 10px 0px 0px 0px;
				min-height: 135px;
				}
			
			#corporate_1 {
				display:none;
			}
			
			#corporate_2 {
				margin-left: -206px;
				display:none;
			}
			
			#corporate_3 {
				margin-left: -412px;
				display:none;
			}
			
			#corporate_4 {
				margin-left: -618px;
				display:none;
			}

			ul.level_1 > li {
				float: left;
				margin-top: 10px;
			}

			ul.level_1 > li a {
				text-decoration: none;
				padding: 0px 5px 0px 5px;
			}

			ul.level_1 > li a:hover {
				color: #000;
			}

			#corporate_1 > li > a {
				text-decoration: none;
				margin: 0px 10px 0px 0px;
				min-width: 135px;
				display: block;
				background-image: url(/img/bg_80_white.png);
			}

			#corporate_2 > li > a, #corporate_3 > li > a, #corporate_4 > li > a {
				text-decoration: none;
				margin: 0px 10px 0px 0px;
				min-width: 160px;
				display: block;
				background-image: url(/img/bg_80_white.png);
			}

	/* CORPORATE NAVIGATION */

	/* TEASER */
		#teaserKeyvisual {
			width:1115px;
			margin: 0 auto 0 auto;
			top: -390px;
			left: 0px;
			position: relative;
		}
	
		/* main vertical scroll */
		#teaserMain {
			position:relative;
			overflow:hidden;
			height: 390px;
		}
		
		/* root element for pages */
		#teaserPages {
			position:relative;
			height:390px;
		}
		
		/* single page */
		.teaserPage {
			padding:0px;
			height: 390px;
			width:1115px;
		}
		
		/* root element for horizontal scrollables */
		.teaserScrollable {
			position:relative;
			overflow:hidden;
			width: 1115px;
			height: 390px;
		}
		
		/* root element for scrollable items */
		.teaserScrollable .teaserItems {
			width:20000em;
			position:relative;
			clear:both;
		}
		
		/* single scrollable item */
		.teaserItem {
			float:left;
			cursor:pointer;
			width:1115px;
			height:390px;
			padding:10px;
		}
		
		/* main navigator */
		#teaserMain_navi {
			position:absolute;
			padding:0px;
			margin:278px auto 0px 885px;
			z-index: 99;
		}
		
		#teaserMain_navi li {
			background-color:#FFF;
			clear:both;
			color:#08402B;
			line-height:33px;
			list-style-type:none;
		
			line-height: 33px;
			padding: 0 10px 0 20px;
			text-align: left;
			text-decoration: none;
			width: 190px;
			cursor:pointer;
			margin-bottom: 1px;
		}
		
		#teaserMain_navi li:hover {
			background-color:#444;
		}
		
		#teaserMain_navi li.active {
			background-color:#FFF !important;
			filter: alpha(opacity=90); /* internet explorer */
			-khtml-opacity: 0.9;      /* khtml, old safari */
			-moz-opacity: 0.9;       /* mozilla, netscape */
			opacity: 0.9;           /* fx, safari, opera */
		}
		
		#teaserMain_navi img {
			float:left;
			margin-right:10px;
		}
		
		#teaserMain_navi strong {
			display:block;
		}
		
		#teaserMain div.teaserNavi {
			margin-top: 338px;
			margin-left: 290px;	
			width: 200px;
			height: 20px
			cursor:pointer;
		}
		
		.teaserNavi {
		   height: 40px;
		   margin-left: 328px;
		   width: auto;
		   position: absolute;
		   z-index: 100;
		}
		    	
		.teaserNavi a {
		   background: url("/img/navigator.png") no-repeat scroll 0 0 transparent;
		   display: block;
		   float: left;
		   font-size: 11px;
		   height: 28px;
		   width: 39px;
		   text-decoration: none;
		   color: #08402B;
		   text-align: center;
		   padding-top: 12px;
		   padding-left: 1px;
		}
		
		
		.teaserNavi a.active {
		   background-position: 0 -40px;
		   color: #FFFFFF;
		}
		
		.teaserItems img {
		   display: inline;
		}
		
		.teaserItemsTeaserContent {
			position:absolute;
			z-index: 1000; 
			margin: 275px auto auto 282px;
			padding: 10px 20px 10px 20px;
			color: #08402B;
			background-image: url(/img/bg_40_white.png);
			overflow: visible !important;
		}
		
		.teaserItemsTeaserContent h1 {
			color: #08402B;
			font-size: 20px;
			overflow: visible !important;
			padding-right: 40px;
			background: url(/img/arrow_teaser_home.png) right center no-repeat;
		}
		
		/* TEASER */

/* KEYVISUAL */

/* BREADCRUMBS */
	.breadcrumbs {
		margin: -390px auto 0px auto;
		width: 1072px;
		min-height: 33px;
		text-align: left;
	}
/* BREADCRUMBS */

/* CONTENT */
	.content {
		background-color: #FFF;
		margin: 0px auto 0px auto;
		/*
		margin: 390px auto 0px auto;
		*/
		width: 1072px;
		text-align: left;
		padding: 0px 10px 0px 33px;
	}
	
		/* NAVIGATION LEFT */
			.content #containerNavigation {
				float: left;
				width: 240px;
				margin-top: 72px;
			}
			
			.content #containerNavigationCorporate {
				float: left;
				width: 240px;
				border-top: 1px solid #C0C0C0;
				border-bottom: 1px solid #C0C0C0;
				padding-top: 25px;
				padding-bottom: 25px;
				margin-top: 0px;
			}
			
			.content #containerNavigationProducts {
				float: left;
				width: 240px;
				border-top: 1px solid #C0C0C0;
				border-bottom: 1px solid #C0C0C0;
				padding-top: 25px;
				padding-bottom: 25px;
				margin-top: 10px;
			}
			
			#containerNavigation ul li {
				/* border-top: 1px solid #cddcd6; */
			}
			
			#containerNavigation li a {
				text-decoration: none;
				padding-left: 10px;
				line-height: 22px;
				color: #666666;
				text-decoration: none;
				font-size: 12px;
				width: 210px;
				height: 22px;
				display: inline-block;
			}
			
			#containerNavigation ul li ul li a {
				margin-left: 11px;
				
				background-image: url(/img/arrow_white.gif);
				background-repeat: no-repeat;
				background-position: -15px -4px;
			}
			
			#containerNavigation ul li ul li a.active, #containerNavigation ul li ul li a:hover  {
				background-image: url(/img/arrow.gif);
				background-repeat: no-repeat;
				background-position: -15px -4px;
			}
			
			#containerNavigation ul ul {
				margin-left: 0px;
				/* border-left: 1px solid #cddcd6; */
			}
			
			#containerNavigation ul ul ul {
				margin-left: 10px;
				border-left: 6px solid #E1E1E1;
			}
			
			#containerNavigation ul li ul li ul li a {
				margin-left: 8px;
			}
			
			#containerNavigation a:hover, #containerNavigation a.active {
				color: #08402b;
				text-decoration: none;
			}
		/* NAVIGATION LEFT */
	/* //////////////////////////////////////////////////// CONTENT //////////////////////////////////////////////////// */
	.content #containerContent {
		float: left;
		margin-left: 9px;
		padding-top: 33px;
		width: 617px;
	}
	/* MARGINAL */
		.content #containerMarginal {
			float: left;
			margin-left: 10px;
			width: 195px;
			padding-top: 51px;
			line-height: auto;		
		}
		
		.content #containerMarginal h1 {
			background-color: #E1E1E1;
			color: #08402B;
    		font-size: 14px;
    		font-weight: normal;
    		text-transform: uppercase;
    		line-height: 20px;
    		cursor: pointer;
    		margin-bottom: 10px;
    		
    		line-height: 23px;
    		
			background-image: url("/img/ico_login.png");
			padding-left: 15px !important;
			background-position: left center !important;
			background-repeat: no-repeat;
		}
		
		.content #containerMarginal .contentMarginal {
			margin-top: 15px;
		}
		
		.content #containerMarginal .contentMarginal .tel {
			color: #C0C0C0;
		}
		
		/* NAVIGATION MARGINALSPALTE */
			#containerMarginal #containerNavigationMarginalspalte {
				width: 195px;
				border-top: 1px solid #C0C0C0;
				padding-top: 25px;
				padding-bottom: 25px;
				margin-top: 10px;
			}
			
			#containerMarginal li a {
				color: #666666;
    			font-weight: normal;
    			text-transform: uppercase;
    			text-decoration: none; 
    			padding-left: 15px;
				background: url(/img/arrow.gif) no-repeat -14px -7px;
			}

			#containerMarginal a:hover, #containerMarginal a.active {
				color: #08402b;
			}
			
			#containerMarginalAccordion h1 {
				cursor: pointer;
			}
		/* NAVIGATION MARGINALSPALTE */
		
		/* FORMULAR */
		
		/* FORMULAR */
	/* MARGINAL */
	
	/* ABFOLGEN IM CONTENT */
		h2 + h3 {
			margin-top: 33px;
		}
		
		h3 + ul {
			margin-top: 10px;
		}
		
		ul + h3 {
			margin-top: 10px;
		}
		
		h2 a {
			text-decoration: none !important;
		}
	/* ABFOLGEN IM CONTENT */
	
	/* LISTEN IM CONTENT */
		/* LISTE MIT RAHMEN OBEN UND UNTEN */
			ul.downloadList {
				list-style-position: outside;
				margin-left: 0px !important;
			}
			
			ul.downloadList li {
				list-style: none;
				background-image: url(/img/list_ico_download.png);
				background-repeat: no-repeat;
				background-position: 10px center;
				
				border-bottom: solid 1px #C0C0C0;
				border-top: solid 1px #C0C0C0;
				margin: 20px 0px 0px 0px;
				line-height: 31px;
				padding-left: 10px;
			}
			
			ul.downloadList li a {
				padding-left: 22px;
			}
			
			
			div.downloadImagelist {
				margin-top: 31px;
				vertical-align: bottom;
				display: block;
			}
			
			div.downloadImagelist img {
				border-right: solid 1px #EFEFEF;
				padding-right: 20px;
			}
			
			div.downloadImagelist a.img {
				padding: 0px 20px 0px 0px;
			}
			
			div.downloadImagelist > a {
				float: left;
			}
			
			div.downloadImagelist ul.downloadList li {
				margin: 0px;
				padding-right: 10px;
				display: inline-block;
			}
			
			/* DEFAULT */
				div.linkToArticle {
					list-style-position: outside;
					margin: 31px 0px 31px 0px !important;
					padding: 0px 0px 31px 10px!important;
					border-top-style:solid; 
					border-top-color:#C0C0C0; 
					border-top-width:1px;
					
					border-bottom-style:solid; 
					border-bottom-color:#C0C0C0; 
					border-bottom-width:1px;
				}
					
				div.linkToArticle div {
					list-style: none;
					float: left;	
					line-height: 31px;
					margin-right: 10px;
					background-repeat: no-repeat;
					background-position: center left !important;
				}
					
				div.linkToArticle div a {
					text-decoration: none;
					color: #08402b; 
				}
					
				div.linkToArticle div a:hover {
					text-decoration: none;
					color: #000000; 
				}
					
				div.linkToArticle div.top {
					position: absolute;
					margin-top: -33px;
					margin-left: 564px;			
				}
					
				div.linkToArticle div.back {
					background-image: url(/img/ico_arrow_left_C0C0C0.png);
					padding-left: 20px !important;
					
				}
					
				div.linkToArticle div.more {
					background-image: url(/img/ico_arrow_right_C0C0C0.png);
					padding-left: 20px !important;
				}
			/* DEFAULT */
		/* LISTE MIT RAHMEN OBEN UND UNTEN */
		
		/* MANAGEMENT */
			.management {
				margin-top:33px; 
				padding-bottom: 1px; 
				background-repeat: no-repeat !important; 
				border-bottom-style:solid; 
				border-bottom-color:#C0C0C0; 
				border-bottom-width:1px;
			}
			
			.managementLeft {
				background-position: left bottom !important;  
			}
			
			.managementRight {
				background-position: right bottom !important; 
				background-color: red;
			}
			
			.management > div {
				width: 310px; 
			}
		/* MANAGEMENT */
		
		/* SCHIFFSREISEN */
			#schiffsreisen img.overview {
				margin-right: 33px;
				float: left;
			}
			
			#schiffsreisen h2 {
				line-height: 26px;
			}
		/* SCHIFFSREISEN */
		
		/* FONDSOVERVIEW */
			#fondsoverview img {
				margin-right: 33px;
				float: left;
			}
			
			#fondsoverview ul.nav {
				list-style: none;
				margin-left: -10px;
			}
			
			#fondsoverview ul.nav li a {
				margin-left: 11px;
				padding-left: 15px;
				background-image: url(/img/arrow_white.gif);
				background-repeat: no-repeat;
				background-position: -15px -7px;
				text-decoration: none;
			}
			
			#fondsoverview div.teaser {
				margin-bottom: 33px;
				margin-top: 33px;
			}
			
			#fondsoverview h3 {
				color: #C50005 !important;
			}
		/* FONDSOVERVIEW */
		
		/* home */
		#homeTable  {
			margin: -66px auto 66px auto;
			background-color: #82a09b;
			border: 33px solid #82a09b;
			width: 1115px;
		}
		
		#homeTable td {
			color: #FFF;
			border-left: 1px solid #FFF;
			padding-left: 33px;
			padding-right: 33px;
			text-align: left;
		}
		
		#homeTable td:first-child {
			border-left: 0px;
			padding-left: 20px;
		}
		
		#homeTable td:first-child h3 {
			margin-left: -20px;
		}
		
		#homeTable h1, #homeTable h2, #homeTable h3 {
			font-size: 20px;
			margin-bottom: 10px;
			margin-left: 0px;
		}
		
		#homeTable, #homeTable h1, #homeTable h2, #homeTable h3, #homeTable a {
			color: #FFF;
		}
		
		#homeTable ul {
			list-style-type: disc;
		}
		
		/* home */
		
		/* SITEMAP */
			#sitemap ul {
				list-style: none;
			}
			
			#sitemap ul li a {
				margin-left: 11px;
				padding-left: 15px;
				background-image: url(/img/arrow_white.gif);
				background-repeat: no-repeat;
				background-position: -15px -7px;
				text-decoration: none;
			}
		/* SITEMAP */
		
		/* POSITIONSMELDUNGEN INVESTING */
			#positionsmeldungen-investing .picLeft {
				float: left;
			    padding-right: 33px;
			    width: 145px; 
			    margin-bottom: 33px;
			}
			
			#positionsmeldungen-investing .textRightBorder {
			    border-left: 1px solid #C0C0C0;
			    margin-left: 178px;
			    padding-left: 33px;
			    margin-bottom: 33px;
			}
		/* POSITIONSMELDUNGEN INVESTING */
		
		/* FONDSRADAR */
			#fondsradar .picLeft {
				float: left;
			    padding-right: 33px;
			    width: 145px; 
			    margin-bottom: 33px;
			}
			
			#fondsradar .textRightBorder {
			    border-left: 1px solid #C0C0C0;
			    margin-left: 178px;
			    padding-left: 33px;
			    margin-bottom: 33px;
			}
		/* FONDSRADAR */
				
		/* MITARBEITER */
			.mitarbeiter {
				margin-top:33px; 
				padding-bottom: 1px; 
				background-repeat: no-repeat !important; 
				border-bottom: solid #C0C0C0 1px ;
				height: 205px;
			}
			
			.mitarbeiterSwap {
				width: 597px;
				padding-bottom: 1px; 
				background-repeat: no-repeat !important; 
				border-bottom:solid #C0C0C0 1px;
				height: 205px;
				margin-top: 33px;
			}
			
			.mitarbeiter img {
				float: left;
				margin-left: 31px;
				margin-right: 32px;
			}
			
			.mitarbeiterSwap img {
				float: left;
				margin-right: 32px;
			}
			
			ul.renderMitarbeiterList {
				position: absolute;
				margin-top: -205px;
				width: 150px;
				float: left;
				height: 205px;
			}
			
			.mitarbeiterSwap .detail {
				float: right;
				min-width: 420px;
				min-height: 205px;
				background-color: #FFFFFF;
			}
			
			/* MITARBEITER ANLEGERBETREUUNG */
				.mitarbeiterAnlegerbetreuung {
					width: 597px;
					padding-bottom: 1px; 
					background-repeat: no-repeat !important; 
					border-bottom:solid #C0C0C0 1px;
					margin-top: 20px;
				}
				
				.mitarbeiterAnlegerbetreuung h3 {
					margin-bottom: 20px;
				}
				
				.mitarbeiterAnlegerbetreuung td {
					vertical-align: top;
					padding-left: 10px;
					padding-right: 10px;
				}
				
				.mitarbeiterAnlegerbetreuung td.kontakt {
					vertical-align: bottom;
					padding-bottom: 33px;
					white-space: nowrap !important;
				}
			/* MITARBEITER ANLEGERBETREUUNG */
		/* MITARBEITER */
		
		/* ADHOC */
			.AdHocMitteilung {
			}
			
			.AdHocMitteilung h2.datum {
				float: left;
				width: 117px;
				border-right:solid #C0C0C0 1px;
				color: #C0C0C0;
			}
			
			.AdHocMitteilung .AdHocMitteilungDetail {
				float: right;
				width: 447px;
			}
			
				div.linkToArticleADHOC {
					list-style-position: outside;
					margin: 10px 0px 31px 0px !important;
					padding: 0px 0px 31px 10px!important;
					border-top: solid #C0C0C0 1px;
				}
					
				div.linkToArticleADHOC div {
					list-style: none;
					float: left;	
					line-height: 31px;
					margin-right: 10px;
					background-repeat: no-repeat;
					background-position: center left !important;
				}
					
				div.linkToArticleADHOC div a {
					text-decoration: none;
					color: #08402b; 
				}
					
				div.linkToArticleADHOC div a:hover {
					text-decoration: none;
					color: #000000; 
				}
					
				div.linkToArticleADHOC div.top {
					position: absolute;
					margin-top: -33px;
					margin-left: 404px;			
				}
					
				div.linkToArticleADHOC div.back {
					background-image: url(/img/ico_arrow_left_C0C0C0.png);
					padding-left: 20px !important;
					
				}
					
				div.linkToArticleADHOC div.more {
					background-image: url(/img/ico_arrow_right_C0C0C0.png);
					padding-left: 20px !important;
				}
		/* ADHOC */
		
		/* FAQs */
			ol.faqs {
				background: url(/img/ico_faqs.png) 75px center no-repeat;
				padding-left: 100px;
			}
			
			ol.faqs li {
				margin-left: 150px;
			}
		/* FAQs */
		
		/* GLOSSAR */
			.glossar {
				padding-left: 150px;
			}
			
			.glossar_definition {
				background-color:#EAF0EC;
				border-bottom: 1px solid #FFFFFF;
				padding: 10px 20px 10px 20px;
			}
		/* GLOSSAR */
		
		/* BASISDATEN */
			.basisdaten {
				border-collapse: collapse;
				border-spacing: 0;
				background: #FFF;
			}
			
			.basisdaten tr.separator {
				background: #e5eded;
			}
			
			.basisdaten td {
			    border: 1px solid #969696;
    			padding: 3px 10px;
			}
			
			.basisdaten td:first-child {
			    color: #08402B;
			}
		/* BASISDATEN */
		
		/* KENNZAHLEN */
			.kennzahlen {
				border-collapse: collapse;
				border-spacing: 0;
				background: #FFF;
			}
			
			.kennzahlen tr.separator {
				background: #e5eded;
			}
			
			.kennzahlen td, .kennzahlen th {
			    border: 1px solid #969696;
    			padding: 3px 10px;
			    font-weight: normal;
			}
			
			.kennzahlen td:first-child, .kennzahlen th {
			    color: #08402B;
			}
		/* KENNZAHLEN */
		
		/* ANALYSTENBEWERTUNG */
			.analystenbewertungen {
				border-collapse: collapse;
				border-spacing: 0;
				background: #FFF;
				width: 595px;
			}
			
			.analystenbewertungen tr.separator {
				background: #e5eded;
			}
			
			.analystenbewertungen td, .analystenbewertungen th {
			    border: 1px solid #969696;
    			padding: 3px 10px;
			    font-weight: normal;
			}
			
			.analystenbewertungen td:first-child, .analystenbewertungen th {
			    color: #08402B;
			}
		/* ANALYSTENBEWERTUNG */
		
		/* STIMMRECHTSMITTEILUNGEN */
			.stimmrechtsmitteilnungen h2.datum {
				color: #C0C0C0;
			}
		
			div#naviStimmrechtsmitteilnungen a {
			    background-color: #e5eded;
			    margin: 33px 1px 33px 0px;
			    padding: 11px 20px 10px 20px;
			}
		/* STIMMRECHTSMITTEILUNGEN */
		
		/* FINANZKALENDER */
			table + table {
				margin-top: 20px;
			}
		
			.finanzkalender {
				border-collapse: collapse;
				border-spacing: 0;
				background: #FFF;
				width: 595px;
			}
			
			.finanzkalender tr.separator {
				background: #e5eded;
			}
			
			.finanzkalender td, .finanzkalender th {
			    border: 1px solid #969696;
    			padding: 3px 10px;
			    font-weight: normal;
			}
			
			.finanzkalender td:first-child{
			    text-align: right;
			}
			
			.finanzkalender td:first-child, .finanzkalender th {
			    color: #08402B;
			    width: 130px;			}
			
			.finanzkalender th {
			    background: #e5eded;
			    width: 130px;
			}
		/* FINANZKALENDER */
		
		/* MELDEPFLICHTIGEAKTIENGESCHÄFTE */		
			.meldepflichtigeaktiengeschaefte {
				border-collapse: collapse;
				border-spacing: 0;
				background: #FFF;
				width: 800px;
				letter-spacing: 0;
				font-size: 11px;
			}
			
			.meldepflichtigeaktiengeschaefte tr.separator {
				background: #e5eded;
			}
			
			.meldepflichtigeaktiengeschaefte td, .meldepflichtigeaktiengeschaefte th {
			    border: 1px solid #969696;
    			padding: 3px 10px;
			    font-weight: normal;
			}
			
			.meldepflichtigeaktiengeschaefte td:first-child {
			    text-align: left;
			}
			
			.meldepflichtigeaktiengeschaefte td:first-child, .meldepflichtigeaktiengeschaefte th {
			    color: #08402B;
			    width: 130px;
			 }
			
			.meldepflichtigeaktiengeschaefte th {
			    background: #e5eded;
			    width: 130px;
				font-size: 12px;
				vertical-align: bottom;
			}
			
			div#naviMeldepflichtigeAktiebgeschaefte a {
			    background-color: #e5eded;
			    margin: 33px 1px 33px 0px;
			    padding: 11px 20px 10px 20px;
			}
		/* MELDEPFLICHTIGEAKTIENGESCHÄFTE */
		
		/* TREUHANDBERICHTE */		
			a.ajaxlink {
				list-style: none;
    			font-size: 12px;
    			height: 22px;
    			line-height: 22px;
    			background-image: url("/img/arrow.gif") !important;
    			background-position: left center;
    			background-repeat: no-repeat;
    			padding-left: 33px;
			}
		/* TREUHANDBERICHTE */
		
		/* JAEHRLICHESDOKUMENT */					
			div#naviJaehrlichesDokument a {
			    background-color: #e5eded;
			    margin: 33px 1px 33px 0px;
			    padding: 11px 20px 10px 20px;
			}
		/* JAEHRLICHESDOKUMENT */
		
		/* FONDSDOWNLOADS */
			#fondsDownloads img {
				float: left;
				margin-right: 33px;
				margin-bottom: 33px;
			    border: 1px solid #969696;
			}
		/* FONDSDOWNLOADS */
		
		/* DOWNLOADS */
			table + table {
				margin-top: 20px;
			}
		
			table.downloads {
				border-collapse: collapse;
				border-spacing: 0;
				background: #FFF;
				width: 595px;
			}
			
			table.downloads tr.separator {
				background: #e5eded;
			}
			
			table.downloads td, table.downloads th {
			    border: 1px solid #969696;
    			padding: 3px 10px;
			    font-weight: normal;
			}
			
			table.downloads th:first-child{
			    width: 50px;
			}
			
			table.downloads td:first-child, table.downloads th {
			    color: #08402B;
			    text-align: center;
			}
			
			table.downloads td.nowrap {
				white-space: nowrap;
			}
		/* DOWNLOADS */
		
		/* MATERIAL */
			input.number {
				width: 20px;
			}
			
			#fondsDownloads textarea, #fondsDownloads #filterbox input[type='text'] {
				width: 570px !important;
			}
		/* MATERIAL */
		
		/* CHART */
			p.chart {
				background: #f3f3f3;
				padding: 50px;
				text-align: center;

			}
		/* CHART */
		
		/* ACCEPT DOSCLAIMER */
			.acceptButton {
				padding-right: 20px !important;
				font-size: 12px !important;
				text-align: left;
			 	margin: 0px !important;
			 	border: 0px !important;
			 	background-color: transparent;
			 	cursor: pointer;
			 	text-decoration: underline;
			 	background-image: url(/img/ico_arrow_right_C0C0C0.png) !important;
			 	background-repeat: no-repeat;
			 	background-position: center right;
			}
		/* ACCEPT DOSCLAIMER */
		
		/* fotoTextListe */
			.fotoTextListe img {
				float: left;
				margin-right: 30px;
			}
			
			.fotoTextListe div {
				float: right;
				width: 426px;
				padding-left: 30px;
				border-left-style:solid; 
				border-left-color:#C0C0C0; 
				border-left-width:1px;
				min-height: 180px;
			}
		/* fotoTextListe */
		
		/* VERTRIEB REGIONEN */
			#vertrieb_regionen {
				margin-top: 33px;
			}
			
				#vertrieb_regionen #anschrift_karte {
					width: 200px;
					float: left;
				}
			
				#vertrieb_regionen #anschrift_karte h3 {
					font-size: 12px;
					line-height: normal;
				}
				
				#vertrieb_regionen #einleitungstext {
					width: 340px;
					padding-left: 33px;
					border-left: 1px solid #C0C0C0;
					float: right;
					min-height: 200px;
				}
				
				#vertrieb_regionen #einleitungstext p {
					margin: 0px;
				}
				
				#vertrieb_regionen #mitarbeiter_swap {
					border-top: 1px solid #C0C0C0;
					margin-top: 25px;
				}
		
		/* VERTRIEB REGIONEN */
	/* LISTEN IM CONTENT */
	
	/* ANLEGERBETRUEUUNG */
		.anlegerbetreuung_organigramm {	
			border-spacing: 5px;
		}
		
		.anlegerbetreuung_organigramm td { border: 2px solid white; }
		
		.anlegerbetreuung_kategorie {
			padding: 10px;
			background-color: #E1E1E1;	
			text-align: center;		}
		
		.anlegerbetreuung_kategorie strong {
			font-size: 14px;
		}
		
		.anlegerbetreuung_mitarbeiter {
			padding: 20px 10px 0px 10px;
			background-color: #F4F4F4;
			text-align: center !important;
		}
		
		.anlegerbetreuung_mitarbeiter strong {
			font-size: 14px;
		}
		
		.anlegerbetreuung_mitarbeiter a {
		}
		
		.anlegerbetreuung_mitarbeiter img {
			display: inline !important;
		}

	/* ANLEGERBETRUEUUNG */
	
	/* DEVCON VP BEREICH */
		a.excelCSV img {
			display: inline;
		}
		
		div.abc {
			text-align: center;
			background-color: #E5EDED !important;
			padding: 10px auto 10px auto;
			margin-bottom: 1px;
		}
		
		.infobox {
			width: 200px;
		}
		
		.infobox h3 {
			cursor: pointer;
		}
		
		div.abc button {
			background: none repeat scroll 0 0 transparent;
			border: medium none;
			color: #08402B;
			cursor: pointer;
			margin: 0px;
			width: 12px;
			height: 20px;
		}
	
		/* FILTERBOX */
			#filterbox {
				margin-bottom: 33px;
			}
			
			#filterbox h2 {
				background: url("/img/arrow_filterbox.png") no-repeat scroll 10px center transparent;
				padding: 10px 10px 10px 40px !important;
				background-color: #E5EDED !important;
			}
			
			#filterbox h2 + div {
				background-color: #E5EDED !important;
				padding: 10px !important;
			}
			
			#filterbox table td {
				padding: 3px;
			}
			#filterbox input[type="text"] {
				width: 180px;
			}
		/* FILTERBOX */
		
		/* MASSAGE */
			table#message {
				margin-bottom: 33px;
			}
			
			table#message td {
				padding: 3px;
			}
		/* MASSAGE */
		
		/* PAGINATION */
			.pagination {
				padding: 10px !important;
				background-color: #E5EDED !important;
				text-align: center;
				margin-bottom: 33px;
			}
			
			.pagination a img {
				display: inline;
				margin-top: 3px !important;
			}
			
			.pagination a {
				height: 20px;
			}
			
			.pagination button.active {
				text-decoration: underline !important;
			}
			
			.pagination button {
			    background: none repeat scroll 0 0 transparent;
			    border: medium none;
			    color: #08402B;
			    cursor: pointer;
			    margin: 0px;
			    width: auto;
			    height: 20px;
			}
		/* PAGINATION */
		
		/* TABELLEN */
			table.dataTable {
				border-collapse: collapse;
				border-spacing: 0;
				background: #FFF;
				width: 595px;
			}
			table.dataTable input {
			    background: none repeat scroll 0 0 transparent;
			    border: medium none;
			    color: #08402B;
			    cursor: pointer;
			    margin: 0px;
			    width: auto;
			    height: 20px;
			}
			
			table.dataTable tr.separator {
				background: #e5eded;
			}
			
			table.dataTable td, table.dataTable th {
			    border: 1px solid #969696;
    			padding: 3px 10px;
			    font-weight: normal;
			}
			
			table.dataTable th {
			    white-space: nowrap;
			    background-color: #E5EDED;
			}
			
			table.dataTable th:first-child{
			    min-width: 50px;
			}
			
			table.dataTable td:first-child, table.dataTable th {
			    color: #08402B;
			    text-align: left;
			    white-space: nowrap;
			}
			
			table.dataTable td.nowrap {
				white-space: nowrap;
			}
		/* TABELLEN */
	/* DEVCON VP BEREICH */
	/* //////////////////////////////////////////////////// CONTENT //////////////////////////////////////////////////// */
/* CONTENT */

/* FOOTER */
	div.footer {
		margin: 0px auto 30px;
		width: 1115px;		
		height: 94px;
		background-image: url(/img/kante.png);
	}
/* FOOTER */

/* DEBUG */
	.debug, pre {
		top: 0;
		left: 0;
		text-align: left;
		background-color: red;
		z-index: 11000;
		color: #FFF;
		background-image: url(/img/bg_80_black.png);
	}
/* DEBUG */
