/* reisenews*/
div.news {
color:#444444;
font-size:12px;
line-height:18px;
overflow:hidden;
padding:3px 10px 0 0;
text-align:justify;
margin-bottom:5px;
}

div.news h1 {
margin-top:0;
padding-top:0;
}

div.new {background:#fff url(files/newsoverview.gif) no-repeat bottom left;border:1px solid #dddddd;font-size:13px;padding:10px;line-height:20px;overflow:hidden;text-align:justify;margin-bottom:5px;}
div.new h1 {margin-top:0;padding-top:0;padding-bottom:10px;font-size:14px}

/* abfragemaske */





.enclose {width:66%;float:left;clorr:#000;}
.enclose.left {width:50%;float:left;}
.enclose.right {width:50%;float:right;}
.right {width:33%;float:right;}
form label {display:block;margin:0 0 5px 0;font-size:11px;font-weight:normal;}


.reisemag li {list-style-type:disc;margin:0 0 5px 20px;font-family:inerhit;font-size:inerhit;line-height:1;}
.reisemag h1 {margin: 0 0 10px 0;font-size:14px}
.flightoffers a{color:#333333;text-decoration:underline;}
#onewayswitch, #class {width:205px;}

input[type=submit] {text-align:center;}

input {
	border:1px solid #ccc;
	font-size:14px;
	padding:4px;
	text-align:left;
	width:194px;		
	-moz-box-shadow:0 0 10px #eee inset;
	margin-bottom:10px;
}

select {
	border:1px solid #ccc;
	font-size:14px;

	text-align:left;
	width:100%;		
	-moz-box-shadow:0 0 10px #eee inset;
	margin-bottom:10px;
}

/* For the details, see: http://flowplayer.org/tools/dateinput/index.html#skinning */

/* the input field */
.date {
	border:1px solid #ccc;
	font-size:14px;
	padding:4px;
	text-align:left;
	width:194px;		
	-moz-box-shadow:0 0 10px #eee inset;
}

/* calendar root element */

.calendar {display:block;}


#calroot {
	margin-top:-1px;
	width:198px;
	padding:2px;
	background-color:#fff;
	font-size:11px;
	border:1px solid #ccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow: 0 0 15px #666;
	-webkit-box-shadow: 0 0 15px #666;	
}

/* head. contains title, prev/next month controls and possible month/year selectors */
#calhead {	
	padding:2px 0;
	height:22px;
} 

#caltitle {
	font-size:14px;
	color:#0150D1;	
	float:left;
	text-align:center;
	width:155px;
	line-height:20px;
	text-shadow:0 1px 0 #ddd;
}

#calnext, #calprev {
	display:block;
	width:20px;
	height:20px;
	background:transparent url(prev.gif) no-repeat scroll center center;
	float:left;
	cursor:pointer;
}

#calnext {
	background-image:url(next.gif);
	float:right;
}

#calprev.caldisabled, #calnext.caldisabled {
	visibility:hidden;	
}

/* year/month selector */
#caltitle select {
	font-size:10px;	
}

/* names of the days */
#caldays {
	height:14px;
	border-bottom:1px solid #ddd;
}

#caldays span {
	display:block;
	float:left;
	width:28px;
	text-align:center;
}

/* container for weeks */
#calweeks {
	background-color:#fff;
	margin-top:4px;
}

/* single week */
.calweek {
	clear:left;
	height:22px;
}

/* single day */
.calweek a {
	display:block;
	float:left;
	width:27px;
	height:20px;
	text-decoration:none;
	font-size:11px;
	margin-left:1px;
	text-align:center;
	line-height:20px;
	color:#666;
	-moz-border-radius:3px;
	-webkit-border-radius:3px; 		
} 

/* different states */
.calweek a:hover, .calfocus {
	background-color:#ddd;
}

/* sunday */
a.calsun {
	color:red;		
}

/* offmonth day */
a.caloff {
	color:#ccc;		
}

a.caloff:hover {
	background-color:rgb(245, 245, 250);		
}


/* unselecteble day */
a.caldisabled {
	background-color:#efefef !important;
	color:#ccc	!important;
	cursor:default;
}

/* current day */
#calcurrent {
	background-color:#498CE2;
	color:#fff;
}

/* today */
#caltoday {
	background-color:#333;
	color:#fff;
}




/* root element for tabs  */
.tabs {  
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:1px solid #666;
		
}

/* single tab */
.tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
.tabs a { 
	float:left;
	font-size:13px;
	display:block;
	padding:5px 30px;	
	text-decoration:none;
	border:1px solid #666;	
	border-bottom:0px;
	height:18px;
	background-color:#efefef;
	color:#777;
	margin-right:2px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	position:relative;
	top:1px;	
}

.tabs a:hover {
	background-color:#F7F7F7;
	color:#333;
}
	
/* selected tab */
.tabs a.current {
	background-color:#d7e9ff;
	border-bottom:2px solid #d7e9ff;	
	color:#000;	
	cursor:default;
}

	
/* tab pane */
.panes div.content {
	display:none;
	border:1px solid #666;
	border-width:0 1px 1px 1px;
	min-height:150px;
	padding:15px 20px;
	background-color:#d7e9ff;	
	margin-bottom:5px;
}




