#mainContainer
	{
	/* 244 */
	/* 1024 */
	/* 780 */
	width: 1024px;
	min-width: 1024px;
	margin: 0px;
	min-height: 736px;
	background-color: #fff;
	float: left;
    background-image:url(/elements/gfx/bgBody.gif);
    background-repeat: repeat-y;
	}
#mainConainerLeft {
	background-image:url(/elements/gfx/bgMainContainer.gif);
	background-position: top;
	background-repeat: repeat-x;
	min-height: 736px;
	background-color: #fff;
	float: left;
	padding: 0px;
	margin: 0px;
	width: 780px;
}
#topLineLeft {
	width: 710px;
	background-color: #006ab3;
	height: 32px;
	margin-bottom: 3px;
	padding-left: 60px;
	margin-right: 10px;
	color: #fff;
}
#breadcrumbs {
	float: left;
	height: 32px;
	padding-top: 13px;
}
#breadcrumbs a, #imprint a {
	color: #fff;
	text-decoration: none;
	padding-right: 6px;
	font-size: 9px;
	font-weight: bold;
}
#breadcrumbs b {
	font-size: 9px;
	font-weight: normal;
}
div#imprint {
	float: right;
	height: 32px;
	padding-top: 13px;
}
#imprint a {
	border-right: 1px solid #fff;
}
#header
	{
	margin: 0;
	width: 720px;
	margin-left: 50px;
	padding: 0px;
	}
#headerImage {
	position: relative;
	height: 145px;
	margin: 0px;
}
#navi {
	margin: 0px;
	margin-top: 3px;
}
#navi1 {
	height: 26px;
	background-image:url(/elements/gfx/bgNavi1.gif);
	text-indent: 10px;
}
a, a:link, a:visited {
	color: #006ab3;
	text-decoration: none;
	border-bottom: 1px dotted #006ab3;
}
a:hover {
	border-bottom: 1px solid #006ab3;
}


#navi1 a, .navi2 a, #navi1 a:visited {
	font-size: 10px;
	margin-right: 20px;
	text-decoration: none;
	color: #9c9e9f;
	border: 0px !important;
}
.navi2 a, .navi2 a:visited {
	float: left;
	color: #9c9e9f;
	line-height: 20px;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	background-image:url(/elements/gfx/bgNavi2.gif);
	background-position: left top;
	background-repeat: repeat-x;
	border: 0px !important;
}
.navi2 a:hover {
	border: 0px !important;
}
a#logo, a.navi {
	border: 0px !important;
}

a:active {
	border: 0px !important;
}
div.navi2 {
	height: 24px;
}
#navi2-produkte {
	position: relative;
	margin-left: 200px;
}
#navi2-3-schritte {
	position: relative;
	margin-left: 96px;
}
#navi2-referenzen {
	position: relative;
	margin-left: 280px;
}
#navi2-aktuelles {
	position: relative;
	margin-left: 370px;
}
#sideBarContentContainer
	{
	position: relative;
	background-color: #ffffff;
	margin: 0;
	margin-left: 50px;
	padding: 0;
	width: 720px; /* Original width of 750px (the total width of the page) - the width of the border (2px)*/
	position: relative;
/*	float: left; */
	}

#sideBar
	{
	width: 120px; /* Width of your nav column */
	float: right;
	margin: 0;
	margin-left: 10px;
	margin-top: 75px; /*10+50+15*/
	margin-bottom: 10px;
	padding: 0;
	}

/* IE 6.0: For some reason, if you just specify padding here it'll add 10 px  */
/* to the entire layout and cause the page to scroll horizontally. So we have */
/* to specify the width and then set a margin on it.  The width is equal to   */
/* the width of the column, 190px - the 10px margin * 2                       */
#sideBar p
	{
	margin: 10px auto;
	width: 170px;
	}

#sideBarContentWrapper > #sideBar p
	{
	padding: 10px;
	margin: 0;
	}

#content
	{
	float: right;
	width: 565px; /* Width of your content column (560px) - the 2 pixels border - the padding */
	margin: 0;
	padding: 10px;
	padding-left: 15px;
	line-height: 1.6em;
	font-size: 11px;
	color: #87888a;
	font-color: #87888a !important;
}

#right {
	background-repeat: repeat-y;
	width: 244px;
	float: left;
}
#rightContent {
	margin: 20px;
	margin-left: 30px;
	margin-top: 0;
	font-size: 10px;
	line-height: 11px;
	color: #87888a !important;
	font-color: #87888a !important;
}
#rightRight {	background-color: #006ab3;
	height: 32px;
}

#footer
	{
	margin: 0;
	padding: 20px 10px;
	clear: both;
	border: #000000 1px solid;
	background-color: #d2cbbd;
	}

/*
 * ----------------------------------------------------------------------------
 * NBI Layout/Design styles
 */

body
        {
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        color: #006ab3;
        font-color: #006ab3;

        line-height: 17px;
        margin: 0;
        padding: 0;
        background-color: #fff;
        background-image:url(/elements/gfx/bgBody.gif);
        background-repeat: repeat-y;
        }

a img {
	border: 0px;
}

h1, h2, h4
        {
        color: #666;
        }

h1
	{
	font-size: 2em;
	line-height: 1em;
	}

h4 a, h4 a:visited
        {
        color: #d9dcec;
        }

h4 a:hover
        {
        color: #ffffff;
        text-decoration: none;
        }

h2
        {
        color: #006ab3;
        font-size: 13px;
        margin: 0;
        padding: 0;
        margin-top: 8px;
        margin-left: 10px;
        line-height: 15px;
        margin-bottom: 5px;
        }

p
        {
        margin-top: 0px;
        margin-bottom: 20px;
        }

.clear_both
        {
        clear: both;
        }

#sideBar ul
	{
	margin: 0;
	padding: 0;
	border-bottom: #9c9e9f 1px dotted;
	width: 120px;
	}

/*
 * IE fix for additional padding that otherwise get's rendered between list items
 */
#sideBar ul li
	{
	height: 1%;
	margin: 0;
	padding: 0;
	list-style-type: none;
/*	height: 19px; */
	}

#sideBarContentContainer> #sideBar
	{
	height: auto;
	}

#sideBar ul li a, #sideBar ul li a:visited
	{
	display: block;
	color: #9c9e9f;
	text-decoration: none;
	font-size: 10px;
	line-height: 1.3em;
	margin-top: 5px;
	margin-bottom: 5px;
	}

#sideBar ul li a:hover
	{
	color: #000000;
	text-decoration: none;
	}

a.navAct {
	color: #006ab3 !important;
}

ul {
	margin:0;
	padding:0;
	padding-left: 15px;
}
li {
	padding:0;
	margin: 0;
	margin-bottom: 4px;
}

div.slotPlus {
	font-size: larger;
	line-height: 1.2em;
	margin: 10px;
	background-color: #eee;
	padding: 8px;
}

div.slotPlus strong {
	line-height: 1.4em;
	color: red;
}
#adrRight {
	height: 100px;
	line-height: 1.15em;
}
#adrRight a {
	border: 0px !important;
}
form#search {
	position: relative;
	width: 195px;
	height: 22px !important;
}
#searchLeft {
	width: 42px;
	margin-right: 3px;
	background-color: #ececed;
	height: 22px !important;
	float: left;
}
#search input {
	margin: 0px;
	margin-right: 3px;
	border: 1px solid #ececed;
	float: left;
}
#searchText {
	height: 18px;
	width: 113px;
	padding-left: 2px;
}
#searchSubmit {
	border: 0px !important;
	height: auto !important;
}
#imageViewerRight {
	margin: 10px;
	height: 160px;
	overflow: hidden;
}
#rightContent h2 {
	padding: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-top: 10px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #aaa;
	text-indent: 11px;
}
#rightContent p {
	margin-left: 11px;
	margin-right: 11px;
}
#rightContentSub {
	margin-left: -11px;
}

a.prodCat {
	display: block;
	font-size: larger;
	margin: 20px;
	border: 1px solid grey;
	background-color: #eeeeee;
	color: black;
	padding: 8px;
}

table.contentHead {
	position: relative;
	height: 50px;
	background-image:url(/elements/gfx/bgHeadline.gif);
	background-repeat: repeat-y;
	margin-left: -20px;
}
table.contentHead tr {

}
table.contentHead tr td {
	position: relative;
	vertical-align: middle;
	text-align: left;
	background-color: transparent;
}
div.contentHeadIcons {
	position: relative; //x
	width: 105px;
	height: 50px;
	margin-left: -125px;
	background-color: #e3e3e3;

}
div.contentHeadIcons img{
	border-left: 10px solid #e3e3e3 !important;
	border-left: 10px solid #fff !important;
	border-right: 10px solid #fff !important;
}
td.contentHeadTd h2{
	position: relative;
	margin-left: 0px;
/*	margin-left: -20px; */
	z-index: 800;
/*
	position: absolute;
	left: -20px;
	*/
}
table.contentTable {
	margin-top: 15px;
}
table.contentTable tr td {
	vertical-align: top;
}
td.contentTableLeft {
	width: 320px;
	padding-left: 6px;
	padding-right: 5px;
}
td.contentTableRight {
	position: relative;
	padding-left: 5px;
	padding-right: 6px;
}
div.notitz {
	position: relative;
	width: 190px;
	height: 205px;
	background-position: right top;
	background-repeat: no-repeat;
	margin-top: -60px;
	margin-right: -45px;
	padding-top: 55px;
	padding-left: 45px;
	padding-right: 45px;
	z-index: 800;
	font-size: 12px;
/*	line-height: 1.8em; */
	behavior: url(/elements/js/iepngfix.htc);
}
div.notitz strong {
	color: rgb(197,16,43);
}
div.notitz p {
	padding: 0px;
	margin-top: 15px;
}

div.notitz ul {
	margin-top: 8px;
}

ul#menuProdukteStart {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul#menuProdukteStart li a {
	border: 0px !important;
}

.nb {
	border: 0px !important;
}

div#slides {
}
div#slides p {
	background-color: #fff;
	padding: 4px;
	padding-top: 6px !important;
}

h6.3schritte {
	background-color: #cad6ea;
	font-color: #0056a1;
}
td.scrollableHeadline {
	font-size: 20px;
	height: 32px !important;
	background-color: #cad6ea;
	font-color: #0056a1;
	color: #0056a1;
/*	padding: 6px; */
	padding: 0px;
	padding-left: 6px;
	padding-right: 5px;
}

div.boxEigenleistungen {
	position: relative;
	clear: both;
	width: 238px !important;
	height: 135px !important;
	margin: 0px;
	margin-top: 8px;
	background-image:url(/elements/gfx/bgEigenleistungen.gif);
	background-repeat:repeat-x;
	color: #0056a1;
	border: 1px solid #0056a1;
}
h3.eigenleistungen {
	padding: 6px;
	font-size: 14px !important;
	font-color: #ffffff;
	background-color: #0056a1;
/*	color: #cad6ea; */
	color: #ffffff;
	margin: 0px !important;
}
table.eigenleistungen {
	margin: 8px;
}

div#slidesSchritte {
	height: 160px !important;
}

div.error {
	border: 1px solid red;
	margin: 10px;
	padding: 10px;
}

div.cycleHead {
	width: 100%;
	text-align: right;
	font-size: smaller;
}

hr {
	margin: 0px;
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	border: 0 none;
	border-bottom: 1px solid #ebebeb;
}
h4 {
	color: #006ab3 !important;
	margin: 0px;
}

h3.ui-state-active > a{
	font-color: #f00 !important;
}