HTML, BODY {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 90%;
	margin: 0px 0px 2px 0px;
	padding: 0px;
	height: 99%;
	background: #eeeeee;
	color: black;
	text-align: center;
}
FORM {
	padding: 0px;
	margin: 0px;
}
FIELDSET {
	border: none;
	clear: both;
	padding: 0px;
	margin: 0px;
}
LEGEND {
	display: none;
}

TABLE {
	font-size: 90%;
}

H1 {
	font-size: 110%;
	padding:0px;
	margin:0px;
}


/* mainContainer start */
.mainContainer {
	position: relative;
	/*height: 100%;*/
min-height: 300px;
height: auto;
	width: 959px;
	margin: 0px auto 0px auto;
	padding: 0px;
	color: inherit;
	background: #fbb04b url('../images/main_bg.gif') repeat-y;
}
/*HTML > BODY .mainContainer {
	height: auto;
	min-height: 100%;
}*/

html*.mainContainer {
	height:300px;
}

head:first-child+body .mainContainer {
	height:auto;
}

/* mainContainer end */

/* topLinksBox start */ 
.topLinksBox {
	height: 38px;
	border: none;
	background: #fff url('../images/toplinks_bg.gif') repeat-x;
	color: inherit;
}
.topLinksContent {
	padding: 14px 15px 0 12px;
	background: transparent;
	font-size: 90%;
	text-align: left;
}
.topLinksContentLeft {
	float: left;
}
.topLinksContentLeft A {
	color: #000;
	background-color: inherit;
	font-weight: bold;
	text-decoration: underline;
}


.topLinksContentRight {
	float: right;
}
/* topMenu items start */
.topMenuLeft {
	width: 3px;
	height: 24px;
	background: url('../images/topmenu_left_bg.gif') no-repeat;
	float: left;
}
.topMenuCenter {
	float: left;
	padding: 6px 20px 0 20px;
	background: url('../images/topmenu_center_bg.gif') repeat-x;
}
.topMenuRight {
	float: left;
	width: 3px;
	height: 24px;
	background: url('../images/topmenu_right_bg.gif') no-repeat;
}
.topMenuCenter A {
	color: #666;
	background-color: inherit;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-decoration: none;
}

.topMenuCenter A:hover {
	color: #B50000;
	background-color: inherit;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-decoration: none;
}


.topMenuLeftActive {
	float: left;
	width: 3px;
	height: 24px;
	background: url('../images/topmenu_a_left_bg.gif') no-repeat;
}
.topMenuCenterActive {
	float: left;
	padding: 6px 20px 0 20px;
	background: url('../images/topmenu_a_center_bg.gif') repeat-x;
}
.topMenuRightActive {
	float: left;
	width: 3px;
	height: 24px;
	background: url('../images/topmenu_a_right_bg.gif') no-repeat;
}
.topMenuCenterActive A {
	color: #B50000;
	background-color: inherit;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}


.topMenuCenterActive A:hover {
	color: #000;
	background-color: inherit;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}


/* topMenu items end */
/* topLinksBox end */ 
/* topLogoBox start */
.topLogoBox {
	height: 148px;
}
/* topLogoBox end */

/* middleBox start */
.middleBox {
	height: 29px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background: url('../images/middle_bg.gif') repeat-x;
}
.middleBoxLeft {
	float: left;
	width: 174px;
	padding: 9px 0 0 9px;
	text-align: left;
}
.middleBoxCenter {
	float: left;
	width: 519px;
	padding: 10px 0 0 4px;
	color: #636563;
	background-color: inherit;
	font-size: 90%;
	text-align: left;
}
.middleBoxRight {
	float: right;
	padding: 5px 5px 0 0;
	font-size: 90%;
	font-weight: bold;
	text-align: right;
}
.middleBoxRight .sInput {
	width: 100px;
	height: 19px;
	border: 1px solid black;
}
.middleBoxRight .sButton { /* submit button */
	width: 42px;
	height: 19px;
	color: #000;
	background-color: #f8f8f8;
	font-size: 80%;
	border: 1px solid #9a9a9a;
}
/* middleBox end */
/* mainBox start */
.mainBox {
	clear: both;
	height: auto;
	background: transparent;
}
/* leftMenuBox start */
.leftMenuBox {
	width: 175px;
	float: left;
	text-align: left;
}
.leftBoxHeader {
	width: 175px;
	height: 23px;
	margin-bottom: 3px;
	background: url('../images/leftbox_header.gif') no-repeat;
}
.leftBoxHeader DIV {
	padding: 3px 0 0 12px;
	font-weight: bold;
	font-size: 100%;
	color: #fff;
	background-color: inherit;
}
.leftBoxBlock {
	width: 161px;
}
.leftBoxBlockHeader {
	height: 24px;
	width: 161px;
	background: url('../images/leftboxblock_bg.gif') no-repeat;
	text-align: left;
}
.leftBoxBlockHeader DIV {
	padding: 4px 0 0 12px;
	font-size: 90%;
	font-weight: bold;
}
.leftBoxBlockContent {
	width: 161px;
}
.leftBoxBlockContent DIV {
	padding-left: 12px;
	font-size: 90%;
}
/* leftbox menu start */
UL.leftMenuItems {
	padding: 6px 0px 0px 28px;
	margin: 0px 0px 5px 0px;
 	list-style-image: url('../images/leftmenuitem.gif');
	vertical-align: middle;
}
UL.leftMenuItems LI {
	padding-bottom: 5px;
}
UL.leftMenuItems .sub {
	margin-left: 15px;
}
UL.leftMenuItems A {
	color: #000;
	background-color: inherit;
	font-size: 90%;
	text-decoration:none;
}
UL.leftMenuItems a:hover,a:active {
	color:	#B50000;
	background-color: inherit;
	font-size: 90%;
	text-decoration: underline;
	font-weight:bold;
/*	width:130px; 
	background-color:#CCCCCC;
*/

}


/* leftbox menu end */
/* leftMenuBox end */

/* contentBox start */
.contentBox {
	width: 519px;
	float: left;
height: auto;
min-height: 200px;
}
html*.contentBox {
	height:200px;
}

head:first-child+body .contentBox  {
	height:auto;
}


.contentContainer {
	min-height: 200px !important;
height: auto;
	padding: 16px 5px 0px 11px;
	color: inherit;
 	background-color: #fff; 
	text-align: left;
	line-height: 12px;
clear: both;
padding-bottom: 10px;
}
html*.contentContainer {
	height:200px !important;
}

head:first-child+body .contentContainer {
	height:auto !important;
}
.contentContainer A {
	color: #B50000;
	background-color: inherit;
	font-size: 90%;
	text-decoration: none;
}

.contentTitle {
	color: #B50000;
	background-color: #fff;
	font-size: 120%;
	font-weight: bold;
}

.contentTitle A {
	color: #B50000;
	background-color: #fff;

	font-weight: bold;
}

.contentText {
	color: #000;
	background-color: #fff;
	font-size: 90%;
	padding: 3px 3px 3px 3px;
line-height:150%;
}

.contentText A {
	color: #B50000;
	font-weight:bold;
	text-decoration: none;
}

.contentText A:hover {
	color: #000;
	font-weight:bold;
	text-decoration: underline;
	background-color:#CCCCCC;
}


.contentTitlePrint {
	text-align:right;
}

.contentTitlePrint img {
	border:0px;

}



.contentSpacer {
	clear: both;
	height: 12px;
	margin-bottom: 5px;
 	border-bottom: 1px solid #666; 
}
/* bannerContainer start */
.bannerContainer {
	clear: both;
	height: 100px;
	width: 519px;
	margin-top: 10px;
	letter-spacing: 1px;
	text-align: left;
}
.bannerText {
	clear: both;
	padding-top: 10px;
	font-size: 80%;
	text-align: center;
}
/* bannerContainer end */
/* contentBox end */
/* rightMenuBox start */
.rightMenuBox {
	width: 265px;
	float: left;
}
.rightBoxHeader {
	clear: both;
	width: 265px;
	height: 26px;
	background: url('../images/rightbox_header.gif') no-repeat;
}

.rightBoxHeader A {
	color:#FFFFFF;
	text-decoration:none;
}


.rightBoxHeader DIV {
	padding: 2px 0 0 26px;
	color: #fff;
	background-color: inherit;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
}
.rightBoxBlockContent {
	float: right;
	width: 235px;
	margin: 6px 1px 6px 0;
	font-size: 90%;
	text-align: left;
	line-height: 12px;
}
.rightBoxBlockContent IMG.main {
	float: left;
	padding-right: 2px;
}
.rightBoxBlockContent DIV {
	float: left;
}
.rightBoxBlockContent A {
	color: #B50000;
	background-color: inherit;
	text-decoration: none;
	font-weight:bold;
}

.rightBoxBlockContent A:hover {
	color: #000;
	font-weight:bold;
	text-decoration: underline;
	
}


/* rating block start */
.ratingForm {
	width: 140px;
}
.ratingForm INPUT {
	height: 14px;
	margin-top: 3px;
	vertical-align: middle;
}
.ratingForm LABEL {
	font-size: 80%;
}
.ratingRadio INPUT {
	height: 14px;
	vertical-align: middle;
}
.rating {
	margin-top: 3px;
	font-size: 80%;
}
.rating DIV {
	margin-top: 2px;
}
/* rating block end */
/* newsletter block start */
.newsletterForm {
	width: 235px;
	padding-left: 10px;
	letter-spacing: 1px;
}
.newsletterForm .topText {
	margin-bottom: 5px;
}
.newsletterForm A {
	letter-spacing: 0px;
}
.nTitle {
	clear: both;
	width: 66px;
	height: 18px;
	padding-top: 4px;
	font-weight: bold;
/*	letter-spacing: 0px; */
}
.nRadioGroup {
	width: 200px;
	padding: 4px 0 8px 0;
	text-align: center;	
}
.newsletterForm INPUT.nInput {
	width: 120px;
	height: 18px;
	margin-top: 2px;
	font-size: 80%;
	letter-spacing: 1px;
	border: 1px solid #000;
}
.newsletterForm SELECT {
	width: 136px;
	height: 18px;
	font-size: 80%;
	letter-spacing: 1px;
}
.nButton { /* submit button */
	width: 67px;
	height: 19px;
	margin-left: 60px;
	background-color: #f8f8f8;
	color: inherit;
	font-size: 80%;
	border: 1px solid #9a9a9a;
}
/* newsletter block end */
/* rightMenuBox end */
/* mainBox end */

/* footer start */
.empty {
	clear: both;
	width: 959px;
	height: 5px;
	background: transparent;
}
.bottomBox {
	position: absolute;
	height: 5px;
	width: 959px;
	left: 0px;
	bottom: 0px;
	background: url('../images/bottom_bg.gif') no-repeat;
}
/* footer end */

.formular1 LABEL { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;
  width: 150px; /* Breite.*/
}

.formular1 {
  background: inherit;
  border: 1px solid #000000;
  margin:0;
  padding:.5em;
}

.textfeld1 {
	display: block;
	float: left;
	width: 150px;
	border: 1px solid #000000;  
	margin: 1px;
	background-color:#F3F3F3;
}

.textfeld2 {
	display: block;
	float: left;
	width: 219px;
	border: 1px solid #000000;  
	margin: 1px;
	background-color:#F3F3F3;
}


.textarea1 {
	display: block;
	float: left;
	width: 300px;
	border: 1px solid #000000;  
	margin: 1px;
}

.selectfeld1 {
	display: block;
	float: left;
	width: 200px;
	border: 1px solid #000000;  
	margin: 1px;
}

FORM BR { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}

.button { /* den Submit-Button */
 	display: block;
	float: right;
	border: 1px ridge #000000;
	width: auto;
	margin:5px;
}


/* Formular end */

