@charset "utf-8";
/* CSS Document */



/************
Drucken
*************/

@media print { 
    #meta-nav, .kv, #teaser, .nav, #footer { 
        display: none; 
    }
}

/******************************
HTML Elements
******************************/
* {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	height: 100%;
}
body {
	font: 400 12px Arial, Helvetica, sans-serif;
	color: #333;
	height: 100%;
	width: 100%;
	background: #335495 url(/img/system/bg.gif) repeat-x top;
}
ul {
	list-style: none;
}
a {
	color: #333;
	text-decoration: underline;
}

h2 {
	color: #335495;
	font-size: 17px;
	margin-bottom: 18px;
}

/******************************
Layout
******************************/
#container {
	margin: 0 auto;
	width: 950px;
	background: #fbfbfb url(/img/system/bg-content.gif) repeat-x bottom;
}
#meta-nav {
	text-align: right;
	background-color: #fff;
	padding-right: 20px;
	height: 22px;
}
#meta-nav a {
	font-size: 11px;
	background: url(/img/system/bg-meta.gif) no-repeat left top;
	padding: 4px 15px 3px 5px;
	text-decoration: none;
}
img.kv {
	margin-bottom: 30px;
}
#content {
	background: url(/img/system/bottom.jpg) no-repeat left bottom;
}
#main {
	width: 440px;
	float: left;
}
#teaser {
	width: 275px;
	float: left;
	margin-left: 26px;
}
#main h2,
#main h3 {
	color: #335495;
	font-size: 17px;
	margin-bottom: 18px;
}
#main h3 {
	margin-bottom: 8px;
}

#main a {
/*	color: #335495;*/
	font-weight: normal;
}

span a { color: #335495; }

#teaser h4 {
	padding: 5px 14px;
	font-size: 13px;
	color: #fff;
	background: #365696 url(/img/system/bg-teaser-blue.gif) repeat-x top;
	border-style: solid;
	border-color: #c7c7c7;
	border-width: 1px 1px 0 1px;
}
#teaser h4.red {
	background: #e52632 url(/img/system/bg-teaser-red.gif) repeat-x top;
}
#teaser .box {
	padding: 12px 14px 8px 14px;
	background: #fff url(/img/system/bg-teaser-content.jpg) repeat-x left bottom; 
	border-style: solid;
	border-color: #c7c7c7;
	border-width: 0 1px 1px 1px;
	margin-bottom: 15px;
}
#teaser div.special {
	border-top-width: 1px;
	background: #fff;
}
#teaser div.special strong {
	color: #e52935;	
}
#teaser .box strong,
#teaser .box a {
	color: #335495;
	font-weight: bold;
}
#teaser .box p.link {
	margin-top: 20px;
	text-align: right;
}
hr {
	background:none;
	height: 1px;
	border-bottom: 1px dashed #333;
	margin: 4px 0 8px 0;
}
img.float-left {
	float: left;
	margin: 0 22px 14px 0;
}
img.float-right{
	float: right;
	margin: 0 0 14px 14px ;
}
.spacer {
 height: 24px;
 clear: both;
}
div.suche {
	border: 1px solid #c7c7c7;
	background: #f2f2f2 url(/img/system/bg-produktsuche.jpg) no-repeat left bottom;
	padding: 14px 22px;
}

div.rundgang {
	border: 1px solid #c7c7c7;
	background-color: #E6EFF6;
	padding: 10px 22px;
         margin-bottom:24px;
}

div.rundgang h3 { }

div.rundgang div.beschreibung { float:left; padding-top:13px; }
div.rundgang div.right { float:right; }

div.rundgang a.werklink,
div.rundgang a.werklink2 { display:block; margin-bottom:10px; font-size:10px; text-decoration:none; }

div.rundgang a.werklink2 { margin-bottom:0; }

div.rundgang a.werklink img { margin-bottom:2px; }

div.rundgang a:hover,
div.rundgang a:active,
div.rundgang a:focus { text-decoration:underline; }

#footer {
	clear: both;
	background-color: #fff;
	font-size: 11px;
	height: 13px;
	padding: 6px 26px;
}
#footer a {
	text-decoration: none;
}
p.plaintext {
	padding: 0;
}

#main ul {
	margin: 0 0 0 30px;
	padding: 0 0 0 30px;
	list-style: disc;
	color: #335495;
}
#main ul span {
	color: #333;
}


/******************************
Tables
******************************/
table.tabelle {
  border: 0;
  margin: 0;
  padding: 0;
}
table.tabelle th {
  text-align: left;
  padding: 4px 6px 6px 0;
}
table.tabelle td {
  padding: 2px 6px 2px 0;
}

/******************************
Navigation
******************************/
.nav {
	width:128px;
	padding: 0 26px; /*von margin zu padding mkl*/
	float: left;
	padding-bottom: 50px;
}
.nav a {
         width:100%; /*mkl*/
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 6px 0;
	display: block;
	text-decoration: none;
}
.nav a:hover,
.nav li.selected a {
 color: #355495;
}

.nav li ul {
	display: none;
padding-bottom:20px;
}
.nav li.selected ul {
	display: block;
}
.nav li li a {
	font-size: 12px;
	font-weight: normal;
	text-transform:none;
	padding: 4px 0;
	display: block;
padding-left:11px;
 width:117px;
}

* html .nav li li a { padding-left:5px; width:123px; }

.nav li {
	border-bottom: 1px solid #c7c7c7;
}
.nav li li {
	border: none;
}

.nav li li.selected {
 background-color: #F2F2F2;
}
.nav li li.selected a {
 font-weight:bold;
 color: #355495;
}

.nav li li a:hover {
 font-weight:bold;
 color: #355495;
 background-color: #F2F2F2;
}

.products {
	border: 1px solid #c7c7c7;
	background: #f2f2f2;
	padding: 18px 36px;
	line-height: 1.6em;
}
#main .products h2,
#main .products h3 {
	margin-bottom: 6px;
	margin-top: 8px;
}

#imageonCaptchacontrol1 { margin-left:150px; margin-bottom:10px; }

/* Kunden Login */

.anfrage label { width:140px; height:20px; float:left; }

.anfrage #TextBoxLogin { width:200px; border:1px solid #aaa; margin-bottom:5px; }
.anfrage #TextBoxPassword { width:200px; border:1px solid #aaa; }

#absenden {
 clear:both;
 float: right;
 border: none;
 width: 103px;
 margin: 16px 100px 12px 0;
 background-color: #335495;
 text-align: center;
 padding:0;
 color: #fff;
 cursor: pointer; }

/* Standortuebersicht */

.noborder { border:0px; }
.clear { clear:both; }

.standortkarte {
	float:left;
	width:570px;
	margin-right:14px;
}

.standortkarte-legende {
         float:left;
         width:180px;
}


.karte-link,
.karte-linkhover {
	margin-bottom:6px;
}

.karte-link span,
.karte-linkhover span {
	font-weight:bold;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.karte-link a,
.karte-linkhover a {
	text-decoration:none;
	font-weight:normal;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.karte-link a,
.karte-link span { color:#335495; }

.karte-link a:hover,
.karte-linkhover a,
.karte-linkhover span { color:#ff0000; }

