/*******************************************************************************
*  style.css : 05.02.2009
*  brauns-heitmann.de
* -----------------------------------------------------------------------------
*******************************************************************************/
/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* page.css */
body {
	margin: 0;
	padding: 0;
	font-size: 100%;
    color: #14202e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    background:url(../img/bg.jpg) #0a187c repeat-x top center fixed;
}

a {
    color: #8d8d8b;
}


#page {
	min-width: 960px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	background-color: #ffffff;
	font-size: 12px;
	position: relative;
	overflow: hidden;
}

* html #page {
	/* \*/
	word-wrap: break-word;
	overflow: hidden;
	/* invalid CSS but keeps IE from breaking horribly under narrow viewports */
}


#header {
    height: 151px;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	border: 1px solid #fff;
}

#logo {
    text-align: center;
	height: 40px;
}

/* Start of Column CSS */
#columns {
    overflow: auto;
}

#container3 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	background:#eff4fa; /* column 3 background colour */
}

#container2 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:190px;
	background:#ffffff; /* column 2 background colour */
}

#container1 {
	float:left;
	width:100%;
	position:relative;
	right:580px;
	background:#eff4fa; /* column 1 background colour */
}

#col1 {
	float:left;
	width: 580px;
	position:relative;
	left:960px;
	overflow:hidden;
}

#col2 {
	float:left;
	width:190px;
	position:relative;
	left:190px;
	overflow:hidden;
}

#col3 {
	float:left;
	width:190px;
	position:relative;
	left:770px;
	overflow:hidden;

}

#col1 .inner {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	position: relative;
}

#col2 .inner {
	padding: 10px 0px 10px 5px;
	position: relative;

}

#col3 .inner {
	padding: 10px 0px 10px 5px;

}


#footer {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 200px;
	padding-right: 200px;
	background-color: #eff4fa;
	overflow: auto;
	position: relative;
	zoom: 1
}

#footer #copyright {
	float: left;
	padding: 5px 0;
}


#footer #imprint {
	float: right;
	text-align: right;
	width: 150px;
	padding: 5px 0;
}


/* helpers */
.clear {
	clear: both;
}

.hide {
	display: none !important;
}

/* contact.css */
.tx-powermail-pi1 legend {
    display: none;
}


.tx_powermail_pi1_fieldwrap_html_radio_title {
	display: none;
}


.tx-powermail-pi1_fieldset_name {
    width: 266px;
	float: left;
	padding: 0 0 0 8px;
}


.tx-powermail-pi1_fieldset_adresse {
    width: 266px;
	float: left;
	padding: 0 0 0 8px;
}


.powermail_radio_inner {
    float: left;
}

fieldset.tx-powermail-pi1_fieldset .powermail_radio_inner label {
	display: inline;
	width: auto;
	vertical-align: middle;
}

fieldset.tx-powermail-pi1_fieldset .powermail_radio_inner input {
    vertical-align: middle;
}


/* Powermail */
	/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: #cc3818;
}
input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed
	background-color: red;*/
	background-image: url(/typo3conf/ext/powermail/img/icon_exclamation.gif);
	background-repeat: no-repeat;
	background-position: 98% 1px;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: red;
	margin: 3px 0 15px 200px;
}

fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 116px;
	float: left;
	clear: both;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,
fieldset.tx-powermail-pi1_fieldset select.powermail_select {
	/* Input and textarea */
	width: 144px;
    border: 1px solid #bfbfbf;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea {
    height: 144px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	/* Radiobuttons */
	margin-right: 10px;
	vertical-align: top;
/*	margin: 5px 0; */
}

fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio {
	overflow: auto;
	height: 20px;
}


div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */
	margin: 10px 0;
	line-height: 16px;

}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin: 0px 0 10px 116px;
	font-weight: bold;
	border: 0;
	height: 20px;
	line-height: 20px;
	background-image: url(../img/header_1_bg.gif);
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding: 0;
	font-weight: bold;
	display: none;
}
div.countryzone {
	margin: 10px 0 0 200px;
}
div.tx_powermail_pi1_fieldwrap_html label a {
	/* Description */
	cursor: help;
}
div.tx_powermail_pi1_fieldwrap_html label a dfn {
	/* Description */
	display: none;
}
div.tx_powermail_pi1_fieldwrap_html label a:hover dfn {
	/* Description on mouseover */
	display: block;
	position: absolute;
	width: 20px;
	padding: 5px;
	background-color: #ddd;
	border: 1px solid red;
	color: black;
	text-decoration: none;
	font-size: 0.8em;
}
div.tx_powermail_pi1_fieldwrap_html img.icon_info {
	/* Description icon */
	padding: 2px 2px 0 2px;
}


	/* Confirmation */
.powermail_all_table {
    padding: 0 8px;
}


td.powermail_all_td {
	padding: 3px 10px 3px 0;
}


.tx_powermail_pi1_formconfirmation_back {
    padding: 4px 8px;
}

.tx_powermail_pi1_formconfirmation_submit {
    padding: 4px 8px;
}

.tx-powermail-pi1_confirmation_back,
.tx-powermail-pi1_confirmation_submit {
	font-weight: bold;
	border: 0;
	height: 20px;
	line-height: 20px;
	background-image: url(../img/header_1_bg.gif);
}

	/* THX */
td.powermail_all p.bodytext {
	margin: 0;
}

.tx_powermail_pi1_fieldwrap_html_15 {
    color: #666;
}

.tx_powermail_pi1_fieldwrap_html_15 b {
    color: #14202e;
}


.tx-powermail-pi1 .telefon {

}

.tx-powermail-pi1 .telefax {
	margin-bottom: 16px;
}

.tx-powermail-pi1 .spacer {
	height: 20px;
}

/* nav.css */

#navmain {
	background-color: #2e4764;
	height: 28px;
	overflow: hidden;
}

/* ----[ LINKS ]----*/

/* all menu links */
#nav a, #subMenusContainer a{
	text-decoration:none;
	display:block;
	width: 160px;
	text-align: center;
	line-height: 28px;
	background-image:url(../img/nav_main_no.gif);
	background-repeat: no-repeat;
	color: #fff;
	font-weight: bold;
/*	-moz-border-radius: 7px;
	-webkit-border-radius: 7px; */
}

/* Just main menu links --[for non-javascript users this applies to submenu links as well]*/
#nav a{
	margin:0;
	float:left;
	font-size: 12px;
}

/* Just sub menu links */
#subMenusContainer a, #nav li li a{
	text-align:left;
	font-size: 12px;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 140px;
	line-height: 18px;


	background-color: #375e8b;
	background-image: url(../img/nav_main_2_no.gif);
	background-position: left -6px;
}



/* All menu links on hover or focus */
#nav a:hover,
#nav a:focus,
#subMenusContainer a:hover,
#subMenusContainer a:focus,
#nav a.mainMenuParentBtnFocused,
#nav a.active {
	background-image:url(../img/nav_main_ro.gif);
	color:#FFF;
}

/* sub menu links on hover or focus */
#subMenusContainer a:hover,
#subMenusContainer a:focus,
#subMenusContainer a.subMenuParentBtnFocused {
	background-color:#5987bc ;
	color:#FFF;
	background-image: url(../img/nav_main_2_no.gif);
}

/* Parent Sub Menu Links ---[javascript users only]*/
.subMenuParentBtn{
	background: url(../img/arrow_right.gif) right center no-repeat;
}

/* Parent Sub Menu Links on hover or focus ---[javascript users only]*/
.subMenuParentBtnFocused{
	background: url(../img/arrow_right_over.gif) right center no-repeat;
}

/* Parent Main Menu Links ---[javascript users only]*/
.mainMenuParentBtn{
	 background: url(../img/arrow_down.gif) right center no-repeat;
}

/* Parent Main Menu Links on hover or focus ---[javascript users only]*/
.mainMenuParentBtnFocused{
	background: url(../img/arrow_down_over.gif) right center no-repeat;
}

/* ----[ OLs ULs, LIs, and DIVs ]----*/

/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.smOW{
	display:none;
	position: absolute;
	overflow:hidden;
	/*the 2px left & right padding lets you have a 1px border
	  on the ul or ol inside since overflow is set to hidden*/
	/*padding:0 2px;
	margin:0 0 0 -2px; */
}


/* All ULs and OLs */
#nav, #nav ul, #nav ol, #subMenusContainer ul, #subMenusContainer ol {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
}

/* All submenu OLs and ULs */
#nav ol, #nav ul, #subMenusContainer ul, #subMenusContainer ol {
	/*border around submenu goes here*/
	background:#fff;
	border:0;
	left:0;
}


/* List items in main menu --[for non-javascript users this applies to submenus as well]  */
#nav li {
	/*great place to use a background image as a divider*/
	display:block;
	list-style:none;
	position:relative;
	float:left;
}

#subMenusContainer li{
	list-style: none;
}

/* main menu ul or ol elment */
#nav{
	display:block;
	position: absolute;
	list-style:none;
	margin:0 0 0 0;
	z-index:5;
	text-align: center;
}

#subMenusContainer{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:0;
	overflow:visible;
	z-index:1000000000;
}


/* --------------------------[ The below is just for non-javscript users ]--------------------------*/
#nav li li{	float:none; }

#nav li li a{ /* Just submenu links*/
	position:relative;
	float:none;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 160px;
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top:2.2em;
}

/* third-and-above-level lists */
#nav li ul ul { margin: -1em 0 0 -1000em; }
#nav li:hover ul ul {	margin-left: -1000em; }

 /* lists nested under hovered list items */
#nav li:hover ul{	margin-left: 0; }
#nav li li:hover ul {	margin-left: 160px; margin-top:-2.5em;}

/* extra positioning rules for limited noscript keyboard accessibility */
#nav li a:focus + ul {  margin-left: 0; margin-top:2.2em; }
#nav li li a:focus + ul { left:0; margin-left: 1010em; margin-top:-2.2em;}
#nav li li a:focus {left:0;  margin-left:1000em; width:10em;  margin-top:0;}
#nav li li li a:focus {left:0; margin-left: 2010em; width: 10em;  margin-top:-1em;}
#nav li:hover a:focus{ margin-left: 0; }
#nav li li:hover a:focus + ul { margin-left: 10em; }

#subnav {

}

#col3 ul li,
#subnav ul li {
    background-image: url(../img/side_boxes.gif);
	background-position: bottom right;
	padding-bottom: 5px;
	margin-bottom: 10px;

}

#col3 ul li span,
#subnav ul li a {
    display: block;
	margin-right: 5px;
	background-image: url(../img/header_1_bg.gif);
	background-position: left center;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #14202e;
}

#col3 ul li li,
#subnav ul li li {
    background-image: none;
	padding: 0;
	margin-bottom: 0;
}

#col3 ul li li span,
#subnav ul li li a {

	line-height: 20px;
    display: block;
	background-color: #fff;
	color: #a0a0a0;
	text-align: left;
	font-weight: normal;
	background-image: url(../img/nav_subs_2_no.gif);
	background-repeat: no-repeat;
	background-position: 0px -9px;
	padding-left: 20px;

}

#col3 ul li li span {
	padding-left: 5px;
	background-image: none;
}


#col3 ul li li span {
    line-height: 16px;
	padding: 4px;
}

#col3 img {
    border: 0;
}


#subnav ul li li a:hover,
#subnav ul li li a.active {
	background-color: #e6edf5;
	color: #5987bc;
	font-weight: normal;
	background-image: url(../img/nav_subs_2_ro.gif);
}

#subnav ul li li li a {
    padding-left: 32px;
	background-position: 12px -9px;
}

#subnav ul li li li li a {
    padding-left: 44px;
	background-position: 24px -9px;
}

#col3 ul li li a {
    color: #5987bc;
}


#col3 ul li li a:hover

/* slimbox.css */
/* SLIMBOX */
#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../img/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../img/slimbox/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../img/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../img/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

#lbPrintLink {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url(../img/slimbox/sb_printicon.gif) no-repeat center;
	margin: 0 5px 0 0;
	padding: 1px;
}

#lbSaveLink {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url(../img/slimbox/sb_saveicon.gif) no-repeat center;
	margin: 0 5px 0 0;
	padding: 1px;
}

#lbSaveLink:hover, #lbPrintLink:hover {
	border: 1px solid #666;
	padding: 0px;
}

/* search.css */
/* default styles for extension "tx_indexedsearch" */

.tx-indexedsearch {
    padding: 8px;
}

#col1 .tx-indexedsearch p {
	padding: 0;
}


.tx-indexedsearch legend {
    display: none;
}

.tx-indexedsearch .tx-indexedsearch-browsebox {
	padding: 8px 0 0;

}

#col1 .tx-indexedsearch .tx-indexedsearch-browsebox ul {
	margin-left: 0;
	margin-right: 0;
	padding: 8px 0;
	border-top: 1px solid #5987BC;
	border-bottom: 1px solid #5987BC;
}


#col1 .tx-indexedsearch .tx-indexedsearch-browsebox li {
	display: inline;
	margin-right: 5px;
	background-image: none;
	padding: 0;
}

#col1 .tx-indexedsearch .tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a {
	color: #ff6804;
}


.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button {
	width: 100px;
	border: 0;
	background-color: transparent;
	font-weight: bold;
	width: 60px;
	line-height: 20px;
	height: 20px;
	margin: 0;
	vertical-align: top;
	overflow: hidden;
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    border: 0;
	width: 138px;
	line-height: 16px;
	height: 20px;
	vertical-align: top;
	overflow: hidden;
	text-align: left;
}

.tx-indexedsearch .tx-indexedsearch-whatis {
	margin-top: 10px;
	margin-bottom: 5px;
}

.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw {
	font-weight: bold;
	font-style: italic;
}

.tx-indexedsearch .tx-indexedsearch-noresults {
	text-align: center;
	font-weight: bold;
}

.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr {
	font-style: italic;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
	color: #ff6804;
	font-weight: bold;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead {
	margin-top: 20px;
	margin-bottom: 5px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.tx-indexedsearch .tx-indexedsearch-res H3 {
    font-size: 12px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 4px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD {
	background: #cccccc;
	vertical-align: middle;
}

.tx-indexedsearch .tx-indexedsearch-res .noResume {
	color: #666666;
}

.tx-indexedsearch .tx-indexedsearch-category {
	background: #cccccc;
	font-size: 16px;
	font-weight: bold;
}
/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */

.tx-indexedsearch .res-tmpl-css {
	clear: both;
	margin-bottom: 1em;
}

.tx-indexedsearch .searchbox-tmpl-css LABEL {
	margin-right: 1em;
	width: 10em;
	float: left;
	padding: 6px 0 0;
	font-weight: bold;
}

.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css {
	letter-spacing: 0;
	font-weight: normal;
	margin-top: -1.2em;
	float: right;
}

.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd {
	float: left;
}

.tx-indexedsearch .info-tmpl-css dd.item-mtime {
	float: none;
}

.tx-indexedsearch .info-tmpl-css dd.item-path {
	float: none;
}

/* general */

#col1 a,
#col3 a {
    color: #5987bc;
}

#col1 a:hover,
#col3 a:hover {
    color: #38618D;
}


#col1 h1 {
    font-size: 12px;
	font-weight: bold;
	color: #14202e;
	background-image: url(../img/header_1_bg.gif);
	background-position: left center;
	line-height: 20px;
	padding-left: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	zoom: 1;
}


#col3 h1 {
    font-size: 12px;
	font-weight: bold;
	color: #14202e;
	background-image: url(../img/header_1_bg.gif);
	background-position: left center;
	line-height: 20px;
	padding-left: 8px;
	margin-bottom: 8px;
	margin-top: -8px;
	position: relative;
	zoom: 1;
}

#col1 .box-wrap h1 {
	margin-top: -8px;
	margin-right: 0;
}

#col1 ul {
	color: #14202e;
	margin: 0 8px 8px 8px;
	list-style-type: none;

}

#col1 ul li {
	line-height: 16px;
	background-image: url(../img/li_square.gif);
    background-position: 8px 5px;
	background-repeat: no-repeat;
	padding-left: 24px;
	margin-bottom: 8px;
	overflow: auto;
}

#col1 ol {
	color: #14202e;
	list-style-type: decimal;

}

#col1 ol li {
	padding-left: 18px;
}


.box-wrap {
    padding-bottom: 10px;
    float: left;
	overflow: auto;
}

* html .box-wrap {
    padding-bottom: 18px;
}

#col1 p {
	font-size: 12px;
	line-height: 16px;
}


.box-wrap p {
	font-size: 12px;
	line-height: 16px;
	color: #14202e;
    padding: 0 8px;
	margin-bottom: 8px;
}

#col3 p {
	font-size: 12px;
	line-height: 16px;
	color: #14202e;
    padding: 0 8px;
	margin-bottom: 8px;
}


.box-full {
	float: left;
	width: 558px;
    border: 1px solid #cddbeb;
	background-color: #e6edf5;
	margin-right: 10px;
	padding-top: 8px;
}

* html .box-full {
    margin-right: 0px;
	margin-bottom: 20px;
}


.box-half {
	float: left;
	width: 273px;
    border: 1px solid #cddbeb;
	background-color: #e6edf5;
	margin-right: 10px;
	display: inline;
	padding-top: 8px;
}

.box-third {
	float: left;
	width: 178px;
    border: 1px solid #cddbeb;
	background-color: #e6edf5;
	margin-right: 10px;
	display: inline;
	padding-top: 8px;
}
.box-twothird {
	float: left;
	width: 368px;
    border: 1px solid #cddbeb;
	background-color: #e6edf5;
	margin-right: 10px;
	display: inline;
	padding-top: 8px;
}


.box-wrap .csc-textpic-intext-left-nowrap .csc-textpic-image {
    display: inline;
}

div.csc-textpic-intext-left div.csc-textpic-imagewrap, div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
	display: inline;
}

div.csc-textpic-intext-left-nowrap div.csc-textpic-text  {
    display: inline;
}

.csc-textpic-left img {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
}

* html .csc-textpic-left img {
    padding-bottom: 16px;
}


#page-18 .csc-textpic-left img {
    padding-left: 0;
}

#page-18 .csc-textpic-left {
}


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


#swap {
	position: relative;
	width: 570px;
	overflow: hidden;
	margin-right: 0px;
}

#swap2 {
    background-image: url(../img/teaser-small.jpg);
	background-repeat: no-repeat;
	display: none;
	padding-top: 210px;
}

#swap1 {
    background-image: url(../img/teaser-big.jpg);
	background-repeat: no-repeat;
   	border: 1px solid #cddbeb;
    background-color: #e6edf5;
	background-position: -1px -1px;
	margin-right: 10px;
	width: 558px;
	height: 480px;
}


.item {
	display: block;
}
/*
.closelink {
    text-align: right;
	padding-right: 20px;
	padding-top: 10px;
	width: 558px;
	background-color: #CC66FF;
}
*/

.closelink {
	position: absolute;
	top: 340px;
}

#col1 .closelink a {
    color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;

}

#col1 .closelink a:hover {
	text-decoration: underline;
}

#swap2 .closelink {
	height: 50px;
	visibility: hidden;
}

#swap1 .closelink {
	width: 538px;
    text-align: right;
}


.item h3 {
	font-size: 22px;
	font-weight: normal;
	margin-left: 8px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

#swap2 h3 {
	position: absolute;
	top: 20px;
}

#swap1 h3 {
	position: absolute;
	top: 20px;
}


#swap1 p {
	position: absolute;
	top: 370px;
	font-size: 16px;
	padding: 10px 10px 10px;
	color: #38618D;
	line-height: 1.5em;
}

.item p {
}


DIV.csc-textpic {
    overflow: auto;
	zoom: 1;
}

.csc-textpic-imagewrap {
	margin-left: 8px;
	margin-right: 8px;
}

.csc-textpic-above .csc-textpic-imagewrap {
	margin-left: 0;
	margin-right: 0;
}

.csc-textpic-above {
	margin-top: -8px;
}


.csc-textpic-image {
}


/* products */
.tx-rgibhproducts-pi1 {
	line-height: 20px;
	color: #14202e;
}

.tx-rgibhproducts-pi1 .product {
	position: relative;
    border: 1px solid #cddbeb;
	background-color: #e6edf5;
	padding-left: 8px;
    padding-bottom: 8px;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: auto;
	zoom: 1;
}

.tx-rgibhproducts-pi1 .product table td {
	padding: 2px 8px 2px 0;
}

.tx-rgibhproducts-pi1 .product table td.zip {
    background-image: url(../img/download_zip.gif);
	background-repeat: no-repeat;
	padding-left: 26px;
}

.tx-rgibhproducts-pi1 .product table td.size {
}


.tx-rgibhproducts-pi1 h2 {
    font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #14202e;
}

.tx-rgibhproducts-pi1 .image {
	float: left;
	border: 1px solid #cddbeb;
	width: 100px;
	padding: 4px;
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
	line-height: 116px;
}

.tx-rgibhproducts-pi1 .image img {
	vertical-align: middle;
}


.tx-rgibhproducts-pi1 .info {
	float: left;
	padding: 0 8px 8px 8px;
}

.tx-rgibhproducts-pi1 .files {
	float: left;
	padding: 8px 0 0;
}

.sidebox {
    background-image: url(../img/side_boxes.gif);
	background-position:right bottom;
	margin-bottom:10px;
	padding-bottom:5px;
}

#banner {
    text-align: center;
}

#banner .boxinner {
	background-color: #569840;
	padding-top: 10px;
}



.sidebox h1 {
	background-position:left center;
	color:#14202E;
	display:block;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	margin-right:5px;
	text-align:center;
	text-decoration:none;
    background-image: url(../img/header_1_bg.gif);
}

.sidebox h1 em {
	font-style: italic;
}

#col3 #indexedsearchbox h1 {
	margin-bottom: 0;
}

/* search box*/

#indexedsearchbox {
	background-color: #fff;
	margin-top: 8px;
	margin-bottom: 13px;
	position: relative;

}


.boxinner {
	padding: 5px;
	margin: 0;
	margin-right: 5px;
	border-left: 1px solid #CDDBEB;
	display: block;
	background-color: #fff;
}

#col1 .boxinner {
    background-color: transparent;
	float: left;
	overflow: auto;
	padding: 0;
	margin-right: 0;
	border: 1px solid #CDDBEB;
    background-image: url(../img/header_1_bg.gif);
	background-repeat: repeat-x;
	background-position: left center;
}


#indexedsearchbox .searchbox-sword {
font-family: Verdana, Arial, Helvetica, sans-serif;
    border: 0;
	width: 130px;
	height: 20px;
	line-height: 16px;
	vertical-align: top;
	text-align: left;
	background-color: #fff;
	margin: 0;
	font-size: 12px;
}

#col1 .tx-indexedsearch-searchbox-sword {
}


#indexedsearchbox .searchbox-button {
	border: 0;
	margin: 0;
	padding: 0;
	background-color: transparent;
	font-weight: bold;
	width: 36px;
	line-height: 20px;
	height: 20px;
	vertical-align: top;
	font-size: 12px;
	font-family: verdana,geneva,arial,helvetica,sans-serif;
}

#col1 .tx-indexedsearch-searchbox-button {
}


#indexedsearch {
	margin: 0;
	padding: 0;
    background-image: url(../img/header_1_bg.gif);
	background-repeat: repeat-x;
	background-position: left center;
	border: 1px solid #CDDBEB;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	width: 168px;
}




/* Boxen im Marken-Bereich */

.boxes {
	width: 560px;
	background-color: #e6edf5;
	border-collapse: collapse;
	border-spacing: 0;
    border: 1px solid #cddbeb;
}

.boxes td {
	width: 140px;
	height: 140px;
	text-align: center;
	vertical-align: middle;
}

.boxes td.first {
    width: 139px;
}

.boxes td.last {
    width: 139px;
}

.filelinks {
	padding: 8px;
}

.filelinks div {
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 4px;
	background-position: 20px 4px;
}

.filelinks .pdf {

}

.filelinks ol.downloads {
    margin-top: 8px;
}

#page-121 #col1 ul.csc-menu-3 {
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
}

#page-121 #col1 ul.csc-menu-3 li {
    list-style-type: none;
	background-image: none;
	margin: 0 8px;
	padding: 0;
}

#page-121 #col1 h2 {
    display: none;
}

table.csc-menu-3 {
	margin: 10px 4px;
}

table.csc-menu-3 td {
	padding: 4px;
	line-height: 16px;
}

table.csc-menu-3 td.questionmark {
	font-weight: bold;
	color: #5987BC;
	vertical-align: top;
}

.csc-textpic-caption {
    font-size: 11px;
	line-height: 14px;
}

.csc-frame-rulerBefore {
    border-bottom: 1px solid #5987BC;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
}

#tv-spot {
    background-image: url(../../Bilder/tv-spot/bh_tv_290.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 8px;
	padding-top: 90px;
	padding-bottom: 105px;
	padding-left: 100px;
}

/* logos */

.logo {
	color: #14202e;
	line-height: 20px;
	position: relative;
    border: 1px solid #cddbeb;
	background-color: #e6edf5;
	padding: 8px;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: auto;
}

.logo table {
	width: 542px;
	border-collapse: separate;
}

.logo table th {
	padding: 4px;
	font-weight: bold;
	color: #5987BC;
}

.logo table td {
	padding: 4px;
}

.logo table td.zip {
    background-image: url(../img/download_zip.gif);
	background-repeat: no-repeat;
	padding-left: 26px;
	width: 300px;
}

.logo table td.size {
}


.logo h2 {
    font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #14202e;
}

.logo .image {
	border: 1px solid #cddbeb;
	padding: 4px;
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
}


.logo .info {
	padding: 0 ;
}

.logo .files {
	padding: 8px 0 0;
}

.align-center {
    text-align: center;
}

.csc-frame-frame1 .csc-textpic-above {
	margin-top: 10px;
}

.contenttable {
    border: 0;
	border-spacing: 0;
	border-collapse:collapse;
}

#col3 .csc-frame-frame1 {
/*	background-color:#E6EDF5;*/
	color: #A0A0A0;
	background-color: #fff;
	padding-bottom: 5px;
	margin-bottom: 13px;
    background-image: url(../img/side_boxes.gif);
	background-position: bottom right;
}

#col3 .csc-frame-frame1 .inner-frame1 {
	background-color: #fff;
	margin-right: 5px;
	padding-bottom: 1px;
	border-left: 1px solid #CDDBEB;
}

#col3 .csc-frame-frame1 p {
	color: #A0A0A0;
}

