/* CSS Document
hg rot  : b80d24 
hg content: f8f5f0
schrift : 333333
orange: f6a600
 */
/* =============================
   global
   ============================= */
.rot {color:#b80d24 ;}
.orange {color:#f6a600;}
.weiss {color:#fff;}
.unsichtbar {display:none; visibility:hidden;}


html {
	/*
	overflow: hidden;
	*/
	/* height:101%  erzwingt v-scroll-bar */
}
html#frameContainer {
	/*overflow: auto;*/
}
body {
	margin:0px;
	padding:0px;
}
body#cmsBody {
	margin:10px;
	padding:10px;
}
body#indexBody {
	background-image: url(primaImg/indexBody_hg.gif);
}
body#contentBody {
	background-color:transparent;
}
body#contentBody.whiteBg {
	background-color:#fff;
}
/* =============================
   absatzformate
   ============================= */
.hr {
	height:5px; border:none; background-color:#f8f5f0;
	background-image: url(primaImg/bullet/bullet5px.gif); background-repeat:repeat-x;
	clear:both;
}
body.whiteBg .hr {
	background-color:#fff;
}
p, td, h1, h2, h3, h4, ul, a, form, body, a.invisibleLink, a.invisibleLink:visited {
	font-family:arial;
	font-size:12px;
	color:#333333;
}
p, h1, h2, h3, h4, ul {
	margin-top:0.5em;
	margin-bottom: 0.5em;
}
div#debug {
	color:#ffffff;
	color:#000;
}
div#debug{
	color:red;
}

h1, h2, h3, h4 {
	font-size:18px;
	color:#f6a600;
	font-weight:normal;
}
.h1 {
	margin-top:0px; padding-left:20px;
	width:480px;
	position:relative; left:-20px;
	color:#fff; line-height:90px;	font-style: italic;
	background-color:#b80d24;
}
h1.h1 + h1 {margin-top:0.5em;}
h1 {margin-top:1.5em;}

h2 {
	font-size:15px;
	font-weight: bold;
}
h3 {
	font-size:13px;
	font-style:italic;
	font-weight: bold;
	margin-top: 1.5em;
}
h4, h5, h6 {
	font-size:13px;
	color:#b80d24;
	font-style:italic;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0px;
}
h5, h6 {
	font-weight: normal;
	margin: 0px;
	;
}
h6 {
	text-align:left;
}
ul {
	list-style-image: url(primaImg/bullet/bullet8px_unten.png);
	padding-left:24px;
	margin-bottom: 1em;
	}
a, a:hover, a:visited {
	color: #b80d24;
	text-decoration:underline;
}
a:hover, a.invisibleLink, a.invisibleLink:visited {
	text-decoration:none;
}

.zitat, .zitatQuelle, .zitat a, .zitat a:hover, .zitat a:visited {
	color:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style:italic;
	padding:0px;
	background-color: #b80d24;
	line-height: 1.5em;
}
.zitat{padding-left:20px;}
.zitatQuelle {
	font-size:smaller;	font-style:normal; font-weight: normal;
	padding:0px 10px 0px 10px;
	text-align:right;
}
.fussnote {
	font-size:smaller;
	}
.fusszeileAdresse {
	font-size:11px;
	}	
.logo {
	color:#f9f8f3;
}
strong {
	color:#770916;
}

/* =============================
   formulare
   ============================= */
form {
	margin-top:0em; margin-left:0px;
	padding-left:0px;
}
table.unten form {
	margin-top:0em;
	padding-left:0px;
}
input.formular1, input.formular2, input.formular190, input.formular250, input.formular360 {
	width:200px;
	border:1px solid black;
	background-color:#DDDDDD;
	padding:2px;
}
input.formular2 {width:75px;}
input.formular190 {width:190px;}
input.formular250 {width:250px;}
input.formular360 {width:360px;}

textarea.formular1 {
	border:1px solid black;
	background-color:#DDDDDD;
	padding:2px;
	width:360px; height:100px;
}
input.formular1:focus, input.formular2:focus, textarea.formular1:focus {
	background-color:#CCCCCC
}
/* =============================
   table
   ============================= */
table {
	/*
	width:100%;
	margin:0px;
	vertical-align:top;
	table-layout:fixed;*/
}
body#cmsBody table {
}
table.preise {
	width:100%;
	text-align:left;
	margin:0px;
	padding:0px;
}
table.preise th {
	background-color:#A4D3D9;
	font-size:13px;
	font-weight:bold;
	padding:3px 5px 3px 5px;
}
table.preise td {
	padding:5px;
	border-bottom:solid #05353A 1px;
}
table.pauschalen{
	margin:0px;
	width:80%;
	margin-left:20%;
	text-align:right;
}
table.pauschalen td {
	text-align:right;
	font-weight:bold;
	color:#b80d24;
	vertical-align: middle;
}
div#googleMapDirections td, div#googleMapDirections a {
	color:#FFFFFF; background-color:transparent;
	}
td {
	vertical-align:top;
}
td.zeile1 {
	background-color:#8cc5e0;
}
td.zeile2 {
	background-color:#b2d8ed;
}
td.impressum {
text-align:right;
padding-right:10px;
}
.spalte1 {
	width:100px;
}

/* =============================
   img
   ============================= */

.galerieThumb {
	margin-right:5px; margin-bottom:5px;
	}
.imgLinks, .bildLinks, .imgRechts, .bildRechts {
	margin-bottom:10px;
}
.imgLinks, .bildLinks {
	margin-right:15px;
	float:left;
}
.imgRechts, .bildRechts {
	margin-left:15px;
	float:right;
}
.umfliessenAus {
	clear:both;
}
img {
	border:0px;
	text-align: center;
}
img.button {
	cursor:pointer; 
	margin-bottom:5px;margin-top:5px;
}
#menu p {text-align:center;}
#menu .glossymenu p {text-align:left;}

.gallerieThumb {
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
}
p.flaggen img{
	margin-right:5px;
	border:solid 1px black;
	margin-bottom: 15px;
}

div.menue img {
	margin-top:5px; margin-bottom:5px;
}
/* =============================
   fusszeile
   ============================= */

div#fusszeile, div#fusszeile a, div#fusszeile p {
	color:#333;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
	text-align:center;
	padding-right:9px;
}
div#fusszeileCopyright p {
	text-align:center;
	margin-top:120px;
}
div#fusszeileCopyright a {
	font-size:10px;
	color:#999;
}

