@CHARSET "UTF-8";
html, body { 
    top: 0; 
	left: 0; 
	right: 0;
    min-height: 99.5%;
    margin: 0;
    padding: 0;
    width: 100%;
	position: relative;
}

*+html,*+body{
	min-height: 99.5%;
}

body {
	font-size: 0.7em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666;
	position: absolute;
}

a {
	color: #666;
}

#upperLogo {
	height: 61px;
	float: left;
	width: 100%;
	padding-top: 20px;
}

#upperLogo img {
	margin: auto;
}

#menuContainer {
	float: left;
	clear: both;
	width: 100%;
}

#mainMenu {
	background-color: #a3a7ab;
	border-top: 3px solid #485057;
	float: left;
	width: 100%;
	padding-bottom: 15px;
	clear: both;
}

#mainMenu ul, .lowerMenuList {
	margin: 0;
	padding: 0 0 0 90px;
	float: left;
	display: inline;
	clear: both;
	width: 600px;
}

.lowerMenuList {
	width: 500px;
}

#mainMenu li {
	float: left;
	display: block;
	margin-top: 10px;
}

#mainMenu a {
	padding-left: 10px;
	padding-right: 10px;
	color: #000;
	text-decoration: none;
	border-left: 1px solid #a3a6ab;
	border-right: 1px solid #a3a6ab;
}

#mainMenu a:hover {
	color: #fff;
}

#mainMenu a.selectedEntry {
	color: #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#leftMenuPart {
	float: left;
}

#searchBox {
	float: right;
	margin: 10px 44px 0 0;
	display: inline;
}

input.top-searchbox {
	background-color: #a3a7ab;
	background-image: url(../images/bg_searchbox.gif);
	background-repeat: no-repeat;
	width: 134px;
	height: 15px;
	color: #fff;
	padding: 0 10px;
	font-size: 1em;
	border: none;
}

#lowerMenu {
	background-color: #c8c9cb;
	width: 100%;
	float: left;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
}

.lowerMenuList li {
	float: left;
	display: block;
	margin: 4px;
}

.lowerMenuList a {
	padding: 6px;
	color: #8a9294;
	text-decoration: none;
}

.lowerMenuList a:hover, .lowerMenuList a.selectedEntry, #languageMenu a:hover, #languageMenu a.selected {
	color: #fff;
}

#languageMenu {
	float: right;
	margin-right: 62px;
	display: inline;
}

#languageMenu div {
	float: left;
	margin: 4px 18px 0 0;
	display: inline;
}

#languageMenu a {
	padding: 0;
	color: #7d9899;
	text-decoration: none;
	float: left;
	display: block;
}

#languageMenu img {
	margin: 0 10px 0 5px;
}

#fadeToWhite {
	width: 100%;
	clear: both;
	float: left;
	height: 18px;
}

#fadeToWhite[id="fadeToWhite"] {
	background-image: url(../images/bg_fadetowhite.png);
	background-repeat: repeat-x;
}

#contentContainer {
	float: left;
	width: 100%;
	clear: both;
	padding-bottom: 75px;
	line-height: 1.4em;
}

#smallLogoWraper {
	clear: both;
	float: left;
	background-color: #fff;
}

.logo {
	display: block;
	margin: 20px auto;
	border: 0;
}

#copyrightNote {
	height: 21px;
	background-color: #c8cacc;
	color: #366;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	text-align: left;
}

#copyrightNote p {
	margin: 4px 0 0 90px;
	padding-top: 4px;
}

#bottomBorder {
	height: 9px;
	background-color: #485057;
	float: left;
	width: 100%;
}

.descriptionWrapper {
	float: left;
	width: 100%;
}

.uppertext {
	width: 840px;
}

.clear, .clearer {
	clear: both;
}

.product_left_text, .product_center_text, .product_right_text {
	width: 30%;
	float: left;
}

.product_left_text ul, .product_center_text ul, .product_right_text ul {
	margin-top: 0;
	padding-left: 0;
}

.product_left_text, .product_center_text {
	margin-right: 20px;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1.1em;
	color: #666;
}

.contenttable p.bodytext {
	margin: 0;
}

table.borderWrapper {
	width: 100%;
	table-layout: fixed;
	border: 0;
	margin-bottom: 55px;
}

/* only for ie */
* html table.borderWrapper {
	width: 98%;
}

.marginWrapper {
	padding: 0 90px;
}

.limiter {
	width: 840px;
}

DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG, .marginWrapper img {
	margin: 10px 0 10px 0;
}
/* gray entries */
.leftTopBorder {
	background-image: url(../images/bg_gray_lt.gif);
	background-repeat: no-repeat;
	width: 9px;
}

.rightTopBorder {
	background-image: url(../images/bg_gray_rt.gif);
	background-repeat: no-repeat;
	width: 9px;
}

.leftBottomBorder {
	background-image: url(../images/bg_gray_lb.gif);
	background-repeat: no-repeat;
	height: 5px;
}

.rightBottomBorder {
	background-image: url(../images/bg_gray_rb.gif);
	background-repeat: no-repeat;
	width: 9px;
}
/* red entries */
.leftTopBorderRed {
	background-image: url(../images/bg_red_lt.gif);
	background-repeat: no-repeat;
	width: 9px;
}

.rightTopBorderRed {
	background-image: url(../images/bg_red_rt.gif);
	background-repeat: no-repeat;
	width: 9px;
}

.leftBottomBorderRed {
	background-image: url(../images/bg_red_lb.gif);
	background-repeat: no-repeat;
	height: 5px;
}

.rightBottomBorderRed {
	background-image: url(../images/bg_red_rb.gif);
	background-repeat: no-repeat;
}
/* green entries */
.leftTopBorderGreen {
	background-image: url(../images/bg_green_lt.gif);
	background-repeat: no-repeat;
	width: 9px;
}

.rightTopBorderGreen {
	background-image: url(../images/bg_green_rt.gif);
	background-repeat: no-repeat;
	width: 9px;
}

.leftBottomBorderGreen {
	background-image: url(../images/bg_green_lb.gif);
	background-repeat: no-repeat;
	height: 5px;
}

.rightBottomBorderGreen {
	background-image: url(../images/bg_green_rb.gif);
	background-repeat: no-repeat;
}
/* blue entries */
.leftTopBorderBlue {
	background-image: url(../images/bg_blue_lt.gif);
	background-repeat: no-repeat;
	width: 9px;
}

.rightTopBorderBlue {
	background-image: url(../images/bg_blue_rt.gif);
	background-repeat: no-repeat;
	width: 9px;
}

.leftBottomBorderBlue {
	background-image: url(../images/bg_blue_lb.gif);
	background-repeat: no-repeat;
	height: 5px;
}

.rightBottomBorderBlue {
	background-image: url(../images/bg_blue_rb.gif);
	background-repeat: no-repeat;
}

/* sitemap */

ul.deep0 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.deep1, ul.deep2, ul.deep3 {
	margin-left: 50px;
	list-style-type: none;
	padding: 0;
}

ul.deep0 li {
	margin: 5px 0 5px 0;
}

/* news */
.news-latest-item, .news-single-item {
	width: 800px;
}

.news-latest-item h3 {
	float: left;
	display: block;
	margin: 0 5px 10px 0;
}

.news-latest-date {
	color: #000;
	display: block;
	float: left;
}

.news-latest-right {
	margin: 0 0 10px 20px;
	float: left;
	clear: right;
}

.news-latest-morelink {
	float: left;
}

.news-latest-item img {
	float: left;
	clear: left;
	margin: 0 10px 5px 0;
}

.news-single-content {
	float: left;
	width: 820px;
}

.news-single-img {
	float: left;
	margin: 0 10px 5px 0;
}

/* news on startpage */
.marginWrapperStart {
	text-align: center;
	padding: 0 90px;
}

.startNewsWrapper {
	vertical-align: top;
	border-top: 1px solid #485057;
	width: 162px;
	overflow-x: hidden;
}

.newsBottomBorder {
	border-bottom: 1px solid #485057;
	overflow: hidden;
}

.startNewsWrapper .news-latest-item {
	width: 120px;
	margin: 25px 15px;
}

.startNewsWrapper .news-latest-item img {
	clear: both;
	float: left;
	margin-bottom: 15px;
}

.startNewsWrapper .news-latest-subheader {
	float: none;
	clear: both;
}

.startNewsWrapper .news-latest-morelink {
	margin-left: 0;
}

/* Static footer */
#headerContainer, #footerContainer {
    position:fixed;
    left:0;
	right:0;
    text-align:center;
    margin:0;
}


#headerContainer {
	height:230px;
    z-index:3;
	top:0;
}

#header, #footer {
    position:absolute;
    top:0; left:0; right:0; bottom:0;
    height:100%;
    z-index:3;
    margin:0;
    padding:0;
}

#upperLogo, #menuContainer{
	 background-color: #fff;
}

#outerContainer {
    margin:0;
    padding-top:230px;
    z-index:2;
    width: 100%;
}

#footerContainer {
	position:absolute;
	height: 77px;
	bottom: 0;
	z-index:5;
}

#smallLogoWraper, #copyrightNote{
	float: none;
}

#smallLogoWraper a {
	display: block;
	padding-bottom: 20px;
	text-align: center;
}

#smallLogoWraper img {
	display:inline;
	margin:0;
}

#copyrightNote {
	border-bottom: 9px solid #485057;
}

#bottomBorder {
	display:none;
}

/* contact form */
.tx-thmailformplus-pi1 form {
	float: left;
	width: 500px;
}

.tx-thmailformplus-pi1 .right {
	float: left;
	width: 300px;
}

.tx-thmailformplus-pi1 fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

.tx-thmailformplus-pi1 .right p {
	margin-top: 0;
}

.tx-thmailformplus-pi1 input.voluntary {
	float: left;
	clear: left;
	background-image: url(../images/bg_input.gif);
	width: 355px;
	height: 17px;
	border: 0px;
	margin: 0 20px 5px 0;
	padding: 3px 10px 3px 10px;
}

.tx-thmailformplus-pi1 input.mandatory {
	float: left;
	clear: left;
	background-image: url(../images/bg_input_mandatory.gif);
	width: 355px;
	height: 17px;
	border: 0px;
	margin: 0 20px 5px 0;
	padding: 3px 10px 3px 10px;
}

.tx-thmailformplus-pi1 #zip {
	width: 75px;
	border-right: 1px solid black;
	margin: 0 !important;
}

.tx-thmailformplus-pi1 #city {
	clear: none !important;
	background-position: -95px 0px;
	width: 260px !important;
}

.textareabg {
	float: left;
	width: 375px;
	height: 83px;
	margin: 0 20px 5px 0;
	background-image: url(../images/bg_textarea.gif);
	background-repeat: no-repeat;
}

.tx-thmailformplus-pi1 textarea {
	width: 355px;
	height: 77px;
	float: left;
	clear: left;
	background-color: transparent;
	border: 0px;
	padding: 3px 10px 3px 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	resize: none;
	overflow: auto;
}

.tx-thmailformplus-pi1 label {
	float: left;
	margin: 3px 10px 0 0;
}

.tx-thmailformplus-pi1 .box {
	float: left;
}

.tx-thmailformplus-pi1 .boxpane {
	clear: both;
	margin: 10px 0 10px 0;
	float: left;
}

.tx-thmailformplus-pi1 .boxpane label {
	margin: 0 50px 0 10px;
}

.tx-thmailformplus-pi1 .buttonpane {
	clear: both;
	background-image: url(../images/bg_buttons.gif);
	width: 375px;
	height: 23px;
}

.tx-thmailformplus-pi1 .buttonpane input {
	border: none;
	background-color: #a1a7a8;
	margin: 4px 10px 0 10px;
	font-size: 1em;
}

.tx-thmailformplus-pi1 .buttonpane #reset {
	float: left;
}

.tx-thmailformplus-pi1 .buttonpane #submit {
	float: right;
}

.tx-thmailformplus-pi1 .clearright {
	clear: right;
}

.tx-thmailformplus-pi1 .red {
	color: red;
	clear: both;
	float: left;
	margin-bottom: 5px;
}

/* downloads */
.tx-sax3dce-pi2-imageContainer {
	float: left;
}

.tx-sax3dce-pi2-imageContainer img {
	border: none;
	margin: 0 25px 0 0 !important;
}

.tx-sax3dce-pi2-headlineContainer {
	font-weight: bold;
	color: #366;
	font-size: 12px;
	margin-bottom: 15px;
	clear: right;
}

.tx-sax3dce-pi2-descriptionContainer {
	float: left;
	width: 700px;
}

/* search */
.tx-indexedsearch-searchbox fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

.tx-indexedsearch-form * {
	float: left;
	margin: 0 !important;
	padding: 0;
}

.tx-indexedsearch-searchbox-sword {
	border: none;
	border-top: 1px solid #435052;
	border-bottom: 1px solid #435052;
	height: 17px;
	font-size: 1em;
	color: #666;
	width: 300px;
	padding: 4px 10px 0 10px;
}

.tx-indexedsearch-whatis {
	clear: both;
	margin-top: 15px;
}

.tx-indexedsearch-browsebox ul {
	clear: both;
	padding: 0;
	margin: 30px 0;
	list-style-type: none;
	float: left;
}

.tx-indexedsearch-browsebox li {
	float: left;
	margin-right: 20px;
}

.tx-indexedsearch-res {
	clear: both;
	margin-top: 30px;
}

.tx-indexedsearch-res h3 {
	margin-bottom: 15px;
}

.tx-indexedsearch-title a {
	text-decoration: none;
	float: left;
}

.tx-indexedsearch-percent {
	float: right;
	color: #666;
}

.tx-indexedsearch-descr {
	clear: both;
	margin-bottom: 35px;
}

/* Nur fuer den MSIE */

* html, * html body {
    overflow:hidden;
    bottom:0;
    height:100%;
	background:#fff;
}

* html #headerContainer, * html #footerContainer {
    position:absolute;
    width:100%;
	padding-right: 19px;
}

* html #footerContainer {
	margin-bottom: -2px;
}


* html #header, * html #footer {
	height:100%;
	position:static;
	margin-right: 19px;
}

* html #outerContainer {
    position:absolute;
    top:0; bottom:0; left:0; right:0;
    height:100%;
	width:100%;
    overflow:scroll;
	overflow-x:hidden;
	margin:0;
	background-color: #fff;
	padding:0;
}

* html #contentContainer{
	margin-top:250px;
	float:none;
}

* html .borderWrapper{
	border-right: 19px solid #fff;
}