	*{
		margin:0;
		padding:0;
		
		font-family:Arial, Helvetica, sans-serif;
		font-size: 	13px;
		color:	#2d2d2d;		
	}
	

	a{
		text-decoration:none;
		cursor:pointer;
	}
	
	.content a{
		text-decoration:underline;
		color:	#002579;
	}
	
	html{
			height:101%;
			background: #50a0ee;
			background: #225fa1;
	}
	
	.printview{
		background: #fff;
	}
	
	body{
		padding-bottom:5px;
		text-align: center;
		background: #50a0ee;
		background: #225fa1;
	}
	
	ul{
		list-style:none;
	}
	
	li{
		list-style:none;
	}
	
	table{
		text-align: left;
	}
	
	h1{
		font-size:	18px;
		font-weight:bold;
		line-height: 1.5em;
		margin:0;
		color:	#002579;
	}
	
	h2{
		font-size:	12px;
		font-weight:bold;
		line-height: 1.2em;
		margin-bottom:15px;
	
	}
	
	h3{
		font-size: 	20px;
		font-weight:bold;
		line-height: 1em;
		margin-bottom:5px;
	}
	
	h4{
		font-size:	16px;
		font-weight:bold;
		line-height: 1em;
		margin: 10px 0 5px 0;
	}
	
	h5{
		font-size:	12px;
		font-weight:bold;
		line-height: 1em;
		margin-bottom:15px;
	}
	
	h6{
		font-size: 10px;
		font-weight:normal;
		line-height:1em;
		margin-bottom:0;
	}
	
	select *{
		background: #ffffff;
	}
	
	img{
		border:0;
	}

	table.normal{
		
	}
	
	table.normal td{
		padding: 1px 2px;
	}
	
	.mainContainer{
		margin: auto;
		text-align: left;
		width: 982px;
	}
	
	.headContainer{
		margin: 30px auto;
		width: 980px;
		position:relative;
		cursor: pointer;
	}
	
	.headContainer .logo{
		float:left;
		background: url("../images/logo.jpg");
		width: 198px;
		height: 44px;
		margin: 6px 0;
	}
	
	.headContainer .ship{
		position: absolute;
		background: url("../images/headship.png");
		width: 201px;
		height: 101px;
		left: 100%;
		top: 0;
		margin: 0px 0 0 -188px; 
		z-index: 100;
	}
	
	 .headLogo{
		width: 475px;
		height: 30px;
		background: url("../images/martini.png") no-repeat ;
	}
	
	
	.bodyContainer{
		position:relative;
		width: 982px;
		border: solid 1px #50a0ee;
		border: solid 1px #225fa1;
		margin: 40px -1px;
		z-index:1;
		background: url("../images/shipback.jpg") no-repeat 10px bottom;
		min-height: 480px;
		padding: 0 0 40px 0;
	}
	
	* html .bodyContainer{
		height: 480px;
	}
	
	.leftCol{ 
		float: left;
		background: url("../images/shipleft.jpg") no-repeat 0px 45px;
		width: 207px;
		min-height: 300px;
		margin: 35px 0 0 0;
	}
	
	* html .leftCol{
		height: 300px;
	}
	
	.leftCol ul{
		margin: 0 0 10px 10px;
	}
	
	.leftCol li{
		margin: 1px 0;
		font-weight: bold;
	}
	
	.leftCol li a{
	}
	
	.leftCol li li{
		font-weight: normal;
	}
	
	.rightCol{
		float: right;
		margin: 40px 0 0 0;
	}
	
	.contentCarrier{
		width: 590px;
		position: relative;
		margin: -130px 0 0 227px;
	}
	
	* html .contentCarrier{
		margin: -187px 0 0 227px;
		margin: -130px 0 0 227px;
	}
	
	.martini{
		position: absolute;
		left: 50%;
		top: 0;
		margin: -100px 0 0 -215px;
		width:475px;
		height:30px;
		
		z-index: 1000;
	}
	
	.bodyMenue{
		overflow: visible;
		height: 50px;
		position: relative;
		z-index: 1000;
	}
	
	.bodyMenue li{
		float: left;
		padding: 4px 5px;
		background: url("../images/transp.gif");
		position: relative;
		overflow: visible;
	}
	
	.bodyMenue li a{
		color: #7967a8;
	}
	
	.bodyMenue li span{
		float: left;
		padding : 2px 0;
		overflow: hidden;
	}
	
	.bodyMenue li span.txt{
		float: left;
		display: block;
		height: 15px;
		padding: 2px 3px;
		font-weight: bold;
	}
	
	* html .bodyMenue li span.txt{
		height: 21px;
	}
	
	* html .bodyMenue li span.r1{
		height: 19px;
	}
	
	* html .bodyMenue li span.r2{
		height: 17px;
	}
	
	* html .bodyMenue li span.r3{
		height: 15px;
	}
	
	.bodyMenue li span.r1{
		margin: 1px 0;
		width: 1px;
		height: 13px;
	}
	.bodyMenue li span.r2{
		margin: 2px 0;
		width: 1px;
		height: 11px;
	}
	.bodyMenue li span.r3{
		margin: 3px 0;
		width: 1px;
		height: 9px;
	}
	
	.bodyMenue li.over span,
	.bodyMenue li.cur span{
		background: #dddddd;
	}
	
	.bodyMenue li.over a,
	.bodyMenue li.cur a{
		color: #45249c;
	}
	
	
	.bodyMenue li.over li span,
	.bodyMenue li.cur li span{
		background: transparent;
	}
	
	.bodyMenue li ul{
		clear: both;
		display: none;
		padding: 3px 4px;
		position: absolute;
		left: -2px;
		top: 23px;
		
	}
	
	.bodyMenue li ul li ul{
		display: none;
	}
	
	/*
	,
	.bodyMenue li.cur ul,
	.bodyMenue li.active ul
	*/
	
	.bodyMenue li.over ul{
		display: block;
		
		background: #50a0ee;
		background: #225fa1;
	}
	
	.bodyMenue li.close ul{
		display: none;
	}
	
	.bodyMenue li li{
		padding: 0 1px 1px 0;
		float: none;
		text-align:left;
		display: block;
		min-width:150px;
	}
	
	.bodyMenue li li span{
		display: block;
		padding: 2px 0px;
		float: none;
		text-align:left;
		font-weight: bold;
	}
	.bodyMenue li li span a{
		background: #ffffff;
		white-space:nowrap;
	}
	
	/*.bodyMenue li li span{
		padding: 3px 7px;
		margin: 1px 0;
		display: block;
		float: none;
	}*/
	
	.bodyMenue li li a{
		padding: 3px 7px;
		margin: 1px 0;
		display:block;
		float: none;
		
	}
	
	.bodyMenue li li.over span,
	.bodyMenue li li.cur span{
		padding: 0 0px;
		border: solid 2px #ffffff;
		border-left: 0;
		border-right: 0;
	}
	
	.bodyMenue li li.over a,
	.bodyMenue li li.cur a{
		background: #7276c7;
	}
	
	.bodyMenue li li.over span a,
	.bodyMenue li li.cur span a{
		background: #7276c7;
		color: #ffffff;
	}
	
	.bodyMenue li.over ul li ul{
		display: none;
	}
	
	.content{
		min-height: 420px;
		text-align:left;
		padding: 0 0 60px 0;
	}
	
	.content p{
		margin: 0 0 10px 0;
		color:	#002579;
	}
	.content p strong{
		color:	#002579;
	}
	
	* html .content{
		height: 420px;
	}
	
	.contentContainer{
		position: absolute;
		color: #fff;
		width: 100%;
		z-index:100;
	}
	.contentContainer .boxcontent .bodyMenue{
		position:relative;
		z-index: 100;
	}
	
	.contentTransparenz{
		opacity:.85;
		-moz-opacity: 0.85;
		filter: alpha(opacity=85);
		width: 100%;
		z-index:0;
	}
	.contentTransparenz .boxcontent *{
		visibility: hidden;
	}
	
	.contentTransparenz .boxcontent .bodyMenue{
		visibility: hidden;
		position:relative;
		z-index:0;
	}
	
	.contentTransparenz .boxcontent .content{
		visibility: hidden;
	}

	
	.footer{
		margin: 0 2px;
		overflow: visible;
		padding: 0 0 2px;
	}
	
	.contentTransparenz .footer{
		border: solid 2px #152e9e;
		border-top: 0;
		border-bottom: 0;
		margin: 0;
		
	}
	
	.contentTransparenz .footer div *{
		visibilits: hidden;
	}
	
	.footer0{
		background: #ffffff;
		text-align:center;
		padding: 1px;
	}
	
	.footer1{
		position:relative;
		top:4px;
		height: 2px;
		background: #ffffff;
		margin: -4px 1px 0px;
		overflow: hidden;
	}
	
	.footer2{
		position:relative;
		top:4px;
		height: 2px;
		background: #ffffff;
		margin: 0 3px 0px;
		overflow: hidden;
	}
	
	* html .footer{
		padding: 0 0 4px 0;
	}
	
	.tabelle td{
		padding: 3px;
	}
	
	.tabelle th{
		padding: 3px;
	}
	
	
	
	.userContent{
		position: relative;
		margin: 0px 0 0 207px;
		top: -67px;
		z-index:100;
	}
	
	.userContent .content{
	}
	
	.userContent .content fieldset{
		background: #ffffff;
	}
	
	span.HL{
		font-weight:bold;
		color: #cf0404;
	}
	
	.disabled{
		color: lightgrey;
	}
	
	.disabled label{
		color: lightgrey;
	}
	
	ul.expandContent{
		margin:0;
		padding:0;
		list-style-type:none; 
	}
	
	ul.expandContent a{
		cursor:pointer;
		padding-left:20px;
		margin-left:-20px;
	}
	
	ul.expandContent li{
		margin:0;
		padding:0;
		list-style-type:none;
		
	}
	
	ul.expandContent li.expandable{
		list-style-image: url("../images/buttons/minus.gif");/*preload f�r safari*/
		list-style-image: url("../images/buttons/plus.gif");
	}
	
	ul.expandContent ul{
		margin:1px 2px 1px 10px;
		padding:0;
		display:none;
	}
	
	
	
	ul.expandContent li.expanded{
		list-style-image: url("../images/buttons/minus.gif");
	}
	ul.expandContent li.expanded ul{
		display:block;
	}
	ul.expandContent li.expanded ul li{
		list-style-image:none;
	}
	
	.clearer{
		width:100%;
		clear:both;
		height: 0px;
		margin: -0px 0 0 0;
		padding: 0;
		line-height: 0px;
		overflow: hidden;
	}
	
	* html .clearer{
		height: 1px;
		margin: -1px 0 0 0;
	}
	
	.hidden{
		visibility: hidden;
	}
	
	.stepContainer p{
		margin:0;
		padding:10px;
	}
	
	.stepContainer div{
		margin-top:10px;
		padding:10px;
	}
	
	.stepContainer div div{
		margin-top:0px;
		padding:0px;
	}
	
	.stepContainer p,.stepContainer p *,.stepContainer div, .stepContainer div *{
		font-family:Verdana, Helvetica, sans;
		font-size: 	12px;
		color:	#9c9fcc;
		background-color:#eae9e2;
		background-image: url("../images/tools/stepBackground.jpg");
		}
	
	.stepContainer p.selected,.stepContainer p.selected *,
	.stepContainer div.selected,.stepContainer div.selected *{
		font-family:Verdana, Helvetica, sans;
		font-size: 	12px;
		color:	#00087d;
		
		background:transparent;
		}
		
	.stepContainer p.selected input, .stepContainer p.selected select,
	.stepContainer p.selected textarea, .stepContainer div.selected textarea,
	.stepContainer div.selected select,.stepContainer div.selected input{
		background-color:#ffffff;
	}
	
	.stepContainer p.selected input[disabled],
	 .stepContainer p.selected select[disabled],
	.stepContainer div.selected select[disabled],
	.stepContainer div.selected input[disabled]{
		background-color:#eeeeee;
		color:gray;
	}
	
	
	       .listbox{
			width:200px;
			height:200px;
			overflow:hidden;
			border:solid 1px black;
			margin: 1px 2px;
		}
		
		
		.listbox ul{
			margin:0;
			padding-left:25px;
		}
		.listbox  ul {
			list-style-image: url("/lib/images/tools/listbox/listboxicon.gif");
		}
		
		.listbox ul li{
			list-style-image: url("/lib/images/tools/listbox/listboxicon.gif");
		}
		.listbox ul li ul {
			border-left:dotted 1px black;
			margin-left: -9px;
		}
		
		.listbox li{
			margin:0;
		}
		
		.listbox a {

			font-family:   Arial, Helvetica, sans-serif;
        		text-decoration:none;
        		font-weight:normal; 
		}

	.listboxtpl{
		border: solid 1px black;
		width: 400px;
	}	
		
	div.listboxtpl div.head{
		height: 15px;
		background: #0000ee;
	}
	
	.listboxtpl .body{
		height: 200px;
		overflow: auto;
	}
	
	.listboxtpl .body ul li{
		list-style-image: url("/lib/images/tools/listbox/listboxicon.gif");
		margin: 2px 15px;
	}
	
	.listboxtpl .body ul li .cur{
		background: #ccccff;
	}
	
	.labeledBlock{
		border:0;
		margin:15px 0;
	}
	
	.labeledBlock div{
		margin:-8px 0 3px 20px;
	}
	.labeledBlock.border{
		border:solid 1px red;
	}
	
	.labeledBlock legend{
		padding-left:18px;
		background: url("../images/seminare/arrow.gif") no-repeat left 3px;
		font-size:1.0em;
		margin:1px 2px;
		font-weight:bold;
		color:#b80000;
	}
	
	.editfield{
		width:250px;
		text-align:right;
		overflow:hidden;
		
		margin: 2px 0px;
	}
	
	.editfield span{
		float:left;
		clear:both;
	}
	
	.editfield input,.editfield select{
		width:150px;
		float:right;
	}
	
	.preview.small{
		border:solid 1px black;
		width:200px;
		height:170px;
		margin:0px 5px 2px;
		overflow:hidden;
	}
	
	.preview ul{
		list-style-type:none;
		margin:0px 0px 0px 10px;
		padding:0;
	}
	
	.preview li{
		list-style-type:none;
	}
	
	.menuemenueitem a{
		padding:2px;
		display:block;
		cursor:default;
		border:solid 1px transparent;
	}
	
	.menuemenueitem a:hover{
		border:solid 1px #cc2222;
	}
	
	

	
	.cmsdatatable td{
		margin:0;
		padding:2px;
		border-left:solid 1px black;
		border-bottom:solid 1px black;
		border-right:0;
	}
	
	.cmsdatatable select{
		width:150px;
	}
	
	.cmsdatatable input{
		width:130px;
	}
	
	.cmsdatatable input,select{
		border:0;
		background-color: transparent;
	}
	
	fieldset.formular{
		margin: 5px 0;
		border: 0;
	}
	
	fieldset.formular legend{
		font-weight: bold;
	}
	

	fieldset.formular li{
		width: auto;
		clear: both;
		overflow: hidden;
		padding: 0 5px;
	}
	
	fieldset.formular li.space{
		height: 8px;
	}
	
	fieldset.formular label{
		clear:both;
		float:left;
		width:45%;
	}
	
	fieldset.formular li input,
	fieldset.formular li select,
	fieldset.formular li textarea,
	fieldset.formular li select *{
		width: 200px;
	}	
	
	fieldset.formular li textarea{
		height: 100px;
	}
	fieldset.formular li.norm input{
		width: auto;
	}
	
	fieldset.formular li.missed input,
	fieldset.formular li.missed textarea,
	fieldset.formular li.missed select,
	fieldset.formular li.missed select *{
		background: #cc2222;
		color: #ffffff;
	}
	
	fieldset.output{
		padding: 5px;
	}
	fieldset.output p{
		display: none;
		margin: 0;
	}
	
	
	fieldset.output p.show{
		display: block;
	}
	
	a.ok{
		padding: 0 5px;
		border:dashed 1px green;
	}
	
	a.cancel{
		padding: 0 5px;
		border:dashed 1px red;
	}
	
	a.button{
		padding:4px;
		background: #ffffff;
	}
	
	a.button:hover{
		background: #eeeeee;
	}
	a.button_n{
		padding:4px;
		background: #eeeeee;
		text-decoration: none;
	}
	
	a.button_n:hover{
		background: #eeeeee;
		text-decoration: none;
	}
	div.notice{
		border:solid 1px gray;
		background-color:#eeeeee;
		padding:5px;
	}
	
	div.prompt{
		position:absolute;
		display:none;
	}
	
	a.menue{
		padding: 2px 5px;
		margin: 0;
		border-right: solid 1px gray;
		font-weight:normal;
	}
	
	a.menue:hover{
		color:#b40000;

	}
	
	a.menue.cur{
		color:#b40000;
		font-weight:bold;
	}
	

	
	span.bold{
		font-weight:bold;
	}
	
	.Book div.page{
		display:none;

		border:solid 1px gray;
		background-color:#eeeeee;
		padding:15px;
		margin-top:2px;
	}
	
	.Book div.page.cur{
		display:block;

	}
	
	.Book div.index{
		height: 20px;
	}
	
	.Book div.index a{
		cursor:pointer;
		margin:0 4px 0px 0px;
		padding:3px;
		background-color:#ffffff;
		border:solid 1px gray;
	}
	
	.Book div.index a.cur{
		background-color:#eeeeee;
		border-bottom:solid 1px #eeeeee;
	}
	
	.Book .varSelect{
		float: right;
		text-align: right;
	}
	
	.Book .varSelect *{
		text-aign: left;
	}
	
	div.news{
		display:block;
		overflow:hidden;
		margin: 15px 0;
	}
	* html div.news{
		height:1px;
		overflow:visible;
	}
	
	div.news div.newsContent{
		clear:both;
		margin:0;
		padding: 10px 5px;
		border:solid 1px #000366;
		background: #ffffff;
	}
	
	div.news .headLines{
		/*float:left;*/
		padding: 0 37px 5px 0;
		margin-bottom:-3px;
		overflow:hidden;
		
		
		border-bottom:solid 1px #e8e1bd;
		border-top:solid 1px #000366;
		border-left:solid 1px #000366;
		border-right:solid 1px #000366;
	/*	background:#f5f1dc url("../images/news/headIllu.gif") no-repeat right ;*/
		
	}
	
	div.news .headLines h6{
		padding-left:15px;
	}
	
	div.news .headLines h5{
		/*border-top:solid 1px #000366;*/
		padding-left:5px;
		
	}
	
	div.news p{
		margin: 5px 0;
		line-height:1.3em;
	}
	
	div.news div.headIllu{
		border:solid 1px black;
		width:20px;
		height:20px;
		display:block;
	}
	
	
	.terminKalender{
		border-collapse:collapse;
		width:400px;
		margin-top:30px;
	}
	
	.terminKalender th{
		vertical-align:top;
		padding:1px 0 0 4px;
		color:#f6f2b2;
		background: #337277;
		background: #32477f;
		border:solid 1px #525591;
		font-size:0.9em;
	}
	

	.terminKalender td{
		width:80px;
		border:solid 1px gray;
		height:30px;
		vertical-align:top;
		background:#eaeaea;
		font-size:0.8em;
	}
	
	.terminKalender td div{
		padding: 4px 0 0 4px;
		font-size:1em;
	}
	
	
	.terminKalender td div.terminKalenderTerminbox{
		padding:0 0 0 4px;
		border-top:dashed 1px gray;
		color: #000000;
	}
	
	.terminKalender td.empty{
		background:transparent;
	}	
	
	
	
	.contactForm{
		padding: 0 15px 15px;
	}
	
	.contactForm fieldset{
		border:0;
	}
	
	.contactForm fieldset legend{
		font-weight:bold;
	}
	
	.contactForm fieldset ul{
		margin: 10px;
	}
	
	.contactForm fieldset li{
		list-style-type:none;
		margin: 2px 0;
	}
	
	.contactForm fieldset li label{
		float:left;
		display:block;
		width: 120px;
	}
	
	.contactForm fieldset li input{
		width: 150px;
		
		background: transparent;
	}
	
	.contactForm fieldset li select{
		width: 155px;
	}
	
	.contactForm fieldset textarea{
		width: 350px;
		height: 200px;
		background: transparent;
	}
	
	.configModuls{
		overflow: hidden;
	}
	
	
	.printview .configModuls{
		border: 0;
		background: #ffffff;
	}
	
	.configModuls .configModul{
		display: block;
		border: solid 1px #000;
		width: 150px;
		float: left;
		margin: 5px;
		text-align: left;
		text-decoration: none;
	}
	
	.configModuls .configModul .head{
		height: 20px;
		background: #32477f;
		line-height: 20px;
		color: #fff;
		font-weight: bold;
		padding: 0 8px;
		font-size: 0.8em;
		
	}

	
	.configModuls .configModul:hover .head{
		background: #c6282d;
	}
	
	.configModuls .configModul .body{
		height: 80px;
		padding: 5px;
		overflow: auto;
	}
	
	* html .configModuls .configModul .body{
		height: 80px;
		
	}

	
	.smaller{
		font-size: 0.9em;
		color: #ffffff;
	}	
	
	rightCol.smaller{
		font-size: 0.9em;
		color: #32477f;
	}
	
	.pdfSideList{
	}
	
	.fondsverkaufswuensche td{
		width: 150px;
		height: 30px;
		
	}
	
	
	/*
		Kann in ein Extra css f�r User bereich
	*/
	
	
		
	.areaedit{
		margin:0;
		padding:0;
		margin-left:0px;
	}
	
	.areaedit td{
		margin:0;
		padding:2px;
		border-left:solid 1px black;
		border-bottom:solid 1px black;
		border-right:0;
	}
	
	.areaedit select{
		width:100px;
	}
	
	.areaedit input{
		width:100px;
	}
	
	.areaedit input,select{
		border:0;
		background-color: transparent;
	}
	
	
	.imageDetails{float:left;
			width:600px;
			position:absolute;
			padding: 10px;
			display:none;
			top:20px;
		}
		
		
		.imageDetails .img{
			float:left;
			margin: 5px;
		}
		
		.imageUpload{
			position:absolute;
			padding:10px;
			display:none;
		}
		
		.closeButton{
			float:right;
		}
		.closeButton span{
			border:solid 1px gray;
		}

		.imgGallery{
			width:100%;
		}

		.imgGallery tr{
			margin:0;
			padding:0;
		}
			
		.imgGallery td.img{
				margin:0;
			border:solid 1px black;
			/*width:<?=$width?>%;*/
			text-align:center;
			vertical-align:middle;
			/*padding:5px;*/
			color:black;
			background-color:#ffffff;
		}
		
		.imgGallery td{
			text-align:center;
			vertical-align:middle;
			color:black;
			background-color:#ffffff;
		}

		.imgGallery td.img div{
			border:solid 1px red;
			line-height:150px;
			vertical-align:middle;
		}
		
		.menue_rightCol{
		}
		
		.menue_rightCol li{
			margin: 1px 2px 1px 5px;
			font-weight: bold;
		}
		
		.menue_rightCol li li{
			font-weight: normal;
		}
	
		.cmsPagesList{
			clear: both;
		}
		
		.content .cmsPagesList li{
			height: 70px;
			border: solid 1px black;
			list-style-type: none;
			margin: 0 0 -1px 0;
			overflow: hidden; 
			
		}
		
		.cmsPagesList li div{
			float: left;
			width: 200px;
			height: 68px;
			display: block;
			padding: 2px;
			overflow: hidden;
			
			margin: 1px;
		}
		
		.cmsPagesList li div.title{
			width: 100px;
			padding: 2px;
			float: left;
		}
		
		.content .cmsPagesList .content{
			widht: 100px;
			float: left;
			margin: 0;
		}
		
		.content .cmsPagesList .deletedPage{
			margin: 25px 0;
			color: #cc0000;
			font-weight: bold;
		}
		
		.content .cmsPagesList li div h1{
			margin: 0px 0 2px;
			font-size: 1.2em;
			font-weight: bold;
		}
		.cmsPagesList li div p{
			margin: 2px 0;
		}
		
		.cmsPagesList li div.options{
			width: 100px;
		}
		
		.content .cmsPagesList li div li{
			width: auto;
			border: 0;
			height: auto;
		}
		
		.texthighlight{
			color: #ed1b2f;
			cursor: pointer;
		}
		
		.tooltip{
			z-index: 10;
			position: absolute;
			width: 230px;
			/*height: 130px;*/
			border: solid 1px #ed1b2f;
			background: #ffffff no-repeat center center;
			overflow: hidden;
		}
		
		.tooltip .pics{
			margin: auto;
			text-align: center;
			/*line-height: 130px;
			height: 130px;*/
			vertical-align: middle;
			float: left;
			margin: 5px 2px 0 5px;
		}
		
		.tooltip p{
			margin: 0 5px;
		}
		
		.tooltip h1{
			margin: 0px 5px;
			font-size: 1.2em;
			color: #ed1b2f;
		}

		.dialogWindow{
			position: absolute;
			background: #ffffff;
			border: solid 2px lightgrey;
			display: none;
		}
		
		.progressbar{
			border: solid 1px black;
			height: 16px;
			background: url('../images/system/progress.gif') repeat-x;
			text-align: center;
			color: #ffffff;
			font-weight: bold;
		}
		
		.progressbar *{
			color:#ffffff;
		}
		
		.progressbar a.cancelsmall{
			width: 16px;
			height: 16px;
			float: right;
			background: url('../images/buttons/b_delete.png') center center no-repeat;
		}
	
		.userselect{
			margin: 10px;
		}
		
		#recomcard_prompt_loaded{
			z-index:51;
		}
		
		.console{
			height: 400px;
			border: solid 1px black;
			border-top: 0;
			background: #ffffff;
			position: absolute;
			top: 0px;
			left: 0px;
			z-index: 1000;
			width: 99%;
		}
		
		.console ul.output{
			height: 375px;
			margin: 0 2% 0 1%;
			overflow: auto;
		}
		
		.console ul li span{
			width: 20%;
			text-align: right;
			float: left;
			overflow: hidden;
			white-space:nowrap;
		}
		
		.console ul li p.error{
			color: #aa2222;
		}
		
		.console ul li div{
			margin: 0 0 0 21%;
		}
		
		.console ul li ul{
			margin: 0;
		}
		
		.console ul li ul li{
			margin: 0;
		}
		
		.console input{
			height: 20px;
			line-height: 20px;
			width: 96%;
			margin: 0 2% 0 1%;
		}
		
		/*
			Inhaltslayouts - Kisten
		*/
/*
	Runde Boxen
*/

.roundBox {background: transparent;}

.roundBox .top, .roundBox .bottom {display:block; background:transparent; font-size:1px;}
.roundBox .b1, .roundBox .b2, .roundBox .b3, .roundBox .b4, .roundBox .b1b, .roundBox .b2b, .roundBox .b3b, .roundBox .b4b {display:block; overflow:hidden;}
.roundBox .b1, .roundBox .b2, .roundBox .b3, .roundBox .b1b, .roundBox .b2b, .roundBox .b3b {height:1px;}

.roundBox .bg{
	background:#ccc;
	background:transparent;
}

.roundBox .b2 {
	border-left:1px solid #ffffff;
	border-right:1px solid #eeeeee;
	}
	
.roundBox .b3 {
	border-left:1px solid #ffffff; 
	border-right:1px solid #dddddd;
}

.roundBox .b4 {
	border-left:1px solid #ffffff; 
	border-right:1px solid #aaaaaa;
	}
	
.roundBox .b4b {
	border-left:1px solid #eeeeee; 
	border-right:1px solid #999999;
}

.roundBox .b3b {
	border-left:1px solid #dddddd; 
	border-right:1px solid #999999;
}
.roundBox .b2b {
	border-left:1px solid #aaaaaa; 
	border-right:1px solid #999999;
}

.roundBox .b1 {margin:0 5px; background:#ffffff;}
.roundBox .b2, .roundBox .b2b {margin:0 3px; border-width:0 2px;}
.roundBox .b3, .roundBox .b3b {margin:0 2px;}
.roundBox .b4, .roundBox .b4b {height:2px; margin:0 1px;}
.roundBox .b1b {margin:0 5px; background:#999999;}
.roundBox .boxcontent {
	display:block;  
	border-left:1px solid #ffffff; 
	border-right:1px solid #999999;
	text-align: center;
}

.roundBox.contentBorder{
	width: 100%;
}

.roundBox.contentBorder .bg{
	background: #e8f6fd;
	background: #d4e1f8;
}

.roundBox.contentBorder .boxcontent {
	display:block;  
	border-left:2px solid #152e9e; 
	border-right:2px solid #152e9e;
	text-align: center;
	padding: 60px 45px 0 45px;
}

.leftCol .roundBox.contentBorder{
	position: relative;
	z-index: 0;
	width: 253px;
	margin-right: -45px;
}

.leftCol .roundBox.contentBorder .boxcontent {
	padding: 15px;;
	text-align: left;
	
}

.roundBox.contentBorder .b1 {background:#152e9e;}
.roundBox.contentBorder .b1b {background:#152e9e;}

.roundBox.contentBorder .b2 {
	border-top:solid 1px #152e9e;
	border-left:2px solid #152e9e;
	border-right:2px solid #152e9e;
	}
	
.roundBox.contentBorder .b3,
.roundBox.contentBorder .b4,
.roundBox.contentBorder .b4b,
.roundBox.contentBorder .b3b{
	border-left:2px solid #152e9e; 
	border-right:2px solid #152e9e;
}

}
.roundBox.contentBorder .b2b {
	border-left:2px solid #152e9e; 
	border-right:2px solid #152e9e;
	border-bottom:solid 1px #152e9e;
}


.contentContainer .roundBox.contentBorder{

}

.contentContainer .roundBox.contentBorder .bg{
	background: transparent;
}

.contentContainer .roundBox.contentBorder .boxcontent {
	border-left:2px solid transparent; 
	border-right:2px solid transparent;
	border: 0;
	margin: 0 2px;
}

.contentContainer .roundBox.contentBorder .b1 {background:transparent;}
.contentContainer .roundBox.contentBorder .b1b {background:transparent;}

.contentContainer .roundBox.contentBorder .b2 {
	border-top:solid 1px transparent;
	border-left:2px solid transparent;
	border-right:2px solid transparent;
	border: 0;
	margin: 1px 2px 0;
	}
	
.contentContainer .roundBox.contentBorder .b3,
.contentContainer .roundBox.contentBorder .b4,
.contentContainer .roundBox.contentBorder .b4b,
.contentContainer .roundBox.contentBorder .b3b{
	border-left:2px solid transparent; 
	border-right:2px solid transparent;
	border: 0;
	margin: 0 2px;
}



.contentContainer .roundBox.contentBorder .b2b {
	border-left:2px solid transparent; 
	border-right:2px solid transparent;
	border-bottom:solid 1px transparent;
	border: 0;
	margin: 0 2px 1px;
}


/*
	HeadBox
*/


.headContainer .roundBox{
	width: 100%;
}

.headContainer .roundBox .bg{
	background: #fff;
}

.headContainer .roundBox .boxcontent {
	display:block;  
	border-left:2px solid #fff; 
	border-right:2px solid #fff;
	text-align: center;
	/*padding: 30px 45px 0 45px;*/

}

.headContainer .roundBox .b1 {background:#fff;}
.headContainer .roundBox .b1b {background:#fff;}

.headContainer .roundBox .b2 {
	border-top:solid 1px #fff;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
	}
	
.headContainer .roundBox .b3,
.headContainer .roundBox .b4,s
.headContainer .roundBox .b4b,
.headContainer .roundBox .b3b{
	border-left:2px solid #fff; 
	border-right:2px solid #fff;
}

}
.headContainer .roundBox .b2b {
	border-left:2px solid #fff; 
	border-right:2px solid #fff;
	border-bottom:solid 1px #fff;
}



/*
	MenueBoxes
*/



/*
	Runde Boxen ende
*/
a.button2
      {
   
	background:									#F8EED2
	
      font-family:Arial, Helvetica, sans-serif;
      font-size:12px;
      color: #063485;
      background-Color: #fafcff;
     
      text-decoration: none;
      width: 55px;
      text-align: center;
      
      }
a.button2:hover
      {
     color: #063485;
     background-Color: #cde4fb;
     text-decoration: none;
  
   
     
       }
.ship {

font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
font-weight:normal;
font-size:12px;color:#002579;
}	
		