html {
	margin: 0px;
	padding: 0px;
	min-height: 100.05%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	color: #333;
	background-color: #fff;
}
span.roteSchrift {
	color: #AE1E1C;
}
span.weisseSchrift {
  color:#fff;
}
span.blaueSchrift {
  color:#1c579e;
}
span.gelbeSchrift {
  color:#fd845e;
}
span.kleineSchrift {
  font-size:10px;
  line-height: 14px;
}
/*------------------------------------ (CSS_STYLED_CONTENT)  ----------------------------------- */
/********************************/
/* Allgemeine Formatierung      */
/********************************/
pre {
	font-family: monospace; 
}
a {
	color: #AE1E1C;
	text-decoration: underline; 
}
a:hover {
	color: #AE1E1C; 
}
p, pre { 
	margin: 10px 0px; 
}
/*********************************/
/* 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;
}
hr {
    clear: left;
    border: none;
    height: 0px;
}
/******************/
/* Überschriften  */
/******************/
h1, h2, h3, h4, h5, h6 {
	color: #ae1e1c;
}
h1 {
	font-size: 1.8em;
	font-weight: normal;
}
h2 {
	font-size: 1.5em;
	font-weight: normal;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin:8px 0;
}
h4 {
  color:#000;
	font-size: 1.2em;
	font-weight: bold;
	margin:8px 0;
}
h5 {
	font-size: 1.1em;
	font-weight: normal;
}
h6 {
	font-size: 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;
}
/* Überschriften, verlinkt */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #AE1E1C;
	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 {
  margin:10px 0;
}
p.bodytext {
	line-height: 1.4em;
}
p.bodytext a { 
}
/********************/
/* Aufzählungsliste */
/********************/
ul {
	margin-top: 0px;
}
ol {
	margin-top: 0px;
}
li {
	padding-top: 5px;
}
div#content ul li ul {
  padding-left:20px;
}
div#content ul li ul li {
  /*list-style-image:url(../images/listitem.gif);*/
  list-style:none;
}
ul.tick {
  list-style-image: url("../images/list-icon-tick.gif");
}
  
/***********/
/* 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 {
}
/*************************/
/* Dateilinks, allgemein */
/*************************/
table.csc-uploads {
	border: 0px;
	border-spacing:0;
	padding:0;
	margin:0;
	width:100%;
}
table.csc-uploads tr td p {
	background-color: transparent;
	font-size: 1em;
	margin:3px 0;
}
table.csc-uploads tr td {
	vertical-align: top;
	padding:7px;
}
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 ----------------------*/
p.ueberschrift1 {
	color: #000;
	font-size: 2.5em;
	font-weight: bold;
}
p.ueberschrift2 {
	color: #000;
	font-size: 2em;
	font-weight: bold;
}
p.ueberschrift3 {
	color: #000;
	font-size: 1.6em;
	font-weight: old;
}
p.ueberschrift4 {
	color: #000;
	font-size: 1.4em;
	font-weight: bold;
}
p.ueberschrift5 {
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
}
p.ueberschrift6 {
	color: #000;
	font-size: 1em;
	font-weight: bold;
}

/* ------------------- Ende RTE styles ----------------------*/
/* ------------------- Template Container - Styles ----------------------*/
/* Breiten- und Höhenangaben in em für flexibles Layout! 10px = 0.9em (bei font-size: 70% - entspricht 11px)*/
div.clear {
	clear: both;
	height: 1px;
}
div#breite {
	width: 89em;
}
div#breite-lightbox {
  width:565px;
}
div#container {
	background-color: #fff;
	background-image: url(styles_FILES/background-linie.gif);
	background-position: 55.5em 0px;
	background-repeat: repeat-y;
	padding: 0px;
	padding-bottom: 10px;
}
div#left {
	width: 55.8em;
	float: left;
}
div#right {
	margin-left: 57.6em;
}
div#lheaderbg {
	background-image: url(styles_FILES/background-lhead.gif);
	background-position: 55.5em 0px;
	background-repeat: no-repeat;
	background-color: #fff;
	padding-bottom:6px;
}
div#lheader {
	border-left: 10px solid #fff;
}
div#logo {
	height: 83px;
	margin-left: 20px;
}
div#headernav {
	line-height: 3em;
	margin-top:5px;
	/*margin-left: 20px;*/
}
div#hauptnavcontainer {
	height: 270px;
}
div#hauptnav {
	background-color: #ffff7d;
	width: 202px;
	height: 270px;
	float: left;
	position: relative;
}
div#headerbild {
	margin-left: 202px;
	width: 410px;
	height: 270px;
}
div#content {
  font-size:1.1em;
	margin-top: 1.5em;
	margin-left: 30px;
	padding-right: 30px;
	position:relative;
}
div#rheader {
	/*min-height: 33.8em;*/
}
div#servicenavcontainer {
  padding-top:10px;
	height:108px;
}
div#service {
	width: 22.5em;
	float: left;
}
div#servicenav {
	margin-left: 22.5em;
	width: 8.1em;
	text-align: right;
}
div#mymmm {
  height:75px;	
}
div#mymmm div.mymmmleft {
  float:left;
  width:50%;
}
div#mymmm div.mymmmright {
  float:left;
  margin-top:2px;
  width:50%;
}
div#sparcenter {
  /*background-color: #ffffcb;*/
  background-color:#fff;
  float:left;
	width:100%;
}
div#sparcenter a {
  color:#000;
}
div#news {
  float:left;
  font-size:1.1em;
	margin-top: 0;
}
/* ------------------- Ende Template Container - Styles ----------------------*/
/* ------------------- Inhaltselemente - Styles ----------------------*/
img.mmmlogo {
	margin-top: 20px;
}
span.mailadresse {
	display: block;
	margin-left: 10px;
	margin-top: 0.6em;
}
span.mailadresse a {
	color: #000;
}
/*--------------------------------- Navigation --------------------------------- */

ul.mymmm {
  list-style:none;
  margin:0;
  padding:0;
}
ul.mymmm li {
  padding:1px 0 0 10px;
  line-height:1.5em;
} 


div.leistungen {
  color: #ae1e1c;
	font-weight: bold;
	font-size:1.1em;
	line-height:30px;
	margin-left:20px;
}
ul.headernav {
  background-color:#ae1e1c;
  display:block;
	height:20px;
	line-height:20px;
	list-style:none;
	padding: 0px;
	padding-left:3px;
  margin:0;
  width:609px;
}
ul.headernav img {
  float:left;
}
ul.headernav li {
  background-image:url(../images/menuitem.gif);
  background-repeat:no-repeat;
  background-position:left center;
  color:#fff;
	float: left;
	font-weight:bold;
	line-height:20px;
	/*list-style:disc;
	list-style-image:url(../images/menuitem.gif);
	list-style-position:inside;*/
	padding:0 0 0 10px;
	margin:0 0 0 7px;
	text-transform:uppercase;
}
ul.headernav li a {
  color:#fff;
  text-decoration:none;
}
ul.headernav li a:hover {
	color: #ae1e1c;
}
ul.headernav li:hover {
  background-image:url(../images/menuitem-hover.gif);
  background-color:#fff;
  border-top:1px solid #ae1e1c;
  color: #ae1e1c;
  line-height:19px;
}
ul.headernav li:hover a {
  color: #ae1e1c;
}
ul.headernav li.akt {
  background-image:url(../images/menuitem-hover.gif);
  background-color:#fff;
	border-top:1px solid #ae1e1c;
	color: #ae1e1c;
	line-height:19px;
	padding-right:1px;
}
/*--Servicenav--*/
ul.servicenav {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
ul.servicenav li {
	padding: 0px;
	margin: 0px;
	line-height: 1.5em;
}
ul.servicenav li a {
  color:#000;
}
ul.servicenav li a:hover {
	color: #ae1e1c;
}
ul.servicenav li.akt {
	color: #ae1e1c;
}
/*--Hauptnav--*/
ul.hauptnav {
  font-size:1.1em;
	list-style: none;
	padding: 0px;
	margin: 5px;
	margin-left: 20px;
}
ul.hauptnav li {
	padding: 0px;
	margin: 0px;
	line-height: 1.3em;
	font-weight: bold;
}
ul.hauptnav li a {
	color: #ae1e1c;
	text-decoration: none;
	font-weight: bold;
}
ul.hauptnav li a:hover {
	color: #000;
}
ul.hauptnav li.akt {
	color: #000;
}
ul.hauptnav li.akt a.akt {
	color: #000;
}
ul.hauptnavebene2 {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-left: 20px;
}
ul.hauptnavebene2 li {
	padding: 0px;
	margin: 0px;
	line-height: 1.3em;
}
ul.hauptnavebene2 li a {
	color: #ae1e1c;
	text-decoration: none;
	font-weight: normal;
}
ul.hauptnavebene2 li a:hover {
	color: #000;
}
ul.hauptnavebene2 li.akt {
	color: #000;
}
ul.hauptnavebene2 li.akt a.akt {
	font-weight: bold;
}
ul.hauptnavebene3 {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-left: 20px;
}
ul.hauptnavebene3 li {
	padding: 0px;
	margin: 0px;
	line-height: 1.3em;
}
ul.hauptnavebene3 li a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
ul.hauptnavebene3 li a:hover {
	color: #000;
}
ul.hauptnavebene3 li.akt {
	color: #000;
}
ul.hauptnavebene3 li.akt a.akt {
	font-weight: bold;
}
/*--Mynav--*/
ul.mynav {
  font-size:1.1em;
	position: absolute;
	list-style: none;
	padding: 0px;
	margin: 5px 5px 10px 20px;
	bottom: 0px;
}
ul.mynav li {
	padding: 0px;
	margin: 0px;
	line-height: 1.3em;
}
ul.mynav li a {
  color:#000;
}
ul.mynav li a:hover {
	color: #ae1e1c;
}
ul.mynav li a.akt {
	color: #ae1e1c;
}
ul.mynav li.akt {
	color: #ae1e1c;
}
ul.mynavebene2 {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-left: 20px;
}
/*-- Sparcenter --*/
div.sparcenterheader {
	background-color: #ae1e1c;
	color: #fff;
	padding-left: 10px;
	font-size: 1.1em;
	line-height: 20px;
}
span.fett {
	font-weight: bold;
}
div.sparcenternavleft {
  float:left;
  margin-top:5px;
  width:50%;
}
div.sparcenternavright {
  margin-left:50%;
  margin-top:10px;
}
div.sparcenternav1 {
}
div.sparcenternav2 {
}
div.sparcenternav3 {
}
div.sparcentertagespreisrechner {
}
ul.sparcenternav {
  bottom:0;
  font-size:1.1em;
	list-style: none;
	padding: 0px;
	/*position:absolute;*/
	margin: 5px 5px 10px 10px;
}
ul.sparcenternav li {
	padding: 0px;
	margin: 0px;
	line-height: 1.3em;
}
ul.sparcenternav li a:hover {
	color: #ae1e1c;
}
ul.sparcenternav li a.akt {
	color: #ae1e1c;
}
ul.sparcenternav li.akt {
	/*color: #ae1e1c;*/
	font-weight:bold;
}

/*
div#sparcenter div.navitem_7,
div#sparcenter div.navitem_12,
div#sparcenter div.navitem_18 {
  color:#AE1E1C; 
  font-weight:bold;
}
div#sparcenter div.navitem_7 a,
div#sparcenter div.navitem_12 a,
div#sparcenter div.navitem_18 a {
  color:#AE1E1C; 
  font-weight:bold;
}
*/
/*--------------------------------- ENDE Navigation --------------------------------- */

div.felogin-logout table {
  border:none;
  border-spacing:0;
  width:100%;
}
div.felogin-logout input {
  background-color:#AE1E1C;
  border:1px solid #AE1E1C;
  color:#FFFFFF;
  font-size:1em;
  font-weight:bold;
  margin:0 0 0 11px;
  padding:0 3px;
}
div.tickeranmeldung div.tx-feuserloginsystem-pi1 {
  background-color:#F2F2F2;
  float:left;
  margin-top:10px;
  padding:10px;
  padding-bottom:0;
  width:545px;
}
div.tickeranmeldung div.tx-srfeuserregister-pi1 {
  background-color:#F2F2F2;
  float:left;
  margin-bottom:10px;
  padding:10px;
  padding-top:0;
  width:545px;
}
/* Login Boxen */
div.smallloginbox {
  float:left;
  width:100%;
}
div.smallloginbox div.username {
  float:left;
  height:19px;
  line-height:19px;
  width:100%;
}
div.smallloginbox div.password {
  float:left;
  height:19px;
  line-height:19px;
  width:100%;
}
div.smallloginbox div.submit {
  float:left;
  width:100%;
}

div.smallloginbox label {
  color:#AE1E1C;
  float:left;
  padding:0;
  width:60px;
}
div.smallloginbox input {
  border-bottom:1px solid #eee;
  border-right:1px solid #eee;
  border-top:1px solid #aaa;
  border-left:1px solid #aaa;
  float:left;
  font-size:11px;
  width:100px;
}
div.smallloginbox input.submit {
  background-color:#fff;
  border:none;
  color:#AE1E1C;
  cursor:pointer;
  padding:0;
  margin:0;
  margin-right:10px;
  text-align:right;
  float:right;
  text-transform:uppercase;
  width:70px;
}


div.regularloginbox {
  float:left;
  width:100%;
}
div.regularloginbox p {
  float:left;
  width:100%;
}
div.regularloginbox div.username,
div.regularloginbox div.password {
  float:left;
  margin-bottom:5px;
  width:100%;
}
div.regularloginbox div.submit {
  float:left;
  width:100%;
}
div.regularloginbox label {
  color:#000;
  float:left;
  padding:0;
  width:90px;
}
div.regularloginbox input {
  border-bottom:1px solid #eee;
  border-right:1px solid #eee;
  border-top:1px solid #aaa;
  border-left:1px solid #aaa;
  float:left;
  font-size:11px;
  width:150px;
}
div.regularloginbox input.submit {
  background-color:#AE1E1C;
  border:1px solid #AE1E1C;
  color:#fff;
  cursor:pointer;
  font-weight:bold;
  margin-left:90px;
  width:155px;
}

div.forgotpassword div.username,
div.forgotpassword div.email {
  float:left;
  margin-bottom:5px;
  width:100%;
}
div.forgotpassword div.submit {
  float:left;
  width:100%;
}
div.forgotpassword label {
  color:#000;
  float:left;
  padding:0;
  width:120px;
}
div.forgotpassword input {
  border-bottom:1px solid #eee;
  border-right:1px solid #eee;
  border-top:1px solid #aaa;
  border-left:1px solid #aaa;
  float:left;
  font-size:11px;
  width:150px;
}
div.forgotpassword input.submit {
  background-color:#AE1E1C;
  border:1px solid #AE1E1C;
  color:#fff;
  cursor:pointer;
  font-weight:bold;
  margin-left:120px;
  width:155px;
}
*+ html div.forgotpassword input.submit {
  margin-left:60px;
}

span.loggedin-text,
span.loggedin-name {
  color:#AE1E1C;
  float:left;
  line-height:1.5em;
  width:100%;
}
input.logout {
  background-color:#AE1E1C;
  border:1px solid #AE1E1C;
  color:#FFFFFF;
  cursor:pointer;
  float:right;
  font-size:11px;
  margin:0;
  padding:0;
  height:18px;
}

/* sr_feuser_registration */

div.tx-srfeuserregister-pi1 {
}
div.tx-srfeuserregister-pi1 p {
  /*margin:0;*/
}
div.tx-srfeuserregister-pi1 dt {
  float:left;
  margin:0;
  margin-bottom:5px;
  width:160px;
}
div.tx-srfeuserregister-pi1 dd {
  float:left;
  margin:0;
  margin-bottom:5px;
  width:400px;
}
div.tx-srfeuserregister-pi1 fieldset {
  border:none;
  margin:0;
  padding:0;
}
div.tx-srfeuserregister-pi1 fieldset legend {
  display:none;
}
div.tx-srfeuserregister-pi1 label {
  padding:0;
  width:160px;
}
div.tx-srfeuserregister-pi1 input {
  width:250px;
}
div.tx-srfeuserregister-pi1 select {
  width:255px;
}
div.tx-srfeuserregister-pi1 p.tx-srfeuserregister-pi1-error {
  color:#AE1E1C;
  font-weight:bold;
  margin-bottom:5px;
}
p.tx-srfeuserregister-pi1-notice {
  font-style:italic;
}

form.create input.tx-srfeuserregister-pi1-submit,
form.edit input.tx-srfeuserregister-pi1-submit {
  background-color:#AE1E1C;
  border:1px solid #AE1E1C;
  color:#fff;
  cursor:pointer;
  font-weight:bold;
  width:255px;
}
form.create p,
form.edit p {
  margin:0;
}
form.preview input.tx-srfeuserregister-pi1-submit {
  background-color:#AE1E1C;
  border:1px solid #AE1E1C;
  color:#fff;
  cursor:pointer;
  font-weight:bold;
  width:150px;
}


/*------------------------- Niederlassungen -------------------------*/
/* Damit die ™sterreichkarte Platz hat */
/*body#uid49 div#content {
  margin-left:0;
}*/ 
img.standort-karte {
  /*margin-left:-30px;*/
}

div.description {
  position:absolute;
  top:180px;
  left:0;
  width:200px;
}
div#description01,
div#description02,
div#description03 {
  display:none;
}

/*------------------------- Powermail -------------------------*/
form#bestellformular {
}
form#bestellformular fieldset {
  border:none;
  margin:0;
  padding:0;
}
form#bestellformular fieldset legend {
  display:none;
}
form#bestellformular div.tx_powermail_pi1_fieldwrap_html {
  float:left;
  padding-bottom:3px;
  width:100%;
}
form#bestellformular label {
  float:left;
  padding-left:3px;
  width:135px;
}
form#bestellformular input {
  float:left;
  width:240px;
}
form#bestellformular select {
  float:left;
  width:245px;
}
/* Auswahl Radiobuttons */
form#bestellformular div.powermail_radio_inner {
  float:left;
  width:272px;
}
form#bestellformular div.powermail_radio_inner input {
  border:none;
  float:left;
  margin-left:10px;
  width:10px;
}
form#bestellformular div#powermaildiv_uid2 {
  background-color:#ffffe3;
  border:1px solid #FFFF7D;
  border-bottom:none;
  margin-bottom:0;
}
form#bestellformular div#powermaildiv_uid2 p {
  font-weight:bold;
  margin:0;
  padding:3px;
}
/* Anderes Produkt Textfeld */
form#bestellformular div#powermaildiv_uid3 {
  background-color:#ffffe3;
  border:1px solid #FFFF7D;
  border-top:none;
  margin-bottom:3px;
  padding-bottom:3px;
}
form#bestellformular div#powermaildiv_uid3 label {
  display:none;
}
form#bestellformular div#powermaildiv_uid3 input {
  margin-left:300px;
}
div.powermail-kundendaten {
  background-color:#ffffe3;
  border:1px solid #FFFF7D;
  border-bottom:none;
  float:left;
  font-weight:bold;
  width:100%;
}
div.powermail-kundendaten p {
  padding:3px;
  padding-bottom:5px;  
  margin:0;
}
form#bestellformular div#powermaildiv_uid8,
form#bestellformular div#powermaildiv_uid9,
form#bestellformular div#powermaildiv_uid10,
form#bestellformular div#powermaildiv_uid11,
form#bestellformular div#powermaildiv_uid12,
form#bestellformular div#powermaildiv_uid13,
form#bestellformular div#powermaildiv_uid14,
form#bestellformular div#powermaildiv_uid15,
form#bestellformular div#powermaildiv_uid16,
form#bestellformular div#powermaildiv_uid17,
form#bestellformular div#powermaildiv_uid18,
form#bestellformular div#powermaildiv_uid19 {
  background-color:#ffffe3;
  border-left:1px solid #FFFF7D;
  border-right:1px solid #FFFF7D;
}
form#bestellformular div#powermaildiv_uid19 {
  border-bottom:1px solid #FFFF7D;
  margin-bottom:5px;
}
form#bestellformular div#powermaildiv_uid21 {
  padding-top:3px;
}
form#bestellformular div.validation-advice {
  float:left;
  padding:2px;
  padding-left:6px;
  color:#AE1E1C;
  font-weight:bold;
}
form#bestellformular div#advice-validate-one-required-powermaildiv_uid2 {
  position:relative;
}
form#bestellformular div#powermaildiv_uid20 input {
  background-color:#AE1E1C;
  border-color:#AE1E1C;
  color:#fff;
  float:right;
  font-weight:bold;
  width:245px;
}

form#wunschpreis {
}
form#wunschpreis fieldset {
  border:none;
  margin:0;
  padding:0;
}
form#wunschpreis fieldset legend {
  display:none;
}
form#wunschpreis div.tx_powermail_pi1_fieldwrap_html {
  float:left;
  margin-bottom:5px;
  width:100%;
}
form#wunschpreis label {
  float:left;
  width:160px;
}
form#wunschpreis input {
  float:left;
  width:200px;
}
form#wunschpreis select {
  float:left;
  width:205px;
}
form#wunschpreis div#powermaildiv_uid27 input {
  background-color:#AE1E1C;
  border-color:#AE1E1C;
  color:#fff;
  font-weight:bold;
  margin-left:160px;
  width:205px;
}
form#preisinfo {
}
form#preisinfo fieldset {
  border:none;
  margin:0;
  padding:0;
}
form#preisinfo fieldset legend {
  display:none;
}
form#preisinfo div.tx_powermail_pi1_fieldwrap_html {
  float:left;
  margin-bottom:5px;
  width:100%;
}
form#preisinfo label {
  float:left;
  width:100px;
}
form#preisinfo input {
  float:left;
  width:200px;
}
form#preisinfo select {
  float:left;
  width:205px;
}
form#preisinfo div#powermaildiv_uid38 label {
  margin-bottom:5px;
  width:100%;
}
form#preisinfo div#powermaildiv_uid38 select {
  margin-left:100px;
}
form#preisinfo div#powermaildiv_uid31 input {
  background-color:#AE1E1C;
  border-color:#AE1E1C;
  color:#fff;
  font-weight:bold;
  margin-left:100px;
  width:205px;
}
form#newsletter {
}
form#newsletter fieldset {
  border:none;
  margin:0;
  padding:0;
}
form#newsletter fieldset legend {
  display:none;
}
form#newsletter div.tx_powermail_pi1_fieldwrap_html {
  float:left;
  margin-bottom:5px;
  width:100%;
}
form#newsletter label {
  float:left;
  width:100px;
}
form#newsletter input {
  float:left;
  width:200px;
}
form#newsletter select {
  float:left;
  width:205px;
}
form#newsletter div#powermaildiv_uid35 input {
  background-color:#AE1E1C;
  border-color:#AE1E1C;
  color:#fff;
  font-weight:bold;
  margin-left:100px;
  width:205px;
}

form#kontaktformular {
}
form#kontaktformular fieldset {
  border:none;
  margin:0;
  padding:0;
}
form#kontaktformular fieldset legend {
  display:none;
}
form#kontaktformular div.tx_powermail_pi1_fieldwrap_html {
  float:left;
  margin-bottom:5px;
  width:100%;
}
form#kontaktformular label {
  float:left;
  width:100px;
}
form#kontaktformular input {
  float:left;
  width:200px;
}
form#kontaktformular textarea {
  float:left;
  width:200px;
}
form#kontaktformular div#powermaildiv_uid43 input {
  background-color:#AE1E1C;
  border-color:#AE1E1C;
  color:#fff;
  font-weight:bold;
  margin-left:100px;
  width:205px;
}


/*------------------------- News -------------------------*/

/* Latest Items */
div.news-latest-item {
  float:left;
  margin-bottom:15px;
  width:100%;
}
div.news-latest-item p {
  margin:0;
}
div.news-latest-item-image {
  float:left;
  padding-top:4px;
}
div.news-latest-item-image img {
  margin-right:10px;
}
div.news-latest-item-text {
  
}
div.news-latest-item-text a {
  color:#AE1E1C;
}
div.news-latest-item-text h3 {
  margin:0;
  margin-bottom:3px;
}
div.news-latest-item-text h3 a {
  color:#AE1E1C;
}
span.gray {
  color:#6f7072;
  font-weight:normal;
}

/* List Items */
div.news-list-item {
  float:left;
  margin-bottom:15px;
  width:100%;
}
div.news-list-item p {
  margin:0;
}
div.news-list-item-image {
  float:left;
  padding-top:4px;
}
div.news-list-item-image img {
  margin-right:10px;
}
div.news-list-item-text {
  /*float:left;
  width:475px;*/
}
div.news-list-item-text a {
  color:#AE1E1C;
}
div.news-list-item-text h3 {
  margin:0;
  margin-bottom:3px;
}
div.news-list-item-text h3 a {
  color:#AE1E1C;
}
div.news-list-item h3{
  margin-bottom:3px;
}
div.news-list-item-timedata {
  float:left;
  font-weight:bold;
  line-height:18px;
  margin:8px 8px 3px 0;
}


/* Single Items */
div.news-single-item {
  float:left;
  margin-bottom:10px;
  width:100%;
}
div.news-single-item h2 {
  margin-top:0;
}
div.news-single-img {
  float:left;
  padding-top:4px;
  margin-right:15px;
}

div.news-amenu-container ul {
  list-style:none;
  margin:0;
  padding:0;
}

/* -------------------------- Newsletter --------------------------*/
div.feld {
  float:left;
  margin-bottom:5px;
  width:100%;
}
div.feld label {
  float:left;
  width:70px;
}
div.feld input {
  float:left;
  width:200px;
}
input.tx_webinstamailing_submit {
  background-color:#AE1E1C;
  border-color:#AE1E1C;
  color:#fff;
  float:left;
  font-weight:bold;
  margin-left:70px;
  width:205px;
}
div.logout label {
  margin-bottom:5px;
  width:100%;
}
div.logout input.tx_webinstamailing_submit {
  margin-left:0;
}

/************* Chgallery Stylesheets *************/

div.tx-chgallery-pi1 {
  
}
div.tx-chgallery-pi1 div.clr { 
  clear:both; 
}
div.tx-chgallery-pi1 div.pagebrowser {
  display:none;
}
div.single span {
  display:none;
}
div.tx-chgallery-pi1 div.single {
  background-color:#e3e3e4;
  float:left;
  margin-right:12px;
  margin-bottom:12px;
  vertical-align:middle;
  height:100px;
  width:100px;
}
* html div.tx-chgallery-pi1 div.single {
  margin-right:9px;
}
div.tx-chgallery-pi1 div.single div.img {
  margin:10px;
  height:80px;
  width:80px;
}
div.tx-chgallery-pi1 div.single div.align {
  text-align:center;
  height:80px;
  width:80px;
}
div.tx-chgallery-pi1 div.single div.align a img {
  vertical-align:middle;
}
/************* Serviceberater - Quicklink *************/
div.serviceberater-quick {
	border-bottom:1px solid #AE1E1C;
  border-top:1px solid #AE1E1C;
  float:left;
  margin-bottom:1px;
  padding:3px 0;
  width:352px;
}
*+ html div.serviceberater-quick {
  margin-bottom:0;
}
div.serviceberater-quick label {
	color: #AE1E1C;
  font-weight: bold;
  line-height:19px;
  padding:0 8px 0 10px;
  margin:0;
}
div.serviceberater-quick form select {
  border-top:1px solid #aaa;
  border-left:1px solid #aaa;
  border-bottom:1px solid #eee;
  border-right:1px solid #eee;
  font-size:1em;
	width: 80px;
	margin:0;
  padding:0;	
}
div.serviceberater-quick form input {
  border:1px solid #AE1E1C;
  background-color:#AE1E1C;
  color:#fff;
  font-size:1em;
  font-weight:bold;
  margin:0;
	margin-left:11px;
	padding:0 3px;
}
/************* Tickdown *************/
div.tickdown {
	width: 
}
div.tickdownlinks {
	width: 40%;
	float: left;
}
div.tickdownrechts {
	width: 60%;
	float: right;
}
div.tickdownclear {
	clear: both;
}
div.tickdown h3 {
	color: #66686e;
	font-weight: bold;
	font-size: 20px;
}
div.tickdown p {
	color: #66686e;
}
div.tickdown span.hervorhebung {
	color: #AE1E1C;
	font-weight: bold;
	font-size: 20px;	
}
div.tickdown input {
	border: none;
	color: #AE1E1C;
	font-weight: bold;
	font-size: 20px;
	width: 155px;
	text-align: right;
}
div.tickdown table.tx_d2auktion {
	width: 100%;
	border-collapse: collapse;
}
div.tickdown table.tx_d2auktion tr.tx_d2auktion_pi1-head {
	color: #AE1E1C;
}
div.tickdown table.tx_d2auktion tr.tx_d2auktion_pi1-row0 td {
	background-color: #fcf499;
}
div.tickdown table.tx_d2auktion tr.tx_d2auktion_pi1-row1 td {
	background-color: #f2f2f2;
	color: #AE1E1C;
	font-weight: bold;
}
div.tickdown table.tx_d2auktion tr td {
	text-align: right;
	padding: 3px;
}
div.tickdown table.tx_d2auktion tr td.tx_d2auktion_pi1-col0 {
	text-align: left;
}
div.tickdown ul {
	width: 93%;
	border: 1px dotted #AE1E1C;
	background-color: #f2f2f2;
	color: #aaa;
	margin-top: 40px;
}
div.tickdown span.submit {
	color: #AE1E1C;
	font-weight: bold;
}


/* VN AUKTIONSTOOL */
div.vn_auktion {
  float:left;
  width:565px;
}
div.vn_auktion label {
  padding:0;
}
div.vn_auktion form {
  float:left;
  width:230px;
}
div.vn_auktion div.savings {
  float:left;
  margin-bottom:4px;
  width:230px;
}
div.vn_auktion div.savings label {
  font-size:14px;
  font-weight:bold;
}
div.vn_auktion div.savings input {
  border:none;
  color:#AE1E1C;
  font-family:Arial,Helvetica,sans-serif;
  font-size:14px;
  font-weight:bold;
  padding:0;
  margin:0;
  text-align:right;
  width:50px;
}
div.vn_auktion div.ticker {
  float:left;
  font-size:12px;
  font-weight:bold;
  margin-bottom:4px;
  width:230px;
}
div.vn_auktion div.ticker label.ticker_prev {
  float:left;
  font-weight:normal;
  width:230px;
}
div.vn_auktion div.ticker input {
  border:none;
  color:#AE1E1C;
  float:left;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  font-weight:bold;
  padding:0;
  margin:0;
  text-align:right;
  width:50px;
}
div.vn_auktion div.ticker label.ticker_past {
  float:left;
  font-weight:normal;
  width:180px;
}
div.vn_auktion div.submitorder {
  color:#AE1E1C;
  font-weight:bold;
}
div.vn_auktion div.submitorder input {
  background-color:#AE1E1C;
  border:1px solid #AE1E1C;
  color:#FFFFFF;
  font-size:1em;
  font-weight:bold;
}
div.vn_auktion table {
  float:right;
}
div.vn_auktion table td {
  padding:3px;
}
div.vn_auktion table td.align-right {
  text-align:right;
}
div.vn_auktion table tr.head td {
  color:#AE1E1C;
  font-weight:bold;
}
div.vn_auktion table tr.even td {
  background-color:#fcf499;
  color:#000;
}
div.vn_auktion table tr.odd td {
  background-color:#f2f2f2;
  color:#AE1E1C;
  font-weight:bold;
}


form#auktion-order {
  width:565px;
}
form#auktion-order label {
  float:left;
  font-weight:bold;
  width:230px;
}
div.vn_auktion div.price {
  float:left;
  margin-bottom:5px;
  width:565px;
}
div.vn_auktion div.price input {
  border:none;
  color:#AE1E1C;
  float:left;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  font-weight:bold;
  padding:0;
  margin:0;
  width:50px;
}
div.vn_auktion div.amount {
  float:left;
  margin-bottom:5px;
  width:565px;
}
div.vn_auktion div.amount input {
  width:70px;
}
div.vn_auktion input.order-submit {
  background-color:#AE1E1C;
  border:1px solid #AE1E1C;
  color:#FFFFFF;
  font-size:1em;
  font-weight:bold;
}
div.vn_auktion div.error {
  color:#AE1E1C;
  float:left;
  font-weight:bold;
  margin-bottom:10px;
  width:565px;
}
form#auktion-config {
  width:100%;
}
div.vn_auktion div.line {
  float:left;
  margin-bottom:10px;
  width:100%;
}
form#auktion-config label {
  float:left;
  width:200px;
}
form#auktion-config input {
  float:left;
  width:300px;
}
form#auktion-config textarea {
  float:left;
  width:300px;
}
form#auktion-config input.config-submit {
  background-color:#AE1E1C;
  border:1px solid #AE1E1C;
  color:#FFFFFF;
  font-size:1em;
  font-weight:bold;
  margin-left:200px;
  width:305px;
}

div#amount-info {
  color:#AE1E1C;
  float:left;
  font-weight:bold;
  margin-bottom:10px;
  width:100%;
}

div.ticker-news {
  float:left;
  margin-bottom:20px;
  width:100%;
}
div.ticker-news div.image {
  float:left;
}
div.ticker-news div.message {
  float:left;
  margin:0;
  margin-right:10px;
  width:110px;
}
div.ticker-news div.ticker {
  color:#AE1E1C;
  font-weight:bold;
}

div.vn_mmm_konfiguration table {
  border:none;
  border-spacing:0;
  margin-bottom:10px;
  width:100%;
}
div.vn_mmm_konfiguration table label {
  width:150px;
}
div.vn_mmm_konfiguration table label.calcprice {
  width:300px;
}
div.vn_mmm_konfiguration input {
  background-color:#AE1E1C;
  border:1px solid #AE1E1C;
  color:#FFFFFF;
  font-weight:bold;
  width:200px;
}
div.vn_mmm_konfiguration table input {
  background-color:#fff;
  border-color:#AAAAAA #EEEEEE #EEEEEE #AAAAAA;
  border-style:solid;
  border-width:1px;
  color:#000;
  font-weight:normal;
}
div.vn_mmm_konfiguration table select {
  border-color:#AAAAAA #EEEEEE #EEEEEE #AAAAAA;
  border-style:solid;
  border-width:1px;
  width:205px;
}
div.vn_mmm_konfiguration table textarea {
  background-color:#fff;
  border-color:#AAAAAA #EEEEEE #EEEEEE #AAAAAA;
  border-style:solid;
  border-width:1px;
  color:#000;
  font-weight:normal;
}
div.vn_mmm_konfiguration table td.header {
    background-color:#eee;
  font-weight:bold;
}
div.vn_mmm_konfiguration table td {
  padding:3px;
}
div.vn_mmm_konfiguration table td.name {
  width:150px;
}
div.vn_mmm_konfiguration table td.email {
  width:150px;
}
div.vn_mmm_konfiguration table td.price {
  width:50px;
}
div.vn_mmm_konfiguration table td.amount {
  width:50px;
}
div.vn_mmm_konfiguration table td.versandt {
  text-align:center;
}
div.vn_mmm_konfiguration table td.checkbox input {
  float:right;
  margin-left:0;
  margin-right:0;
  width:20px;
}
div.vn_mmm_konfiguration table tr.borderbottom td {
  border-bottom:1px dotted #666;
}
form#sendpreisinfo table {
  margin-bottom:0;
}
form#sendpreisinfo label {
  width:530px;
}
form#sendpreisinfo input {
  width:530px;
}
form#sendpreisinfo textarea {
  width:530px;
}
form#sendpreisinfo input#submit_preisinfo {
  width:200px;
}
form#sendpreisinfo table.preisinfo_receivers input {
  width:20px;
}
form#sendpreisinfo table.preisinfo_receivers td.name {
  width:200px;
}
form#sendpreisinfo table.preisinfo_receivers td.email {
  width:200px;
}
form#sendpreisinfo table.preisinfo_receivers {
  margin-bottom:10px;
}
div.message {
  float:left;
  margin:10px 0;
  width:100%;
}

form#subscribers table {
  font-size:11px;
}
form#sendpreisinfo table {
  font-size:11px;
}
form#filter select {
  border-color:#AAAAAA #EEEEEE #EEEEEE #AAAAAA;
  border-style:solid;
  border-width:1px;
}
form#filter input {
  width:100px;
}
div.vn_auktion div.descript {
  color:#666;
  float:left;
  font-size:10px;
  font-style:italic;
  width:100%;
}

div.mitarbeiterbox {
  border-top:1px solid #AE1E1C;
  float:left;
  padding-bottom:5px;
  width:100%;  
}
div.rahmen-gelb {
  border: 1px solid #fcd87f;
  background-color: #fff8c5;
  padding: 0 10px 10px;
  margin: 20px 0 0 0;
}
div.rahmen-gelb-bg {
    background-image: url("/fileadmin/userdaten/bilder/40jahre-mmm/rahmen-gelb-bg.png");
}
div.mitarbeiterbox p {
  margin:5px 0;
}

form#gewinnspiel2011 {
}
form#gewinnspiel2011 fieldset {
  border:none;
  margin:0;
  padding:0;
}
form#gewinnspiel2011 fieldset legend {
  display:none;
}
form#gewinnspiel2011 div.tx_powermail_pi1_fieldwrap_html {
  float:left;
  margin-bottom:5px;
  position:relative;
  width:100%;
}
form#gewinnspiel2011 label {
  float:left;
  position:absolute;
  left:0;
  bottom:0;
  width:542px;
}
form#gewinnspiel2011 input {
  background-color:#FFF8C5;
  border:none;
  border-bottom:1px solid #666;
  float:left;
  margin-bottom:16px;
  width:542px;
}
form#gewinnspiel2011 div#powermaildiv_uid54 {
  height:20px;
}
form#gewinnspiel2011 div#powermaildiv_uid54 label {
  display:none;
}
form#gewinnspiel2011 div#powermaildiv_uid54 input {
  border:1px solid #666;
  float: right;
  font-size: 28px;
  height: 40px;
  line-height: 40px;
  margin:0;
  position: relative;
  text-align: left;
  top: -45px;
  width: 45px;
  background-color: #fff;
}
form#gewinnspiel2011 div#powermaildiv_uid59 input {
  background-color:#AE1E1C;
  border-color:#AE1E1C;
  color:#fff;
  cursor:pointer;
  float:right;
  font-weight:bold;
  width:205px;
}
div.tx-powermail-pi1_mandatory {
  float:left;
  margin:20px 0;
  width:100%;
}
input.tx-powermail-pi1_mandatory_submit {
  background-color:#AE1E1C;
  border-color:#AE1E1C;
  color:#fff;
  cursor:pointer;
  float:left;
  font-weight:bold;
  width:205px;
}


form#subscription div.name,
form#subscription div.email,
form#subscription div.kindOfMail {
  float:left;
  margin-bottom:5px;
  width:100%;
}
form#subscription label {
  float:left;
}
form#subscription input {
  float:left;
  margin-right:5px;
}
form#subscription div.name input,
form#subscription div.email input {
  width:200px;
}
form#subscription div.name label,
form#subscription div.email label {
  width:80px;
}

form#subscription input.submit {
  background-color:#AE1E1C;
  border-color:#AE1E1C;
  color:#fff;
  cursor:pointer;
  font-weight:bold;
  margin-left:80px;
  width:205px;
}
form#subscription div.validation {
  color:#AE1E1C;
  font-size:10px;
  font-weight:bold;
}

div.container_2cols {
  float:left;
  width:100%;
}
div.container_2cols_second {
  float: left;
}
div.container_2cols_first {
  float:left;
  width:270px;
}

form#abmeldung label {
  margin-bottom:5px;
  width:100%;
}
form#abmeldung input {
  margin-bottom:5px;
  width:200px;
}
form#abmeldung input.submit-abmeldung {
  background-color:#AE1E1C;
  border-color:#AE1E1C;
  color:#FFFFFF;
  font-weight:bold;
  width:205px;
}
/* Weihnachten */
div.weihnachten {
  font-family: Georgia,Times,"Times New Roman",serif;
}
div.weihnachten p {
  font-size: 1.3em;
  font-style: italic;
  line-height: 1.5em;
}
div.weihnachten h1 {
  font-size: 1.6em;
}

/* Newsletter Anmelde Formular */
form#vn-subscription fieldset {
  border: none;
  padding: 0;
  margin: 10px 0 0 0;
}
form#vn-subscription input {
  margin: 0 15px 0 0;
  width: 110px;
  border: 1px solid #AE1E1C;
  color: #AE1E1C;
}
form#vn-subscription input:focus {
  color: #000;
  border: 1px solid #000;
}
form#vn-subscription div.gender {
  width: 160px;
}
form#vn-subscription div.item.item-person {
  float: left;
  width: 130px;
}
form#vn-subscription div.gender input {
  width: auto;
  float: left;
  margin: 10px 10px 0 0;
}
form#vn-subscription div.gender label {
  margin: 8px 20px 0 0;
  padding: 0;
}
form#vn-subscription input.submit {
  background-color: #AE1E1C;
  border: none;
  color: #FFF;
  font-weight: bold;
  border: 1px solid #AE1E1C;
}


