@charset "utf-8";
/* CSS Document */


body {
	background-color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	padding:0px;
	margin:0px;
	text-align:center;
	min-height: 600px;
}
a {
	color: #990000;
	font-size:12px;
}
a:visited {
	color:#990000;
}
a:hover {
	color: #333333;
}
a:active {
	color:#990000;
}
#box-left a {
	color: #990000;
	font-size:12px;
}
#box-left a:visited {
	color:#990000;
}
#box-left a:hover {
	color: #333333;
}
#box-left a:active {
	color:#990000;
}
h1 {
	font-size:14px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-bottom: 3px;
}
h2 {
	font-size:20px;
	font-weight: normal;
	padding: 5px 10px;
	margin:0px;
}
/* ----------container zentriert das layout-------------- */
#container {
	width: 1000px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
	border-right: solid #ccc 1px;
}
/* ----------banner for logo-------------- */
#banner {
	background-color: #900;
	text-align: left;
	padding: 0px;
	margin: 0px;
	height: 100px;
	background-image: url(../images/logo1920/head.jpg);
	background-repeat: no-repeat;
}
#banner img {
	padding:0px 0px 0px 0px;
}
#box {
	width: auto;
	background-color: #FFF;
	min-height:600px;
 	height:expression(this.scrollHeight > 600 ? "auto":"600px");
	height: auto;
	margin: 0px 0px 0px 0px;
	float: right;
}
#box-left {
	background-color: #FFF;
	float: left;
	text-align: left;
	min-height:600px;
 	height:expression(this.scrollHeight > 600 ? "auto":"600px");
	height: auto;
	/*width: auto;*/
	width: 795px;
	margin: 0px 0px 0px 0px;
	
	padding: 10px 0px 10px 5px;
}
#box-right {
	width: 810px;
	background-color: #fff;
	float: right;
	text-align: left;
	min-height:600px;
 	height:expression(this.scrollHeight > 600 ? "auto":"600px");
	height: auto;
}
/* -----------------Inhalt--------------------- */
#content {
	background-color: #ffffff;
	padding: 0;
	margin: 0 0px 0px 00px;
}
div#content {
	min-height:600px;
    height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
	height: auto;
	background-color: #000;
}

#right {
	float: right;
	width: 180px;
	margin: 0;
	padding: 0;
	min-height: 600px;
	background-color: #FFF;
	padding-top: 5px;
}
.langmenu p {
	margin-top: 0px;
	padding-top: 10px;
}

p, pre {
	padding: 0px 0px;
	margin:0px;
	color: #000;
}
/* --------------left navigavtion------------- */
#left {
	float: left;
	width: 190px;
	margin: 0px;
	padding: 0px;
	background-color: #000;
	text-align: left;
	min-height: 600px;/*padding-top: 20px;
	padding-bottom: 20px;*/
}
#mainnav {
}
ul.navigation {
	list-style-type:none;
	margin-left:0;
	padding-left:11px;
	padding-right: 0px;
	padding-top: 20px;
	margin-top:0px;
	margin-bottom:0px;
	width: 180px;
}
ul.navigation li {
	background-image: url(../images/buttons/navi_button.png);
	background-repeat: no-repeat;
	display:block;
	/*width:170px;	
	margin-top:6px;*/
	height: 30px;
}
ul.navigation li a {
	/**/
	display:block;
	/*width:170px;*/
	padding:3px 0px 5px 8px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
}
ul.navigation li a:hover {
	/*background:#cbcbcb url(star.gif) 90% 6px no-repeat;*/
	background-image: url(../images/buttons/navi_button_over.png);
	background-repeat: no-repeat;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}
ul.navigation li a:visited {
	color:#FFF;
}
ul.navigation li a:active {
	color:#FFF;
}
ul.navigation li.menu-current-active {
	background-image: url(../images/buttons/navi_button_over.png);
	background-repeat: no-repeat;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}
ul.navigation li.menu-active {
	background-image: url(../images/buttons/navi_button_over.png);
	background-repeat: no-repeat;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}
#servicenav {
}
#leftspace {
	background-color:#000;
	height:inherit;
}
/* -----------footer--------------------------- */
#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-color: #CCC;
	height: 25px;
	background-image: url(../images/background/footer.jpg);
	background-repeat: repeat-x;
}
#bookmarks {
	width: 190px;
	padding-top: 5px;
	text-align: center;
	float: left;
	height: 20px;
}
#footernav {
	height: 20px;
	padding-right: 5px;
	padding-top: 5px;
	width: 790px;
	float: right;
}
.gnav_new a {
	font-size: 11px;
	color: #CCC;
	text-decoration:none;
}
.gnav_new a:visited {
	font-size: 11px;
	color: #ccc;
	text-decoration:none;
}
.gnav_new a:active {
	font-size: 11px;
	color: #900;
	text-decoration: underline;
}
.gnav_new a:hover {
	font-size: 11px;
	color: #900;
	text-decoration: underline;
}
.pipe {
	font-size: 11px;
	color:#CCC;
}
/* -----------flaggen--------------------------- */
#flagnav {
	/*height: 20px;*/
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: right;
	padding-right: 5px;
}
/* -----------logo--------------------------- */
#logo {
	height: 70px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	padding-right: 0px;
	width: 250px;
}
/* -----------flashfeld--------------------------- */
#flashfield {
	height: 300px;
	padding: 8px;
	padding-right: 0px;
}
/* -----------Inhaltsbereich--------------------------- */
#content_box {
	height: auto;
	min-height: 600px;
	background-color: #FFF;
	width: 809px;
}
#content_left {
	width: 615px;
	min-height:600px;
 	height:expression(this.scrollHeight > 600 ? "auto":"600px");
	height: auto;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	background-color: #FFF;
}
#content_left TABLE
{
	font-size:12px;
}
#content_left SELECT
{
	font-size:12px;
}
#content_left DIV.txt
{
	font-size:12px;
	PADDING-TOP: 0px;
}
#content_left .adresse
{
	font-size:12px;
}
#content_left DIV.title
{
	font-size:13px;
	PADDING-BOTTOM: 10px;
	PADDING-TOP: 10px;
	border-bottom:#990000 1px solid;
}

#content_left A 
{
	color:#A52C35;
	font-size:12px;
}

#content_left DIV.txt .internal-link
{
	color:#A52C35;
	font-size:12px;
	text-decoration:none;
}
#content_left A:hover
{
	color:#A52C35;
	text-decoration:underline;
}
#content_left A:active
{
	color:#A52C35;
	text-decoration:underline;
}
#content_left A:visited
{
	color:#A52C35;
	text-decoration:none;
}
#content_left .tx-zipmap-pi1
{
     text-align:center;
}
#content_right {
	width: 180px;
	min-height: 250px;
	float: right;
	margin-top: 10px;
	min-height:600px;
 	height:expression(this.scrollHeight > 600 ? "auto":"600px");
	height: auto;
	background-color: #FFF;
}
#news_head {
	height: 11px;
	width: 210px;
	background-image: url(../images/content/home/news_top.png);
	color: #FFF;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	padding-left: 0px;
	background-repeat: no-repeat;
}
#news_bottom {
	height: 15px;
	width: 210px;
	background-image: url(images/content/home/news_bottom.png);
	background-repeat: no-repeat;
}
#news_headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: auto;
	padding-top: 5px;
	padding-left: 10px;
}
#content_border {
	margin-top: 0px;
	margin-right: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	border-left: solid #999 1px;
	border-right: solid #999 1px;
	min-height: 225px;
	height: 300px;
}
/*.title {
	font-size:14px;
	font-weight: bold;
}*/
#content_border DIV.txt {
	font-size:12px;
	font-weight: normal;
}
#content_border DIV.txt .internal-link {
	font-size:12px;
	font-weight: normal;
	color:#A52C35;
	text-decoration:none;
}
#content_border A {
	font-size:12px;
	font-weight: normal;
	color:#A52C35;
	text-decoration:none;
}
#content_border A:visited {
	font-size:12px;
	font-weight: normal;
	color:#A52C35;
	text-decoration:none;
}
#content_border A:hover {
	font-size:12px;
	font-weight: normal;
	color:#A52C35;
	text-decoration: underline;
}
#news_bottom {
	height: 15px;
	width: 210px;
	background-image: url(../images/content/home/news_bottom.png);
	background-repeat: no-repeat;
}
#news_headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: auto;
	padding-top: 5px;
	padding-left: 10px;
}
.indenwarenkorb {
border:none;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color: #990000;
background-color:#FFFFFF;
width:100px;
cursor:pointer;
height:16px;
vertical-align:top;
}
.warenkorbkasse {
border:none;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color: #990000;
background-color:#FFFFFF;
width:140px;
cursor:pointer;
height:16px;
vertical-align:top;
}
.warenkorb-txt {
font-size:10px;
padding:2px;
}
.artikelentfernen{
font-weight:bold;
border:none;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color: #990000;
background-color:#FFFFFF;
width:25px;
cursor:pointer;
height:16px;
vertical-align:top;
}

.anzahlaktualisieren{
font-weight:bold;
border:none;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color: #990000;
background-color:#FFFFFF;
width:25px;
cursor:pointer;
height:16px;
vertical-align:top;
}
.tx-ewonlineshop-pi1 {
width:800px;
}
.zuruebersicht {
border:none;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color: #990000;
background-color:#FFFFFF;
width:150px;
cursor:pointer;
height:16px;
vertical-align:top;
}
.warenkorbzurueck {
border:none;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color: #990000;
background-color:#FFFFFF;
width:160px;
cursor:pointer;
height:16px;
vertical-align:top;
text-align:left;
}
.zurstartuebersicht {
border:none;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #990000;
background-color:#FFFFFF;
width:118px;
cursor:pointer;
height:25px;
vertical-align:bottom;
}
.zurstartuebersicht2 {
border:none;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #990000;
background-color:#DDDDDD;
width:118px;
cursor:pointer;
height:20px;
vertical-align:bottom;
}
