/*--------------------------------------
	*
	*	Copyright 2006, Flughafen Berlin-Schönefeld
	*	www.viaberlin.com
	*	Author:Oliver Hook
	*	Function: Flugsuche
	*
----------------------------------------*/
/*--------------------------------------
	*	font
----------------------------------------*/
h2 {
	text-transform:none;
}
#listFsAbfolge {
	padding-top:10px;
}
#listFsAbfolge li {
	padding:2px 10px 5px 6px;
	list-style-type:none;
	float:left;
	font-size:0.7em;
	font-weight:bold;
	color:#E4E3E3;
	text-transform:uppercase;
	background:url(../images/iconFsAbfolgeInactive.gif) 0 0 no-repeat;
}
#listFsAbfolge li span {
	color:#FFF;
	padding:0 5px 0 0;
}
#listFsAbfolge li img {
	vertical-align:bottom;
}
#listFsAbfolge li.fsActive {
	color:#EF6600;
	background:url(../images/iconFsAbfolgeActive.gif) 0 0 no-repeat;
}
/*--------------------------------------
	*	content
----------------------------------------*/
#colB {
	width:660px;
}
/*--------------------------------------
	*	buchungsbox
----------------------------------------*/
#formFS input, #formFS select { /* auszeichnung der formularfelder */
	color:#333;
	margin-top:2px;
}
input.sizeM {
	float:left;
	width:207px;
	padding:1px 0;
}
input.fieldCheck {
	margin-left:70px;
}
select.sizeS {
	float:left;
	width:150px;
}
select.sizeXs, select.sizeXsLast, select.sizeXsSpec, select.sizeXsSpecLast {
	float:left;
	width:50px;
	margin-right:10px;
}
select.sizeXsSpec {
 	margin-right:30px;
}
select.sizeXsLast, select.sizeXsSpecLast {
	margin-right:0;
}
label.labelFs {
	display:block;
	font-size:0.625em;
	padding-left:70px;
	color:#333;
	margin:10px 0 2px 0;
}
label.labelS {
	float:left;
	font-size:0.7em;
	color:#333;
	width:40px;
	padding:4px 0 0 5px;
}
label.labelCheck {
	font-size:0.625em;
	margin-bottom:1px;
	color:#333;
}
span.pers1, span.pers2, span.pers3 {
	float:left;
	font-size:0.625em;
	color:#333;
	margin:0 0 0 70px;
	width:80px;
}
span.pers2, span.pers3 {
	margin-left:0;
}
span.pers3 {
	width:auto;
}
span.pers2 a, span.pers3 a {
	color:#333;
}
#formFS .submit { /* auszeichnung submit-button */
	color:#EF6600;
}

/*--------------------------------------
	*	viaberlin css
----------------------------------------*/

.preisanzeige {
	color: #EF6600;
	font: bold 1.1em;
	font-family: Verdana;
}

.link {
	font-family: Verdana;
	font-size: 0.8em;
	color: #013B5F;
}

.airport {
	font-family: verdana;
	font-size: 0.9em;
	color: #666666;
	font-weight: bold;
}

.td_normal {
	font-family: verdana;
	font-size: 0.7em;
	color: #666666;
}

.klein {
	font-family: verdana;
	font-size: 0.6em;
	color: #666666;
}

.submitlink { /* auszeichnung submit-button */
	float:left;
	border:none;
	background:url(../images/link_intern.gif) 0 0 no-repeat;
	padding-left:16px;
	padding-bottom:2px;
	color:#013B5F;
	font-weight:bold;
	cursor:pointer;
	text-transform:uppercase;
	text-align:left;
	overflow:hidden;
}

.submitbuttonactive {
	background-color:red;
	color:white;
	border:none;
	padding:3px;
}

.submitbuttoninactive {
	background-color:gray;
	color:white;
	border:none;
	padding:3px;
}

.dividerOrange {
	background:url(../images/linie_orange.jpg) center no-repeat;
}

.buchungsstrecke {
	width:100%;
	background-color:#E4E3E3;
	border-top:1px solid white;
	padding:10px;
}

.fieldL_error {
	float:left;
	width:220px;
	background-color:#EF6600;
	border:none;
}
.fieldM_error {
	float:left;
	width:120px;
	margin-right:5px;
	background-color:#EF6600;
	border:none;
}
.errorbox {
	border:2px solid #EF6600;
	background-color:#FFCC00;
	padding:12px;
	text-align:center;
	font-size: 1em;
	color:red;
	font-weight:bold;
}

.handcursor {
	cursor: pointer;
}
