/* CSS Document 
hg: #fcf2cd
fiwi dklblau: #1f457b
fiwi mittelblau: #4770b6
fiwi hellblau: #029cda
fiwi gelb: #ffd200
hg content: white
schrift : 333333
 */

object { outline:none; } /*wg. punktierter linie in ff um flash*/

html {
	overflow: auto;
	height:101% /* erzwingt v-scroll-bar */
}
body {
	margin:0px;
	padding:0px;
}
body#cmsBody {
	margin:10px;
	padding:10px;
}
body#indexBody {
	background-repeat:repeat-x;
	background-color:#fff5a6;
	/*
	background-color:red;
	background-image: url(primaImg/indexBackground.png);
	
	*/
}
body#contentBody {
	/*background-color: red;
	background-color:#fffde5;*/
	background-color:transparent;
}
body#contentBody.whiteBg {
	background-color:#ffffff;
}
/* =============================
   absatzformate
   ============================= */
.hr, .hr2 { /* bei replacePngTags (da muss background-image sowieso im php stehen) wird bild auf ganze länge/höhe gestreckt*/
	height:5px; border:none; background-color:#ffffff;
	background-image: url(/primaImg/bullet5px.gif); background-repeat:repeat-x;
	clear:both;
}
.hr2 { /* bei replacePngTags (da muss background-image sowieso im php stehen) wird bild auf ganze länge/höhe gestreckt*/
	height:36px;
	border:none;
	background-color:#ffffff;
	background-image: url(/primaImg/schnoerkelTrenner.jpg);
	background-repeat:no-repeat;
	background-position:center
}
.hrVertikal{
	width:5px; border:none; background-color:#ffffff;
	background-image: url(/primaImg/bullet5px.gif); background-repeat:repeat-y;
}
body.whiteBg .hr {
	background-color:#fff;
}
p, td, h1, h2, h3, h4, ul, a, form, input, textarea, 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:#000000;
	background-color:#e0e0e0;
}
h1, h2, h3, h4 {
	font-size:22px;
	color:#1f457b;
	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;
}
h2 {
	font-size:15px;
	font-weight: bold;
	color:#4770b6;
}
h3 {
	font-size:13px;
	font-style:italic;
	font-weight: bold;
	color:#029cda;
}
h4, h5, h6 {
	font-size:12px;
	font-weight: bold;
}
h5, h6 {
	font-weight: normal;
	margin: 0px;
	;
}
h6 {
	text-align:left;
}
ul {
	list-style-type: none;
	position:relative; padding-left:0px; 
	margin-left:0px;  /*margin-left für dw cs4*/
	margin-bottom: 1em;
	z-index:0;
	}
li {
	position:relative;
	padding-left: 16px; margin-left:0px;
	background-image:url(primaImg/bullet8px_mittig.gif); background-repeat:no-repeat; background-position:top left;
	z-index:0;
}

a, a:hover, a:visited {
	color: #1F457B;
	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:10px 10px 0px 10px;
	background-color: b80d24;
}
.zitatQuelle {
	font-size:smaller;	font-style:normal; font-weight: normal;
	padding:0px 10px 0px 10px;
	text-align:right;
}
.fussnote {
	font-size:smaller;
	}
.logo {
	color:#f9f8f3;
}

/* =============================
   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.formular250, input.formular50, input.formular140, input.formular160, textarea.formular1, .dropdown {
	height:18px;
	border:0px solid black;
	background-color:#EEEEEE;
	padding:1px;
}
input.formular1:focus, input.formular2:focus, input.formular50:focus, input.formular140:focus, textarea.formular1:focus {
	background-color:#CCCCCC
}
input.formular1 {
	width:200px;
}
input.formular2 {
	width:75px;
}
input.formular50 {
	width:50px;
}
input.formular140 {
	width:140px;
}
input.formular160 {
	width:160px;
}
input.formular250 {
	width:250px;
}
textarea.formular1 {
	width:400px; height:100px;
}
/* =============================
   table
   ============================= */
table {
	/*
	width:100%;
	vertical-align:top;*/
	margin:0px;
	padding:0px;
	table-layout:fixed;
	border-collapse: collapse;	
}
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 5px 5px 0px;
	border-bottom:solid #05353A 1px;
}
table.pauschalen{
	margin:0px;
	width:65%; margin-left:35%;
	text-align:right;
}
table.pauschalen td {
	text-align:right;
	font-weight:bold;
	color:#b80d24;
	vertical-align: middle;
}
table.linkTabelle{
	width:100%;
}
table.linkTabelle tr, table.linkTabelle td{
	vertical-align:middle; text-align:center;
}
table#soundList{
	border-spacing:0px;
}
table#soundList td, table#soundList th {
	padding:5px 10px 5px 0px;
	vertical-align: middle; text-align:left;
	border-bottom:1px solid white;
}
div#googleMapDirections td, div#googleMapDirections a {
	color:#333; 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;
}
table.emailTemplate td {
	padding-right:5px;
	}
.spalte1 {
	width:100px;
}

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

.imgLinks, .bildLinks, .imgRechts, .bildRechts {
	margin-bottom:10px;
	position:relative;z-index:999;
}
.imgLinks, .bildLinks {
	margin-right:15px;
	float:left;
}
.imgRechts, .bildRechts {
	margin-left:15px;
	float:right;
}
.umfliessenAus {
	clear:both;
}
img {
	border:0px
}
img.button {
	cursor:pointer; 
	margin-bottom:5px;margin-top:5px;
}
#menu p {
	text-align:center;
}
.galerieThumb {
	margin:0px 7px 7px 0px;
}
p.flaggen img{
	margin-right:5px;
	border:solid 1px black;
	margin-bottom: 15px;
}

div.menue img {
	margin-top:5px; margin-bottom:5px;
}
.zoombareBilder img {
	margin-right:10px; margin-bottom:10px;
}
/* =============================
   htmlMenu
   ============================= */
div#htmlMenu a, div#htmlMenu p  {
	color:#FFFFFF; font-size:12px; text-decoration:none;	font-weight:bold;
	text-align:center;
}
div#htmlMenu p  {
	font-weight:normal;
}
	 
/* =============================
   fusszeile
   ============================= */
div#fusszeile a, div#fusszeile p, div#fusszeileElement a, div#fusszeileElement p  {
	color:#FFFFFF; font-size:12px; text-decoration:none;	font-weight:normal;
	text-align:right;
	padding-top:12px;
	padding-left:10px;
	padding-right: 0px;
	margin:0px;
}
div#fusszeile p, div#fusszeileElement p{
	padding-right:40px;
}
div#fusszeile p.fusszeileAdresse, div#fusszeile span.fusszeileAdresse a {
	color:#333333;
	font-size:11px;
	text-align:left;
	padding-left: 170px;
}	
div#fusszeile span.fusszeileAdresse a {
	padding-left: 0px;
}	

/* =============================
   copyright
   ============================= */
div#fusszeileCopyright p {
	text-align:center;
	margin-top:120px;
}
div#fusszeileCopyright a {
	font-size:10px;
	color:#999;
}
/* =============================
   global
   ============================= */
.rot {
	color:#b80d24 ;
}
.orange {
	color:#f6a600;
}
.lila{
	color:#b34484;
}	
