html {
	margin: 0px;
	padding: 0px;
	min-height: 100.05%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	color: #000;
	background-color: #750000;
	background-image: url(../images/pagebg-verlauf.jpg);
	background-repeat: repeat-x;
}
body.htmlarea-content-body {
	background-image: none;
	text-align: left;
}
.clear{
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	width: 100%;
	display: block;
	background-color: #750000;
}
/*------------------------------------ (CSS_STYLED_CONTENT)  ----------------------------------- */
/********************************/
/* Allgemeine Formatierung      */
/********************************/
pre {
	font-family: monospace; 
}
a {
	color: #8c8c8c;
	text-decoration: underline; 
}
a:hover {
	color: #000; 
}
p, pre { 
	margin: 10px 0px; 
}
p.align-left { 
	text-align: left;
}
p.align-center { 
	text-align: center;
}
p.align-right { 
	text-align: right;
}
p.align-justify { 
	text-align: justify;
}
/*********************************/
/* Frames: Abst?nde, link-to-top */
/*********************************/
p.csc-linkToTop {
	text-align: right;
}
p.csc-linkToTop a {
	font-weight: bold;
}
/* --- */
div.csc-frame {
	border: 0px;
}
div.csc-frame-invisible {
	display: none;
}
div.csc-frame-rulerBefore {
	border-top: 1px solid #000;
}
div.csc-frame-rulerAfter {
	border-bottom: 1px solid #000;
}
div.csc-frame-indent {
	padding-left: 100px;
}
div.csc-frame-indent3366 {
	padding-left: 33%;
}
div.csc-frame-indent6633 {
	padding-right: 33%;
}
div.csc-frame-frame1 {
	padding: 2px 4px 2px 4px;
	border: 1px solid #000;
}
div.csc-frame-frame2 {
	padding: 2px 4px 2px 4px;
	border: 1px dotted #000;
}
/* --- */
div.csc-frame-frame1 h1, div.csc-frame-frame1 h2, div.csc-frame-frame1 h3, div.csc-frame-frame1 h4, div.csc-frame-frame1 h5, div.csc-frame-frame1 h6 {
	margin-top: 2px;
}
div.csc-frame-frame2 h1, div.csc-frame-frame2 h2, div.csc-frame-frame2 h3, div.csc-frame-frame2 h4, div.csc-frame-frame2 h5, div.csc-frame-frame1 h6 {
	margin-top: 2px;
}
/******************/
/* ?berschriften  */
/******************/
h1, h2, h3, h4, h5, h6 {
	color: #B40016;
	background-repeat: no-repeat;
	background-position: 0px;
}
h4, h5, h6 {
	background-image: none;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}
h1 {
	font-size: 1.3em;
	font-weight: normal;
}
h2 {
	font-size: 1.3em;
	font-weight: bold;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
}
h4 {
	font-size: 1.6em;
	font-weight: normal;
}
h5 {
	font-size: 1.3em;
	font-weight: bold;
}
h6 {
	font-size: 1.1em;
	font-weight: bold;
}
h1.csc-firstHeader, h2.csc-firstHeader, h3.csc-firstHeader, h4.csc-firstHeader, h5.csc-firstHeader, h6.csc-firstHeader {
	margin-top: 0px;
}
h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left {
	text-align: left;
}
h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center {
	text-align: center;
}
h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right {
	text-align: right;
}
h1.align-justify, h2.align-justify, h3.align-justify, h4.align-justify, h5.align-justify, h6.align-justify {
	text-align: justify;
}
/* ?berschriften, verlinkt */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #8c8c8c;
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: underline;
}
/* ?berschrift Datum */
p.csc-header-date {
	font-size: 0.8em;
}
/* Sub?berschrift, allgemein */
p.csc-subheader {
	font-weight: bold;
	font-style: italic;
}
/* Sub?berschrift, spezifiziert */
p.csc-subheader-0 {
}
p.csc-subheader-1 {
}
p.csc-subheader-2 {
}
p.csc-subheader-3 {
}
/*******************/
/* RTE / Bodytext: */
/*******************/
p.bodytext {
	line-height: 1.4em;
}
p.bodytext a { 
}
/********************/
/* Aufz?hlungsliste */
/********************/
ul {
	margin-top: 0px;
}
ol {
	margin-top: 0px;
}
li {
	padding-top: 5px;
}
/***********/
/* Tabelle */
/***********/
table.contenttable {
	margin: 10px 0px 10px 0px;
	width: 100%;
}
table.contenttable tr td { 
  padding: 0px; 
}
table.contenttable tr td p.bodytext { 
}
table.contenttable tr { 
}
/**********/
/* Bilder */
/**********/
/* Captions */
div.csc-textpic-caption-c .csc-textpic-caption {
	text-align: center;
}
div.csc-textpic-caption-r .csc-textpic-caption {
	text-align: right;
}
div.csc-textpic-caption-l .csc-textpic-caption {
	text-align: left;
}
/* Needed for noRows setting */
div.csc-textpic div.csc-textpic-imagecolumn {
	float: left;
	display: inline;
}
/* Border just around the image */
div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border: 2px solid #000;
	padding: 0px 0px;
}
div.csc-textpic-imagewrap {
	padding: 0;
}
div.csc-textpic img {
	border: none;
}
/* DIV: This will place the images side by side */
div.csc-textpic div.csc-textpic-imagewrap div.csc-textpic-image {
	float: left;
}
/* UL: This will place the images side by side */
div.csc-textpic div.csc-textpic-imagewrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.csc-textpic div.csc-textpic-imagewrap ul li {
	float: left;
	margin: 0;
	padding: 0;
}
/* DL: This will place the images side by side */
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
	float: left;
}
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dt {
	float: none;
}
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dd {
	float: none;
}
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dd img {
	border: none;
} /* FE-Editing Icons */
dl.csc-textpic-image {
	margin: 0;
}
dl.csc-textpic-image dt {
	margin: 0;
	display: inline;
}
dl.csc-textpic-image dd {
	margin: 0;
}
/* Clearer */
div.csc-textpic-clear {
	clear: both;
}
/* Margins around images: */
/* Pictures on left, add margin on right */
div.csc-textpic-left div.csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic-intext-left div.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-right: 10px;
}

/* Pictures on right, add margin on left */
div.csc-textpic-right div.csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic-intext-right div.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-left: 10px;
}

/* Pictures centered, add margin on left */
div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-left: 10px;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	margin: 0;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image IMG {
	margin: 0;
}
/* Space below each image (also in-between rows) */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 1px;
}
div.csc-textpic-equalheight div.csc-textpic-imagerow {
	margin-bottom: 1px;
	display: block;
}
div.csc-textpic div.csc-textpic-imagerow {
	clear: both;
}
/* No margins around the whole image-block */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-firstcol {
	margin-left: 0px !important;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-lastcol {
	margin-right: 0px !important;
}
/* Add margin from image-block to text (in case of "Text w/ images") */
div.csc-textpic-intext-left div.csc-textpic-imagewrap,
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
	margin-right: 10px !important;
}
div.csc-textpic-intext-right div.csc-textpic-imagewrap,
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
	margin-left: 10px !important;
}
/* Positioning of images: */
/* Above */
div.csc-textpic-above div.csc-textpic-text { clear: both; }
/* Center (above or below) */
div.csc-textpic-center {
	text-align: center; /* IE-hack *//* IE-hack */
}
div.csc-textpic-center div.csc-textpic-imagewrap {
	margin: 0 auto;
}
div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	text-align: left; /* Remove IE-hack *//* Remove IE-hack */
}
div.csc-textpic-center div.csc-textpic-text {
	text-align: left; /* Remove IE-hack *//* Remove IE-hack */
}
/* Right (above or below) */
div.csc-textpic-right div.csc-textpic-imagewrap {
	float: right;
}
div.csc-textpic-right div.csc-textpic-text {
	clear: right;
}
/* Left (above or below) */
div.csc-textpic-left div.csc-textpic-imagewrap {
	float: left;
}
div.csc-textpic-left div.csc-textpic-text {
	clear: left;
}
/* Left (in text) */
div.csc-textpic-intext-left div.csc-textpic-imagewrap {
	float: left;
}
/* Right (in text) */
div.csc-textpic-intext-right div.csc-textpic-imagewrap {
	float: right;
}
/* Right (in text, no wrap around) */
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
	float: right;
	clear: both;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html div.csc-textpic-intext-right-nowrap .csc-textpic-text {
	height: 1%;
}
/* End hide from IE5/mac */
/* Left (in text, no wrap around) */
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
	float: left;
	clear: both;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html div.csc-textpic-intext-left-nowrap .csc-textpic-text {
	height: 1%;
}
/* End hide from IE5/mac */
/*********************************/
/* Aufz?hlungsliste spezifiziert */
/*********************************/
/* Aufz?hlungsliste, allgemein */
ul.csc-bulletlist li {
}
/* Aufz?hlungsliste, spezifiziert */
ul.csc-bulletlist-0 {
}
ul.csc-bulletlist-1 {
	list-style-type: decimal;
}
ul.csc-bulletlist-2 {
	list-style-position: inside;
}
ul.csc-bulletlist-3 {
	list-style-type: square;
}
/***********************/
/* Tabellen, allgemein */
/***********************/
table.contenttable p {
}
/* Tabellen, spezifiziert */
table.contenttable-0 {
	border-collapse: collapse;
}
table.contenttable-1 {
}
table.contenttable-2 {
}
table.contenttable-3 {
}

/*------------Preise-Tabelle------------*/
table.contenttable-1{
	border-bottom: 10px solid #DC891B;
	text-align: center;
	border-collapse: collapse;
}
table.contenttable-1 tr td.td-0{
	width: 160px;
	text-align: center;
	padding-left: 20px;
	border-left: 2px solid #fff;
}
table.contenttable-1 tr.tr-0 td{
	border: none;
}
table.contenttable-1 tr{
	border-bottom: 1px solid #fff;
}
table.contenttable-1 tr.tr-0{
	border-bottom: none;
}

table.contenttable-1 tr td{
	padding-top: 3px;
	padding-bottom: 3px;
	border-right: 2px solid #fff;
	vertical-align: middle;
}
table.contenttable-1 tr.tr-odd, table.contenttable-1 tr.tr-odd td{
	background-color: #F7E871;
}
table.contenttable-1 tr.tr-last td{
	padding-bottom: 5px;
}
/*************************/
/* Dateilinks, allgemein */
/*************************/
table.csc-uploads {
	border: 0px;
}
table.csc-uploads tr td p {
	background-color: transparent;
	font-size: 1em;
}
table.csc-uploads tr td {
	vertical-align: top;
}
table.csc-uploads tr.tr-even {
	background-color: #fff;
}
table.csc-uploads tr.tr-odd {
	background-color: #EBEBEB;
}
table.csc-uploads tr td.csc-uploads-icon {
	padding-left: 6px;
	padding-right: 6px;
	width: 1%;
	text-align: center;
	vertical-align: middle;
}
table.csc-uploads tr td.csc-uploads-fileName {
	width: 80%;
	padding-left: 5px;
}
table.csc-uploads tr td.csc-uploads-fileName p a {
	font-weight: bold;
}
table.csc-uploads tr td.csc-uploads-fileName p.csc-uploads-description {
	font-style: italic;
}
table.csc-uploads tr td.csc-uploads-fileSize {
	white-space: nowrap;
	padding-left: 6px;
	padding-right: 6px;
}
/* Dateilinks, spezifiziert */
table.csc-uploads-1 {
}
table.csc-uploads-2 {
}
table.csc-uploads-3 {
}
/**************************/
/* Verschiedene Formulare */
/**************************/
form { 
	margin: 0px;
}
input, textarea, select { 
	padding-left: 3px; 
	margin-bottom: 2px;
	border: 1px solid #000;
}
input.submit {
	clear: both;
	color: #000;
	background-color: #bbb;
	border: 2px solid #bbb;
}
label {
	padding-top: 3px;
	display: block;
	float: left;
}
/* Email, Login und Such- Formular allgemein: */

/* Email Formular, spezifiziert */

/* Such Formular, spezifiziert */

/* Login Formular, spezifiziert */

/*****************/
/* Suchresultate */
/*****************/
/* Suchresultate, result information box: */
table.csc-searchResultInfo {
	margin-left: 0px;
	margin-top: 10px;
	width: 100%;
}
table.csc-searchResultInfo tr {
	background-color: #EBEBEB;
}
table.csc-searchResultInfo tr td p {
	padding: 0px 5px 0px 5px;
}
table.csc-searchResultInfo tr td.csc-searchResultRange p {
	font-weight: bold;
}
table.csc-searchResultInfo tr td.csc-searchResultPrevNext {
	text-align: right;
}
/* Suchresultate, header + abstract: */
h3.csc-searchResultHeader a {
	color: #ae1e1c;
}
h3.csc-searchResultHeader {
	background-color: #EBEBEB;
	font-size: 14px;
	padding-left: 5px;
}
p.csc-searchResult {
	font-style: italic;
	margin-left: 20px;
}
/* Suchword Markierung */
span.csc-sword {
	font-weight: bold;
	color: #ae1e1c;
}
/*****************************/
/* Men? / Sitemap, allgemein */
/*****************************/
div.csc-menu {
	margin-bottom: 30px;
}
div.csc-menu p {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-right: 15px;
	background-color: #fff;
	float: left;
}
div.csc-menu  p a {
	color: #000;
	text-decoration: none;
	line-height: 1.6em;
	padding-left: 14px;
}
div.csc-menu p a:hover {
	color: #ae1e1c;
	text-decoration: underline;
}
div.csc-menu p.csc-section {
	font-weight: normal;
	margin-left: 20px;
	font-style: italic;
}
/* Men? / Sitemap, "Menu of these pages" */
div.csc-menu-def p {
}
/* Men? / Sitemap, "Menu of subpages to these pages" */
div.csc-menu-1 {
}
/* Men? / Sitemap, "Sitemap" */
div.csc-menu-2 {
}
div.csc-menu-2 p.csc-sitemap {
	float: left;
	width: 300px;
}
div.csc-menu-2 p.csc-sitemap-level1 {
	margin-left: 0px;
}
div.csc-menu-2 p.csc-sitemap-level2 {
	margin-left: 20px;
}
div.csc-menu-2 p.csc-sitemap-level3 {
	margin-left: 40px;
}
div.csc-menu-2 p.csc-sitemap-level4 {
	margin-left: 60px;
}
div.csc-menu-2 p.csc-sitemap-level1 a {
	color: #ae1e1c;
}
div.csc-menu-2 p.csc-sitemap-level2 a {
	color: #000;
}
div.csc-menu-2 p.csc-sitemap-level3 a {
	color: #000;
}
div.csc-menu-2 p.csc-sitemap-level4 a {
	color: #ae1e1c;
}
/* Men? / Sitemap, "Section index (pagecontent w/Index checked)" */
div.csc-menu-3 {
}
div.csc-menu-3 p.csc-section {
	margin-left: 0px;
}
div.csc-menu-3 p.csc-section a {
	color: #ae1e1c;
}
/* Men? / Sitemap, "Menu of subpages to these pages (with abstract)" */
div.csc-menu-4 {
}
div.csc-menu-4 p {
	width: 205px;
	border: 0px solid #000;
	margin-bottom: 8px;
}
div.csc-menu-4 p.csc-abstract {
	font-weight: normal;
	font-style: italic;
	margin-top: 0px;
	padding: 0px 2px 2px 20px;
}
/* Men? / Sitemap, "Recently updated pages" */
div.csc-menu-5 {
}
/* Men? / Sitemap, "Related pages (based on keywords)" */
div.csc-menu-6 {
}
/* Menu / Sitemap, "Menu of subpages to these pages + sections" */
div.csc-menu-7 {
}
div.csc-menu-7 p {
	width: 131px;
	border: 0px solid #000;
}
div.csc-menu-7 p.csc-section A {
	color: #ae1e1c;
}
/****************************************/
/* Frontend editing / TYPO3 Admin Panel */
/****************************************/
img.frontEndEditIcons {
	vertical-align: middle;
	margin: 0px 2px 0px 2px;
} 
/* Standardstyles f?r das Admin Panel */
/*
table.typo3-adminPanel {
	border: 1px solid #000;
	background-color: #E9E9E9;
}
table.typo3-adminPanel tr.typo3-adminPanel-hRow td {
	background-color: #9BA1A8;
}
table.typo3-adminPanel TR.typo3-adminPanel-itemHRow td {
	background-color: #ABBBB4;
}
table.typo3-adminPanel table, table.typo3-adminPanel td {
	border: 0px;
}
table.typo3-adminPanel td font {
	font-family: verdana;
	font-size: 10px;
	color: #000;
}
table.typo3-adminPanel td a font {
	font-family: verdana;
	font-size: 10px;
	color: #000;
}			
table.typo3-editPanel {
	border: 1px solid #000;
	background-color: #E9E9E9;
}
table.typo3-editPanel td {
	border: 0px;
}
*/
/*------------------------------------ (User Styles)  ----------------------------------- */
/* ------------------- Spezielle RTE styles ----------------------*/

/* ------------------- Ende RTE styles ----------------------*/
/* ------------------- Template Container - Styles ----------------------*/
div#container{
	width: 1011px;
	text-align: left;
	margin: auto;
}
div#header{
	height: 376px;
	position: relative;
}
	div#sprachnav{
		position: absolute;
		top: 10px;
	}
	div#sprachnav a{
		text-decoration: none;
	}
	div#sprachnav a img{
		border: 1px solid #000;
		margin-right: 4px;
	}
	div#headerbild{
		height: 376px;
	}
	div#headerkringel{
		height: 296px;
		width: 85px;
		position: absolute;
		background-image: url(../images/headerkringel.jpg);
		left: -85px;
	}
div#contentcontainershadow{
	width: 857px;
	float: left;
	background-color: #fff;
}
div#contentcontainer{
	background-image: url(../images/nav-bg.gif);
	background-repeat: repeat-y;
	background-position: 1px;
}
	div#breadcrumbzeile{
		padding: 5px;
		line-height: 20px;
		background-color: #fff;
	}
	div#colleft{
		width: 143px;
		float: left;
		background-color: #b40016;
		border-left: 1px solid #fff;
		border-bottom: 1px solid #000;
	}
	div#colleft-content{
	}
	div#colright{
		width: 713px;
		float: left;
	}
	div#colright-content{
		padding: 15px;
	}
	
div#randspalte{
	width: 134px;
	float: left;
	background-image: url(../images/quickmenu.jpg); 
	background-repeat: no-repeat;
	margin-top: 0px;
	height: 500px;
}
/*------------------------ Hauptmen? ---------------*/
ul.hauptnav{
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #b40016;
	color: #fff;
	font-size: 10px;
	font-family: Verdana, Arial, Georgia, Tahoma, sans-serif;
	padding-bottom: 5px;
	padding-top: 3px;
}

ul.hauptnav li{
	margin: 0;
	padding: 0;
	list-style: none;
	
}
ul.hauptnav li a, ul.hauptnav li.akt{
	color: #fff;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
	padding-left: 15px;
	background-image: url(../images/pfeil-rechts.jpg);
	background-repeat: no-repeat;
	background-position: 5px center;
}

ul.hauptnav li.akt{
	padding: 0;
}

/* ------------- 2. Men?ebene ----------- */
ul.subnav{
	margin:0;
	padding: 0;
	list-style: none;
}
ul.subnav li{
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #000;
}
ul.subnav li a{
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-right: 2px solid #000;
	border-left: 2px solid #000;
	background-image: none;
}
ul.subnav li a:hover{
	background-color: #fff;
	color: #000;
}

/* ----------- Quicklinks ------------- */
ul.quicklinks{
	margin: 0;
	list-style: none;
	padding: 0;
	height: 360px;
	position: relative;
	font-size:12px;
}
ul.quicklinks li{
	margin:0;
	padding: 0;
	list-style: none;
	display: block;
}
ul.quicklinks li a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	position: absolute;
}
ul.quicklinks li.item1 a{
	left: 56px;
	top: 25px;
}
ul.quicklinks li.item2 a{
	left: 54px;
	top: 80px;
}
ul.quicklinks li.item3 a{
	left: 58px;
	top: 135px;
}

ul.quicklinks li.item4 a{
	left: 43px;
	top: 191px;
}

ul.quicklinks li.item5 a{
	left: 16px;
	top: 252px;
}
/* ---------- Zusatzmen? Randmen? ----------------- */
ul.randmenu{
	margin: 0;
	margin-left: 6px;
	list-style: none;
	background-color: #000;
	border: 1px solid #fff;
	padding: 7px;
	font-size: 10px;
}
ul.randmenu li{
	margin: 0;
	padding:0;
	list-style: none;
}
ul.randmenu li a{
	display: block;
	color: #fff;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
}
ul.randmenu li a:hover{
	text-decoration: underline;
}
ul.randmenu li.akt {
	color: #fff;
}
/*------------------- Nested Content Elements ---------------------*/
div.nested-col-left {
	width: 334px;
	float: left;
}
div.nested-col-right {
	float: left;
	padding-left: 15px;
	width: 330px;
}
/*------------------- News ---------------------*/
div.news-latest-container {
	background-color: #b40016;
	color:#fff;
	padding:8px;
/*	margin-left: 6px;
	margin-top: 15px; */
}
div.news-latest-container h2{
	color:#fff;
	font-size: 1.2em;
}
div.news-latest-container hr {
	border-style:solid;
	border-width:2px;
	color:#fff;
	border-color:#fff;
}
div.news-latest-item {
	background-color: #b40016;
/*	border: 1px solid #000; */
	padding: 3px;
	font-size: 0.8em;
}
div.news-latest-item h3 a {
/*	color: #B40016; */
	color:#fff;
}
.news-latest-date a {
	color:#fff;
	font-size: 0.8em;
}
div.news-latest-morelink {
	text-align: right;
}
div.news-latest-morelink a {
/*	color: #B40016; */
	color:#fff;
	font-weight:bold;
}
div.news-latest-gotoarchive {
	font-size: 0.8em;
}
div#adresse {
	color: #fff;
	font-size: 10px;
	padding: 5px;
}
div#adresse a {
	
}
/* -------- Anfrageformular --------------------- */
/* --- F?r das ganze Formular g?ltige Angaben */
#anfragebogen{
	width: 650px;
	zoom: 1;
	font-size:12px;
	color:#000;
}
#anfragebogen fieldset{
	border: none;
	zoom: 1;
	color: #000;
}
#anfragebogen fieldset legend{
	font-size: 14px;
	font-weight: bold;
	margin:0;
	color:#000;
	padding:0;
}
#anfragebogen label{
	float: left;
	display: block;
	width: 100px;
	margin-bottom: 2px;
	zoom: 1;
}
#anfragebogen input{
	float: left;
	display: block;
	width: 180px;
	margin-right: 15px;
	margin-bottom: 2px;
	border: 0px solid #AE1E1C;
	background-color:#EBEBEB;
	zoom: 1;
}
#anfragebogen fieldset legend{
	margin-top: 15px;
}
#anfragebogen input.smalltext{
	width: 20px;
}
#anfragebogen input.checkbox{
	width: auto;
}
/* --- Hier beginnen die Fieldset-spezifischen CSS ---- */
fieldset#anfrageart label{
	width: 60%;
}

fieldset#anfrageart, fieldset#kontaktdaten, fieldset#reisezeit, fieldset#einbettzimmer, 
fieldset#doppelzimmer, fieldset#suiten, fieldset#personen, fieldset#bemerkung, fieldset#referer,
fieldset#shopvalues, fieldset#kataloge, fieldset#angebote{
	border-bottom: 2px solid #000;
	padding-bottom: 10px;
}

fieldset#kataloge label{
	width: 220px;
}
fieldset#kataloge label.small{
	width: 70px;
}
fieldset#kataloge input{
	width: auto;
}
fieldset#reisezeit label{
	width: 110px;
}

fieldset#doppelzimmer label{
	width: 100px;
}

fieldset#doppelzimmer input{
	margin-right: 70px;
	width:20px;
	border:none;
	background-color:none;
}

fieldset#suiten b:before{
	clear: both;
}
fieldset#suiten label{
	width: 165px;
}
fieldset#suiten input{
	width: 15px;
	margin-right: 30px;
	border:none;
}

fieldset#referer label{
	width: 180px;
}
fieldset#angebote label{
	width: 260px;
}
fieldset#angebote input{
	width: auto;
	margin-right: 30px;
}
fieldset#angebote div.angebotsblock{
	margin-top: 10px;
	border-top: 1px solid #000;
	padding-top: 4px;
}
label#biotypkrokus{
	margin-right: -3px;
}
/*------------------------- Gallery -------------------------------*/
/************************
 * GALLERY view 
 ************************/  
/* GALLERY single element */
div.tx-chgallery-pi1 div.single {
	float: left;
	padding: 3px 1px 2px 1px;
	margin: 0px 5px 5px 0px;
}
div.tx-chgallery-pi1 div.single div.img {
	width: 160px;
	height: 126px;
	line-height: 126px;
	position: relative;
	background: #f3f4f6;
}
div.tx-chgallery-pi1 div.single div.img div.align {
	width: 160px;
	height: 126px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
* html div.tx-chgallery-pi1 div.single div.img div.align {
	width: 160px;
	height: 126px;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	display: block;
	margin-top: -53px;
	margin-left: -80px;
}
div.tx-chgallery-pi1 div.single div.img div.align img {

}
div.tx-chgallery-pi1 div.single div.img img {

}
div.tx-chgallery-pi1 div.single span {
	display: block;
	margin: 1px 5px;
	width: 148px;
	min-height: 20px;
	border: 0px solid #f3f4f6;
	text-align: center;
}
div.tx-chgallery-pi1 div.single span  small {
	font-size: 10px;
}
* html div.tx-chgallery-pi1 div.single span {
	height:20px; 
}
/* ---- E-Cards ---- */
.tx-srsendcard-pi1 fieldset{
	border: 0;
	margin:0;
	padding:0;
}
.tx-srsendcard-pi1 fieldset legend{
	margin:0;
	padding:0;
	padding-top:10px;
	font-weight: bold;
}
.tx-srsendcard-pi1 label{
	float: left;
	width: 200px;
}
.tx-srsendcard-pi1-field p{
	display: none;
}
.tx-srsendcard-pi1 input, textarea, select{
	width: 250px;
}
.tx-srsendcard-pi1-card-image-wrap{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.tx-srsendcard-pi1-no-border{
	width: 300px;
	float: right;
}
.tx-srsendcard-pi1-image-selector dl{
	float: left;
}
.tx-srsendcard-pi1-card-stamp{
	position: absolute; 
	right: 0; 
	top: 0;
}
.tx-srsendcard-pi1-card-title{
	font-size: 2em;
	margin-bottom: 10px;
	color: #B40016;
}
.tx-srsendcard-pi1-card{
	position: relative;
}

/* ********** Powermail *********** */
div.tx-powermail-pi1 {
  background-color:#B40016;
  color:#fff;
  font-size:11px;
  padding:10px;
  padding-bottom:0;
}
form#schnellanfrage {
    
}
form#schnellanfrage fieldset {
  border:none;
  margin:0;
  padding:0;
}
form#schnellanfrage fieldset legend {
  display:none;
}
form#schnellanfrage div.tx_powermail_pi1_fieldwrap_html {
  float:left;
  margin-bottom:3px;
  width:100%;
}
form#schnellanfrage h1 {
  color:#fff;
  font-size:1.5em;
  margin-top:0;
}
form#schnellanfrage label {
  float:left;
  padding:0;
  width:45px;
}
form#schnellanfrage input {
  border:none;
  font-size:11px;
  float:left;
  width:255px;
}
form#schnellanfrage div#powermaildiv_uid8,
form#schnellanfrage div#powermaildiv_uid9,
form#schnellanfrage div#powermaildiv_uid25,
form#schnellanfrage div#powermaildiv_uid26 {
  width:110px;
}
form#schnellanfrage div#powermaildiv_uid8 input,
form#schnellanfrage div#powermaildiv_uid9 input,
form#schnellanfrage div#powermaildiv_uid25 input,
form#schnellanfrage div#powermaildiv_uid26 input {
  width:60px;
}
form#schnellanfrage div#powermaildiv_uid9 label,
form#schnellanfrage div#powermaildiv_uid26 label {
  text-align:center;
}
form#schnellanfrage div#powermaildiv_uid10,
form#schnellanfrage div#powermaildiv_uid27 {
  width:90px;
}
form#schnellanfrage div#powermaildiv_uid10 input,
form#schnellanfrage div#powermaildiv_uid27 input {
  width:40px;
}
form#schnellanfrage div#powermaildiv_uid10 label,
form#schnellanfrage div#powermaildiv_uid27 label {
  text-align:center;
  width:40px;
}

form#schnellanfrage div#powermaildiv_uid13 p,
form#schnellanfrage div#powermaildiv_uid30 p {
  margin:3px 0;
}
form#schnellanfrage div#powermaildiv_uid13 input,
form#schnellanfrage div#powermaildiv_uid30 input {
  width:20px;
}
form#schnellanfrage div#powermaildiv_uid13 label,
form#schnellanfrage div#powermaildiv_uid30 label {
  padding-top:3px;
  width:120px;
}
form#schnellanfrage div#powermaildiv_uid13 div.powermail_check_inner,
form#schnellanfrage div#powermaildiv_uid30 div.powermail_check_inner {
  float:left;
  width:50%;
}
form#schnellanfrage div#powermaildiv_uid14 input,
form#schnellanfrage div#powermaildiv_uid31 input {
  background-color:#fff;
  border-color:#fff;
  color:#000;
  float:right;
  font-weight:bold;
  width:100px;
}
input.tx-powermail-pi1_mandatory_submit {
  background-color:#fff;
  border-color:#fff;
  color:#000;
  font-weight:bold;
  margin-bottom:5px;
}