@import url(formular.css);
@import url(error.css);

html{
	overflow-y:scroll;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#dedede;}

.main{
	width:905px;
	position:absolute;
	margin-left:-457px;
	top:10px;
	left:50%;
}

.header{
	width:905px;}

.logo{
	width:203px;
	height:141px;}

.logo img{
	border:0;}

.header-top{
	vertical-align:top;
	text-align:right;
	width:696px;
	height:71px;
	background:url(../de/img/header_top_bg.jpg) no-repeat;}

.upper{
	padding-top:10px;
	padding-right:10px;}

.upper img{
	border:0;
	margin-left:5px;
	vertical-align:text-top;}

.upper, .upper a{
	font-size:10px;
	color:#FFF;
	text-decoration:none;}

.header-middle{
	width:232px;
	height:41px;
	background:url(../de/img/header_middle_bg.jpg) no-repeat;}

.login{
	width:464px;
	height:41px;
	background:url(../de/img/login_bg.jpg) no-repeat;
	vertical-align:middle;}

.login form{
	margin:0;
	padding:0;}

.login form .logintable{
	color:#1C3E85;
	font-size:11px;}

.login form .logintable td{
	vertical-align:middle;}

.login form .logintable input.textfield{
	border:1px solid #ccc;
	width:120px;
	padding:2px;
	margin-left:5px;
	font-size:11px;
	color:#999;}

.login form .logintable input.submitbutton{
	margin-left:15px;
	margin-right:10px;
	font-size:11px;}

/*Navigation*/
.navigation{
	width:696px;
	height:29px;
	background:url(../de/img/nav_bg.jpg) repeat-x;}

.navtable{}

.navsep{
	width:2px;}

.navcell, .navcellactive{
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;}

.navcell a.navlink, .navcellactive a.navlink{
	padding-left:16px;
	padding-right:16px;
	height:29px;
	line-height:29px;
	display:block;
	color:#FFF;
	text-decoration:none;
	font-size:12px;
	background:url(../de/img/navlink_bg.jpg) 100% 100%;}

.navcell a.navlink:hover, .navcellactive a.navlink{
	background:url(../de/img/navlink_bg.jpg) 100% 0%;}

.subnavbg{
	width:899px;
	height:31px;
	background:url(../de/img/subnav_bg.jpg) no-repeat;}

.subnavigation{
	position:absolute;
	width:690px;
	left:204px;
	height:30px;
	z-index:1000;
	text-align:left;
	color:#1C3E85;}

.subnavigation a.sub, .subnavigation a.subactive{
	height:26px;
	line-height:26px;
	text-align:left;
	color:#1C3E85;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	padding:2px 3px;}

.subnavigation a.sub:hover, .subnavigation a.subactive{
	background-color:#69A9CF;
	/*background-color:#1C3E85;*/
	color:#fff;}

/*Content*/
.content{
	width:905px;
	background:url(../de/img/content_bg.jpg) repeat-y;}

.content .middle a, .content .left a, .content .right a{
	color:#1C3E85;}

.content .left a{line-height:18px;}

.content .middle a:hover, .content .left a:hover, .content .right a:hover{
	color:#F6B700;}

a.newslink{
	font-size:10px;
	color:#1C3E85;
	background-color:#C0E5F8;
	padding:1px 3px;}

.articles{}

.articles .left{
	width:200px;
	vertical-align:top;}

.articles .middle{
	vertical-align:top;
	height:500px;
	width:490px;}

.articles .right{
	width:210px;
	vertical-align:top;}

.articles .middle .wrap, .articles .left .wrap, .articles .right .wrap{
	/*border:1px solid #ccc;*/
	margin-top:10px;
	margin-bottom:15px;}

.articles .left .wrap{
	width:180px;
	margin-left:10px;
	margin-right:10px;}

.articles .left .wrap ul{
	list-style-type: square;
	}

.articles .left .wrap ul li{
	margin-bottom: 3px;
	}

.articles .left .wrap ul li a{
	text-decoration:none;
	color:#1C3E85;
	}

.articles .left .wrap ul li a:hover{
	color:#F6B700;
	text-decoration: underline;}

.articles .middle .wrap{
	margin-left:4px;
	margin-right:4px;
	width:490px;
	overflow:hidden;
}

.articles .middle .wrap{
	overflow:hidden;
}

.width_full{
	width:690px ! important;
}

.articles .right .wrap{
	margin-left:8px;
	width:180px;
}

.articles .left h1.title, .articles .right h1.title{
	margin-top:0px;
	color:#299ED9;
	font-size:11px;
	margin-bottom:0px;}

.articles .middle h1.title{
	background-color:#1C3E85;
	color:#FFF;
	display:block;
	font-size:12px;
	padding:3px 5px ;
	margin-top:0;
	margin-bottom:5px;}

.articles .middle div.text, .articles .middle div.text p{
	/*line-height:16px;*/}

.articles .middle div.text table.normal{
	border-collapse:collapse;}

.articles .middle div.text table.normal td{
	border:1px solid #ccc;
	padding:4px;}

.wrap img{
	/*border:1px solid #ccc; */
}

.articles .left .wrap div.newstext, .articles .right .wrap span{
	font-size:11px;}

.articles .left .wrap div.newstext p, .articles .right .wrap div.newstext p{
	margin-top:0;}

.articles .left .wrap div.newstext span{
	padding-left:10px;
	line-height:18px;}

.bottom{
	width:905px;
	height:25px;
	background:url(../de/img/bottom_bg.jpg) no-repeat;}

.footer{
	padding-top:10px;}

.footer, .footer div a{
	font-size:11px;
	color:#1C3E85;
	text-decoration:none;}

.footer div{
	margin-left:205px;}

.permission_denied{
	border:1px solid #ccc;
	color:#1C3E85;
	padding:10px;
	margin:20px 0 0 0;}

.permission_denied p{
	margin:0;
	line-height:16px;}

/*Sitemap*/
ul.sitemap{
	margin-top:0;}

ul.sitemap li{
	list-style-image:url(../de/img/folder.gif);
	padding-left:3px;
	line-height:20px;}

ul.sitemap li ul li{
	margin-left:-10px;}

.ullink{
	margin-bottom:5px;}

.mt{
	margin-top:3px;}

.mr{
	margin-right:3px;}

.mb{
	margin-bottom:3px;}

.ml{
	margin-left:3px;}
.tab_lastminute, .tab_pauschal, .tab_hotel, .tab_staedte{
	width: 683px; 
	height: 31px;
	background-repeat:no-repeat; 
}
.tab_lastminute {
	background:url(../de/img/tab_lastminute.jpg);
}
.tab_pauschal, .tab_pauschal_erw {
	background:url(../de/img/tab_pauschal.jpg);
}

.tab_hotel, .tab_hotel_erw {
	background:url(../de/img/tab_hotel.jpg);
}

.tab_staedte, .tab_staedte_erw {
	background:url(../de/img/tab_staedte.jpg);
}

.feld_lastminute, .feld_pauschal, .feld_hotel, .feld_staedte{
	width: 673px;
	height: 288px;
	padding: 5px;
}
.feld_lastminute{
	background-color: #77BFEF;
}
.feld_pauschal{
	background-color: #B0D2F5;
}
.feld_hotel{
	background-color: #FFE589;
}
.feld_staedte{
	background-color: #FFF9BB;
}

.tab_art{
	height:30px;
	width:25%;
	font-weight: bold;
	color: #000075;
}	
.box_lastminute, .box_pauschal, .box_hotel, .box_staedte{
	width: 219px; 
	height: 130px; 
	float: left;
	margin: 0px 4px 4px 0px;	
	font-weight: bold;
	color: #1c3f83;
}
.box_lastminute{
	background:url(../de/img/box_lastminute.jpg);
	background-repeat: repeat-x;
	}
.box_pauschal{
	background:url(../de/img/box_pauschal.jpg);
	}
.box_hotel{
	background:url(../de/img/box_hotel.jpg);
	}
.box_staedte{
	background:url(../de/img/box_staedte.jpg);
	}			
.ang_bez {
	padding: 15px 0px 5px 20px;
	font-size: 15px;
}
.ang_div{
	padding: 0px 0px 2px 20px;
	font-size: 12px;
}
.ang_preis{
	padding-left:140px;
	font-size:15px;
}

.ang_bez a {
	text-decoration: none;
}
.ssform {
	width: 215px; 
	float: right;
	padding:0px 0px 0px 7px;
	font-size: 11px;
}
.ssdiv {
	margin-bottom: 4px;
	color:#1C3E85;
}
#kmonth, #rueckmonth {width: 79px;}

.tab_lastminute_erw, .tab_pauschal_erw, .tab_hotel_erw, .tab_staedte_erw {
	width: 590px; 
	height: 26px;
	background-repeat:no-repeat; 
}
.tab_lastminute_erw {
	background:url(../de/img/tab_lastminute_erw.jpg);
}
.tab_pauschal_erw {
	background:url(../de/img/tab_pauschal_erw.jpg);
}
.tab_hotel_erw {
	background:url(../de/img/tab_hotel_erw.jpg);
}
.tab_staedte_erw {
	background:url(../de/img/tab_staedte_erw.jpg);
}

.newstext a:hover{
	color:#F6B700;
} 

