@charset "utf-8";

/* Allgemeine Definitionen
----------------------------------------------- */
html {
	overflow-y: scroll;
}
body {
	background: #f8f6eb url(http://www.chinaholidays.de/layout/gfx/bg_gradient.gif) repeat-x 0 0;
	color: #000;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
body#popuppage {
	background: #f8f6eb url(http://www.chinaholidays.de/layout/gfx/bg_gradient.gif) repeat-x 0 -20px;
}
img,
a img {
	border: 0;
}
hr {
	display: none;
}	
.linksumfliessend {
	float: left;
	margin: 0 25px 10px 0;
}
.rechtsumfliessend {
	float: right;
	margin: 0 0 10px 15px;
}
.clear {
	clear: both;
	font-size: 1%;
	height: 1px;
	line-height: 1px;
}
.tab {
	float: left;
	width: 14em;
}


/* Links
----------------------------------------------- */
a,
a:visited {
	color: #000;
	outline: none;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
#footer a,
#footer a:visited {
	color: #adab9f;
	padding: 0 3px;
	text-decoration: none;
}
#footer a:hover {
	color: #adab9f;
	text-decoration: underline;
}

/* Typo
----------------------------------------------- */
h1, h2, h3, h4 {
	font-size: 13px;
	margin: 0;
	line-height: normal !important;
	padding: 0;
}
.blockheader,
h1.blockheader,
h2.blockheader,
h3.blockheader,
h4.blockheader {
	/*background: #e5e2d5;*/
	background: #e8e2c6;
	clear: both;
	color: #5d573f;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 .5em 0;
	padding: 7px 8px 6px 30px;
	text-transform: uppercase;
}
h1.blockheader {
	color: #881016;
}
h2, h3, h4 {
	font-size: 13px;
	margin: 0 0 .2em 0;
}
p, address, blockquote {
	margin: 0 0 1em 0;
	padding: 0;
}
p.toogle {
	margin-top: 18px;
}
address {
	font-style: normal;
}

/* Layout
-----------------------------------------------*/ 
#wrapper {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 900px;
}
#wrapper:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}
#wrapper {display: inline-block;}
/* Hides from IE-mac \*/
* html #wrapper {height: 1%;}
#wrapper {display: block;}
/* End hide from IE-mac */
#metamenu {
	color: #adab9f;
	float: left;
	font-size: 11px;
	height: 18px;
	margin: 0;
	line-height: 18px;
	padding: 0;
	width: 100%;
}
#header {
	float: left;
	height: 115px;
	margin: 0;
	padding: 0;
	width: 100%;
}
#header p {
	margin: 0;
	padding: 0;
}
.logo {
	float: left;
	margin: 8px 0 0 10px;
	width: 210px;
}
.slogan {
	float: right;
	margin: 54px 3px 0 0;
	width: 277px;
}
#navigation {
	float: left;
	height: 36px;
	margin: 0 0 6px 0;
	padding: 0;
	width: 100%;
}
#home #navigation {
	float: none;
	margin-bottom: 0;
}
#container {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
#teaser {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
#content {
	float: left;
	margin: 0;
	padding: 0;
	width: 900px;
}
#pageteaser {
	background: #fff;
	border: 1px solid #d5d0ba;
	height: 224px;
	margin: 0 0 6px 0;
	padding: 4px 4px 0 4px;
	width: 890px;
}
#text {
	background: #fff;
	border: 1px solid #d5d0ba;
	float: left;
	margin: 0 0 6px 0;
	line-height: 1.5em;
	padding: 4px 4px 0 4px;
	width: 890px;
	min-height: 50px;
	height: auto !important;  /*moderne Browser*/
	height: 50px;  /*IE*/
}
#home #text {
	background: #fff;
	border: none;
	float: left;
	margin: 0 0 6px 0;
	line-height: normal;
	padding: 0;
	width: 100%;
}
.innertext {
	float: left;
	padding: 12px 62px 12px 30px;
	width: 800px;
}
.leistungen ul {
	margin: 0;
	padding: 0;
}
.leistungen ul li {
	background: url(http://www.chinaholidays.de/layout/gfx/list-checked.png) no-repeat 0 2px;
	margin: 0;
	list-style: none;
	padding: 1px 0 1px 20px;
}
ul#thumbs {
	float: left;
	margin: 12px 0;
	padding: 0;
	width: 100%;
}
#footer {
	color: #adab9f;
	float: left;
	font-size: 11px;
	margin: 0;
	padding: 15px 0 15px 0;
	text-align: right;
	width: 100%;
}
#footer p {
	margin: 0;
	padding: 0;
}

/* Navigationen
-----------------------------------------------*/
ul#menu {
	background: #881016 url(http://www.chinaholidays.de/layout/gfx/bg_menu.png) repeat-x 0 0;
	border-bottom: 1px solid #fff;
	float: left;
	font-size: 15px;
	font-weight: bold;
	height: 36px;
	margin: 0;
	padding: 0;
	width: 100%;
}
#home ul#menu {
	border-bottom: none;
}
ul#menu li {
	display: inline;
	float: left;
	margin: 0;
	list-style: none;
	padding: 0;
	text-align: center;
}
ul#menu li a,
ul#menu li a:visited {
	background: url(http://www.chinaholidays.de/layout/gfx/bg_menu.png) repeat-x 0 0;
	color: #fff;
	display: block;
	float: left;
	height: 21px;	
	padding: 8px 0 7px 0;
	text-decoration: none;
	width: 180px;
}
ul#menu li a:hover {
	background: #881016;
	color: #fff;
	text-decoration: none;
}
ul#menu li a.start,
ul#menu li a.start:visited {
	background: url(http://www.chinaholidays.de/layout/gfx/bg_menu_start.png) no-repeat 0 0;
}
ul#menu li a.start:hover {
	background: #881016 url(http://www.chinaholidays.de/layout/gfx/bg_menu_start_on.png) no-repeat 0 0;
}
ul#menu li a.end,
ul#menu li a.end:visited {
	background: url(http://www.chinaholidays.de/layout/gfx/bg_menu_end.png) no-repeat top right;
}
ul#menu li a.end:hover {
	background: #881016 url(http://www.chinaholidays.de/layout/gfx/bg_menu_end_on.png) no-repeat top right;
}
/*selected*/
ul#menu li a.selected {
	background: #881016;
	color: #fff;
	text-decoration: none;
}
ul#menu li a.start.selected {
	background: #881016 url(http://www.chinaholidays.de/layout/gfx/bg_menu_start_on.png) no-repeat 0 0;
}
ul#menu li a.end.selected {
	background: #881016 url(http://www.chinaholidays.de/layout/gfx/bg_menu_end_on.png) no-repeat top right;
}
/*Metanavigation*/
#metamenu ul {
	float: right;
	margin: 0;
	padding: 0;
}
#metamenu ul li {
	display: inline;
	margin: 0;
	list-style: none;
	padding: 0 0 0 26px;
}
#metamenu ul li a,
#metamenu ul li a:visited {
	color: #98968b;
	text-decoration: none;
}
#metamenu ul li a:hover {
	color: #98968b;
	text-decoration: underline;
}

/* Formulare
----------------------------------------------- */
.fehler {
	color: red !important;
}
.gesendet {
	color: #0c0 !important;
}
#regform {
	float: left;
	margin: 35px 0 20px 0;
	text-align: left;
}	
#regform fieldset {
	border: 1px solid #999;
	margin: 0;
	padding: 15px 22px 0 15px;
}
legend {
	border: none;
	color: #666;
	font-weight: bold;
	padding: 0 8px;
}
label {
	cursor: pointer;
	float: left;
	text-align: left;
	width: 90px;
}
input.stdinput {
	border: 1px solid #999;
	width: 260px;
}
.button {
	margin-left: 90px;
}
#regform .xs {
	color: #777;
	font-size: 11px;
	margin-left: 90px;
}