/*--------------------------------------
	*
	*	Copyright 2006, Flughafen Berlin-Schönefeld
	*	www.viaberlin.com
	*	Author:Oliver Hook
	*	Function: print settings
	*
----------------------------------------*/
/*--------------------------------------
	*	basic settings
----------------------------------------*/
* {
	background:#fff;
	margin:0;
	padding:0;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
}
body {
	font-size:100%;
	margin:10px;
}
img {
   border:0;
}
.clear {
	clear:both;
	font-size:0; 
	height:0;
}
/* Clearfix-Methode */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	/*display:inline-block;*/
}
.clearfix {
	display: block;
}
hr {
	display:block;
	margin-left:20px;
}
.divider, .dividerTypeAS, .dividerFsStartS, .dividerFooter {
	clear:both;
	height: auto;
	margin: 15px 0 20px 0;
}
.invisible {
	position: absolute;
	left: -1000em; 
}
/*--------------------------------------
	*	hide areas
----------------------------------------*/
#navMain, #imageHeader, #colA, #colC, #footer, .iconSetContent {
	display:none;
}
/*--------------------------------------
	*	basic font settings
----------------------------------------*/
h1, h2, h3, h4, h5, h6 { /* Vermeidung von Seitenumbruechen direkt nach einer Ueberschrift */
	page-break-after:avoid;
	color:#666;
}
h1 {
	font-size:11pt;
	margin:0 0 9px 0;
	text-transform:uppercase;
}
h2, h3, h4 {
	font-size:9pt;
	margin:0 0 9px 0;
}
p {
	font-size:9pt;
	margin:5px 0 10px 0;
}
p a {
	text-decoration:underline;
}
/*----- lists -----*/
ul.listTxt {
	margin:0 0 12px 0;
}
ul.listTxt li {
	list-style-type:disc;
	margin-left:12px;
	font-size:9pt;
	line-height:13px;
}
/*--------------------------------------
	*	form settings
----------------------------------------*/
input, textarea, select, label {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
}
.labelXs {
	float:left;
	width:50px;
	padding-top:3px;
	margin-bottom:10px;
}
.labelM {
	float:left;
	width:90px;
	padding-top:3px;
	margin-bottom:10px;
}
.labelL {
	float:left;
	width:150px;
	padding-top:3px;
	margin-bottom:10px;
}
.fieldXs {
	float:left;
	width:45px;
	margin-right:5px;
}
.fieldS {
	float:left;
	width:70px;
	margin-right:5px;
}
.fieldM {
	float:left;
	width:120px;
	margin-right:5px;
}
.fieldMl {
	float:left;
	width:190px;
	margin-right:5px;
}
.fieldL {
	float:left;
	width:220px;
}
.fieldTxt {
	float:left;
	margin:5px 5px 10px 0;
	font-size:0.7em;
}
.submit {
	float:right;
	margin:5px 0 15px 0;
}
/*--------------------------------------
	*	header
----------------------------------------*/
#header {
	height:138px;
	margin-bottom:10px;
	border-bottom:1px solid #666;
}
#logoVB {
	float:left;
	margin:16px 0 0 0;
}
#headerBoxLanguage {
	float:right;
	margin:16px 0 0 0;
}
#logoBF {
	display:block;
	margin:0 0 15px 21px;
}
#selLanguage {
	width:100px;
}
/*--------------------------------------
	*	breadcrumb
----------------------------------------*/
#breadcrumb {
	border-bottom:1px solid #666;
	padding:0 0 0 15px;
	margin-bottom:15px;
	margin-top:-10px;
	height:22px;
}
#breadcrumb li {
	float:left;
	padding:5px 5px 0 0;
	list-style-type:none;
	font-size:7pt;
	color:#999;
}
#breadcrumb li a {
	color:#000;
}
/*--------------------------------------
	*	content
----------------------------------------*/
#content {
	padding:0 8px 10px 3px;
}
/*----- content cols -----*/
#colB {
	float:left;
	padding:0 7px;
	width:438px;
}
/*----- box types -----*/
.cbTypeAMidS, .cbTypeBMidS, .cbTypeBMidL {
	padding:3px;
	border:1px solid #999;
	margin-bottom:10px;
}
.cbMidSLeft {
	float:left;
	width:218px;
}
.cbMidSRight{
	float:right;
	width:218px;
}
.cbContent {
	padding:11px 5px 0 10px;
}
.contentBoxClean {
	padding:0 5px 0 3px;
}
.imgSLot {
	display:block;
	margin-bottom:12px;
}
.iconSetContent {
	float:right;
	margin:10px 0 0 5px;
}
.imgTxtThumb { /* Thumbnail für Bild/Text Kombi */
	float:left;
	margin-bottom:15px;
}
.imgTxtBox { /* Textbox für Bild/Text Kombi */
	margin-left:160px;
}
.imgContentL {
	display:block;
	margin:3px 0 10px 0;
}

