@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-image: url(../../fileadmin/template/images/bg.gif);
        background-repeat: repeat-x;

        /* scrollbar code */
        scrollbar-face-color: #000;
        scrollbar-highlight-color: #fff;
        scrollbar-3dlight-color: #ccc;
        scrollbar-darkshadow-color: #000;
        scrollbar-shadow-color: #000;
        scrollbar-arrow-color: #fff;
        scrollbar-track-color: #fff;
}
img {
	border: none;
}
.thrColFixHdr #container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.thrColFixHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 158px;
	background-image: url(../../fileadmin/template/images/bg.gif);
	background-repeat: repeat-x;
}
.thrColFixHdr #menu {
	/* background-color: #FF0000; */
	height: 10px;
}
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	padding-right: 25px;
	height: 300px;
	margin-top: 150px;
	border-right: 2px solid #000;
	text-align: right;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	height: 300px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 300px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.boxNews {
	border: 1px solid red;
	margin-top: 20px;
}
.boxTermin {
	border: 1px solid black;
	margin-top: 20px;
}
.headlineRed {
	background-color: #FF0000;
	border-bottom: 1px solid #000;
	padding: 2px;
	font-size: 90%;
	color: #fff;
	padding-left: 10px;
}
.boxContent {
	/* margin-top: 20px; */
	padding: 5px;
	font-size: 80%;
	height: 100px;
	overflow: auto;
}
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	height: 1px;
}
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 70%;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.headlineBlack {
	background-color: #000000;
	border-bottom: 1px solid #000;
	padding: 2px;
	font-size: 90%;
	color: #fff;
	padding-left: 10px;
}
.contentInner {
	margin-top: 130px;
}
/* hover menu */
ul.menu, ul.menu ul {
	list-style-type: none;
}
ul.menu a {
	display: block;
	padding: 3px 10px 3px 10px;
	font-weight:normal;
	font-size: 85%;
	text-decoration: none;
	color: black;
}
ul.menu a:hover {
	color: red;
}
ul.menu ul a {
	padding: 0 10px;
	text-decoration: none;
	color: white;
	font-size: 85%;
}
ul.menu li a:active {
  font-weight: bold;
}
ul.menu ul a:hover {
	color: #FFF;
}
ul.menu li {
	padding:0;
	margin:0;
	background-image: none;
	background-color: #FFF;
	float:left;
	border:0px solid #26383D;
	border-right: 1px solid black;
}
ul.menu ul {
	margin-left:0;
	padding: 0 0 5px 0;
	position: absolute;
	/*left: 25.6%!important;
    left: 25.8%; */
    background-color: #fff;
	border:0px solid #FFF9E4;
	display:none;
	width: 120px;
}
/* IE-Hack fr die Breite */
*html ul.menu ul {
	width:120px;
}
/* Dies sind die Klassenstile fr das Untermen wenn sich die Maus */
/* ber der Liste  befindet (.hover siehe JavaScript oben) */

ul.menu ul.hover, ul.menu li.hover ul, ul.menu li:hover ul {
	display:block;
}
ul.menu ul li {
	float:none;
	background-color: #000;
	margin-top: 1px;
	margin-bottom: 2px;
	padding: 2px;
	text-align: right;
}
ul {
	list-style: square;
}
li {
	padding: 5px;
}
/* news configuration */
div.news-latest-container {
	background: #FFF;
}
div.news-latest-container h2, div.news-latest-container hr {
	display: none;
}
span.news-latest-date a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted black;
}
div.news-latest-item a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted black;
}
div.news-latest-item {
	margin-top: 10px;
	border-bottom: 1px solid black;
	padding-top: 5px;
	padding-bottom: 5px;
}
div.news-single-backlink a {
	color: black;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
div.news-single-backlink a:hover {
	border-bottom: 1px dotted black;
}
div.news-single-item h2 {
	font-size: 230%;
	font-weight: lighter;
	font-variant: small-caps;
}
div.news-latest-gotoarchive {
	display: none;
}
div.sidebarlist {
	height: 270px;
	overflow: auto;
	font-size: 11px;
	font-weight: bold;
	padding-right: 10px;
	position: static;
}
/*
.hideBox {
	position: absolute;
	background: #ccc;
	border: 1px solid black;
	padding: 10px;
	overflow: auto;
	height: 135px;
	width: 130px;
        overflow: none;
        z-index: 1000000;
}
*/
.schnaeppchenBild {
  border: 1px solid red;
  text-align: center;
  height: 140px;
}
.schnaeppchenText {
  font-size: 10px;
  background: red;
  color: black;
  font-weight: bold;
  height: 120px;
}
td {
  font-size: 90%;
  vertical-align: top;
}

a {
  color: black;
  white-space: nowrap;
  text-decoration: none;
}
a:hover {
  font-weight: bold;
}
div#wrapper {
  
}
div#contentContainer {
  width: 1000px;
}