/** 
* default stylesheet for asiandreams.de
* (C) [m]zentrale. 2006
*/

/** *****************************************
* common rules for all templates
*/

@import url(content.css);
@import url(buchungsmachine.css);
@import url(buchungsmachine_overview.css);
@import url(typo3.css);
/*@import url(contact.css); zerschiesst die buchungsmaschine, sollte man anders lösen...*/ 

body {
	background: #069;
	padding: 0; margin: 0;
	text-align: center;
	overflow: auto;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
}

table, td {
  font-size: 12px;
}

#wrapper {
	width: 900px;
	background : #ffebd6;
	border: 1px solid #fff;
	border-top-width: 0px;
	margin: 0px auto;
	text-align: left;
}

#header {
	height: 130px;
	background: URL(../gfx/headerimages/default.jpg);
	background: URL(../gfx/headerimages/neu2.jpg);
}

#header #logo {
	float: right;
	width:400px;
	height: 50px;
	display: none;
}

#header #navitop {
	position: absolute;
	top: 105px;
	width: 888px;
}
#header #navitop ul {
	padding:0;margin:0;
	list-style: none;
}
#header #navitop ul li {
	margin-right: 1px;
	//display: inline; /* neccessary for ie6 */
	float: left;
	height: 25px;
}

#header #navitop ul li div.before {
	width: 5px;
	height: 25px;
	float: left;
	background: URL(../gfx/navi.corner-left.gif) 0 0 no-repeat;
}

#header #navitop ul li div.after {
	width: 6px;
	height: 25px;
	float:left;
	background: URL(../gfx/navi.corner-right.gif) top right no-repeat;
}


#header #navitop ul li a {
	display: block;
	height: 19px;
	_height: 25px; /* neccessary for ie6 */
	float: left;
	background : #ffdbb7;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold; 
	color: #036;
	padding: 0px 4px; padding-top: 6px;
}

/* active/hover state */

#header #navitop ul li a:hover, #header #navitop ul li.active a {
	color: #c30;
}

#header #navitop ul li.active a, #header #navitop ul li:hover a {
	background: #fff;
}

#header #navitop ul li.active div.before, #header #navitop ul li:hover div.before {
	background: URL(../gfx/navi.corner-left-active.gif) 0 0 no-repeat;
}

#header #navitop ul li.active div.after, #header #navitop ul li:hover div.after {
	background: URL(../gfx/navi.corner-right-active.gif) top right no-repeat;
}

#container {
	border-top: 5px solid #fff;
}

#container #left {
	float: left;
	width: 210px;
	margin: 10px 0px;
	_margin: 10px 5px;
	padding: 5px;
	font-size: 12px;
}

#container #right {
	float: right;
	width: 150px;
	padding: 1px 1px 5px 1px;
	font-size: 12px;
	margin-top: 15px;
}



#container #center {
	/*text-align: justify;*/
	line-height:  150%;
	font-size: 12px;
	/* ACHTUNG: im Typo3 wird per html datensatz manchmal
	dieser Wert überschrieben!!!! -> Buchungsmaschine und Asien-Reiseziel */
  padding-left: 5px;
}

#footernavi {}

#footer {
	clear: both;
	text-align: center;
}

#footer address {
	padding: 3px 0;
	border-top: 1px solid #963;
	color: #963;
	font-family: arial;
	font-size: 10px;
	font-style: normal;
}

/** *****************************************
* rules for 3 column template
*/

#threecol #container #center {
	margin: 15px 180px 15px 220px;
}

/** *****************************************
* rules for 2 column template
*/

#twocol #container #center {
	margin: 15px 15px 15px 220px;
}

#twocol #container #right {
	display: none;
}

/** *****************************************
* rules for 1 column template
*/

#onecol #container #center {
	margin: 15px;
}

/** *****************************************
* rules for popup template
*/

#popup #wrapper {
	width: 99%;
}

#popup #container #center {

}




#mzentrale {
 display: none;
}
