html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0;
	padding: 0;
	color: #000;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 15px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCC;
	text-align: center; /* needed for IE - page is in the center*/
}

body.emptyTemplate {
	margin: 8px;
	width: auto;
}

div {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
	display: block; /* IE needs this, otherwise there is a gap between two elements*/
}

#keyVisual {
	height: 140px;
	background-color: #AC312A;
}

#keyVisualContent {
	width: 1008px;
	margin: auto;
	padding-top: 10px;
	text-align: left;
}

#main {
	position: relative;
	/*width: 1000px;*/
	width: 1008px;
	margin: auto;
	text-align: left;
}

.hide {
	position: absolute;
	left: -999px;
	visibility: hidden;
}

.visibility_hidden {
	visibility: hidden;
}

#boxenLinks {
	position: absolute;
	width: 188px;
	left: 0;
}

#contentArea {
	position: relative;
	left: 190px;
	width: 628px;
	float: left;
	margin-top: 10px;
}

#contentArea img {
	border: 0px; 
	margin: 0px;
	padding: 0px;
	display: inline; /* IE needs this, otherwise there is a gap between two elements, and sitemap is no correct*/
}

.headerElement {
	background-color: #FFFFFF;
}

#boxenRechts {
	position: absolute; /* needed, so there is no gap between footer and contentArea*/
	left: 830px;
	/*top: 10px;*/
	width: 188px;
}

div.separatorLinkbox {
	width: 150px;
	height: 1px;
	margin-top: 2px;
	margin-bottom: 2px;
	background-image: url(../images/WW_trennlinie-boxen.gif);
	background-repeat: no-repeat;
}

#footer {
	position: relative;
	top: 25px;
	left: 190px;
	width: 565px;
	clear: both;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 29px;
	margin-left: 10px;
	/*border-top: 1px dashed #FFF;*/
}

div.boxenLinksElement {
	width: 167px;
	margin-left: 10px;
	margin-top: 10px;
}


div.productBox {
}

div.boxenLinksElementWithMargin {
	width: 160px;
	margin-left: 10px;
	margin-top: 10px;
}

div.boxenLinksElementNoShadow {
	width: 167px;
	margin-left: 10px;
	margin-top: 10px;
}


div.languageFlag {
	padding: 4px;
	float: left;
}



.box  div.contentElement {
	overflow: hidden;
	background-color: #FFFFFF;
	margin-left: 15px;
	margin-right: 15px;
	padding-bottom: 15px;
}

div.contentElement {
	overflow: hidden;
	background-color: #FFFFFF;
}

div.contentElementWithMargins {
	margin-top: 15px;
	margin-bottom: 30px;
	overflow: hidden;
	background-color: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
}

div.contentElementMarginBottom {
	margin-bottom: 30px;
	overflow: hidden;
	background-color: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
}

div.contentElementEmpty {
	;
}

div.pageTitle {
}

div.boxenRechtsElement {
	width: 167px;
	margin-top: 10px;
}

.box div.boxenRechtsElement {
	margin-top: 0;
}

div.boxenRechtsElementNoMargin {
	width: 167px;
	margin-top: 10px;
}

.box div.boxenRechtsElementNoMargin {
	margin-top: 0;
}

div.COLinkBoxFooter {
	/* no footer image for winwin linkboxes */
}

div.COLinkBoxWrapper {
	background-color: #EEE;
}

div.COLinkBox {
	background-color: #F0EFEF;
	margin-left: 4px;
}

div.COLinkBoxNoImages {
	background-color: #F0EFEF;
	/*margin-left: 3px;*/
	/*margin-left: 10px;*/
	margin-left: 4px;
}

a.COLinkBox:link {
	color: #000;
	text-decoration: none;
}

a.COLinkBox:visited {
	color: #000;
	text-decoration: none;
}

a.COLinkBox:hover {
	color: #AC312A;
	text-decoration: none;
}

a.LinkBoxes:link {
	/*font-family: Verdana, Arial, Helvetica;*/
	color: #000;
	text-decoration: none;
}

a.LinkBoxes:visited {
	/*font-family: Verdana, Arial, Helvetica;*/
	color: #000;
	text-decoration: none;
}

a.LinkBoxes:hover {
	/*font-family: Verdana, Arial, Helvetica;*/
	color: #939090;
	text-decoration: none;
}

a.LinkBoxesHighlighted:link {
	color: #AC312A;
	text-decoration: none;
}

a.LinkBoxesHighlighted:visited {
	color: #AC312A;
	text-decoration: none;
}

a.LinkBoxesHighlighted:hover {
	color: #AC312A;
	text-decoration: none;
}

div.LinkBoxes1 {
	margin-top: 0px;
	margin-bottom: 0px;
}

div.LinkBoxes2 {
	margin-left: 12px;
	margin-top: 0px;
	margin-bottom: 0px;	
}

div.TextContentHeadline {
	font-size: 13px;
	font-weight: bold;
	color: #AC312A;
	text-align: left;
	/*overflow: hidden;*/
}

h1 {
	font-size: 13px;
	margin-top: 32px;
}

h2 {
	font-size: 13px;
	margin-top: 6px;
}

h3, h4, h5, h6 {
	font-size: 11px;
}

.TextContent {
	color: #000;
	line-height : 125%;
	text-align: left;
	/*overflow: hidden; /* needed for multimedia objecet, teaser, etc; Text will not continue under image, text is moved to right/left*/
}

.TextContentBold {
	/*font-family: Verdana, Arial, Helvetica;*/
	font-weight: bold;
	color: #000;
}

div.MultimediaObjectImageLeft {
	margin-right: 8px;
	float: left;
}

div.MultimediaObjectImageRight {
	margin-left: 8px;
	float: right;
}

a.LinkContent:link {
	/*font-family: Verdana, Arial, Helvetica;*/
	color: #000;
	text-decoration: underline;
}

a.LinkContent:visited {
	color: #000;
	text-decoration: underline;
}

a.LinkContent:hover {
	color: #AC312A;	
}

a.LinkContentNoTextDecoration:link {
	/*font-family: Verdana, Arial, Helvetica;*/
	color: #000;
	text-decoration: none;
}

a.LinkContentNoTextDecoration:visited {
	color: #000;
	text-decoration: none;
}

a.LinkContentNoTextDecoration:hover {
	color: #AC312A;	
}

/* nicht nätig
#nav0 {
	background-repeat: no-repeat;
	width: 108px;
	height: 18px;
	background-color: #FFF;
}

#naviBpDiv {
	background-color: #A40F0F;
	width: 108px;
	position: absolute;
	visibility: hidden;
}

ul.naviBp {
	margin: 0;
	padding: 0;
	color: #FFF;
	font-size: 10px;	
	list-style-type: none;
}

li.naviBp {
	border-bottom: 1px solid #8D0B0B;
	position: relative;
}

li.naviBp:hover {
	background-color: #F90A0A;
	cursor: pointer;
}

ul.subNaviBp {
	margin: 0;
	padding: 0;
	color: #FFF;
	background-color: #A40F0F;
	font-size: 10px;	
	list-style-type: none;
	width: 133px;
	position: absolute;
	left: -133px;
	top: 0;
	visibility: hidden;
}

li.subNaviBp {
	border-bottom: 1px solid #8D0B0B;
	padding-left: 5px;
}

li.subNaviBp:hover {
	background-color: #F90A0A;
	cursor: pointer;
}

a.linkBp:link {
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}

a.linkBp:visited {
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}

a.linkBp:hover {
	font-size: 10px;
	color: #FFF;
	text-decoration: none;	
}*/

a.LinkError:link {
	/*font-size: 11px;*/
	color: #AC312A;
}

a.LinkError:visited {
	/*font-size: 11px;*/
	color: #AC312A;
}

a.LinkError:hover {
	/*font-size: 10px;*/
	color: #AC312A;
}

.separator {
	margin-top: 2px;
	margin-bottom: 3px;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clearBoth {
	clear: both;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

.ErrorColor {
	/*font-size: 11px;*/
	color: #AC312A;
}

div.inputError {
	color: #AC312A;
	margin-bottom: 10px;
	margin-left: 4px;
	margin-right: 4px;
}

.TextInfoContent {
	/*font-family: Verdana, Arial, Helvetica;*/
	color: #A40F0F;
}
/* TODO??? benötigt in CS_error 
a.TextInfoContent:link {
	font-family: Verdana, Arial, Helvetica;
	color: #A40F0F;
	text-decoration: underline;
}

a.TextInfoContent:visited {
	color: #A40F0F;
	text-decoration: underline;
}

a.TextInfoContent:hover {
	color: #A40F0F;	
}*/

.TextContentNormal {
	/*font-family: Verdana, Arial, Helvetica;*/
	font-weight: normal;
	color: #000;
}

a.TextContentNormal:link {
	/*font-family: Verdana, Arial, Helvetica;*/
	color: #000;
	text-decoration: underline;
}

a.TextContentNormal:visited {
	font-size: 11px;
	text-decoration: underline;
}

a.TextContentNormal:hover {
	/*font-size: 11px;*/
	color: #939090;	
}

.TextContentBold {
	/*font-family: Verdana, Arial, Helvetica;*/
	color: #000;
	font-weight: bold;
}

a.TextContentBold:link {
	/*font-family: Verdana, Arial, Helvetica;*/
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

a.TextContentBold:visited {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

a.TextContentBold:hover {
	color: #AC312A;
	font-weight: bold;
}
/* TODO: check if neede*/
.black {
	color: #000;
}
/* TODO: check if neede*/
.TextBlack {
	/*font-family: Verdana, Arial, Helvetica;*/
	color: #000;
	line-height : 125%;
}
/* TODO: check if neede*/
.TextBlackBold {
	/*font-family: Verdana, Arial, Helvetica;*/
	font-weight: bold;
	color: #000;
}
/* TODO: check if neede*/
.bgtable_0 {
	background-color: #F4F4F4;
}
/* TODO: check if neede*/
.bgtable_1 {
	background-color: #E3E3E3;
}
/* TODO: check if neede*/
.currentPage {
	font-size: 13px;
	font-weight: bold;
}

div.pageIterator {
	margin-top: 15px;
	margin-bottom: 20px;
}

div.pageIteratorPrevious {
	float: left;
	width: 100px;
	text-align: left;
	padding-right: 10px;
	padding-left: 6px;
}

div.pageIteratorPages {
	float: left;
	width: 216px;
	text-align: center;
}

div.pageIteratorNext {
	float: left;
	width: 100px;
	text-align: right;
	padding-left: 10px;
	padding-right: 6px;
}

.bgcontent {
	background-color: #CCC;
}

div.styleSwitcherHead {
	font-size: 10px;
	height: 11px;
	font-weight: bold;
	margin-bottom: 3px;
}

a.styleSwitcherSmall {
	/*font-family: Verdana, Arial, Helvetica;*/
	font-size: 10px;
	color: #000;
}

a.styleSwitcherSmall:link {
	/*font-family: Verdana, Arial, Helvetica;*/
	font-size: 10px;
	color: #000;
	text-decoration: none;
}

a.styleSwitcherSmall:visited {
	font-size: 10px;
	color: #000;
	text-decoration: none;
}

a.styleSwitcherSmall:hover {
	font-size: 10px;
	color: #000;
}
a.styleSwitcherStandard {
	/*font-family: Verdana, Arial, Helvetica;*/
	font-size: 11px;
	color: #000;
	text-decoration: underline;
}

a.styleSwitcherStandard:link {
	/*font-family: Verdana, Arial, Helvetica;*/
	font-size: 11px;
	color: #000;
	text-decoration: underline;
}

a.styleSwitcherStandard:visited {
	font-size: 11px;
	color: #000;
	text-decoration: underline;
}

a.styleSwitcherStandard:hover {
	font-size: 11px;
	color: #000;
	text-decoration: underline;
}

a.styleSwitcherBig {
	/*font-family: Verdana, Arial, Helvetica;*/
	font-size: 15px;
	color: #000;
	font-weight: bold;
}

a.styleSwitcherBig:link {
	/*font-family: Verdana, Arial, Helvetica;*/
	font-size: 15px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a.styleSwitcherBig:visited {
	font-size: 15px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a.styleSwitcherBig:hover {
	font-size: 15px;
	color: #000;
	font-weight: bold;
}


/************
	Start Box
************/
.box {
	background:  url('../images/whitebox_bottom_left.jpg') no-repeat bottom left;
}
.box .boxHeadline {
	height: 3px;
	background: url('../images/whitebox_top_left.jpg') no-repeat left top;
}
.box .boxHeadline .bgRight {
	height: 25px;
	background: url('../images/whitebox_top_right.jpg') no-repeat right top;
	text-align: center;
}
.box .boxContent {
	padding-left: 3px;
	background: url('../images/whitebox_left.jpg') repeat-y left;
}
.box .boxContent .bgRight {
	padding: 0 3px 0 0;
	background: url('../images/whitebox_right.jpg') repeat-y right;
}
#contentArea .box .boxBottom {
	width: 628px;
	height: 4px;
	background: url('../images/whitebox_bottom_right.jpg') no-repeat right bottom;
}
#boxenLinks .box .boxBottom {
	width: 167px;
	height: 4px;
	background: url('../images/whitebox_bottom_right.jpg') no-repeat right bottom;
}
#boxenRechts .box .boxBottom {
	width: 167px;
	height: 4px;
	background: url('../images/whitebox_bottom_right.jpg') no-repeat right bottom;
}
.box .borderBottomLeft {
	position: absolute;
	left: -3000px;
}
.seperatorLines {
	padding-bottom: 10px;
	border-bottom: 3px solid #AC312A;
}




