/* menu.css - vitravel.de

INDEX
1.0 Main- und DropDown-Menü
2.0 Untermenü-Seiten
	2.1 Gemeinsame Einstellungen
	2.2 Einzel-Einstellungen

*/

/* ---------- 1.0 Main- und DropDown-Menü ---------- */
#menu_container{
	height: 40px;
}
#menu_container a { 
	color: #fff;
	text-decoration: none;
}
#menu_container a:hover { 
	color: #00609e;
	text-decoration: none;
}
#menu_main {
	display:block;
	clear:both;
	override:hidden;
	height:31px;
	width:791px;
	margin-left:20px;
}
.dropdown_pos {
	margin: 0;
    padding: 0;
    text-decoration: none;
	display: block;
}
.dropdown_menu {
	display: none;
	position: absolute;
	width:160px;
	z-index: 200;
	margin: -1px 0 0 -1px;
	border-top: 1px solid #fff;
	border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 1px solid #fff;
}
.dropdown_menu iframe {
	opacity: 0;
	filter: alpha(opacity=0);
}
.dropdown_menu .objects {
	postion: absolute;
	width:160px;
	z-index: 300;
	background-color: #07a7de;
}
.dropdown_menu .object:hover {
	background: #fff;
}
.dropdown_menu .object {
	display: block;
	z-index: 3;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	color: #fff;
	padding: 5px 0 5px  0;
	text-decoration:none;
	border-bottom:  1px solid #fff;
}
.dd_span { 
	margin-left: 7px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
.menu_box {
	float:left;
	margin-right:1px;
}
/* ---------- Ende 1.0 Main- und DropDown-Menü ---------- */

/* ---------- 2.1 Gemeinsame Einstellungen ---------- 

fu --> familien_urlaub.html
su --> single_urlaub.html
lu --> luxusreisen.html

*/
#container_su, #container_fu, #container_lu {
	position: relative;
	margin: 10px 0 0 20px;
	padding: 0;
	border: 1px solid #0789DE;
	width: 790px;
	voice-family: "\"}\""; 
	voice-family: inherit; 
	width: 788px;
}
html>body #container_su, #container_fu, #container_lu { width: 788px; }
/* ---------- Ende 2.1 Gemeinsame Einstellungen ---------- */

/* ---------- 2.2 Einzel-Einstellungen ---------- */
#iframe_su {
	width: 759px;
	height: 10000px;
	margin: 10px 0 0 15px;
}
#iframe_fu {
	width: 759px;
	height: 5000px;
	margin: 10px 0 0 15px;
}
#iframe_lu {
	width: 759px;
	height: 6300px;
	margin: 10px 0 0 15px;
}
/* ---------- Ende 2.2 Einzel-Einstellungen ---------- */


