@media all {
/* Media ALL START */

	body {
		background:#B0D5E8;
	}
		
	td, div, table, th, p, form, input, select, span, text, ul, li, fieldset, img, h1, h2, h3, h4, h5, textarea, a {
		margin: 0;
		padding: 0;
		border: 0;
		font-family: Verdana, Helvetica, Tahoma, Arial ,sans-serif;
		vertical-align: top;
		line-height:1.4;
		outline: none;	
	}
	
	p, form, input, select, text, ul, li, span, a, td {
		font-size: 8pt;
		}
	
	h1 {
		font-size: 9pt;
		font-weight:bold;
		text-align:left;		
	}
	
	
	h2 {
		font-size: 9pt;
		font-weight:bold;
		text-align:left;
	}
	
	h3 {
		font-size: 8pt;
		font-weight:bold;
		text-align:left;
	}
	
	h4 {
		margin:8px 0 0 0;
		font-size: 8pt;		
		font-weight:normal;
		font-size:10pt;	
	}
	
	h5 {
		margin:4px 0 -4px 0;
		font-weight:bold;
		line-height:0.6;
		font-size:8pt;
	}
	
	#pageWrapper {
		background:#FFF;	
		position:absolute; 
		overflow:visible; 
		width:990px; 
		margin-left:-495px; 
		top:0px; 
		left:50%;
		z-index:10;
		}

	
	#pageWrapper .inner {
		min-height:664px;	
		position:relative;	
		height:100%;			
		margin:0 30px;
		}
	
	#header {
		position:relative;
		height:114px;	
		background-color:#FFF;			
	}
	
	
	#header .logoleft {
		position:absolute;
		bottom:32px;
		left:0;			
	}
	
	
	#header .logoright {
		position:absolute;
		bottom:32px;
		right:0;			
	}
		
	#mainColumn {
		margin-top:32px;	
		float:right;
		width:446px;
    margin-right: 4px;		
		}	
	
	#leftColumn {
		margin-top:32px;
    float:left;
		height:100%;
		width:158px;
		}	
		
	#rightColumn {
		padding:0;
		float:right;
		bottom:0px;
		width:239px;
		height:auto;
		margin:0 0 0 0;	
	}				
		
	#contentWrapper {
		position:relative;
		height:100%;		
	}
	
	#contentBody {
		float:left;	  	
		width:640px;
		margin-bottom:60px;
		height:auto;
		min-height:480px;		
		position:relative;					
	}
	
	#footer {
		padding:6px 0;
		width:100%;
		bottom:0;
		height:28px;
		border-top:1px solid #DCDCDC;
		}		
			
			
	/* mainNavi STYLES START */		
		
	#mainNavi {
		position:relative;
		top:0px;
		width:100%;
		height:auto;
		z-index:90;
		}
	
	#mainNavi ul {	
		list-style:none;	
		margin:0;
		padding:0;
		width:100%;
		text-align:left;		
	} 
	
	#mainNavi ul li {
		height:22px;	
		display:block;
		float:left;
		width:158px;
		border:1px dotted #AEAEAE;
		border-left:0;		
	}
	
	#mainNavi ul li.first {
		border-left:1px dotted #AEAEAE;
	}	
	
	#mainNavi ul li a {
		width:100%;
		height:100%;
		line-height:22px;
		text-decoration: none;	
		display:block;
		color:#626262;
		background:#E1E1E1;	
		text-align:center;
		font-size:11px;		
	}	
	
	#mainNavi ul li a.active,
	#mainNavi ul li a:hover {
		background:url(../images/layout/naviBack.gif) repeat-x left top;
		color:#FFF;			
	}
				
	
	/* mainNavi STYLES END */	
		
	/* CONTENT STYLES START */

	#leftColumn .visualLeft {
		position:absolute;
		left:-12px;
		bottom:-50px;
	}
	
	#contentBody h1 {
		margin:8px 0 22px 0;
	}
	
	#contentBody .csc-textpic-above {
		margin-bottom:16px;
	}
		
	#middleContent * {
		line-height:1.5;
	}	

		
	#contentBody #inner {
		margin:16px 144px 16px 32px;
		padding:32px 0 0 0;	
	}
	
	#contentBody #inner p {
		margin:12px 0 0 0;
		font-size: 9pt;
		text-align:left;
	}
	
	#contentBody a {
		color:#007AA6;
		text-decoration:none;	
	}
	 			
	#contentBody a:hover {
		color:#6299CC;
	}	
	
	div#rightContent h1 {
		width:221px;
		height:25px;
		color:#FFF;
		background:#8F8F8F url(../images/layout/newsHeadBack.gif) repeat-x left top;
		font-size:9pt;
		line-height:25px;
		padding-left:18px;
		margin:0 0 5px 0;		
	}	
	
	div#rightContent h1 a {
		width:100%;
		height:100%;
		color:#FFF;
	}		
	
	
	#middleContent ul { margin-left: 20px; }
	.tx_vcjavascriptslideshow_pi1, #middleContent .csc-textpic-imagewrap img { border: 1px solid #ccc; margin-top: 15px; margin-bottom: 25px; }
	.tx_vcjavascriptslideshow_pi1 { width: 442px; }
	/* 
	#mailform input, #mailform select, #mailform textarea {
		text-align:left;
		background:white;
		border:1px solid #BBBBBB;
		padding: 1px 4px;
		width:468px;  
	}
	
	#mailform input.csc-mailform-submit {
		width:120px;
		}  
	
	#mailform input.csc-mailform-check {
		width:16px;
		}
			
	#mailform label {
		display: block;
		width:180px;
		}
		
	#mailform div {
		margin:12px 0 0 0;
		}
		*/
		
	.floatleft {
		display:block; 
		float:left;
	}
	
	.floatright {
		display:block; 
		float:right;
	}
	
	.clear { 
		clear:both;
		}					
	
	div.indent {
		margin-left:16px;
		}

	
	/* CONTENT STYLES END */
	
	/* SIDEBAR STYLES START */		
		
	ul.sidebar  {	
		list-style:none;		
	}	
		
	ul.sidebar li {
		display:block;
		padding:0;	
		text-align:left;
		border-bottom:1px solid #DCDCDC;		
	}
	
	ul.sidebar li a {
		display:block;
		color:#007aa6;
		padding:9px 0;
		margin:4px 0 0 0;
		text-decoration:none;	
		}
		
	 
	#contentBody a:hover,
	#contentBody ul.sidebar li.active a,
	li.active a,
	#footer a:hover {
		color: #000 !important;	
	}				
		
	/* SIDEBAR STYLES END */	
		
	
	/* SUBNAVI STYLES START */	
	
		
	#footer a {
		text-decoration:none;
	}
	
	#footer a:hover {
	}	
		
	#footer {	
		}	
		
	#footer ul {
			
	}	
		
	#footer ul li {
		list-style:none;	
		display:inline;	
		text-align:right;		
	}
	
	#footer ul li a {
		display:inline;	
		text-align: right;
		cursor: pointer;
		padding:0px 2px;
		text-decoration:none;	
		}		

	#footer * {
		color:#9a9a9a;
		font-size:11px;
		}
		
		
	#backgroundImage {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index:1;				
	}	
		
	/* SUBNAVI STYLES END */
		
	/* EXTENSION OVERRIDE STYLES START */ 
		

	/* NEWS LATEST START */		  
	#rightContent .news-latest-container {
		padding:0;
		margin:11px 0 0 0;
		overflow:hidden;
		}
		
	#rightContent .news-latest-container p {
		display:inline;
		font-size:8pt;
		line-height:1.6;				
		}		
		
	#rightContent .news-latest-container a {
		color:#000;
		font-size:8pt;
		text-decoration: none;
		padding:0;				
		}
		
	a span.more {
		text-transform:uppercase;
		font-weight:bold;
		color:#007aa6;
		padding:2px 0 0 0;
		line-height:12pt;
		}
		
	.news-latest-gotoarchive a span.more {
		text-transform:none;
		}
		
	#rightContent .news-latest-item, #rightContent .news-latest-gotoarchive {
		margin:0 0 9px 0;
		padding:9px 0 0 0;
		border:0;
		border-top:1px dotted #333;
		}
		
	
	#rightContent .news-latest-gotoarchive span.more {
		padding:0;
		margin:0;	
	}

	/* NEWS LATEST END */	

	/* NEWS LIST START */	
	
	.news-list-item .infoDetails {	
	}			
	
	.news-list-item {
		margin-bottom:16px;
	}	
	
	.news-list-container .image {
		margin:13px 0 12px 0;	
		float:left;
	}		
	
	.news-list-container img {
		margin-right:10px;	
		float:left;		
		border: none;
	}
	
	.news-list-container .excerpt {
		margin:8px 0;	
	}	
		
	/* NEWS LIST END */
		
	/* NEWS SINGLE START */	
		
	.news-single-img {
		float: left;
		margin:4px 0 6px 0;
		padding:0;
	}	
	
	div.news-single-rightbox {
		display:block;
		width:100%;
		font-size:7pt;
		font-weight:normal;	
		color:#666;
		padding-bottom:12px;
		margin:0 0 16px 0;
		border-bottom:1px solid #E1E1E1;		
	}
	
	
	div.news-single-item .content {
		padding-bottom:18px;
		border-bottom:1px solid #E1E1E1;	
	}
		
	div .news-single-additional-info {
		margin-top:16px;
	}	
	
	#contentBody div.news-single-item h1 {
		display:block;
		margin:0 0 8px 0;
	}
	
    .news-single-related dt, .news-single-links dt, .news-single-files dt {
        font-weight: bold;
        margin-left: 0;
    }
	
    .news-single-related dd, .news-single-links dd, .news-single-files dd {
        margin:12px 0 0 0;
    }
	
    .news-single-related *, .news-single-files * {
		font-size:8pt;
    }
	
	.news-single-related font {
		display:none;
	}
	
	/* NEWS SINGLE END */
	
/* EXTENSION OVERRIDE STYLES END */

/* Media ALL END */

}

@media print {

	@page {
		size: portrait;
		margin: 10%;
	}

	body {
		background:none;
	}	
	
		
	#header,
	#headBanner,
	#contentleft,
	#breadcrumb,
	#reisefinderHeadline,
	.noprint {
		display:none;
		}					
		
	#contentBody {
		position:absolute;
		top:1cm;
		left:0;
		width:18.5cm;
	}		
	
}	




