body{
	background-image: url('background.jpg');
	background-repeat: repeat-x;
	font-family: arial;
	font-size: 11px;
}

form{
	margin: 0;
	padding: 0;	
}

a{
	text-decoration: none;	
}

a img{
	border: 0;	
}

/* -> Layout <- */
#master{
	margin: 0pt auto;
	width: 990px;
}

#head{
	margin: 0pt 20px;
}

#head a{
	color: #FFF;
	text-decoration: none;	
}

#body{
	display: block;	
}

#navigation_top{
	width:948px;
}

#body_top .left, #body_top .right, #body_bottom .left, #body_bottom .right{
	width: 20px;
	height: 20px;	
}

#body_top .center{
	width: 950px;
	background-image: url('shadow_top.png');
	height: 20px;	
}

#body_middle{
	background-image: url('shadow_center.png');
	background-repeat: repeat-y;
	padding: 0px 19px;	
}

#body_middle .center{
	position: relative;
	background-color: rgb(255, 255, 255);
	padding: 2px;
	width: 948px;
}

#body_bottom .center{
	 width: 950px;
	 background-image: url('shadow_bottom.png');
	 height: 20px;
}

#body_main{
	min-height: 700px;
	width:948px;
}

#body_search{
	float: left;
	width: 243px;
	margin: 4px 2px;
}

#body_search a, #body_search img{
	cursor: pointer;
}

#body_search img.btn_lay{
	margin-bottom: -2px;
}

#body_search .top{
	height: 14px;
	background-image: url('search_top.gif');
}

#body_search .middle{
	padding: 0px 10px;
	background-image: url('search_middle.gif');
}

#body_search .middle .search_head{
	font-size: 16px;
	font-weight: bold;
	padding: 7px 14px 1px 14px;
	margin-top: -4px;
	color: #FFF;
	height: 22px;
	background-image: url('search_head.gif');
}

#body_search .bottom{
	height: 14px;
	background-image: url('search_bottom.gif');
}

#body_content{
	float: right;
	width: 694px;
	margin: 4px 2px;
	font-size: 12px;
	line-height: 1.5em;
}

#foot{
	margin: 0 20px;		
}

#foot img{
	margin: 0 0 8px 0;	
}

/* -> Navigation Kopf <- */
#navi, #navi ul { list-style-type:none; margin:0; padding:0; z-index: 1; }
#navi li{
	background-image:url(btn_katalog.gif);
	border-left:1px solid #AF6700;
	border-right:1px solid #FFD8A0;
	float:left;
	height:22px;
	padding-left:38px;
	padding-top:8px;
	width: 118px;
}
#navi li.selected{
	background-image:url('btn_katalog_r.gif');
}
#navi li.selected a{
	color: #000000 !important;
}
#navi li:hover{
	background-image:url('btn_katalog_r.gif');
}
#navi li ul { display:none; position: absolute; }
#navigation_top #navi li:hover ul { display:block; }
#navi li ul li {
	clear: both;
	background-image: none;
	background-color: #FFFFFF;
	margin-left:-39px;
	border-top: 1px solid #FFD8A0;
	border-bottom: 1px solid #AF6700;
	width: 156px;
	height:	30px;
	padding: 0px;
}

#navi li ul li:hover{
	background-image: none;
	background-color: #FAE9CF;
}

#navi li ul li a{
	float:left;
	padding:8px;
	width: 140px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}


a.headnav{
	color:#FFFFFF;
	display:block;
	font-size:11px;
	font-weight:bold;
	margin-left:-39px;
	margin-top:-8px;
	padding-left:39px;
	padding-top:8px;
	padding-bottom:8px;
	text-decoration:none;
}

a.headnav:hover{
	color: #000000;
}

/* -> Search <- */

div.search_text{
	font-size: 11px;
	font-weight: bold;
	margin-top: 6px;
	width: 185px;
}

div.search_input{
	float: left;
	margin-bottom: 6px;
}

div.search_icon{
	float: left;
	margin-left: 6px;	
}

div.search_slider div{
    float: left;
    width: 111px;
}

div.search_input input, div.search_input select{
	width: 185px;
	font-size: 12px;
}

div.search_hidden{
	display: none;
}

div.search_text div{
	float: left;
	margin-bottom: 6px;
}

#body_search * input[type='submit']{
	width: 185px;
	background-image: url('btn_bg.gif');
	border: 1px solid #AF6700;
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
	color: #FFF;
	margin-top: 6px;
	cursor: pointer;
}

#body_search * input[type='image']{
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	width: auto;
    margin-bottom: -7px;
    padding: 4px;
    width: auto;
}

#body_search * input[type='button']{
	background-image: url('btn_bg.gif');
	border: 1px solid #AF6700;
	font-size: 12px;
	padding: 0px 8px 2px;
	color: #FFF;
	cursor: pointer;
}


#body_search * select[name='epc']{
	margin-right: 6px;
	width: 42px;
}

#amount_min, #amount_max{
	margin: 0 0px 4px;
}

/* -> Layer <- */

#layer_kinder, #layer_reset{
	-moz-border-radius: 16px 16px 16px 16px;
	-webkit-border-radius: 16px 16px 16px 16px;
	border-radius: 16px 16px 16px 16px;
	-moz-box-shadow: 3px 3px 16px #999999, 3px 3px 16px #000000;
	-webkit-box-shadow: 3px 3px 16px #999999, 3px 3px 16px #000000;
	box-shadow: 3px 3px 16px #999999, 3px 3px 16px #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-size: 11px;
	left: 30%;
	padding: 12px;
	position: fixed;
	top: 30%;
	z-index: 944;
	display: none;
	width: 150px;
}

#layer_ico, #layer_hmi, #layer_dsi{
	-moz-border-radius: 16px 16px 16px 16px;
	-webkit-border-radius: 16px 16px 16px 16px;
	border-radius: 16px 16px 16px 16px;
	-moz-box-shadow: 3px 3px 16px #999999, 3px 3px 16px #000000;
	-webkit-box-shadow: 3px 3px 16px #999999, 3px 3px 16px #000000;
	box-shadow: 3px 3px 16px #999999, 3px 3px 16px #000000;
	background-color:#FFFFFF;
	border:1px solid #000000;
	font-size:11px;
	left: 30%;
	padding:12px;
	position:fixed;
	top:20%;
	z-index: 944;
	display: none;
}

#layer_kinder .close, #layer_ico .close, #layer_hmi .close, #layer_dsi .close, #layer_reset .close{
	background-image: url('close.png');
	cursor: pointer;
	width: 32px;
	height: 32px;
	float: right;
	margin: -5px -8px;
}

#layer_kinder .title, #layer_ico .title, #layer_hmi .title, #layer_dsi .title, #layer_reset .title{
	background-color: rgb(235, 145, 13);
	height: 12px;
	padding: 4px 8px;
	margin-bottom: 8px;
	color: rgb(255, 255, 255) !important;
	font-weight: bold;
	width: auto;
}

#layer_ico .scroll, #layer_hmi .scroll, #layer_dsi .scroll{
	color:#000000;
	font-size:11px;
	height:260px;
	overflow-x:hidden;
	overflow-y:scroll;
	width:500px;
	margin-bottom: 8px;
}

.scroll *{
	font-size: 10px !important;
}

/* -> Content <- */
#myFrame{
	width: 100%;
	height: 2200px;
	border: 0;	
}

/* -> Old Content <- */
table.dsi_table{
	table-layout: fixed;
}

table.dsi_table tr td{
	padding-left: 16px;
}

table.dsi_table tr.head td{
	padding-left: 0;
}

td{
	font-size: 13px;
}

th{
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	background-image:url('btn_bg.gif');
	color: #FFF;
	font-size: 12px;
	height: 28px;
	padding-left: 10px;
	text-align: left;
}

/* -> Top Angebot <- */
div#top_angebot{
	height: 212px;
	overflow: hidden;
}

div.top_offer{
	height: 210px;
	background-color: #FAE9CF;
	margin: 2px 0;
}

p.btn{
	background-image: url('/templates/oneholiday/kreis_orange.jpg');
	background-repeat: no-repeat;
	color: #FFFFFF;
	float: right;
	font-size: 12px;
	font-weight: bold;
	height: 24px;
	padding-left: 7px;
	padding-top: 3px;
	width: 22px;
	cursor: pointer;
}

p.selected, p.btn:hover{
	background-image: url(/templates/oneholiday/kreis_blau.jpg);
}

/* -> Guide <- */
table.news{
	border-collapse: collapse;
}

table.news tr td{
	padding: 4px;
	vertical-align: top;
}

table.news tr.light td{
	background-color: none;
}

table.news tr.dark td{
	background-color: #FAE9CF;
}

table.news img{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 4px;
}

/* ------------------- Tooltip ---------------------- */

#tooltip.pretty {
	border: none;
	width: 140px;
	max-width: 180px !important;
}
#tooltip.pretty h3 {
	display: none;
}

#tooltip {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 3px 3px 16px #999999, 3px 3px 16px #000000;
	-webkit-box-shadow: 3px 3px 16px #999999, 3px 3px 16px #000000;
	box-shadow: 3px 3px 16px #999999, 3px 3px 16px #000000;
	background-color:#FFFFFF;
	border:1px solid #000000;
	position: absolute;
	z-index: 945;
	padding: 8px;
	line-height: 14pt;
}

#tooltip.message{
	font-size: 10px;
	position: fixed !important;
}
