html { 
	height: 100%; 
	overflow-y:scroll;
} 

body {
	background:#d6d6d6 url(/img/metall.jpg) top left;
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
	margin:0;

}

img {
	border:0;
}

.isocert {
	float:right;
	margin:29px 22px 0 0;
}
.main {
	margin:auto;
	background:url(/img/hintergrund.png) 2px 0px repeat-y;
	width:970px;
	height:100%;
	position:relative;
	min-height: 100%;
	height:auto !important; /* moderne Browser */
	height:100%; /* IE */
}

.mainstart {
	margin:auto;
	background:url(/img/hintergrund-startseite.png) 2px 0px repeat-y;
	width:970px;
	height:100%;
	position:relative;
	min-height: 100%;
	height:auto !important; /* moderne Browser */
	height:100%; /* IE */
}

* html .main {
	background:url(/img/hintergrund.gif) top center repeat-y;
}

#footer {
	width:100%;
	height:67px;
	position:fixed;
	bottom:-1px;
	left:0px;
}

#footer a {
	text-decoration:none;
	color:#fff;
}

#footer div {
	width:970px;
	height:67px;
	margin:auto;
	background: url(/img/footer.gif) no-repeat 5px -122px;
}

#footer div span {
	float:left;
	width:217px;
	padding:9px 0 0 23px;
	font-size:12px;
	color:#fff;
}

#footer2 {
	width:80px;
	height:122px;
	margin-left:890px;
	position:fixed;
	bottom:64px;
	background: url(/img/footer.gif) no-repeat -885px 0px;
}

.kopf {
	position:absolute;
	top:0px;
	left: 0px;
	background:url(/img/Kopf.jpg) center top no-repeat;
	overflow:hidden;
	height:153px;
}

.kopf div {
	width:970px;
	height:153px;
}

.kopf a {
	position:relative;
	top:-20px;
	display:block;
	height:150px;
	width:235px;
	font-size:5px;
	color:#d2d2d2;
	text-decoration:none;
}

.startcontent {
	float:right;
	margin:435px 104px 0 0;
	width:800px;
	font-size:14px;
	line-height:22px;
	padding-bottom:130px;
	position:relative;
}

.content {
	float:right;
	margin:157px 104px 0 0;
	width:600px;
	font-size:14px;
	line-height:22px;
	padding-bottom:130px;
	position:relative;
}

.content a {
	text-decoration:underline;
	color:#6a233c;
}

.content a:hover {
	text-decoration:none;
	color:#6a233c;
}

.content ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

.content li {
	background: url(/img/li.gif) 0px 6px no-repeat;
	padding: 0 0 5px 18px;
}

h1 {
	margin:0px;
	color:#6a233c;
	font-size:30px;
	font-weight:normal;
	line-height:32px;
	
}

h2 {
	margin:0px;
	color:#434342;
	font-size:16px;
	font-weight:bold;
	margin:0 0 15px 0;
}

h3, h4 {
	margin:0px;
	color:#6a233c;
	font-size:14px;
	font-weight:bold;
}

.menu {
	position:absolute;
	left:5px;
	width:240px;
	top:153px;
}

.menu a.m1 {
	display:block;
	background:url(/img/rootmenu.png) bottom left repeat-x;
	color:#434342;
	padding:7px 10px 7px 26px;
	text-decoration:none;
	font-size:15px;
	border-top: 1px solid #ddd;
}

.menu a.m1:hover {
	color:#6a233c;
	border-top: 1px solid #ddd;
	padding:7px 10px 7px 24px;
	
	border-left: 2px solid #6a233c;
}

.menu a.m2 {
	display:block;
	color:#434342;
	padding:7px 10px 7px 48px;
	text-decoration:none;
	font-size:15px;
}

.menu a.m2:hover, .menu a.m2an {
	display:block;
	color:#6a233c;
	padding:7px 10px 7px 48px;
	background: url(/img/pointer.gif) 38px 5px no-repeat;
	text-decoration:none;
	font-size:15px;
}

.menu a.m3 {
	display:block;
	color:#434342;
	padding:3px 10px 11px 64px;
	text-decoration:none;
	font-size:12px;
}

.menu a.m3:hover {
	color:#6a233c;
}

.rootmenu {
	position:absolute;
	top:81px;
	left:257px;
	list-style:none;
	margin:0px;
	padding:0px;
}

.rootmenu li {
	display:block;
	float:left;
	height:39px;
	padding-right:8px;
}

.rootmenu li a.link {
	position:relative;
	left:-10px;
	display:block;
	padding:11px 0 0 18px;
	color:#000;
	text-decoration:none;
	width:auto;
	height:39px;
	font-size:14px;
	font-style:italic;
}

.rootmenu li:hover {
	display:block;
	float:left;
	height:39px;
	padding-right:8px;
	background:url(/img/root-rechts-hover.png) top right no-repeat;
}

.rootmenu li:hover a.link {
	position:relative;
	left:-10px;
	display:block;
	padding:11px 0 0 18px;
	color:#fff;
	text-decoration:none;
	width:auto;
	height:39px;
	font-size:14px;
	font-style:italic;
	background:url(/img/root-links-hover.png) 0px 0px no-repeat;
}

.rootmenu li.an {
	display:block;
	float:left;
	height:39px;
	padding-right:8px;
	background:url(/img/root-rechts.png) top right no-repeat;
}

.rootmenu li.an a.link {
	position:relative;
	left:-10px;
	display:block;
	padding:11px 0 0 18px;
	color:#fff;
	text-decoration:none;
	width:auto;
	height:39px;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	background:url(/img/root-links.png) 0px 0px no-repeat;
}

.startmenu {
	position:absolute;
	top:81px;
	left:257px;
	list-style:none;
	margin:0px;
	padding:0px;
}

.startmenu li {
	display:block;
	float:left;
	height:39px;
	padding-right:8px;
	background:url(/img/root-rechts-hover.png) top right no-repeat;
}

.startmenu li a {
	position:relative;
	left:-10px;
	display:block;
	padding:11px 0 0 18px;
	color:#fff;
	text-decoration:none;
	width:auto;
	height:39px;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	background:url(/img/root-links-hover.png) 0px 0px no-repeat;
}

.news {
	position:absolute;
	top:112px;
	left:5px;
	width:960px;
	height:119px;
	background:url(/img/news-startseite.gif) left top no-repeat;
}

.news span {
	position:absolute;
	display:block;
	margin:66px 0 0 22px;
}

.news span a {
	margin:0 6px 0 0;
}

.news div {
	position:absolute;
	top:30px;
	left:480px;
	font-size:12px;
	line-height:22px;
}
.news div strong {
	color:#fff;
	font-style:italic;
}

.news div a {
	text-decoration:none;
	color:#fff;
}

#scroller {
	position:absolute;
	top:231px;
	left:5px;
	width:960px;
	height:205px;
	overflow:hidden;
}

#scroller div {
	position:absolute;
	white-space:nowrap;
	width:2750px;
}

#scroller a {
	display:block;
	text-decoration:none;
	width:160px;
	height:175px;
	float:left;
	background:#5a1d33 url(/img/startlink.gif) bottom left;
	color:#fff;
	font-size:12px;
	text-align:center;
	border-right:1px solid #fff;
}
#scroller a img {
	display:block;
	width:160px;
	height:150px;
	margin-bottom:5px;
	border-bottom:1px solid #fff;
}

a.sitemap {
	display:block;
	text-decoration:none;
	width:180px;
	height:160px;
	float:left;
	margin:0 10px 10px 0;
	background:#5a1d33;
	color:#fff;
	font-size:12px;
	text-align:center;
	border-right:1px solid #fff;
	line-height:17px;
}

a.sitemap:hover {
	text-decoration:none;
	color:#fff;
}

a.sitemap div {
	margin-bottom:5px;
	border-bottom:1px solid #fff;
}

.tools {
	position:absolute;
	top:15px;
	right:5px;
	font-size:10px;
}
.tools a {
	text-decoration:none;
	color:#646463;
}



.bilderrahmen {
	border: 1px solid #aa9485;
}

.aktuellesover { font-family:Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #1368B1;; cursor: default;}
.aktuellestext { font-family:Arial, Helvetica, sans-serif; font-size: 10px; color: #656565; line-height:12px; cursor: default;}


ul.sitemap { margin-top: 4px; margin-bottom: 4px;}


.normtext { font-size: 11px; color: #000000; font-weight: normal; cursor: default; }
.highlighttext {  color: #6a233c; font-weight: bold; cursor: default; }
.tabellenrechnung { font-family:Calibri, Verdana, Arial, Helvetica, sans-serif;  color: #ffffff; font-weight: bold; cursor: default; }

.eingabe { 
	font-family:Calibri, Verdana, Arial, Helvetica, sans-serif;
	color: #000; 
	font-size: 13px;
	padding:2px;
	wisth:auto;
	background-color: #ccc; 
	border:0px;
	border-bottom: 2px solid #6a233c;
}

.submitbutton {
	font-size:12px;
	background-color:#bbbbbb;
	color:#ffffff;
	padding:3px;
	margin:5px 0px;
	border:0px;
}

.kontakt_line {
	height:1px;
	padding:0px;
	background-color: #9AA3A9;
}

.needeingabe { color: #2183B4; font-size: 11px; font-family:Calibri, Verdana, Arial, Helvetica, sans-serif;; background-color: #f5f5f5; border: solid 1px #ff0000}

.preis  { color: #2183B4; font-weight: bold; font-size: 14px; font-family:Calibri, Verdana, Arial, Helvetica, sans-serif; cursor: default;}
.text { font-family:Calibri, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #2183B4;; cursor: default; }

.redover { font-family: Arial, Geneva, Helvetica, sans-serif;  text-transform: uppercase; color: #2183B4; font-weight: bold; letter-spacing: 5px; cursor: default; }
.tabelleninhalt {  color: #000000; cursor: default; vertical-align:top;}
.tab_head {  font-weight:bold; color: #ffffff; cursor: default; background-color:#009A3D; vertical-align:top;}
.border { border: 0px solid #bbbbbb; }

.sizeh1 { font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #180e42; font-weight: bold; cursor: default; background-color: #ffffff; border: solid 1px #1368b1}
.sizeh2 { font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #aa9485; font-weight: bold; cursor: default; background-color: #ffffff; border: solid 1px #1368b1}
.sizeh3 { font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #180e42; font-weight: bold; cursor: default; background-color: #ffffff; border: solid 1px #1368b1}
.sizeh4 { font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #aa9485; font-weight: bold; cursor: default; background-color: #ffffff; border: solid 1px #1368b1}















/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #f00;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #f3f3f2;
	border:1px solid #ecebeb;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 25px;
	height: 25px;
	background-image: url('/fancybox/fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/fancybox/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url('/fancybox/fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('/fancybox/fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url('/fancybox/fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/fancybox/fancybox-x.png');
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/fancybox/fancybox-y.png');
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/fancybox/fancybox.png');
	background-position: -40px -122px;
}

/* IE */

#fancybox-loading.fancybox-ie div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fancybox/fancy_loading.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-close		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-title-over	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie #fancybox-title-left	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-main	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-right	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-left-ico		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-right-ico	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie .fancy-bg { background: transparent !important; }

.fancybox-ie #fancy-bg-n	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-ne	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-e	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-se	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-s	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-sw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-w	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-nw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }




