* {
	margin: 0;
	padding: 0;
}

a {
	color: #aaa;
	text-decoration: none;
}

a img {
	border: 0;
}

a:hover {
	color: #f33;
}

body {
	background: #000 url('../images/bg.png') repeat-x fixed left bottom;
	color: #6d6d6d;
	margin: 0;
	text-align: center;
	font: normal 0.9em Arial, sans-serif;
}

.main {
	margin: 0 auto 4px auto;
	text-align: left;
	width: 900px;
}

h1 {
	margin: 15px 40px;
	font-weight: bold;
	font-size: 190%;
	color: #ddd;
}

h2 {
	margin: 15px 0 0 0;
	font-weight: bold;
	font-size: 130%;
	color: #888;
}

p {
	margin: 5px 0 5px 30px;
	font-size: 110%;
}
#index p {
	margin: 5px;
	font-size: 110%;
}

.item {
	padding: 15px 10px;
}

.nomenu {
	padding: 50px 0 0 0;
	text-align: left;
}

.clear {
	clear: both;
}

.footer {
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	display: block;
}

.gelb {
	color: #ffd000 !important;
}

.note {
	text-align: center;
	margin: 10px auto 0 auto;
	clear: both;
}

.error {
	text-align: center;
	margin: 10px auto 0 auto;
	color: #c22;
	clear: both;
	font-size: 120%;
}

.danke {
	font-size: 110%;
	text-align: center;
	margin: 20px auto 5px auto;
}

.center {
	text-align: center;
	margin: 0 auto;
	clear: both;
}

.center img {
	padding: 0 3px 0 3px;
}

.left {
	float: left;
	width: 49%;
	margin: 10px auto;
	text-align: center;
}
.right {
	float: right;
	width: 49%;
	margin: 10px auto;
	text-align: center;
}
.left img, .right img {
	margin: 1px 0 10px 0;
}

.floatleft, .floatright {
	margin: 0;
	padding: 10px 15px;
	font-size: 115%;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}

#to_top_link {
	margin: 0 auto;
}

#navcontainer {
	margin: 15px auto 10px auto;
	padding: 10px 0 0 0;
	font-size: 130%;
	height: 35px;
	background: #0a0a0a url('../images/bgcode.gif');
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	clear: both;
}

#navcontainer ul {
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navcontainer li {
	display: inline;
	margin: 4px 8px;
}

#navcontainer li a {
	padding: 1px 2px;
	text-decoration: none;
}

#navcontainer a:hover {
	color: #e33;
	border-color: #fecb00;
}

body#seca #nav li#a, body#secb #nav li#b, body#secc #nav li#c, body#secd #nav li#d, body#sece #nav li#e, body#secf #nav li#f, body#secg #nav li#g, body#sech #nav li#h {
	color: #fff;
	cursor: text;
}

body#seca #nav li#a a, body#secb #nav li#b a, body#secc #nav li#c a, body#secd #nav li#d a, body#sece #nav li#e a, body#secf #nav li#f a, body#secg #nav li#g a, body#sech #nav li#h a {
	color: #fff;
	cursor: default;
}

table {
	margin: 15px auto 10px auto;
	border: 1px solid #333;
	border-collapse: collapse;
}

table td {
	border-bottom: 1px dotted #1e1e1e;
	padding: 4px 7px;
}

table .first {
	width: 200px;
	padding-left: 20px;
}

table .second {
	width: 420px;
}

table .third {
	width: 50px;
	padding-right: 20px;
}

table .one {
	width: 130px;
	padding-right: 10px;
	text-align: right;
}

table .two {
	width: 200px;
	text-align: center;
}

table.image, table.image td {
	border: 0;
}

/* Visitenkarte */
table.start {
	border: 1px solid #fff;
	font-size: 160%;
	font-weight: bold;
}
table.start td {
	border: 0;
	padding: 1px 10px;
	margin: 0;
}
table .name, table .adresse, table .oeffnungszeiten {
	color: #fff;
	background: #007f00;
}
table .angebote {
	color: #ef0000;
	background: #000;
}
table .ausstattungen-even, table .ausstattungen-odd {
	color: #ffd000;
}
table .ausstattungen-even {
	background: #007f00;
}
table .ausstattungen-odd {
	background: #000;
}


form {
	margin: 20px 40px 5px 40px;
}

form fieldset {
	border: 1px solid #333;
}

form input.text {
	border: 1px solid #222;
	background: #ddd;
	color: #111;
	margin: 15px 0 0 65px;
	padding: 2px;
	font-size: 125%;
}

form textarea {
	border: 1px solid #222;
	background: #ddd;
	color: #111;
	padding: 2px;
	font-size: 105%;
	margin: 15px 0 0 0;
}

form input.submit {
	border: 1px solid #ccc;
	background: #444;
	color: #eee;
	margin: 25px 10px 15px 10px;
	padding: 1px 5px;
	cursor: pointer;
	font-size: 110%;
}

form label {
	font-size: 110%;
	float: left;
	padding: 15px 30px;
	clear: both;
}

form input:hover.text, form textarea:hover, form input:hover.submit {
	border-color: #e33;
}

#index,
#index td {
	border: 0;
}
#index td {
	width: 320px;
}
#index h1 {
	margin: 0 auto;
}
#index tr.spacer img {
	margin: 30px 0 0 0;
}

#TB_window {
	font-weight: normal;
	font-size: 1.1em;
	color: #333;
}

#TB_secondLine {
	font-weight: normal;
	font-size: 0.9em;
	color: #666;
}

#TB_overlay {
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

.TB_overlayMacFFBGHack {
	background: url(macFFBgHack.png) repeat;
}

.TB_overlayBG {
	background-color: #000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight >document.body.offsetHeight ? document.body.scrollHeight: document.body.offsetHeight+'px');
}

#TB_window {
	position: fixed;
	background: #1f1f1f;
	z-index: 102;
	color: #6d6d6d;
	display: none;
	border: 4px solid #525252;
	text-align: left;
	top: 50%;
	left: 50%;
}

* html #TB_window {
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2)+(TBWindowMargin = document.documentElement &&document.documentElement.scrollTop || document.body.scrollTop)+'px');
}

#TB_window img#TB_Image {
	display: block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption {
	height: 20px;
	padding: 7px 30px 10px 25px;
	float: left;
}

#TB_closeWindow {
	height: 20px;
	padding: 11px 25px 10px 0;
	float: right;
}

#TB_closeAjaxWindow {
	padding: 7px 10px 5px 0;
	margin-bottom: 1px;
	text-align: right;
	float: right;
}

#TB_ajaxWindowTitle {
	float: left;
	padding: 7px 0 5px 10px;
	margin-bottom: 1px;
}

#TB_title {
	background-color: #e8e8e8;
	height: 27px;
}

#TB_ajaxContent {
	clear: both;
	padding: 2px 15px 15px 15px;
	overflow: auto;
	text-align: left;
	line-height: 1.4em;
}

#TB_ajaxContent.TB_modal {
	padding: 15px;
}

#TB_ajaxContent p {
	padding: 5px 0px 5px 0px;
}

#TB_load {
	position: fixed;
	display: none;
	height: 13px;
	width: 208px;
	z-index: 103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px;
}

* html #TB_load {
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2)+(TBWindowMargin = document.documentElement &&document.documentElement.scrollTop || document.body.scrollTop)+'px');
}

#TB_HideSelect {
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	border: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height: 100%;
	width: 100%;
}

* html #TB_HideSelect {
	position: absolute;
	height: expression(document.body.scrollHeight >document.body.offsetHeight ? document.body.scrollHeight: document.body.offsetHeight+'px');
}

#TB_iframeContent {
	clear: both;
	border: none;
	margin-bottom: -1px;
	margin-top: 1px;
}
