html, body {
  /* \*/
  height: 100%;
  /* not for IE on Mac */
} 
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #ffffff;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.25em;
	overflow: scroll;
	text-align: center;
	hheight: 100%;
}
#main {
	position: relative;
	text-align: left;
	margin: auto;
	padding: 0px;
	width: 920px;
	hheight: 100%;
	border-left: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	bborder: 1px solid Blue;
}

/****************************************/
/* Header definition                    */
/****************************************/
#header {
	position: absolute;
	top: 25px;
	left: 7px;
	height: 150px;
	width: 902px;
	bborder: 1px solid #ff0000;
	display: block;
	z-index: 1;
}
#header header-border-left,
#header .header-border-right {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	width: 5px;
	overflow: hidden;
}
#header .header-border-right {
	left: 900px;
}
#header .logo {
   position: absolute;
	top: 16px;
	left: 15px;
}
/***************************************/

table {
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
	bborder: 1px solid Lime;
}
table.content {
   width: 905px;
	hheight: 100%;
	mmargin-bottom: -76px;
}
td.top_spacer {
	height: 245px;
}
/****************************************/
/* Footer definition                    */
/****************************************/
#footer {
	position: relative;
	margin: 10px 10px 0px 5px;
	padding: 0px;
	bottom: 0px;
	width: 902px;
	height: 76px;
	text-decoration: none;
	background-image: url(images/bg_footer.gif);
	background-repeat: no-repeat;
	text-align: center;
	bborder: 1px solid green;
}
#footer .navigation {
	padding-top: 15px;
	padding-right: 40px;
	float: right;
	color: #505050;
	font-size: 10px;
	font-weight: normal;
}
#footer .copyright {
	padding-top: 15px;
	padding-left: 17px;
	color: #505050;
	font-size: 10px;
	font-weight: normal;
	bborder: 1px solid green;
}
#footer a {
	color: #505050;
}
#footer a:hover {
	color: #000000;
}
/***************************************/

/****************************************/
/* Language selector                    */
/****************************************/
#langSelect {
  position: absolute;
  top: 2px;
  left: 45px;
  width: 182px;
  margin: 0px;
  padding: 0px;
  z-index: 10;
  bborder: 1px solid green;
  ddisplay: none;
}
#langSelect table {
	width: 150px;
}
#langSelect td {
	padding: 4px 4px 4px 4px;
	font-size: 11px;
	color: #8C8B89;
}
#langSelect a {
	color: #b8b8b8;
}
#langSelect a:hover {
	color: #000000;
}
/***************************************/

/****************************************/
/* Main navigation                      */
/****************************************/
#main-navi {
	position: absolute;
	top: 180px;
	left: 19px;
	height: 27px;
	width: 900px;
	bborder: 1px solid #ff0000;
	display: block;
	z-index: 1;
}
/***************************************/

/****************************************/
/* Sub navigation                      */
/****************************************/
#sub-navi-contact,
#sub-navi-service,
#sub-navi-products {
	position: absolute;
	top: 210px;
	hheight: 26px;
	background-color: #FAFAFA;
	border: 1px solid #D9D9D9;
	z-index: 1;
}
#sub-navi-contact {
   right: 22px;
	padding: 0px 10px 0px 10px;
}
#sub-navi-service {
   right: 22px;
	padding: 0px 10px 0px 10px;
}
#sub-navi-products {
   right: 22px;
	padding: 0px 10px 0px 10px;
}
#sub-navi-contact a,
#sub-navi-service a,
#sub-navi-products a {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #898989;
}
#sub-navi-contact a:hover,
#sub-navi-service a:hover,
#sub-navi-products a:hover {
	color: #FFBE00;
}
#sub-navi-contact a.active,
#sub-navi-service a.active,
#sub-navi-products a.active {
	text-decoration: none;
	color: #FFBE00;
}
#sub-navi-contact .navi-entry,
#sub-navi-service .navi-entry,
#sub-navi-products .navi-entry {
	float: left;
	padding: 5px 10px 5px 10px;
	bborder: 2px solid red;
}
/***************************************/

/****************************************/
/* Left column                          */
/****************************************/
td.column-left {
	width: 185px;
	padding-left: 10px;
	vertical-align: top;
	bbackground-color: Lime;
}
* html td.column-left {
	width: 195px;
}
.box-left {
   padding: 0px;
	margin: 0px;
	width: 172px;
	bbackground-color: Aqua;
} 
.box-header-left {
	height: 21px;
	width: 148px;
	padding-left: 24px;
	padding-top: 7px;
	background-image: url(images/bg_news-head.gif);
	color: #303390;
	font-weight: bold;
}
* html .box-header-left {
	width: 172px;
	height: 28px;
}
.box-content-left {
	border-left: 1px solid #C3C3C3;
	border-right: 1px solid #C3C3C3;
	width: 170px;
	background-image: url(images/bg_news-content.gif);
	background-repeat: repeat-y;
}
* html .box-content-left {
	width: 172px;
}
.box-content-spacer {
	height: 3px;
	width: 170px;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #C3C3C3;
	border-right: 1px solid #C3C3C3;
	border-bottom: 1px solid #C3C3C3;
	overflow: hidden;
}
* html .box-content-spacer {
	width: 172px;
}
.box-news-entry {
   padding: 10px 7px 5px 7px;
	color: #303390;
	font-size: 11px;
}
/***************************************/


/****************************************/
/* Middle column                        */
/****************************************/
td.content {
	width: 717px;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	border-left: 1px solid #C3C3C3;
}
td.content-small {
	width: 533px;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	border-left: 1px solid #C3C3C3;
	border-right: 1px solid #C3C3C3;
	bbackground: Aqua;
}

/* Page Intro */
#content-intro {
	width: 717px;
	padding: 0px;
	margin: 0px;
	bbackground: Aqua;
}
#content-intro-small {
	width: 533px;
	padding: 0px;
	margin: 0px;
	bbackground: Aqua;
}

table.box-lauftext {
	width: 325px;
	margin-left: 30px;
	float: left;
	bbackground: green;
}
* html table.box-lauftext {
	display: inline;
}
table.box-lauftext-wide {
	width: 600px;
	margin-left: 30px;
	bbackground: green;
}
table.box-links {
	width: 325px;
	margin-left: 30px;
	float: left;
	bbackground: blue;
}

table.box-lauftext-form {
	width: 500px;
	margin-left: 30px;
	bbackground: green;
}

table.box-datalist {
	width: 100%;
	margin-left: 30px;
	bbackground: green;
}

td.datalist {
	font-size: 10px;
	padding: 5px;
}

#content-intro ul.linklist {
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
	list-style-position: outside;
	list-style: disc;
}
#content-intro li.linklist {
	padding-bottom: 5px;
}
/* Page Intro End */

/* Products on start page */
#content-products {
	width: 716px;
	bbackground: Aqua;
	display: block;
}

table.box-product-home {
	width: 325px;
	height: 165px;
	margin: 30px 0px 0px 30px;
	float: left;
}
* html table.box-product-home {
	display: inline;
}
/* Products on start page End */

/* Product page */

table.box-product {
	width: 332px;
	height: 155px;
	margin: 15px 0px 0px 50px;
}
table.box-product-index {
	width: 460px;
	margin: 15px 0px 0px 50px;
	bbackground: green;
}
table.box-product-subindex {
	width: 300px;
	margin: 15px 0px 0px 50px;
	float: left;
	bbackground: green;
}
table.box-formular {
	width: 460px;
	margin: 5px 0px 0px 0px;
}
#content-intro ul.layer_prod {
	margin: 0px;
	margin-left: 25px;
	padding: 0px;
	list-style-position: outside;
	list-style-image: url(images/bullet_prod-list.gif);
}
#content-intro .layer_prod {
   margin-left: 5px;
	padding-top: 1px;
	padding-left: 25px;
	padding-bottom: 7px;
	font-size: 11px;
	background-image: url(images/bullet_prod-list.gif);
	background-repeat: no-repeat;
}
* html #content-intro li.layer_prod {
	padding-left: 10px;
}
ul.agb {
	list-style-type: lower-alpha;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
li.agb,
li.number {
	margin-top: 5px;
}
ul.number {
	list-style-type: decimal;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
li.number-wide {
	margin-top: 15px;
}
ul.nomargin {
	list-style-type: square;
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 10px 15px;
}
/****************************************/
/* Right column                          */
/****************************************/
td.column-right {
	width: 183px;
	padding: 0px;
	vertical-align: top;

}

.content-right {
	wwidth: 140px;
	margin: 30px 0px 0px 15px;
	padding: 12px;
	background-color: #EEF6FC;
	font-size: 11px;
	color: #505050;
}
* html content-right {
	wwidth: 183px;
}
/****************************************/

/****************************************/
/* General Values                       */
/****************************************/
img {
	margin: 0px;
	padding: 0px;
}
h1, h2 {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 15px;
	font-weight: bold;
	color: #FFBE00;
}
h2 {
	font-size: 12px;
	letter-spacing: 0.1em;
	ffont-weight: normal;
}
h3 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	letter-spacing: 0.1em;
	color: #4D7FBC;
}
h4 {
	margin: 3px 0px 4px 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
	color: #303390;
}
td, th {
	font-size: 11px;
	vertical-align: top;
}
th {
	color: #898989;
	padding: 5px;
	font-weight: bold;
	text-align: left;
}
.separator {
	height: 1px;
	margin: 15px 0px 15px 0px;
	padding: 0px;
	color: #C3C3C3;
	background-color: #C3C3C3;
	overflow: hidden;
	display: block;
}
.textBlau11 {
	font-size: 11px;
	color: #4D7FBC;
	text-decoration: none;
	font-weight: normal;
}
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}

a {
	text-decoration: none;
}
a.standard {
	color: #0B4C9F;
	font-weight: bold;
}
a.newslink {
	color: #0B4C9F;
}
a.newslink:hover {
	color: #646464;
}

input, select, textarea, checkbox {
   font-size: 11px;
   background : #ffffff;
   border : 1px solid #4D7FBC;
}
.textFormField {
   padding: 0px 15px 0px 15px;
	font-size: 11px;
	color: #505050;
}
.textSmall {
	color: #505050;
	font-size: 10px;
	font-weight: normal;
}
/***************************************/


/***************************************/


td.spacer3 {
   padding: 3px;
}

.none {
  display: none;
}

#min-height {
  /* Footer Hack */
  width: 1px;
  bbackground-color: #ff0000;
  min-height: 100%;
  float: left;
  margin-bottom: -69px;
  overflow: hidden;
  border: 1px solid #ff0000;
}

.FormFeld {
   width: 420px;
	border: 1px solid #999999;
}
.FormFeldKurz {
   width: 60px;
	border: 1px solid #999999;
}
.TextBlau10 {
	color: #003399;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.TextSchwarz11 {
	color: #000000;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.TextErrorFeedback {
	font-size: 11px;
	font-weight: bold;
	color: #DA4035;
	text-decoration: none;
	border: 1px solid #DA4035;
	margin: 30px 0px 0px 15px;
	padding: 2px 4px 2px 4px;
	background-color: #ffffff;
}
.FrameErrorMarker {
	border-bottom: 2px dotted #DA4035;
	padding: 1px 1px 1px 1px;
}
.ClassErrorMarker_tx {
	background-image: url(/images/icon_pflichtfeld.gif);
}
.ClassErrorMarker_ta {
	background-image: url(/images/icon_pflichtfeld.gif);
}
.ClassErrorMarker_ch {
	background-color: #ff0000;
}