/*  body und schrift */
html {
	padding:0px;
	margin:0px;
}

body {
	background: #EFF0EB url(/images/bgstripes.gif) repeat-x;
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#564B47;
	padding:0px;
	margin:0px;
}

a {
	color: #6666EE;
	background-color:transparent;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

form {
	margin: 0;
	padding: 0;
}


/* Logo */

div.logo {
	margin: 0px;
	padding: 5px 20px 5px 20px;
}


/*  Top-Banner */

#topbanner {
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px;
	border-left: 1px;
	border-style: solid;
	border-color: #EFF0EB;
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0;
	padding: 0;
}


/*  Positioning-Layers statisch und absolut */

#links {
	position: absolute;
	left: 0px;
	width: 190px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

#inhalt {
	margin: 0px 190px 0px 190px;
	border: 1px solid #C9CCB9;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(/images/stripe.gif);
}

#rechts {
	position: absolute;
	right: 0px;
	width: 190px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}


/* Tabellen, z.B. Buchungsliste */

#inhalt div.box table {
	border-collapse: collapse;
}

#inhalt div.box table tr.tr_head td,
#inhalt div.box table tr.tr_row0 td,
#inhalt div.box table tr.tr_row1 td {
	border: 1px solid #C9CCB9;
}

.tr_row0 {
	background-color: #E2E2E2;
	font-size: 11px;
}

.tr_row1 {
	background-color: #EFF0EB;
	font-size: 11px;
}

.tr_head {
	color:#000000;
	font-weight: bold;
	background: #F0F0EB url(/images/box.gif) repeat-x;
	font-size: 11px;
}


/* Header */

#header {
	height: 43px;
}


/* Horizontales Menue */

#menu ul {
	margin: 0;
	padding: 6px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 22px;
	margin-left: 2px;
	padding: 8px 15px 0 15px;
	background: #EFF0EB url(/images/menu2.gif) repeat-x;
	border: 1px solid #C9CCB9;
	border-bottom: none;
	text-decoration: none;
	color: #564B47;
}

#menu .active a, #menu a:hover {
	height: 23px;
	background: #EFF0EB;
}


/* Boxen Version 2 */

#links ul.box, #rechts ul.box, #inhalt ul.box {
	margin: 10px 10px 0px 10px;
	padding: 0;
	list-style: none;
}

#inhalt ul.box {
	margin-top: 13px;
}

#links li h2, #rechts li h2, #inhalt li h2  {
	margin: 0;
	padding: 0;
	line-height: 100%;
}

#links li h2 span, #rechts li h2 span, #inhalt li h2 span {
	margin: 0;
	padding: 2px 10px;
	background: #F0F0EB url(/images/box.gif) repeat-x;
	border: 1px solid #C9CCB9;
	border-bottom: none;
	text-transform: uppercase;
	font: normal 10px sans-serif;
	color: #997867;
	white-space: nowrap;
}

#links li div.box, #rechts li div.box, #inhalt li div.box {
	margin: 1px 0 10px 0;
	padding: 4px;
	border: 1px solid #C9CCB9;
	background-color: #EAECE4;
}

#inhalt li div.box {
	padding: 6px;
}

#inhalt li ul {
	list-style-position: inside;
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
	line-height: 150%;
}

#inhalt li ul li {
	background: no-repeat url(/images/pfeil.gif);
	background-position: 0 7px;
	text-indent: 10px;
}

#links li div.box table, #rechts li div.box table {
	margin: 0;
	padding: 0;
	text-align: right;
	width: 100%;
}

/* Footer Copyright */

div.footer {
	text-transform:uppercase;
	text-align: center;
	padding:5px 15px;
	font-size:11px;
	font-weight:bold;
}

/* Footer Statistik */

div.stat {
	text-align: center;
	font-size: 9px;
	padding: 2px;
	border-top: 1px solid #C9CCB9;
	background: #F0F0EB url(/images/box.gif) repeat-x;
}

/* diverse Styles */

.prop {
	height:735px;
	float:left;
	width:1px;
}

.clear {
	margin:0;
	clear:both;
}

.null {
	width: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

.line {
	height: 1px;
	background-color: #C9CCB9;
	width: 100%
}

/* Shoutbox */

#shoutbox {
	visibility: hidden;
	filter: alpha(opacity=0);
	opacity: 0;
	position: fixed;
	left: 25px;
	top: 103px;
	right: 25px;
	bottom: 25px;
	border: 3px solid #C9CCB9;
	z-index: 100;
	background: #EFF0EB;
	padding: 20px;
	padding-top: 0;
	text-align: center;
}

#shoutbox p {
	margin:0;
	padding: 5px;
}

#iframe_shoutbox {
	border: 1px solid #C9CCB9;
	width: 100%;
	height: 60%;
}
