﻿html {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/top-bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	color: #000;
	background-color: #F0EEEF;
}
/*------------------------------------ (CSS_STYLED_CONTENT)  ----------------------------------- */
/********************************/
/* Allgemeine Formatierung      */
/********************************/
h1, h2, h3, h4, h5, p, td, ul, ol, blockquote, input, textarea, select { 
	color: #000; 
	background-color: transparent;
}
pre {
	font-family: monospace; 
}
a {
	color: #000; 
	text-decoration: underline; 
}
a:hover {
	color: #666; 
}
form { 
	margin: 0px;
}
p, pre { 
	margin: 10px 0px; 
}
p, td, ul, ol {
	font-size: 10px;
}
input, textarea, select { 
	padding-left: 3px; 
	font-size: 10px;
}
/*********************************/
/* 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 {
}
div.csc-frame-rulerBefore {
	border-top: 1px solid Black;
}
div.csc-frame-rulerAfter {
	border-bottom: 1px solid Black;
}
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 {
	background-color: #F2F2F2;
	padding: 2px 4px 2px 4px;
	border: 1px solid Black;
}
div.csc-frame-frame2 {
	background-color: #F2F2F2;
	padding: 2px 4px 2px 4px;
	border: 1px solid Black;
}
/* --- */
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 {
	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 {
	margin-top: 2px;
}
/******************/
/* Überschriften  */
/******************/
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #9E121D;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #9E121D;
}
h4 {
	font-size: 14px;
	font-weight: bold;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	color: #9E121D;
}
h6 {
	font-size: 12px;
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
}
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 {
	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: 10px;
	color: #9E121D;
}
/* Subüberschrift, allgemein */
p.csc-subheader {
	font-style: italic;
	background-color: #F0EEEF;
}
/* Subüberschrift, spezifiziert */
p.csc-subheader-0 {
	font-style: normal;
}
p.csc-subheader-1 {
	font-style: normal;
	color: #9E121D;
}
p.csc-subheader-2 {
	color: #9E121D;
}
p.csc-subheader-3 {
	color: #fff;
	background-color: #9E121D;
}
/*******************/
/* RTE / Bodytext: */
/*******************/
p.bodytext {
	font-size: 10px;
}
p.bodytext a { 
  font-weight: normal; 
  text-decoration: underline;
}
/* RTE / Aufzählungsliste */
ul {
	margin-top: 0px;
}
ul li {
	font-size: 10px;
}
ol {
	margin-top: 0px;
}
li {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
}
/* RTE / Tabelle */
table.contenttable {
	border: 0px Black solid;
	margin: 10px 0px 10px 0px;
	width: 100%;
}
table.contenttable tr td { 
  padding: 0px 3px 0px 3px; 
}
table.contenttable tr td p.bodytext { 
  font-size: 10px; 
}
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 #9E121D;
	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 */
/********************/
/* Aufzählungsliste, allgemein */
ul.csc-bulletlist li {
	font-size: 10px;
}
/* Aufzählungsliste, spezifiziert */
ul.csc-bulletlist-0 {
	color: Black;
}
ul.csc-bulletlist-1 {
	color: Black;
	list-style-type: decimal;
}
ul.csc-bulletlist-2 {
	color: Black;
	list-style-position: inside;
}
ul.csc-bulletlist-3 {
	color: Black;
	list-style-image: url(../images/navpfeil.gif);
}
/***********************/
/* Tabellen, allgemein */
/***********************/
table.contenttable p {
	font-size: 10px;
}
table.contenttable tr td {
	vertical-align: top;
}
/* Tabellen, spezifiziert */
table.contenttable-0 {
	margin: 0px;
}
table.contenttable-0 tr td {
	padding: 0px;
}
table.contenttable-0 p {
	color: Black;
}
table.contenttable-1 p {
	color: Black;
}
table.contenttable-1 tr.tr-0 td p {
	font-weight: bold;
}
table.contenttable-1 tr.tr-0 td {
	background-color: #F2F2F2;
}
table.contenttable-2 p {
	color: Black;
}
table.contenttable-2 tr td.td-0 {
	background-color: #9E121D;
}
table.contenttable-2 tr td.td-0 p {
	color: #fff;
	font-weight: bold;
}
table.contenttable-3 p {
	color: #9E121D;
}
table.contenttable-3 tr td.td-0, table.contenttable-3 tr.tr-0 td {
	background-color: #9E121D;
}
table.contenttable-3 tr td.td-0 p, table.contenttable-3 tr.tr-0 td p {
	color: #fff;
	font-weight: bold;
}
/*************************/
/* Dateilinks, allgemein */
/*************************/
table.csc-uploads {
	border: 0px;
	width:100%;
}
table.csc-uploads tr td p {
	background-color: transparent;
	font-size: 10px;
}
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: #F2F2F2;
}
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 {
	border-color: Black;
}
table.csc-uploads-2 {
	border-color: #9E121D;
}
table.csc-uploads-3 {
	border-color: #9E121D;
}
table.csc-uploads-3 tr td {
	vertical-align: middle;
}
table.csc-uploads-3 tr.tr-even td.csc-uploads-icon img {
	border: 2px solid Black;
}
table.csc-uploads-3 tr.tr-odd td.csc-uploads-icon img {
	border: 2px solid Black;
}
/**************************/
/* Verschiedene Formulare */
/**************************/
/* Email, Login und Such- Formular allgemein: */
form table tr td {
	padding-left: 5px;
	padding-right: 20px;
}

form table tr td.csc-form-labelcell, form table tr td.csc-form-commentcell {
	background-color: #F2F2F2;
}
form table tr td.csc-form-fieldcell {
	background-color: #fff;
}
form table tr td.csc-form-fieldcell input, form table tr td.csc-form-fieldcell select, form table tr td.csc-form-fieldcell textarea {
	border: 1px solid Black;
}
form table tr td.csc-form-labelcell p.csc-form-label-req {
	font-weight: bold;
}
/* Email Formular, spezifiziert */
form table.csc-mailform tr td.csc-form-labelcell  {
}
/* Such Formular, spezifiziert */
form table.csc-searchform {
	width: 100%;
}
form table.csc-searchform tr td {
	padding: 5px;
}
form table.csc-searchform tr td.csc-form-labelcell, form table.csc-searchform tr td.csc-form-commentcell {
	font-weight: bold;
}
form table.csc-searchform tr td.csc-form-fieldcell input, form table.csc-searchform tr td.csc-form-fieldcell select {
	width: 100%;
}
/* Login Formular, spezifiziert */
form table.csc-loginform {
	width: 70%;
}
/*****************/
/* Suchresultate */
/*****************/
/* Suchresultate, result information box: */
table.csc-searchResultInfo {
	margin-left: 0px;
	margin-top: 10px;
	width: 100%;
}
table.csc-searchResultInfo tr {
	background-color: #F2F2F2;
}
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: #9E121D;
}
h3.csc-searchResultHeader {
	background-color: #F2F2F2;
	font-size: 14px;
	padding-left: 5px;
}
p.csc-searchResult {
	font-style: italic;
	margin-left: 20px;
}
/* Suchword Markierung */
span.csc-sword {
	font-weight: bold;
	color: #9E121D;
}
/*****************************/
/* 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: 14px;
	padding-left: 14px;
}
div.csc-menu p a:hover {
	color: #9E121D;
	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 ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	line-height: 140%;
}
div.csc-menu-2 li.csc-sitemap-level1 {
	margin-left: 0px;
	margin-top: 15px;
}
div.csc-menu-2 li.csc-sitemap-level2 {
	margin-left: 20px;
}
div.csc-menu-2 li.csc-sitemap-level3 {
	margin-left: 20px;
}
div.csc-menu-2 li.csc-sitemap-level4 {
	margin-left: 20px;
}
div.csc-menu-2 li.csc-sitemap-level5 {
	margin-left: 20px;
}
div.csc-menu-2 li.csc-sitemap-level6 {
	margin-left: 20px;
}
div.csc-menu-2 li.csc-sitemap-level7 {
	margin-left: 20px;
}
div.csc-menu-2 li.csc-sitemap-level1 a {
	color: #9E121D;
	text-decoration: none;
}
div.csc-menu-2 li.csc-sitemap-level2 a {
	color: #000;
}
div.csc-menu-2 li.csc-sitemap-level3 a {
	color: #666;
}
div.csc-menu-2 li.csc-sitemap-level4 a {
	color: #999;
}
div.csc-menu-2 li.csc-sitemap-level5 a {
	color: #bbb;
}
div.csc-menu-2 li.csc-sitemap-level6 a {
	color: #000;
}
div.csc-menu-2 li.csc-sitemap-level7 a {
	color: #000;
}
/* 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: #9E121D;
}
/* 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: #9E121D;
}
/****************************************/
/* 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;
}
/*************/
/* Debugging */
/*************/
/*
h1, h2, h3, h4, h5, p, ul, ol, li, blockquote, pre {
	border: 1px dotted #999999;
}
td table {
	border: 1px dotted #000099;
}
div {
	border: 1px dotted #990000;
}
img.spacer-gif {
	border: 1px solid black;
}
*/
/*------------------------------------ (Spezielle HNO Styles)  ----------------------------------- */
div {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
div#container {
  background-image: url(../images/top-bg.jpg);
	background-repeat: repeat-x;
	width: 850px;
}
div#header {
	height: 140px;
}
div#logo {
	position: absolute;
	top: 33px;
	left: 37px;
}
div#adresse {
	position: absolute;
	top: 22px;
	left: 230px;
	text-align: center;
}
div#headertext {
	position: absolute;
	top: 95px;
	left: 230px;
	font-size: 22px;
	color: #9E121D;
}
div#headerbild {
	position: absolute;
	top: 0;
	right: 20px;
}
div#left {
	width: 222px;
	float: left;
}
div#left_content {
	padding-left: 23px;
}
div#right {
	float: right;
	width: 623px;
	margin-right: 5px;
}
div#content {
  float:left;
	padding: 20px;
	padding-right: 50px;
	background-color: #fff;
	height: 100%;
	width:555px;
}
* html div#content {
  width:550px;
}
div.submenu {
	height: 24px;
	margin-top: 15px;
}
/*------------------------------------- Menü ------------------------------------*/
ul#hauptnav {
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
	list-style: none;
	width: 189px;
}
ul#hauptnav li {
	line-height: 20px;
	margin-bottom: 2px;
}
ul#hauptnav li a {
	display: block;
	padding: 0px;
	margin: 0px;
	margin-top: -2px;
	padding-left: 10px;
	text-decoration: none;
	color: #9E121D;
	font-weight: bold;
	font-size: 12px;
}
ul#hauptnav li a:hover {
	color: #F0EEEF;
	background-color: #9E121D;
}
ul#hauptnav li a.akt {
	color: #F0EEEF;
	background-color: #9E121D;
}
ul#hauptnav li.akt {
	margin-top: 2px;
	padding-left: 10px;
	color: #F0EEEF;
	background-color: #9E121D;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
}
ul#hauptnav li.akt a {
	display: block;
	padding: 0px;
	margin: 0px;
}
/* Zusatznavigation */
ul#zusatznav {
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
	margin-left: 11px;
	list-style: none;
	font-size: 11px;
	line-height: 14px;
}
ul#zusatznav li {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/navpfeil.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 11px;
}
ul#zusatznav li.akt {
	color: #000;
}
ul#zusatznav li a {
	color: #000;
	text-decoration: none;
}
ul#zusatznav li a:hover {
	text-decoration: underline;
}
/* Subnavigation */
ul.subnav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 12px;
	margin-left: 22px;

}
ul.subnav li {
	display: inline;
	margin-right:15px;
	line-height: 20px;
}
ul.subnav li.akt {
	color:#000;
	text-decoration: underline;
}
ul.subnav li a {
	color: #ACACAC;
	text-decoration: none;
}
ul.subnav li a:hover {
	color:#000;
}
/*------------------------------------- Login / Memberbereich ------------------------------------*/
div.memberbereich {
	margin-left: 0px;
	margin-right:10px;
	margin-top:5px;
	padding-top:3px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:5px;
	background-color: #CCCCCC;
}
div.memberbereich h3 {
	color: #9E121D;
	font-weight: bold;
	font-size: 12px;
	margin-top:2px;
	margin-bottom:4px;
}
div.memberbereich div.tx-newloginbox-pi1 label {
	display: block;
	width: 70px;
	float: left;
	line-height: 19px;
}
div.memberbereich form {
	position: relative;
}
div.memberbereich form br {
	clear: both;
}
div.memberbereich input {
	border: 1px solid #9E121D;
	width: 90px;
	color: #000;
	background-color: #F0EEEF;
}
div.memberbereich input.tx-newloginbox-pi1-submit {
	width: 96px;
	margin-left: 70px;
}

/* neu */

div.tx-felogin-pi1 fieldset {
  border:none;
  margin:0;
  padding:0;
}
div.tx-felogin-pi1 fieldset legend {
  display:none;
}
/*------------------------------------- Membermenü ------------------------------------*/
ul.membermenu {
	margin:0;
	padding:0;
	list-style:none;
	margin-top:5px;
	font-size:12px;
}
ul.membermenu li, ul.membermenu li a {
	color: #9E121D;
	text-decoration: none;
}
ul.membermenu li.akt, ul.membermenu a:hover{
	text-decoration:underline;
}
/*--------------------------------- Suche --------------------------------- */
/*--------------Single-Searchbox-----------------------*/
div#singlesearchbox {
	margin-left: 22px;
}
div#singlesearchbox h6 {
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	text-transform: none;	
	float: left;
}
div#singlesearchbox input.searchbox {
	width: 85px;
	height: 14px;
	margin-top: 2px;
	border: 1px solid #9E121D;
	background-color: #FFF;
	float: left;
}
div#singlesearchbox input#lupe {
	margin-top: 1px;
	margin-left: 5px;
}
div#singlesearchbox input.tx-indexedsearch-searchbox-button-submit {
	background-color: #F0EEEF;
	border: 1px solid #fff;
	width: 70px;
	height: 18px;
	margin-left: 5px;
}
/*--------------Searchbox-----------------------*/
div.tx-indexedsearch-searchbox {

}
div.searchbox-tmpl-css {
	
}
div.tx-indexedsearch-searchbox fieldset {
	border: none;
}
div.tx-indexedsearch-searchbox fieldset legend {
	display: none;
}
div.tx-indexedsearch-form {

}
div.tx-indexedsearch-searchbox label {
	display: block;
	float: left;
	width: 100px;
}
div.tx-indexedsearch-form {
	height: 17px;
}
div.tx-indexedsearch-searchbox input {
	width: 300px;
	border: 1px solid #9E121D;
	background-color: #F0EEEF;
}
div.tx-indexedsearch-search-extended {
	margin-left: 30px;
	margin-top: 5px;
	margin-right: 45px;
	padding: 5px;
	padding-bottom: 0px;
	background-color: #F0EEEF;
}
div.tx-indexedsearch-search-extended label {
	width: 120px;
}
div.tx-indexedsearch-searchbox select {
	width: 200px;
	margin-bottom: 5px;
	background-color: #F0EEEF;
	border: 1px solid #9E121D;
}
div.tx-indexedsearch-searchbox input.submit {
	width: 306px;
	margin-top: 5px;
	margin-left: 100px;
}
ul.browsebox {
	padding: 5px;
	margin: 0px;
	list-style: none;
	background-color: #F0EEEF;
}
ul.browsebox li {
	display: inline;
	padding-right: 10px;
}
ul.browsebox li a {
	
}
ul.browsebox li.tx-indexedsearch-browselist-currentPage a {
	text-decoration: none;
}
div.tx-indexedsearch-res dl.tx-indexedsearch-info {
	padding: 5px;
	background-color: #F0EEEF;
}
div.tx-indexedsearch-res h3 {
	background-color: #9E121D;
	color: #000;
}
div.tx-indexedsearch-res h3 a {
	color: #fff;
}
div.tx-indexedsearch-res span.tx-indexedsearch-percent {
	float: right;
}
div.tx-indexedsearch-res dt {
	float: left;
	font-size: 9px;
}
div.tx-indexedsearch-res dd {
	font-size: 9px;
}
div.tx-indexedsearch-res p.tx-indexedsearch-descr {

}
div.tx-indexedsearch-res strong.tx-indexedsearch-redMarkup{
	color: #9E121D;
	background-color: #ccc;
}
/* ---------------------------------------------- Infoformular --------------------------------------------- */
div.formular {
	width: 445px;
	padding: 0px;
}
div.formular table {
	width: 445px;
	text-align: left;
}
div.formular tr.vspace {
	height: 15px;
}
div.formular td.label {
	width: 120px;
	padding: 0px;
	text-align: right;
}
div.formular td.space {
	width: 5px;
	padding: 0px;
}
div.formular td.value {
	width: 320px;
	padding: 0px;
	text-align: left;
}
div.formular input, div.formular select {
	height: 15px;
	margin: 2px;
	padding: 2px;
	border: 1px solid #9E121D;
	background-color: #F0EEEF;
}
div.formular select {
		height: 20px;
}
div.formular textarea {
	height: 60px;
	margin: 2px;
	padding: 2px;
	border: 1px solid #9E121D;
	background-color: #F0EEEF;
}
div.formular select.kurz {
	width: 90px;
}
div.formular select.lang {
	width: 219px;
}
* html div.formular select.lang {
	width: 220px;
}
div.formular input.standard, div.formular textarea.standard {
	width: 213px;
}
div.formular input.plz {
	width: 48px;
}
div.formular input.ort {
	width: 155px;
}
div.formular input#submit  {
	width: 219px;
	height: 20px;
	background-color: #F0EEEF;
	color: #000;
}
* html div.formular input#submit  {
	cursor: pointer;
}
div.formular br {
	clear: left;
}
div.formular label.spacer {
	padding: 0px;
	display: block;
	float: left;
	width: 5px;
}
/* Abstand der Radiobuttons als eigene Klasse weil anders nicht möglich */
div.formular input.formularradio{
	float: left;
	margin-left: 40px;
	background-color: transparent;
}
/* Formatierungen für MAILFORMPLUS */
div.tx-thmailformplus-pi1 H2 {
	margin-top: 0px;
	margin-bottom: 0px;
}
/* ---------------------------------------------- Callbackformular --------------------------------------------- */
div.formular {
	width: 445px;
	padding: 0px;
}
div.formular label {
	display: block;
	width: 150px;
	margin-top: 4px;
	line-height: 18px;
	float: left;
}
div.formular input {
	width: 200px;
	height: 15px;
	margin: 2px;
	padding: 2px;
	border: 1px solid #9E121D;
	background-color: #F0EEEF;
}
div.formular textarea {
	width: 200px;
	height: 60px;
	margin: 2px;
	padding: 2px;
	border: 1px solid #9E121D;
	background-color: #F0EEEF;
}
div.formular input#submit  {
	width: 206px;
	height: 20px;
	background-color: #F0EEEF;
	color: #000;
	margin-left: 152px;
}
* html div.formular input#submit  {
	cursor: pointer;
}
div.formular br {
	clear: left;
}
/* ---------------------------------------------- Newsletterformular --------------------------------------------- */
div.tx-webinstamailinglist-pi1 {
	width: 445px;
	padding: 0px;
}
div.tx-webinstamailinglist-pi1 label {
	display: block;
	width: 150px;
	margin-top: 4px;
	float: left;
}
div.tx-webinstamailinglist-pi1 input {
	width: 200px;
	height: 15px;
	margin: 2px;
	padding: 2px;
	border: 1px solid #9E121D;
	background-color: #F0EEEF;
}
div.tx-webinstamailinglist-pi1 input.tx_webinstamailing_submit  {
	width: 206px;
	height: 20px;
	background-color: #F0EEEF;
	color: #000;
	margin-left: 152px;
}
* html div.formular input#submit  {
	cursor: pointer;
}
div.formular br {
	clear: left;
}


/*************** Powermail *****************/
form#infomaterial fieldset {
  border:none;
  margin:0;
  padding:0;
}
form#infomaterial fieldset legend {
  display:none;
}
form#infomaterial label {
  float:left;
  margin-right:10px;
  text-align:right;
  width:90px;
}
form#infomaterial input {
  float:left;
  width: 200px;
  height: 15px;
	padding: 2px;
	border: 1px solid #9E121D;
	background-color: #F0EEEF;
}
form#infomaterial select {
  width: 206px;
  height: 21px;
	padding: 2px;
	border: 1px solid #9E121D;
	background-color: #F0EEEF;
}
form#infomaterial textarea {
  width: 200px;
  font-family:Verdana;
  height: 60px;
	padding: 2px;
	border: 1px solid #9E121D;
	background-color: #F0EEEF;
}
form#infomaterial div#powermaildiv_uid1 {
  margin-bottom:10px;
}
form#infomaterial div#powermaildiv_uid1 p {
  display:none;
}
form#infomaterial div#powermaildiv_uid1 input {
  margin:0;
  padding:0;
}
form#infomaterial div#powermaildiv_uid1 label {
  margin:0;
  margin-left:10px;
  padding:0;
  text-align:left;
}
form#infomaterial div.tx_powermail_pi1_fieldwrap_html {
  float:left;
  margin-bottom:4px;
  width:100%;
}
form#infomaterial div.powermail_radio_inner {
  float:left;
}
form#infomaterial div.powermail_radio_inner input {
  float:left;
  width:20px;
}
form#infomaterial div.powermail_radio_inner label {
  width:300px;
}
form#infomaterial div#powermaildiv_uid13 input {
  width: 206px;
  height: 21px;
	padding: 0px;
	margin-left:100px;
	border: 1px solid #9E121D;
	background-color: #F0EEEF;
}
* html form#infomaterial div#powermaildiv_uid13 input {
  margin-left:103px;
}
form#infomaterial input#uid1_0 {
  background-color:transparent;
  border:none;
}
input.tx-powermail-pi1_mandatory_submit {
  width: 206px;
  height: 21px;
	padding: 0px;
	border: 1px solid #9E121D;
	background-color: #F0EEEF;
}
/*********** Bewerbung ***********/
form#bewerbung fieldset {
  border:none;
  margin:0;
  padding:0;
}
form#bewerbung fieldset legend {
  display:none;
}
form#bewerbung label {
  float:left;
  margin-right:10px;
  text-align:right;
  width:90px;
}
form#bewerbung input {
  float:left;
  width: 200px;
  height: 15px;
	padding: 2px;
	border: 1px solid #9E121D;
	background-color: #F0EEEF;
}
form#bewerbung select {
  width: 206px;
  height: 21px;
	padding: 2px;
	border: 1px solid #9E121D;
	background-color: #F0EEEF;
}
form#bewerbung textarea {
  width: 200px;
  font-family:Verdana;
  height: 60px;
	padding: 2px;
	border: 1px solid #9E121D;
	background-color: #F0EEEF;
}
form#bewerbung div.tx_powermail_pi1_fieldwrap_html {
  float:left;
  margin-bottom:4px;
  width:100%;
}
form#bewerbung div#powermaildiv_uid26 input {
  width: 206px;
  height: 21px;
	padding: 0px;
	margin-left:100px;
	border: 1px solid #9E121D;
	background-color: #F0EEEF;
}
* html form#bewerbung div#powermaildiv_uid26 input {
  margin-left:103px;
}
/************ Callback ***************/
form#callback fieldset {
  border:none;
  margin:0;
  padding:0;
}
form#callback fieldset legend {
  display:none;
}
form#callback label {
  float:left;
  margin-right:10px;
  text-align:right;
  width:140px;
}
form#callback input {
  float:left;
  width: 200px;
  height: 15px;
	padding: 2px;
	border: 1px solid #9E121D;
	background-color: #F0EEEF;
}
form#callback textarea {
  width: 200px;
  font-family:Verdana;
  height: 60px;
	padding: 2px;
	border: 1px solid #9E121D;
	background-color: #F0EEEF;
}
form#callback div.tx_powermail_pi1_fieldwrap_html {
  float:left;
  margin-bottom:4px;
  width:100%;
}
form#callback div#powermaildiv_uid33 input {
  width: 206px;
  height: 21px;
	padding: 0px;
	margin-left:150px;
	border: 1px solid #9E121D;
	background-color: #F0EEEF;
}
* html form#callback div#powermaildiv_uid33 input {
	margin-left:153px;
}

div.validation-advice {
  color:#9E121D;
  font-weight:bold;
  float:left;
  width:150px;
  margin-left:10px;
  width:150px;
  line-height:20px;
}

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

div.tx-chgallery-pi1 {

}

div.tx-chgallery-pi1 div.clr { 
  clear:both; 
}
div.tx-chgallery-pi1 div.pagebrowser {
  display:none;
  border-top:1px dotted #9E121D;
  border-bottom:1px dotted #9E121D;
  float:left;
  line-height:25px;
  margin:5px 0;
  width:100%;
}
* html div.tx-chgallery-pi1 div.pagebrowser {
  border-top:1px solid #9E121D;
  border-bottom:1px solid #9E121D;
}
div.tx-chgallery-pi1 div.single span { 
  display:none;
}
div.tx-chgallery-pi1 div.single {
  border:1px solid #9E121D;
  background-color:#fff;
  float:left;
  height:100px;
  margin-right:6px;
  margin-bottom:6px;
  vertical-align:middle;
  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 {
  height:80px;
  text-align:center;
  width:80px;
}
div.tx-chgallery-pi1 div.single div.align a img {
  vertical-align:middle;
}


/* FELOGIN */

div.tx-felogin-pi1 div.username,
div.tx-felogin-pi1 div.password {
  float:left;
  width:100%;
  margin-bottom:3px;
}
div.tx-felogin-pi1 div.username label,
div.tx-felogin-pi1 div.password label {
  float:left;
  width:70px;
}
div.tx-felogin-pi1 div.submit_input input {
  float:left;
  margin-left:70px;
  width:95px;
}
* html div.tx-felogin-pi1 div.submit_input input {
  margin-left:73px;
  width:96px;
}
div.tx-felogin-pi1 div.status {
  margin-bottom:3px;
}
div.tx-felogin-pi1 div.status label {
  float:left;
  margin-right:5px;
}

/* Produktliste */

div.rgaccord1-nest {
  position:relative;
  z-index:0;
  padding-bottom:15px;
}
div.rgaccord1-nest h3 {
  cursor:pointer;
  font-size:10px;
  margin:0 0 24px 0;
  text-align:right;
  z-index:-1;
}
div.rgaccord1-nest table,
table.singleview {
  border-right:1px solid #9E121D;
  border-bottom:1px solid #9E121D;
  border-spacing:0;
  margin:4px 0 15px 0;  
  text-align:center;
}
table.singleview {
  margin-top:15px;
}
div.rgaccord1-nest table tr th,
table.singleview tr th {
  background-color:#f0eeef;
  border:1px solid #9E121D;
  border-right:none;
  padding:2px 5px;
}
div.rgaccord1-nest table tr td,
table.singleview tr td {
  border-left:1px solid #9E121D;
  padding:2px 5px;
}

div.tx-vnartikelimport-pi1 {
  float:left;
  margin:5px 0;
  width:100%;
}
div.tx-vnartikelimport-pi1 form {
  float:left;
  margin-bottom:10px;
  width:100%;
}
div.tx-vnartikelimport-pi1 div.pagebrowser {
  border-top:1px solid #F0EEEF;
  border-bottom:1px solid #F0EEEF;
  float:left;
  margin-bottom:10px;
  padding:5px 0;
  width:100%;
}
div.tx-vnartikelimport-pi1 div.pagebrowser div.prev {
  float:left;
  width:115px;
}
div.tx-vnartikelimport-pi1 div.pagebrowser div.current {
  float:left;
  text-align:center;
  width:325px;
}
div.tx-vnartikelimport-pi1 div.pagebrowser div.next {
  float:left;
  text-align:right;
  width:115px;
}
div.vnartikelimport_list {
  float:left;
  width:100%;
}
div.vnartikelimport_list div.title {
  font-weight:bold;
  float:left;
  line-height:20px;
  width:100%;
}
div.vnartikelimport_list div.row {
  float:left;
  margin-bottom:3px;
  width:100%;
  position:relative;
  z-index:1;
}
div.vnartikelimport_list div.column {
  float:left;
}
div.vnartikelimport_list div.amount {
  width:70px;
  text-align:right;
  padding-right:5px;
  z-index:1;
}
div.vnartikelimport_list div.unit {
  width:25px;
  z-index:1;
}
div.vnartikelimport_list div.price {
  width:45px;
  text-align:right;
  padding-right:5px;
  z-index:1;
}
div.vnartikelimport_list div.article {
  width:190px;
  padding:0;
  z-index:1;
}
div.vnartikelimport_list div.select_amount {
  width:150px;
  z-index:1;
}
div.vnartikelimport_list div.select_amount input.basketbutton {
  border:1px solid #9E121D;
  position:relative;
  z-index:99;
}
*+ html div.vnartikelimport_list div.select_amount input.basketbutton {
  width:100px;
}
div.vnartikelimport_list div.select_amount input.amountinput {
  border:1px solid #9E121D;
  position:relative;
  z-index:99;
}
*+ html div.vnartikelimport_list div.select_amount input.amountinput {
  width:35px;
}
div.vnartikelimport_list div.detail {
  width:60px;
}
input#searchword {
  border:1px solid #9E121D;
}
input.searchsubmit {
  border:1px solid #9E121D;
}
input.basketupdate {
  border:1px solid #9E121D;
}
table.shoppingcard {
  border-right:1px solid #9E121D;
  border-spacing:0;
  margin:5px 0;
}
table.shoppingcard tr th {
  background-color:#f0eeef;
  border:1px solid #9E121D;
  border-right:none;
  padding:2px 5px;
}
table.shoppingcard tr td {
  border-left:1px solid #9E121D;
  border-bottom:1px solid #9E121D;
  padding:2px 5px;
}
table.shoppingcard th.article_no {
  width:85px;
}
table.shoppingcard th.amount {
  width:70px;
}
table.shoppingcard th.price {
  width:60px;
}
table.shoppingcard td.price,
table.shoppingcard td.total {
  text-align:right;
}
table.shoppingcard td.amount input {
  border:1px solid #9E121D;
  margin-right:2px;
}
input.basketupdate {
  float:left;
  margin-right:5px;
  cursor:pointer;
}
span.link {
  float:left;
  border:1px solid #9E121D;
  display:block;
  cursor:pointer;
  margin-right:5px;
  line-height:15px;
  width:130px;
  text-align:center;
}
span.link a {
  text-decoration:none;
}
span.link a:hover {
  color:#000;
}

div.artikelbild img {
  margin-right:10px;
}
div.artikelbild a img {
  border:none;
}

/****************** News *******************/
div.news-list-item {
  float:left;
  width:555px;
}
div.news-list-item-content {
  float:left;
  margin-bottom:10px;
  width:555px;
}
div.news-list-item-image {
  float:left;
  width:210px;
}
div.news-list-item-subheader {
  float:left;
  width:345px;
}
div.news-list-item div.rgaccord1-nest h3 {
  cursor:pointer;
  font-size:10px;
  margin:5px 0;
  text-align:left;
  z-index:-1;
}