/* 1. ALLGEMEINE FORMATIERUNGEN */
/* ---------------------------- */
* {
	padding: 0;
	margin: 0;
}
body {
	font: 9pt/1.6em Arial,Helvetica,Verdana,sans-serif;
	text-align: center;
	color: #444;
	background: transparent url(../pics/koe/bg_koe.gif);
}
h1,
h2,
h3,
h4 { 
	font-weight: bold;
}
h1 { 
	/* Logo der Markenseite */
	background: transparent url(../pics/koe/logo_koe.gif) 0 30px no-repeat;
	width: 273px;
	height: 50px;
	padding: 30px 68px 0 0;
	float: right;
}
h1 a {
	/* notwendig damit Link im IE6 funktioniert */
	text-decoration: none;
	display: block;
	width: 273px;
	height: 50px;
}
h1 span {
	/* notwendig damit Link im IE6 funktioniert */
	visibility: hidden;
	overflow: hidden;
	display: block;
	width: 273px;
	height: 50px;
}
h2 {
	/* Bereichsueberschrift */
	color: #1F5A78;
	font-size: 1.4em;
	letter-spacing: 0.05em;
	font-family: "Times New Roman", Times, serif;
	margin: 20px 15px;
	background: none !important;
}
h3 {
	/* Ueberschrift */
	font-size: 1.6em;
	margin: 0 0 0.8em 0;
	font-style: italic;
}
h4 {
	/* Unterueberschrift */
	font-size: 1.4em;
	margin: 0.7em 0;
	font-family: "Times New Roman", Times, serif;
}
h5 {
	font-size: 1.2em;
	margin: 0.6em 0;
}
h6 {
	font-size: 1em;
	margin: 0.4em 0;
}
a:link { 
	color: #046;
}
a:visited,
a:focus,
a:hover,
a:active {
	color: #444;
}
a.more:link,
a.more:visited,
a.more:focus,
a.more:hover,
a.more:active {
	padding: 0 0 0 12px;
	text-decoration: none;
	font-weight: bold;
	background: url(../pics/koe/bullet_more.gif) left center no-repeat;
}
fieldset {
	border: none;
}
input,
select,
td {
	/* fuer IE, pruefen ob notwendig */
	font-size: 100%;
}
#content p {
	margin: 1.5em 0;
}
#content ol {
	margin: 0 0 1.5em 0;
	padding: 0 0 0 22px;
	clear: both;
}
#content ul {
	list-style: none;
	margin: 0 0 1.5em 0;
	clear: both;
}
#content ul li {
	padding: 0 0 0 15px;
	background: url(../pics/koe/bullet_ul.gif) left 6px no-repeat;
}
#content ul.linklist {
	margin-top: 1em;
}
#content ul.linklist li {
	background: url(../pics/koe/bullet_linklist.gif) 2px 6px no-repeat;
}
#content .imgLeft {
	float: left;
	border: 1px solid gray;
	margin: 18px 8px 8px 0;
}
#content .imgRight {
	float: right;
	border: 1px solid gray;
	margin: 18px 0 8px 8px;
}

/* 2. FORMATIERUNGEN FUER DIE HAUPTELEMENTE */
/* ---------------------------------------- */

/* Hauptcontainer */
#wrap {
	width: 998px;
	text-align: left;
	margin: 0 auto;
}
/* 2.1 Header */
#header {
	width: 100%;
	border: 0;
}
#header #profineLogo {
	margin: 20px 0 10px 0;
	border: 0;
}
#header img { 
	display: block;
}

/* 2.2 Columns-Container */
/* kann evtl raus */
#columnsBG {
	float: left;
	background: transparent url(../pics/koe/bg_koe_content.gif);
}
#columns {
	/* Breite fuer Opera notwendig, sonst horizontaler Scrollbalken */
	width: 998px;
	float: left;
	background: transparent url(../pics/koe/bg_koe_columns_top.gif) no-repeat;
}

/* 2.2.1 linke Spalte */
#leftnav {
	float: left;
	width: 180px;
	margin-top: 6px;
	border-top: 2px solid #fff;
	background: transparent url(../pics/koe/bg_koe_leftnav.gif);
}
/* LeftnavImage */
#imgLeftnav {
	width: 180px;
	height: 130px;
}

/* 2.2.2 Content */
#content {
	/* contentWidth = wrap - leftnav - rightnav (z.Z. 998 - 180 - 296 = 522) */
	width: 522px;
	float: left;
	margin: 0;
	border: 0;
}
/* Breadcrumb */
#breadcrumb {
	font-size: 80%;
	border-bottom: 1px solid #e5e5e5;
	margin: 8px 0 2em 0;
	color: #666;
}
#breadcrumb a:link,
#breadcrumb a:visited {
	color: #666;
	text-decoration: none;
}
#breadcrumb a:hover,
#breadcrumb a:focus {
	color: #444;
}
#content hr {
	display:block;
	background-color: #e5e5e5;
	color: #e5e5e5;
	border: 0;
	height: 1px;
	margin-bottom: 1em;
}
/* ContentImage */
#imgContentBG {
	float: left;
	background: #fff;
	padding: 5px;
	margin: 18px 8px 8px 0;
}
#imgContent {
	float: left;
	border: 1px solid gray;
}

/* alle Angaben fuer spezifische Seitenelemente unter Punkt 5 */

/* 2.2.3 rechte Spalte */
#rightnav {
	float: left;
	width: 296px;
	border: 0;
}
#rightnav h4 {
	margin: 1.4em 0 0.7em 0;
	font-size: 1.4em;
	letter-spacing: 0.05em;
	font-family: "Times New Roman", Times, serif;
	color: #1F5A78;
	background: none;
}
#rightnav a {
	text-decoration: none;
	color: #444;
}
#rightnav a:hover {
	text-decoration: underline;
}
.rightnavCon {
	width: 200px;
	padding: 0 20px;
}
/* RightnavImage */
#imgRightnav {
	width: 264px;
	height: 393px;
}
/* Quickfinder */
#quickfinderCon {
	border-top: 1px solid #fff;
	height: 89px;
	background: url(../pics/koe/bg_koe_quickfinder.gif) 0 0 no-repeat;
}
#quickfinderConBR {
	border-top: 1px solid #fff;
	height: 89px;
	background: url(../pics/koe/PT/bg_koe_quickfinder.gif) 0 0 no-repeat;
}
#quickfinderConGB {
	border-top: 1px solid #fff;
	height: 89px;
	background: url(../pics/koe/GB/bg_koe_quickfinder.gif) 0 0 no-repeat;
}
#quickfinderCon form,
#quickfinderConBR form,
#quickfinderConGB form {
	width: 200px;
}
#quickfinderCon select, 
#quickfinderConBR select, 
#quickfinderConGB select {
	width: 200px;
	color: #666;
}
/* Downloads */
#downloadsCon {
	background: #e5ecf0 url(../pics/koe/bg_koe_downloads.gif) 0 0 no-repeat;
	border-top: 1px solid #fff;
}
#downloadsCon.nodisplay {
	height: 50px;
}
#downloadsCon ul {
	list-style: none;
}
#downloadsCon ul li {
	padding-left: 23px;
	background: url(../pics/ico_ie.gif) 0 5px no-repeat;
}
#downloadsCon ul li.doc { background: transparent url(../pics/ico_doc.gif) 0 5px no-repeat; }
#downloadsCon ul li.exe { background: transparent url(../pics/ico_exe.gif) 0 5px no-repeat; }
#downloadsCon ul li.gif { background: transparent url(../pics/ico_gif.gif) 0 5px no-repeat; }
#downloadsCon ul li.jpg { background: transparent url(../pics/ico_jpg.gif) 0 5px no-repeat; }
#downloadsCon ul li.jpeg { background: transparent url(../pics/ico_jpg.gif) 0 5px no-repeat; }
#downloadsCon ul li.pdf { background: transparent url(../pics/icon_pdf.png) 0 5px no-repeat; }
#downloadsCon ul li.pps { background: transparent url(../pics/ico_ppt.gif) 0 5px no-repeat; }
#downloadsCon ul li.ppt { background: transparent url(../pics/ico_ppt.gif) 0 5px no-repeat; }
#downloadsCon ul li.swf { background: transparent url(../pics/ico_swf.gif) 0 5px no-repeat; }
#downloadsCon ul li.wmv { background: transparent url(../pics/ico_wmv.gif) 0 5px no-repeat; }
#downloadsCon ul li.xls { background: transparent url(../pics/ico_xls.gif) 0 5px no-repeat; }
#downloadsCon ul li.zip { background: transparent url(../pics/ico_zip.gif) 0 5px no-repeat; }

#downloadsCon ul span {
	display: block;
	color: #666;
}
/* Links */
#linkCon ul {
	list-style: none;
}
#linkCon ul li {
	padding-left: 23px;
	background: url(../pics/koe/bullet_more.gif) 6px 6px no-repeat;
}
/* Login */
#loginCon {
	width: 230px;
	height: auto;
	padding: 0 5px 0 5px;
	margin-top: 1.4em;
}
#loginCon ul {
	list-style: none;
}
#loginCon ul li {
	padding-left: 23px;
	background: url(../pics/koe/bullet_circle.png) 6px 6px no-repeat;
}
#loginCon h4 {
	margin-top: 0;
	background: url(../pics/koe/die.png);
	width: 180px;
	height: 23px;
}
#loginCon h4 span {
	display: none;
}

#loginOuterCon {
	width: 230px;
	position: static;
}
#loginOuterCon #loginColRight {
	background: url(../pics/koe/loginColRight.png) top right no-repeat;
	float: right;
	padding: 0 19px 0 0;
}
#loginOuterCon #loginContent {
	background: url(../pics/koe/loginContent.png) top right;
	float: right;
	height: 184px;
	min-height: 184px;
}
#loginOuterCon.ausgeklappt #loginContent {
	background: url(../pics/koe/loginContent.png) top right;
	float: right;
	width: 384px;
	min-height: 184px;
}
#loginOuterCon #loginColLeft {
	background: url(../pics/koe/loginColLeft.png) top left no-repeat;
	float: right;
	padding: 0 0 0 19px;
}
#loginOuterCon #loginColBottom {
	background: url(../pics/koe/loginColBottom.png) top right;
	float: right;
	height: 25px;
	width: 211px;
}
#loginOuterCon.ausgeklappt #loginColBottom {
	background: url(../pics/koe/loginColBottom.png) top right;
	float: right;
	height: 25px;
	width: 403px;
}
#loginOuterCon #loginColCorner {
	background: url(../pics/koe/loginColCorner.png) top right;
	float: right;
	width: 19px;
	height: 25px;
}

/* Login - Download Box */
#loginOuterCon #loginContent #loginInnerConRight {
	float: right;
	width: 180px;
	margin: 17px 0 0 0;
	padding: 0 6px 0 6px;
}

/* Login Box */
#loginOuterCon #loginContent #loginInnerConLeft {
	display: none;
	background: url(../pics/koe/loginInnerConLeft.png) top center no-repeat;
	float: right;
	width: 172px;
	height: 196px;
	margin: 17px 0 0 0;
	padding: 6px 10px 6px 10px;
}
#loginOuterCon.ausgeklappt #loginContent #loginInnerConLeft {
	display: block;
	background: url(../pics/koe/loginInnerConLeft.png) top center no-repeat;
	float: right;
	width: 172px;
	height: 196px;
	margin: 17px 0 0 0;
	padding: 6px 10px 6px 10px;
}
#loginInnerConLeft p,
#loginInnerConLeft label {
	font-size: 95%;
}
#loginInnerConLeft form {
	float: left;
	margin: 0.4em 0;
}
#loginInnerConLeft label {
	color: #83B0C4;
	display: block;
}
#loginInnerConLeft .inputTxt {
	background-color:#DBE8EF;
	float:left;
	width: 120px;
	border: 1px solid #fff;
	padding: 5px;
	margin-right: 3px;
}
#loginInnerConLeft .inputImg {
	width: 23px;
	height: 25px;
	float:left
}
#loginInnerConLeft a {
	color: #046;
	text-decoration: none;
}


/* 3 footer */
#footer {
	float: left;
	width: 998px;
	height: 151px;
}
#wrapBG > #footer {
	background: url(../pics/koe/bg_koe_footer.png) left top no-repeat;
}
*html #footer {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true", src='pics/koe/bg_koe_footer.png');
}
#footer a {
	/* notwendig fuer IE 6 http://www.indesigns.de/artikel/css_links_auf_png_mit_alphaimageloader_klickbar_machen.html */
	position: relative;
}

/* Tools */
#toolsCon  {
	float:left;
	width:100%;
}
#toolsCon ul {
	/* Breite = content - innenContentLeftPadding - innenContentRightPadding */
	width: 450px;
	list-style: none;
	border-top: 1px solid #e5e5e5;
	margin: 40px 0 0 216px;
}
#toolsCon li {
	float: left;
	padding: 10px 10px 10px 0;
}
#toolsCon li a.print {
	padding-left: 16px;
	background: url(../pics/profine/ico_print.gif) 0 3px no-repeat;
}
#toolsCon li a.bookmark {
	padding-left: 14px;
	background: url(../pics/profine/ico_bookmark.gif) 0 3px no-repeat;
}
#toolsCon li a.toTop {
	padding-left: 10px;
	background: url(../pics/koe/ico_toTop.gif) 0 5px no-repeat;
}
#toolsCon li.floatR {
	float: right;
	padding-right: 0;
}
#toolsCon li a {
	color: #666;
	text-decoration: none;
}
#toolsCon li a:hover,
#toolsCon li a:focus {
	color: #444;
}

/* 3. SPEZIELLE KLASSEN */
/* -------------------- */

/* padding in einem extra div, weil es sonst für den IE zur Breite addiert werden muss */
/* float:left wegen IE 3 Pixel Bug ??? */
.innenRightnav { 
	padding: 0 32px 0 0;
	position: relative;
	top: -139px;
margin-bottom: -139px;
}
/* fuer content eigene Klasse, da Abstand groesser */
.innenContent { 
	padding: 10px 36px 0 36px;
}
/* fuer alle zu versteckenden Elemente, z.B. horizontal rules */
.hide { 
	display: none;
}
/* Klassen fuer Elemente die gefloatet werden muessen */
.floatL { 
	float: left;
}
.floatR {
	float: right;
}
.clear {
	clear: both;
}


/* 4. DIE MENUES */
/* ------------- */

/* 4.1 ME1 */
/* Ebene 1 */
#me1 {
	float: left;
	width: 860px;
	height: 27px;
	padding-left: 120px;
}
#me1 span {
	display: none;
}
#header ul {
	list-style: none;
}
#me1 ul li {
	float: left;
	height: 27px;
}
#me1 ul li a {
	display: block;
	height: 27px;
	text-decoration: none;
}
#me1 ul li a.active {
	background-position: 0 -28px;
}
#me1 ul li a:hover {
	background-position:0 -28px;
}
/* Ebene 2 */
#me1 ul ul {
	position: absolute;
	width: 171px;
	margin: 0;
	display: none;
	z-index: 2;
	background: #e5ecf0 url(../pics/koe/bg_koe_leftnav.gif);
}
#me1 li:hover ul {
	display: block;
	z-index: 1;
}
#me1 li li {
	height: auto;
	z-index: 1;
}
#me1 li li a:link,
#me1 li li a:visited {
	display: block;
	width: 131px;
	height: auto;
	padding: 4px 19px 4px 19px;
	background: none;
	color: #046;
	border-bottom: 1px solid #A3BCC9;
	border-left: 1px solid #A3BCC9;
	border-right: 1px solid #A3BCC9;
	z-index: 1;
	font-size: 90%;
}
#me1 li li a:hover,
#me1 li li a:focus,
#me1 li li a:active {
	background: #CDDCE3;
	color: #046;
}
/* notwendig fuer hover im IE, siehe auch JS */
#me1 li ul:hover,
#me1 li.sfhover ul {
	display: block;
}

/* 4.2 ME2 */

#leftnav ul {
	/* alle Ebenenen ohne Bullets */
	list-style: none;
}
/* Ebene 1 */
#me2 {
	margin-bottom: 10px;
}
#me2 li {
	width: 150px;
	padding-left: 15px;
	overflow:hidden;
}
#me2 a {
	display: block;
	width: 150px;
	color: #046;
	padding: 0.3em 0;
	border-top: 1px solid #d0dde5;
	border-bottom: 1px solid #A3BCC9;
	text-decoration: none;
}
#me2 a:hover {
	background: #E1E9EE;
}
#me2 a.active {
	font-weight: bold;
}

/* Ebene 2 */
#me2 ul li {
	width: 140px;
	background-color: #CDDCE3;
	background-image: url(../pics/koe/me2_arrow.gif);
	background-position: 3px 10px;
	background-repeat: no-repeat;
	padding-left: 10px;
	font-size: 95%;
}
#me2 ul a {
	width: 140px;
	border: 0;
	padding: 0.2em 0;
	color: #136892;
}
#me2 ul li:hover, 
#me2 ul a:hover {
	background-color: #CDDCE3;
}
/* Ebene 3 */
#me2 ul li ul li {
	width: 130px;
	background-color: #CDDCE3;
	background-image: url(../pics/koe/me2_arrow.gif);
	background-position: 3px 10px;
	background-repeat: no-repeat;
	padding-left: 10px;
}
#me2 ul ul a {
	width: 130px;
	border: 0;
	color: #136892;
}
#me2 ul li li:hover, 
#me2 ul li li a:hover {
	background-color: #CDDCE3;
}

/* 4.3 ME3 */
#me3 {
	padding: 20px 70px 0 10px;
	float: right;
}
#me3 ul {
	list-style: none;
}
#me3 li {
	float: left;
	padding: 0 10px;
	border-right: 1px solid #6890A5;
	line-height: 1em;
}
#me3 li.last {
	border: none;
}
#me3 li a {
	color: #6890A5;
	text-decoration: none;
}
#me3 li a:hover, 
#me3 li a:focus {
	color: #046;
}

/* 5. SEITENSPEZIFISCHE ELEMENTE */
/* ----------------------------- */

/* 5.1 Newsliste */
#content .news {
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
}
#content .news p {
	margin: 0;
}
#content .news a:link, #content .news a:visited {
	padding: 0 0 0 12px;
	text-decoration: none;
	font-weight: bold;
	background: url(../pics/koe/bullet_more.gif) .1em .3em no-repeat;
}
#content .news strong {
	margin: 0;
	padding: 0;
}
/* 5.2 Eventliste */ 
#content .news .clear {
	height: 15px;
}
/* 5.3 Kontakliste */
#content .contactPerson {
	padding-bottom: 15px;
	border-bottom: 1px #f5f5f5 solid;
	margin-bottom: 15px;
}
/* 5.4 Formular */
/* FORMULAR - ELEMENTE - STANDARD-FORMULAR */

#content fieldset {
	margin-top: 1.5em;
	width:470px;
	float:left;
}
#content form {
	width: 100%; /* Clearing */
	border: 0 solid transparent; /* Clearing */
	overflow: hidden; /* Clearing */
	padding-top: 15px;
}
#content form div, 
#content form ul.required {
	float: left;
	list-style:none;
	list-style-type:none;
	list-style-image:none;
	padding:0;
	margin:0 0 0 0;
}
#content form ul.required {
	float: right;
	padding: 0 20px 0 0;
}
#content form div, 
#content form ul.required li {
	list-style:none;
	list-style-type:none;
	list-style-image:none;
}
#content form label, 
#content form .singleRow {
	display: block;
	padding: 0 0 3px 13px;
	background: url(../pics/koe/bullet_ul_gray.gif) left 7px no-repeat;
}
#content form .singleRowRequired {
	display: block;
	padding: 0 0 3px 13px;
	background: url(../pics/koe/bullet_ul.gif) left 7px no-repeat;
}
#content form label.required {
	background-image: url(../pics/koe/bullet_ul.gif);
}
#content form label.required span {
	display: none;
}
#content form label.noBullet {
	padding: 5px 0 3px 0;
	background: none;
}
#content form input, 
#content form input.small,
#content form select, 
#content form textarea {
	padding: 2px 4px;
	background-color: #F6F6F4;
	border: 1px solid #E5E2DD;
	font: 1.2em Arial,Helvetica,Verdana,sans-serif;
	color: #807d71;
}

#content form .radioGroup label {
	margin-bottom: 1.5em;
}
#content form .radioGroup label {
	float:left;
	margin-right: 2em;
}
#content form input.checkRadio {
	background: none;
	border: 0;
}
#content form input.big {
	width: 195px;
	margin-right: 15px;
}
#content form input.medium, 
#content form select {
	width: 130px;
	margin-right: 15px;
}
#content form input.small {
	width: 50px;
	margin-right: 15px;
}
#content form input.nearlyBig {
	width: 164px;
	margin-right: 15px;
}
#content form input.mini {
	width: 18px;
	margin-right: 0;
	background: none;
	border: 0;
}
#content form input.wideDistance {
	margin-right: 15px;
}
#content form input.smallDistance {
	margin-right: 2px;
}
#content form textarea {
	width: 415px;
}
#content form select {
	width: 205px;
}
#content form .buttons {
	width:425px;
}
#content form .buttons input {
	float: right;
	width: auto;
	height: 20px;
	margin: 5px 0 10px 8px;
	padding: 0 10px 0 10px;
	background:#ffffff;
	font-weight:bold;
	font-size:1em;
	border:1px #97d1e1 solid;
	color:#999999;
	border:1px #ccc solid;
	cursor: pointer;
}
#content form ul.required {
	float:right;
	margin: 5px 0 0 115px;
	list-style: none;
	list-style-type:none;
}
#content form ul.required li {
	padding: 0 0 3px 13px;
	background: url(../pics/koe/bullet_ul_gray.gif) left 7px no-repeat;
	list-style-type:none;
	list-style: none;
}
#content form ul.required li.required {
	background-image: url(../pics/koe/bullet_ul.gif);
}
#content form ul.required li.required span {
	display: none;
}
#content form .singleRow, #content form .singleRowRequired {
	float: none;
}
#content form .singleRow label, #content form .singleRowRequired label {
	display: inline;
	padding: 0;
	background: none;
}
#content form .captchaDiv {
	margin-right: 15px;
}
#content form .captchaDiv img {
	float: left;
}
#content form .captchaDescriptionDiv {
	padding-top: 30px;
	width: 295px;
}
#content form .captchaDescriptionDiv .big {
	width: 280px;
}

/* Startseite */

#welcome {
	background: transparent url(../pics/koe/bg_koe_welcome.gif);
}
#welcome #wrapBG {
	float: left;
	background: transparent url(../pics/koe/bg_koe_wrap_welcome.gif) no-repeat;
}
#welcome #columns {
	background: none;
}
#welcomeLeftColumn {
	float: left;
	width: 602px;
	height: 490px;
	background-repeat: no-repeat;
}
#welcomeLeftColumn #topthema, 
#welcomeLeftColumn #topthemaBR {
	margin: 360px 0 0 102px;
	padding: 20px 20px 0 20px;
	width: 460px;
	height: 110px;
	overflow: hidden;
	background: #fff;
}
#welcomeLeftColumn #topthema img {
	float: left;
	width: 220px;
	height: 90px;
}
#welcomeLeftColumn #topthemaBR img {
	float: left;
	width: 140px;
	height: 90px;
	border: 0;
}
#welcomeLeftColumn #topthemaBR img.imgMiddle {
	margin: 0 20px;
}
#welcomeLeftColumn #topthema h4,
#welcomeLeftColumn #topthema p {
	float: right;
	width: 220px;
	margin: 0;
}
#welcomeLeftColumn #topthema h4 {
	font-size: 1.4em;
	letter-spacing: 0.05em;
	font-family: "Times New Roman", Times, serif;
	color: #1F5A78;
	margin-bottom:0.2em;
}
#welcomeRightColumn {
	float: left;
	width: 364px;
	height: 394px;
}
#welcomeRightColumn .rightnavCon {
	width: 314px;
	padding: 0;
}
#welcomeRightColumnTop {
	height: 220px;
	padding: 40px 25px 0 25px;
	color: #fff;
}
#welcomeRightColumnTop h2 {
	width: 314px;
	height: 38px;
	font-size: 1.2em;
	margin: 0 0 20px 0;
	background-repeat: no-repeat;
}
#welcomeRightColumnTop h2 span {
	display: none;
}
#welcomeRightColumnTop p {
	height: 81px;
	overflow: hidden;
}
#welcomeRightColumnTop #quickfinderCon, 
#welcomeRightColumnTop #quickfinderConBR, 
#welcomeRightColumnTop #quickfinderConGB {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #0080AE;
	height: auto;
	background: none;
	height: 40px;
}
#welcomeRightColumnTop #quickfinderCon h4,
#welcomeRightColumnTop #quickfinderConBR h4,
#welcomeRightColumnTop #quickfinderConGB h4 {
	display: none;
}
#welcomeRightColumnTop #quickfinderCon form,
#welcomeRightColumnTop #quickfinderConBR form,
#welcomeRightColumnTop #quickfinderConGB form {
	border: 1px solid #0080AE;
}
#welcomeRightColumnTop #quickfinderCon select,
#welcomeRightColumnTop #quickfinderConBR select,
#welcomeRightColumnTop #quickfinderConGB select {
	color: #fff;
	background: #046;
	border: 0;
}
#welcomeRightColumnBottom {
	width: 290px;
	height: 210px;
	padding: 20px 25px 0 25px;
	overflow: hidden;
}
#welcomeRightColumnBottom .aktuelles h4 {
	font-size: 1.4em;
	letter-spacing: 0.05em;
	font-family: "Times New Roman", Times, serif;
	color: #1F5A78;
}
#welcomeRightColumnBottom .aktuelles dl {
	color: #555;
}
#welcomeRightColumnBottom .aktuelles dt {
	clear:both;
	width: 25%;
	float: left;
	margin: 0;
	padding: 1em 0 1em 0;
	font-weight: bold;
	line-height: 1.2em;
	border-top: 1px solid #D3DEE5;
}
#welcomeRightColumnBottom .aktuelles dd {
	width: 75%;
	float: left;
	margin: 0;
	padding: 1em 0;
	line-height: 1.2em;
	border-top: 1px solid #D3DEE5;
}
#welcomeRightColumnBottom .aktuelles a:link, 
#welcomeRightColumnBottom .aktuelles a:visited {
	color: #555;
	text-decoration: none;
}
#welcomeRightColumnBottom .aktuelles a:hover, 
#welcome .aktuelles a:focus {
	color: #555;
	text-decoration: underline;
}
#welcome #footer {
	height: auto;
	background: none;
	filter: none;
}


/* SITEMAP */
/* ------- */

#wrapBGSitemap > #footer {
	background: url(../pics/koe/bg_koe_footer_sitemap.png) left top no-repeat;
}
*html #wrapBGSitemap #footer {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true", src='pics/koe/bg_koe_footer_sitemap.png');
}

#wrapBGSitemap #columnsBG {
	background: transparent url(../pics/koe/bg_koe_content_sitemap.gif);
}
#wrapBGSitemap #content {
	width: 762px;
}
#wrapBGSitemap #breadcrumb,
#wrapBGSitemap #toolsCon ul {
	width: 690px;
}
#sitemap {
	overflow: hidden;
	border: 0 solid transparent;
	margin-top: 1.5em;
}
/* Ebene 1 */
#sitemap ul {
	padding: 0;
	margin: 0;
	width:100%;
}
#sitemap ul li {
	float: left;
	width: 31%;
	overflow: hidden;
	margin: 0 .8em 2em 0;
	padding: 0;
	background-position: .5em .75em;
	background-color: #F3F3F3;
	border-top: 1px solid #046;
}
#sitemap ul li:hover {
	background-color: #EAEAEA;
}
#sitemap li a:link, #sitemap li a:visited {
	display: block;
	padding: 0 .5em 0 1.5em;
	font-size: 1.1em;
	line-height: 2em;
	font-weight: bold;
	text-decoration: none;
	color: #666;
}
#sitemap li a:hover, #sitemap li a:focus {
	color: #046;
}
/* Ebene 2 */
#sitemap li ul {
	float: left;
	width: 100%;
	padding: 0;
}
#sitemap li ul li {
	width: 100%;
	margin: 0;
	border: none;
	border-top: .1em solid #fff;
	background-color: #FBFBFB;
	background-image: none;
}
#sitemap li ul li:hover {
	background-color: #F3F3F3;
}
#sitemap li li a:link, #sitemap li li a:visited {
	padding: .3em .4em .3em 1.6em;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: normal;
}
#sitemap li li a:hover, #sitemap li li a:focus {
	background-color: #f3f3f3; 
	color: #046;
}
/* Ebene 3 */
#sitemap li li li {
	border: none;
	background: none;
}
#sitemap li li li a:link, #sitemap li li li a:visited {
	padding: .2em .4em .2em 2.4em;
	font-size: 1em;
	line-height: 1.3em;
	background: #FBFBFB url(../pics/koe/me2_arrow.gif) 1.7em .7em no-repeat;
	border: none;
}
#sitemap li li li a:hover, #sitemap li li li a:focus {
	background-color: #f3f3f3; 
	color: #046;
}

/* Ebene 4 */
#sitemap li li li li a:link, #sitemap li li li li a:visited {
	padding: .2em .4em .2em 3.1em;
	background: #FBFBFB url(../pics/koe/me2_arrow.gif) 2.4em .7em no-repeat;
}
#sitemap li li li li a:hover, #sitemap li li li li a:focus {
	background-color: #f3f3f3; 
	color: #046;
}


#content .slimboxGallery li {
	float: left;
	list-style: none;
	list-style-image: none;
	padding: 10px 10px 0 0;
}
#content .slimboxGallery a:link img, #content .slimboxGallery a:visited img {
	border: 2px solid #ccc;
}
#content .slimboxGallery a:hover img, #content .slimboxGallery a:focus img {
	border-color: #046;
}

/* flash */
#flashVidTeaserContainer a.flashVidTeaser {
    width: 187px;
    display: block;
    border: 1px solid #aeaeae;
    overflow: hidden;
    color: #444;
    text-decoration: none;
    font-weight: bold;
    padding: 4px;
}
#flashVidTeaserContainer a.flashVidTeaser:hover {
    background: #dedede url(../pics/flashVidTeaser_bg_hover.png) center top repeat-x;
}
#flashVidTeaserContainer a.flashVidTeaser span {
    height: 42px;
    background-image: url(../images/flash_play_icon.gif);
    background-position: 24px center;
    background-repeat: no-repeat;
    padding: 2px 5px 2px 75px;
    line-height: 1.3em;
    display: block;
    cursor: pointer;
}

/** MultiCRM-Formular Prospektbestellung */
#content p.intermediatetext {
    margin: 0;
    padding-top: 15px;
    clear: both;
}


/* Tabelle Technische Informationen - Seite KOE_BR_PT_Informacao_tecnica */
.tabFeatures {
	table-layout: auto;
	table-width: 100%;
	font-size: 100%; /* Notwendig für IE, besser 1em?? */
	border-spacing: 0; /* wichtig für Gitternetz */
	border-collapse: collapse;
}
.tabFeatures caption {
	display: none;
}
.tabFeatures caption, 
.tabFeatures th, 
.tabFeatures td {
	padding: 0.3em;
}
.tabFeatures th, 
.tabFeatures td {
	border:1px solid #000;
}
.error {
	font-weight: bold;
	color: #ff0000;
}
