html, body {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 11px;
	background-color: #fff;
	line-height: 1.6em;
	/*
	background-image: url(../static_img/bggross.gif);
	background-repeat: repeat-y;
	background-position: 10px;
	height: 100%;
	*/
}

.topSpacer {
	width: 990px;
	background-color: #fff;
	height: 10px;
}

#outerContainer {
	width: 970px;
	height: 100%;
	background-image: url(../static_img/bggross.gif);
	background-repeat: repeat-y;
	margin: 0px 10px 0px 10px;
	border-top: 1px solid #00689C;
}

#innerContainer {
	/*height: 100%;*/
	padding: 0px 1px 0px 1px;
}

/* ########################################### */

h1, h2, h3 {
	margin: 0px 0px 10px 0px;
	color: #666;
	line-height: 1.2em;
}

h1 {
	font-size: 20px;
}
h1.csc-firstHeader {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  margin-top: 20px;
  margin-bottom: 30px;
}


h2 {
	font-size: 18px;
}

h3 {
	font-size: 12px;
}

p {
	margin: 1em 0;
}

hr {
	border: 0px;
	border-bottom: 1px solid #00689C;
}

img.left {
	float: left;
	padding: 0px 10px 5px 0px;
}

small {
	font-size: 10px;
	line-height: 1.5em;
}



/* ########################################### */

#menuContainer.nostart {
	padding-top: 9px;
	padding-left: 24px;
	float: left;
	width: 579px;
}

.subMenuLayerHome {
	top: 383px;
	left: 21px;
}

.subMenuLayerCenter {
	top: 50px;
	left: 34px;
}

/* HACK FOR IE */
/*  \*/
* html .subMenuLayerHome {
	top: 386px;
}
* html .subMenuLayerCenter {
	top: 53px;
}
/*  */


.subMenuLayerHome {
	position: absolute;
	border: 1px solid #00689C;
}

.subMenuLayerCenter {
	position: absolute;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.subMenuBorder {
	border: 1px solid #00689C;
}

.subMenuLayerHome .subMenuEntry, 
.subMenuLayerCenter .subMenuEntry {
}

.subMenuLayerHome .subMenuEntry a, 
.subMenuLayerCenter .subMenuEntry a {
	width: 200px;
	height: 13px;
	display: block;
	padding: 2px 7px 1px 17px;
	line-height: 1em;
	background-image: url(../static_img/menu.png);
	background-repeat: no-repeat;
	background-position: 0px -1px;
	background-color: #fff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}

.subMenuLayerHome .subMenuEntry a:hover, 
.subMenuLayerCenter .subMenuEntry a:hover, 
.subMenuLayerHome .subMenuEntry a.hi, 
.subMenuLayerCenter .subMenuEntry a.hi {
	background-color: #00689c;
	background-image: url(../static_img/menuhi.png);
	background-repeat: no-repeat;
	color: #fff;
}

/* ########################################### */

#contentContainer {
	/*padding: 20px 40px;*/
	border-top: 1px solid #00689C;
}

#contentContainer.start {
	border-top: none;
	padding-top: 22px;
	padding-right: 39px;
}

#contentContainer ul {
	padding: 0px;
	margin: 0px 0px 0px 16px;
}

#contentContainer li {
	list-style-image: url(../static_img/bullet.gif);
	padding: 0px;
	margin: 0px;
}

#contentContainer a {
	text-decoration: underline;
	color: #000;
}

#contentContainer .strong a {
	text-decoration: none;
	color: #666;
}

#contentContainer a:hover {
	color: #00689C;
	text-decoration: underline;
}

#contentContainer .strong {
	font-weight: bold;
	color: #666;
}

#contentContainer .searchResultTitle a {
	font-weight: bold;
	color: #00689C;
  text-decoration: underline;
}


#contentContainer .tx-indexedsearch-whatis {
	font-weight: bold;
	color: #666;
}

/* ########################################### */

table {
	width: 100%;
}

table th {
	font-weight: bold;
	color: #7f7f7f;
	vertical-align: top;
	text-align: left;
	padding: 3px;
	background-color: #fff;
}

table tr td {
	padding: 3px;
	color: #000;
	line-height: 1.4em;
}

table tr td strong {
	font-weight: bold;
	color: #666;
}

table tr {
	vertical-align: top;
}

table.small td {
	font-size: 10px;
	line-height: 1.5em;
}

table.striped tbody tr.even {
  background-color: #ebe1bc;
}
table.striped tbody tr.odd {
  background-color: #fff;
}

table.striped tbody tr td.spacer {
	background-color: #fff;
	width: 18px;
}

table.striped tbody tr.even td.spacer {
	border-top: 1px solid #ebe1bc;
	border-bottom: 1px solid #ebe1bc;
}


table.striped tbody tr.klappbar {
	cursor: pointer;
}

table.striped tbody tr.klappbar td.arrowinactive {
	background-image: url(../static_img/arrows_intern.png);
	background-repeat: no-repeat;
	background-position: right -51px;
	padding-right: 18px;
}

table.striped tbody tr.klappbar td.arrowactive {
	background-image: url(../static_img/arrows_intern.png);
	background-repeat: no-repeat;
	background-position: right 5px;
	padding-right: 12px;
}

table.striped_intern {
	margin: 10px 0;
	padding: 0;
	border: 1px solid #00689C;
	background-color: #fff;
}



.contenttable td {
  line-height: 1.3em;
  padding: 0px;
  margin: 0px;
}
.contenttable tr {
  padding: 0px;
  margin: 0px;
}
p.bodytext {
  padding: 0px;
  margin-top: 5px;
  margin-bottom: 10px; 
}

p.bodytext img {
	border: none;
}

/* ########################################### */

div.divAccordion h3.accordionHeadline,
div.divAccordionDownload h3.accordionHeadline {
	border-top: 3px solid #ebe1bc;
	border-bottom: 3px solid #ebe1bc;
	padding: 4px;
	color: #7f7f7f;
	font-weight: bold;
	background-image: url(../static_img/arrows.png);
	background-repeat: no-repeat;
	background-position: right -51px;
	cursor: pointer;
}

div.divAccordion h3.accordionHeadline:hover,
div.divAccordionDownload h3.accordionHeadline:hover {
	background-color: #eee;
}

div.divAccordion h3.active,
div.divAccordionDownload h3.active {
	background-position: right 5px;
}

div.divAccordion div.accordionContent,
div.divAccordionDownload div.accordionContent {
	margin: 0;
}

/* ########################################### */

#contentLeft {
	float: left;
	width: 599px;
	padding-bottom: 40px;
}

#contentLeftWide {
	float: left;
	width: 531px;
	padding: 15px 0px 40px 39px;
}

#contentRight {
	float: right;
	width: 364px;
	padding-bottom: 40px;
}

#contentRightWide {
	float: right;
	width: 335px;
	padding: 0px 19px 40px 0px;
}

#contentLeft .content {
	padding: 40px;
}

#contentLeft #divProductInfo {
	padding: 0px 0px 40px 39px;
}

/* ########################################### */

#infoBar {
	margin: 0px;
	margin-top: 5px;
	/*background-color: #ebe1bc;*/
}

#infoBarStart #infoBar {
	background-image: url(../static_img/infoBarStart.png);
}

#infoBarStart #infoBar .left {
	width: 604px;
	height: 120px;
}

#infoBarStart #infoBar .right {
	width: 364px;
	height: 120px;
}

#contentLeft #infoBar {
	background-image: url(../static_img/infoBarLeft.png);
}

#contentLeft #infoBar .left {
	width: 304px;
}

#contentLeft #infoBar .right {
	width: 290px;
}

#contentRight #infoBar {
	background-image: url(../static_img/infoBarRight.png);
}

#contentRight #infoBar .left {
	width: 244px;
}

#contentRight #infoBar .right {
	width: 120px;
}

#infoBar .left {
	float: left;
}

#infoBar .right {
	float: right;
}

#infoBar .left, 
#infoBar .right {
	margin-right: 0px;
}

#infoBar .left .content, 
#infoBar .right .content {
	padding: 8px 10px;
	font-size: 10px;
	line-height: 1.5em;
}

/* ########################################### */

.sym_pdf {
	background-image: url(../static_img/sym_pdf.png);
	background-repeat: no-repeat;
	padding: 4px 0px 4px 28px;
}

#contentContainer .sym_pdf a {
	text-decoration: none;
	color: #666;
}

/* ########################################### */

#footer {
	/*position: fixed;
	bottom: 0px;*/
	width: 970px;
}

#footer #content {
	padding: 10px 10px;
	border-top: 1px solid #00689c;
	background-color: #fff;
	font-size: 9px;
	color: #666;
}

#footer #content a {
	text-decoration: none;
	color: #666;
}

#footer #content a:hover {
	text-decoration: underline;
}

/* ########################################### */

form {
	padding: 0px;
	margin: 0px;
}

label, input.input, select, textarea { /* Alle Labels UND Formularelemente auswaehlen */
	display: block;
	float: left;
	font-size: 11px;
	margin-bottom: 6px;
}

label {
	width: 110px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input.input, select, textarea {
	width: 215px;
	background-color: #fff;
	border: 1px solid #00689c;
}

input.required, select.required, textarea.required {
	width: 212px;
	border: 1px solid #00689c;
	border-left: 4px solid #00689c;
}

input.input:focus, select:focus, textarea:focus {
	background-color: #ebe1bc;
	color: #000;
	border: 1px solid #00689c;
}

form .error {
	border: 1px solid #f00;
	background-color: #fee;
}

form br { /* Alle Zeilenumbrueche in Formularen auswaehlen */
	clear: left; /* das floating der labels und inputs aufheben */
}

#topMarginale {
  position: absolute;
  top:193px;
  left:395px;
  width:180px;
  color:#666;
  font-size:10px;
  font-weight:bold;
  line-height:1.5;
}

#topMarginaleContentRight {
  position: absolute;
  top:193px;
  left:792px;
  width:180px;
  color:#666;
  font-size:10px;
  font-weight:bold;
  line-height:1.5;
}
.contentRelatedElement {
  margin-bottom: 10px;
}

.tx-indexedsearch .tx-indexedsearch-browsebox {
  margin-bottom:20px;
}

.tx-indexedsearch .tx-indexedsearch-browsebox li a {
  display:inline;
  margin-right:10px;
  color: green;
}

.internal-link {
  color: #333;
}

#contentContainer .bodytext .download {
  text-decoration: none;
} 

p.bildunterschrift {
  text-align: center;
  font-size: 10px;
  line-height: 1.3;
}

