@charset "utf-8";
/**
 **************************************************
 CSS 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-family:inherit;
}

table { 
	border-collapse:collapse; 
	border-spacing:0; 
}

h1,h2,h3,h4,h5,h6,strong,b,th,dt {
	font-size:100%;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th { 
	text-align:left; 
}

img,abbr,acronym {
	border:0; 
}

em,i,dfn,cite,var,address {
	font-style:normal;
}

pre,code {
	font-family:'courier new',courier,mono;
	font-size:1.0em;
}

q:before,q:after { 
	content:''; 
}

:focus {
	outline:0;
}



/**
 **************************************************
 HELPER CLASSES 
 **************************************************
 */
.clearOnly {
	clear:both;
}

.clear {
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
}

.left {
	float:left;
}

.right {
	float:right;
}

.noPadding {
	padding:0 !important;
}

.noMargin {
	margin:0 !important;
}

.none {
	display:none !important;
}

.hidden {
	visibility:hidden !important;
}

span.tab {
	float:left;
	width:25px;
}

.error {
	color:red;
}

.sprite,
.sprite a {
	text-indent:-9999px;
	font-size:0;
	line-height:0;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

/* Hide from IE Mac \*/.clearfix{ display:block; }/* End hide from IE Mac */




/**
 **************************************************
 GENERAL DEFINITIONS
 **************************************************
 */
html {
	/*height:100%;*/
	font-size:75.01%;
}

body {
	height:100%;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:12px;
	line-height:1.5em;
	color:#fefefe;
	background:#ccc;
}

h1 {
	font-size:19px; 
	line-height:1.3em;
	letter-spacing:-0.01em;
	margin-bottom:0.25em;
}

h2 {
	font-size:18px;
	line-height:1.3em;
	font-weight:bold;
	/*margin-bottom:0.25em;*/
	padding-bottom:2px;
	border-bottom:2px dotted #80a2c4;
	margin-bottom:6px;
	
}

h3 {
	font-size:17px;
	color:#a4b7d5; 
	line-height:1.3em;
	font-weight:bold;
	margin-bottom:0.25em;
}

h4,h5,h6 {
	font-size:11px;
	font-weight:bold;
	margin-bottom:0.25em;
}

h1 span,h2 span,h3 span,h4 span,h5 span,h6 span {
	display:none;
}

p,ol,ul,dl {
	margin-bottom:1.5em;
}

dt {
	font-weight:bold;
}

a {
	color:#fff;
	text-decoration:none;
	/*border-bottom:1px dotted #9bb8db;*/
}

a.internal-link,
a.int {
	line-height:1.5em;
	border-bottom:1px solid #fff;
}

a:hover {
	border-bottom:1px dotted #fff;
}

strong,b {
	font-weight:bold;
}

em,i {
	font-style:italic;
}

hr {
	clear:both;
	/*Only chance to get the standard visuals away*/
	border-width:0;
	border-bottom:1px dotted #eee;
}

table {
	/*border:1px solid #d1d1d1;*/
	border:1px solid #80A2C4;
	margin-bottom:1.5em;
	/*background:#f5f5f5;*/
}

table caption {
	font-size:13px;
	font-weight:bold;
	padding:0 0 3px 3px;
}

table tr {

}

table th,
table td {
	padding:1px 4px 1px 4px;
	/*border:1px solid #d1d1d1;*/
	border:1px solid #80A2C4;
	vertical-align:top;
}

table th {
	color:#fff;
	font-weight:bold;
	background:#cecece;
}

table td {
	color:#888;
}

table p {
	margin-bottom:0;
}

form {
	position:relative;
	margin-bottom:1.5em;	
}

form fieldset {
	border-bottom:1px dotted #9BB8DB;
	margin-bottom:20px;
	padding-bottom: 10px;
}

form legend {
	display:none;
}

form label, form span.label {
	width:180px;
	padding-right:10px;
	clear:left;
	float:left;
}

form input.text,
form input.checkbox,
form input.radio,
form select,
form textarea {
	float:left;
	width:300px;
	height:16px;
	padding:2px 2px 1px 2px;
	border:1px solid #cacaca;
	margin:0 0 5px 0;
	color:#666;
}

form textarea {
	height:64px;
}

form input.w1 {
	width:44px;
}

form input.w2 {
	width:94px;
}

form input.w3 {
	width:250px;
}

form input.checkbox,
form input.radio {
	width:auto;
	height:auto;
	/* BEN: Because IE8 suddenly renders the border */
	border:0;
	margin:3px 0 5px 1px;
}

form select {
	/* Selects have wrong box model. Add all paddings/margins/borders from above */
	width:305px;
	height:21px;
	padding:0;
}

/* Selects with this class aren't dropdowns. Height has to be reset */
form select.listbox {
	height:auto;
}

form select option {
	padding:2px 2px 1px 3px;
}

form input.submit,
form input.reset {
	float:left;
	padding:2px 5px 3px 30px;
/*	border:1px solid #cacaca;
	border-right:1px solid #b3b3b3;
	border-bottom:1px solid #b3b3b3;*/
	border:0;
	margin-bottom:5px;
	font-weight:normal;
	color:#fff;
	background:#5879ac url(../img/ico-submit.png) 0 0 no-repeat;	
}

form input.reset {
	padding:2px 30px 3px 5px;
	color:#5879ac;
	background:url(../img/ico-reset2.png) top right no-repeat;	
}

form p {
	clear:left;
}

*+html form input.checkbox {
	border:0;
}



/**
 **************************************************
 LAYOUT
 **************************************************
 */
#page,#home {
	position:relative;
	width:950px;
	min-height:100%;
	padding:0 20px 0 10px;
	margin:0 auto;
	background:#ccc url(../img/page-bg.png) repeat-y;

}

#header {
	position:relative;
	width:950px;
	height:110px;
	background:#ccc url(../img/header-bg.png) repeat-x;
}

div.madeInGermany {
	position:absolute;
	top:25px;
	left:35px;
}

h1#logo {
	position:absolute;
	top:0;
	left:50%;
	margin-left:-145px;
}

div.logoSingleN {
	position:absolute;
	top:15px;
	right:40px;
}

ul#navMain {
	position:absolute;
	top:75px;
	left:20px;
}

/* More margin-left as navLang isn't there */
#home ul#navMain {
	left:80px;
}

div#navLang {
	position:absolute;
	bottom:2px;
	right:15px;
	width:80px;
}

div#navLang span.act {
	display:none;
}

div#searchbox {
	display:none;
}

form#searchbox {
	position:absolute;
	top:10px;
	right:10px;
	width:155px;
	padding:0;
	margin:0;
}

#contentArea {
	position:relative;
	width:980px;
	/*Has to be footer-height + desired "margin"*/
	padding-bottom:85px;
}

#home #contentArea {
	padding-bottom:0;
}

#tertiaryContent {
	position:relative;
	float:left;
	width:155px;
	min-height:505px;
	padding-right:85px;
	padding-bottom:45px;
	margin-right:5px;
	background:transparent url(../img/tertiary-content-bg.png) top right no-repeat;
}

* html #tertiaryContent {
	height:505px;

}

#tertiaryContent img {
	border:0;
	padding:5px;
}

ul#navSub {
	width:155px;
}

#primaryContent {
	position:relative;
	float:left;
	width:640px;
	padding:0 25px 45px 15px;
	background:#26609b;
}

* html #primaryContent {
	width:640px;
	padding-right:25px;
}

#home #primaryContent {
	float:none;
	position:relative;
	width:950px;
	padding:0;
	background:transparent;
}

ul#navBreadcrumb {
	height:25px;
	padding:5px 0 0 0;
	margin:0 -25px 0 -15px;
	background:#004489;
}

#pageTitle {
	margin:10px 0 15px 0;
}

#footer {
	position:absolute;
	bottom:0;
	width:980px;
	height:85px;
	padding:0;
	margin:0 -20px 0 -10px;
	background:#ccc url(../img/footer-bg.png) no-repeat;
}

* html #footer {
	bottom:-1px;
}

#footer #germany {
	position:absolute;
	bottom:85px;
	width:170px;
	height:45px;
	margin-top:-45px;
	margin-left:30px;
	background:#004489 url(../img/home-germany.png) no-repeat;
	/*Temp*/
	display:none;
}

p#copyright {
	position:absolute;
	top:0;
	left:28px;
	margin-bottom:0;
	font-size:11px;
	line-height:1.8em;
	color:#fff;
}

ul#navMisc {
	position:absolute;
	right:43px;
	top:0;
}


/**
 **************************************************
 LAYOUT SPECIFIC (LOGO,NAVIGATION,SEARCHBOX...)
 **************************************************
 */
#logo a {
	border:0;
}
 
#navMain {
	margin-bottom:0;
}

#navMain li {
	float:left;
	margin-right:10px;
}

#navMain li.last {
	margin-right:0;
}

#navMain a {
	border:0;
}

#navLang {
	margin-bottom:0;
}

#navLang li {
	float:left;
}

#navLang li.last {

}

#navLang a {
	border:0;
}

form#searchbox input.text {
	float:left;
	width:136px;
	height:16px;
	padding:0 2px 1px 2px;
	border:0;
	margin:0;
}

form#searchbox input.image {
	float:left;
	margin:0 0 0 5px;
}

form#searchbox a {
	font-size:11px;
}

#navSub {
	padding:30px 0 90px 0;
	margin-bottom:0;
}

#navSub li {
	border-top:2px dotted #80a2c4;
	font-size:11px;
	line-height:1.3em;
}

#navSub li.last {
	border-bottom:2px dotted #80a2c4;
}

#navSub a {
	display:block;
	padding:8px 0 8px 20px;
	border:0;
	color:#fefefe;
}

#navSub a:hover {
	background-color:#26609b;
}

#navSub li.act a {
	background-color:#26609b;
}

#navMisc li {
	float:left;
	margin-right:6px;
	font-size:11px;
	line-height:1.8em;
}

#navMisc li.last {
	margin-right:0;
}

#navMisc a {
	border:0;
}

#primaryContent #navBreadcrumb {
	padding-left:0;
	margin-bottom:0;
	font-size:11px;
	list-style:none;
}

#primaryContent #navBreadcrumb li {
	float:left;
	margin-right:3px;
	color:#9bb8db;
}

#primaryContent #navBreadcrumb li.last {
	margin-right:0;
}

#primaryContent #navBreadcrumb a {
	/*border:0;*/
	color:#9bb8db;
}

#primaryContent #navBreadcrumb a:hover {
	border-bottom:1px dotted #9bb8db;
}



/**
 **************************************************
 CSS STYLED CONTENT
 **************************************************
 */
div.csc-textpic-caption-c .csc-textpic-caption {
	text-align:center;
}
div.csc-textpic-caption-r .csc-textpic-caption {
	text-align:right;
}
div.csc-textpic-caption-l .csc-textpic-caption {
	text-align:left;
}
/* Needed for noRows setting */
div.csc-textpic div.csc-textpic-imagecolumn {
	float:left;
	display:inline;
}
/* Border just around the image */
div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border:2px solid black;
	padding:0px 0px;
}
div.csc-textpic-imagewrap {
	padding:0;
}
div.csc-textpic img {
	border:none;
}
/* DIV:This will place the images side by side */
div.csc-textpic div.csc-textpic-imagewrap div.csc-textpic-image {
	float:left;
}
/* ul:This will place the images side by side */
div.csc-textpic div.csc-textpic-imagewrap ul {
	list-style:none;
	margin:0;
	padding:0;
}
div.csc-textpic div.csc-textpic-imagewrap ul li {
	float:left;
	margin:0;
	padding:0;
}
/* DL:This will place the images side by side */
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
	float:left;
}
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dt {
	float:none;
}
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dd {
	float:none;
}
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dd img {
	border:none;
}
/* FE-Editing Icons */
dl.csc-textpic-image {
	margin:0;
}
dl.csc-textpic-image dt {
	margin:0;
	display:inline;
}
dl.csc-textpic-image dd {
	margin:0;
}
/* Clearer */
div.csc-textpic-clear {
	clear:both;
}
/* Margins around images:*/

/* Pictures on left, add margin on right */
div.csc-textpic-left div.csc-textpic-imagewrap .csc-textpic-image,div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap .csc-textpic-image,div.csc-textpic-intext-left div.csc-textpic-imagewrap .csc-textpic-image {
	display:inline; /* IE fix for double-margin bug */
	margin-right:13px !important;
}

* html div.csc-textpic-left div.csc-textpic-imagewrap .csc-textpic-image,div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap .csc-textpic-image,div.csc-textpic-intext-left div.csc-textpic-imagewrap .csc-textpic-image {
	margin-right:9px !important;
}

/* Pictures on right, add margin on left */
div.csc-textpic-right div.csc-textpic-imagewrap .csc-textpic-image,div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap .csc-textpic-image,div.csc-textpic-intext-right div.csc-textpic-imagewrap .csc-textpic-image {
	display:inline; /* IE fix for double-margin bug */
	margin-left:10px;
}
/* Pictures centered, add margin on left */
div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	display:inline; /* IE fix for double-margin bug */
	margin-left:10px;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	margin:4px 0;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img {
	margin:0;
	border:1px solid #fff;
}
/* Space below each image (also in-between rows) */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom:10px;
}

* html div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom:7px !important;
}

div.csc-textpic-equalheight div.csc-textpic-imagerow {
	margin-bottom:0px;
	display:block;
}
div.csc-textpic div.csc-textpic-imagerow {
	clear:both;
}

div.csc-textpic div.csc-textpic-imagerow div.csc-textpic-image {
	margin-bottom:10px;
}
/* No margins around the whole image-block */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-firstcol {
	margin-left:0px !important;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-lastcol {
	margin-right:0px !important;
}
/* Add margin from image-block to text (in case of "Text w/ images") */
div.csc-textpic-intext-left div.csc-textpic-imagewrap,div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
	margin-right:10px !important;
}
div.csc-textpic-intext-right div.csc-textpic-imagewrap,div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
	margin-left:10px !important;
}
/* Positioning of images:*/

/* Above */
div.csc-textpic-above div.csc-textpic-text {
	clear:both;
}
/* Center (above or below) */
div.csc-textpic-center {
	text-align:center; /* IE-hack */
}
div.csc-textpic-center div.csc-textpic-imagewrap {
	margin:0 auto;
}
div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	text-align:left; /* Remove IE-hack */
}
div.csc-textpic-center div.csc-textpic-text {
	text-align:left; /* Remove IE-hack */
}
/* Right (above or below) */
div.csc-textpic-right div.csc-textpic-imagewrap {
	float:right;
}
div.csc-textpic-right div.csc-textpic-text {
	clear:right;
}
/* Left (above or below) */
div.csc-textpic-left div.csc-textpic-imagewrap {
	float:left;
}
div.csc-textpic-left div.csc-textpic-text {
	clear:left;
}
/* Left (in text) */
div.csc-textpic-intext-left div.csc-textpic-imagewrap {
	float:left;
}
/* Right (in text) */
div.csc-textpic-intext-right div.csc-textpic-imagewrap {
	float:right;
}
/* Right (in text, no wrap around) */
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
	float:right;
	clear:both;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html div.csc-textpic-intext-right-nowrap .csc-textpic-text {
	height:1%;
}
/* End hide from IE5/mac */

/* Left (in text, no wrap around) */
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
	float:left;
	clear:both;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html div.csc-textpic-intext-left-nowrap .csc-textpic-text {
	height:1%;
}
/* End hide from IE5/mac */
div.csc-textpic div.csc-textpic-imagerow-last {
	margin-bottom:0;
}

div.csc-textpic div.csc-textpic-imagerow-last div.csc-textpic-image {
	margin-bottom:0;
}



/**
 **************************************************
 CSS STYLED CONTENT SPECIALS
 **************************************************
 */

.csc-frame.csc-frame-frame1 {
	padding:8px;
	background:#015294;
	margin-bottom:10px;
	font-size:11px;
	clear:both;
}

.contactPartner .csc-frame.csc-frame-frame1 {
	height:110px;
}

.contactPartner .csc-frame.csc-frame-frame1 p{
}

.contactPartner .csc-frame-frame1:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.csc-frame-rulerBefore {
	padding-bottom:2px;
	border-bottom:2px dotted #80a2c4;
	margin-bottom:6px;
}

.csc-frame-frame1 {
	display:inline-block;
}

/* Hide from IE Mac \*/.csc-frame-frame1{ display:block; }/* End hide from IE Mac */

.csc-frame.csc-frame-frame1 div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom:0;
}

.csc-frame-frame1 h1 {
	font-size:12px;
	font-weight:bold;
	letter-spacing:-0.01em;
}

.csc-frame-frame1 h4 {
	font-size:12px;
	margin-left:4px;
}

div.csc-textpic-above div.csc-textpic-imagewrap a img {
	border:1px solid #fff;
}

div.csc-textpic-image a {
	border:0;
}

p.csc-textpic-caption {
	font-size:10px;
	line-height:1.1em;
}

p.csc-linkToTop {
	font-size:11px;
}

div.csc-textpic-clear {
	
}

table.contenttable .tr-odd td {
	background:#7992ba;
}

table.contenttable .tr-even td {
	background:#35629b;
}

table.contenttable .td-3,
table.contenttable .td-4,
table.contenttable .td-5,
table.contenttable .td-6 {
	text-align:right;
}

table.contenttable-3 th,
table.contenttable-3 td {
	text-align:left !important;
}

table.csc-uploads.csc-uploads-1{
	width:100%;
	background:#015294 none repeat scroll 0 0;
	/*color:#fff;*/	
	border:0;
}

table.contenttable {
	border:0;
	width:100%; 
}

table.contenttable th, table.contenttable td {
	border:0;
}

table.contenttable th {
	font-size:9px;
	font-weight:normal;
	background:#00428c;
}

table.contenttable td {
	font-size:11px;
	color:#FFFFFF;
}

/* Typ KDV, Drehzahl */
table.contenttable-2 td.td-2,
table.contenttable-2 td.td-4 {
	white-space:nowrap;
}

.csc-uploads-1 td {
	border:0;
	padding:4px;
	/*color:#fff;*/
}

.csc-uploads-1 .tr-odd td {
	border-top:1px dotted #9BB8DB;
	border-bottom:1px dotted #9BB8DB;
}

.csc-uploads-fileName {
	width: 88%;
}



/**
 **************************************************
 GENERAL CONTENT
 **************************************************
 */
#primaryContent ul {
	padding-left:13px;
	list-style:disc outside;
}

#primaryContent ol {
	padding-left:26px;
	list-style:decimal-leading-zero outside; 
}

* html #primaryContent ul {
	padding-left:17px;
}

* html #primaryContent ol {
	padding-left:30px;
	/* IE doesn't support "decimal-leading-zero" */
	list-style:decimal outside; 
}

#secondaryContent p {
	font-size:11px;
	line-height:1.3em;
}

#primaryContent a.productBacklink {
	display:block;
	width:250px;
	padding:4px 0 10px 45px;
	border-top:2px dotted #80a2c4;
	border-bottom:0 none;
	font-size:10px;
	font-style:italic;
	line-height:1.2em;
	color:#80a2c4;
	background:url(../img/product-backlink-bg.png) 0 5px no-repeat;
}

#primaryContent a.productBacklink:hover {
	border-color:#80a2c4;
	border-bottom:0 none;
}


/**
 **************************************************
 FCEs
 **************************************************
 */
/* #primaryContent has a width of 640px */
div.fce-66-33 {
	position:relative;
	margin-bottom:5px;
}

div.w66 {
	position:relative;
	float:left;
	width:380px;
	margin-right:15px;
}

* html div.w66 {
	display:inline;
	width:380px !important;
	overflow:hidden;
}

div.w33 {
	position:relative;
	float:left;
	width:245px;
}

* html div.w33 {
	display:inline;
	width:245px !important;
	overflow:hidden;
}

div.w33 p,
div.w33 ul,
div.w33 ol {
	font-size:11px;
	line-height:1.3em;
}

div.w66 div.csc-textpic-clear {
	padding-bottom:0;
	border-bottom:0;
	margin-bottom:0;
}

div.w33 div.csc-textpic-clear {
	/*padding-bottom:2px;
	border-bottom:2px dotted #80a2c4;
	margin-bottom:6px;*/
}


/* #primaryContent has a width of 640px */
/*FCE 50 - 50 %*/
div.fce-50-50 {
	margin-bottom:5px;
}

div.w50-1,div.w50-2 {
	float:left;
	width:315px;
	margin-right:10px;
}

div.w50-2 {
	margin-right:0px;
}

div.w50 div.csc-textpic-clear {
	padding-bottom:0;
	border-bottom:0;
	margin-bottom:0;
}

/*FCE Content Home %*/
div.fce-content-home {
	position:relative;
	height:595px;
	background:url(../img/home-content-bg.jpg) center 60px no-repeat;
}

div.fce-content-home a {
	border:0;
}

div.fce-content-home .languageSelector {
	position:relative;
	height:58px;
	border-bottom:2px solid #fff;
	background:transparent url(../img/home-welcome.png) center 13px no-repeat;
}

#primaryContent div.fce-content-home .languageSelector ul {
	list-style-type:none;
	width:950px;
	padding:0;
	margin:0 auto;
	text-align:center;
}

#primaryContent div.fce-content-home .languageSelector ul li {
	display:inline;
}

#primaryContent div.fce-content-home .languageSelector ul li.act {
	display:none;
}

#primaryContent div.fce-content-home .languageSelector ul li.last {
	margin-left:150px;
	/* Until the content arrives */
	/*display:none;*/
}

#primaryContent div.fce-content-home .languageSelector ul li a {
	border-bottom:0;
}

div.fce-content-home .images {
	position:absolute;
	top:280px;
	left:35px;
	width:880px;
}

div.fce-content-home .images img {
	float:left;
	width:175px;
	height:175px;
	border-right:1px solid #00448b;
}

div.fce-content-home .images a {
	border-bottom:0;
}

div.fce-content-home .kdv {
	position:absolute;
	top:200px;
	left:35px;
	width:165px;
	height:75px;
}

div.fce-content-home .kbm {
	position:absolute;
	top:200px;
	right:35px;
	width:175px;
	height:75px;
}

div.fce-content-home .kdv a,
div.fce-content-home .kbm a {

}



/**
 **************************************************
 TMAILFORM - CONTACT FORM
 **************************************************
 */
form#contact fieldset {
	float:left;
	width:316px;
	padding-bottom:0;
	border-bottom:0;
	margin-bottom:10px;
	background:#015294;
}

form#contact fieldset.message,
form#contact fieldset.send {
	width:306px;
	margin-left:10px;
}

form#contact fieldset .inner {
	padding:15px;
}

form#contact fieldset.message .inner {
	height:238px;
}

form#contact fieldset.reset .inner {
	text-align:right;
}

form#contact fieldset label {
	width:100px;
}

form#contact input.text,
form#contact input.checkbox,
form#contact input.radio,
form#contact textarea {
	width:170px;
}

form#contact select {
	width:176px;
}

form#contact input.w1 {
	width:50px;
}

form#contact input.w3 {
	width:114px;
}

form#contact fieldset.message textarea {
	width:270px;
	height:106px;
	margin-bottom:5px;
}

form#contact input.checkbox {
	clear:left;
	width:auto;
}

form#contact label.checkbox {
	clear:none;
	width:240px;
	padding:0 0 8px 10px;
}

form#contact fieldset.send {
	background:#5879ac;
}

form#contact fieldset.reset {
	background:#015294;
}

form#contact fieldset.reset input,
form#contact fieldset.send input {
	float:none;
	margin-bottom:0;
}

form#contact p.infoText {
	position:absolute;
	top:244px;
	left:0;
	margin-left:15px;
	width:300px;
}


/**
 **************************************************
 TMAILFORM - REQUEST FORM
 **************************************************
 */
form#request .form-block input.text {
	width:214px;
}

form#request .form-block select {
	width:86px;
}

form#request .radio-block {
	float:left;
	width:448px;
}

form#request .radio-block input {
	clear:left;
	margin-right:10px;
}

form#request .radio-block label {
	clear:none;
	width:285px;
	margin:3px 0 5px 0;
}

form#request div.clearfix {}

form#request div.send {
	float:left;
	width:276px;
	padding:15px;
}

form#request div.send,
form#request div.reset {
	background:#5879ac;
}



/**
 **************************************************
 NEWS
 **************************************************
 */
.news {

}

.news hr {
	border-bottom:2px dotted #eee;
}

.news h3 a {
	color:#fff;
}

.news p.date,
.news p.timeData,
.news p.author,
.news p.imgCaption,
.news p.back {
	margin-bottom:0;
	font-size:10px;
}

.news p.imgCaption {
	width:180px; 
	margin-bottom:1.3em;
}


.news span.more {
	white-space:nowrap;
	/* No single view */
	display:none;
}

.news p.back {
	clear:left;
	border-top:1px solid #ccc;
	margin-top:20px;
	margin-bottom:20px;	
}

.news .images {
	float:left;
	margin:3px 10px 0 0;
}

.list .w33 img {
	margin-bottom:10px;
}

.news .images a, .news .w33 a {
	border-bottom:0;
}

.news .addInfo dl {
	padding-top:0.4em;
	border-top:1px dotted #eee;
}



/**
 **************************************************
 INDEXED SEARCH
 **************************************************
 */
.tx-indexedsearch {

}

.tx-indexedsearch .tx-indexedsearch-res {

}

.tx-indexedsearch .result {
	padding-top:0.4em;
	border-top:1px dotted #eee;
}

.tx-indexedsearch h3 {
	position:relative;
}

.tx-indexedsearch h3 span {
	display:inline;
}

.tx-indexedsearch h3 span.icon {
	vertical-align:text-bottom;
}

.tx-indexedsearch h3 span.percent {
	position:absolute;
	right:0;
	color:#eee;
}

.tx-indexedsearch dl.info dt {
	clear:left;
	float:left;
	width:65px;
}

.tx-indexedsearch dl.info dd {
	float:left;
}

.tx-indexedsearch .tx-indexedsearch-redMarkup {
	background:yellow;
}



/**
 **************************************************
 NIEMANN IMAGES
 **************************************************
 */
.tx_niemannimages_pi1 {
	width:380px;
}

.tx_niemannimages_pi1 div.image {
	float:left;
	width:115px;
	margin:0 13px 15px 0;
}

* html .tx_niemannimages_pi1 div.image {
	margin-right:9px !important;
	margin-bottom:7px !important;
}

.tx_niemannimages_pi1 div.last {
	margin-right:0;
}

.tx_niemannimages_pi1 div.image img {
	border:1px solid #fff;
}

.tx_niemannimages_pi1 a,
.tx_niemannimages_pi1 a:hover,
.csc-textpic-imagewrap a:hover {
	border-bottom:0 !important;
}

/**
 **************************************************
 GOOGLE MAPS
 **************************************************
 */
ul.locationMenu {
	padding-bottom:15px;
	padding-left:0 !important;
	border-bottom:2px dotted #80a2c4;
	margin-bottom:15px;
	list-style-type:none !important;
}

ul.locationMenu li {
 	float:left;
	width:80px;
	height:50px;
	padding-top:30px;
	margin-right:10px;
	font-weight:bold;
	color:#015294;
	text-align:center;
	background:#9eb3ce;
}

ul.locationMenu li a {
	color:#00428e;
	border-bottom:0;
}

ul.locationMenu li.act {
	background:#015294;
}

ul.locationMenu li.act a {
	color:#fff;
}

 
.tx-lumogooglemaps-pi1 {

}

.tx-lumogooglemaps-pi1 #gmapDirHead,
.tx-lumogooglemaps-pi1 #copyright,
.tx-lumogooglemaps-pi1 .left span,
.tx-lumogooglemaps-pi1 .left a,
.tx-lumogooglemaps-pi1 #logocontrol {
	display:none;
}

.tx-lumogooglemaps-pi1 .left {
	float:left;
	width:360px;
	margin-bottom:10px;
}

.tx-lumogooglemaps-pi1 .right {
	float:left;
	width:235px;
	height:288px;
	margin-left:5px;
}

.tx-lumogooglemaps-pi1 #infoboxcontent {
	padding:20px;
	background:#015294;
	margin-bottom:10px;
}

.tx-lumogooglemaps-pi1 #infoboxcontent h1 {
	margin-bottom:0;
	font-size:12px;
	font-weight:bold;
	letter-spacing:-0.01em;
}

.tx-felogin-pi1 fieldset {
	width:500px;
	border:0;
}

* html form#request div.clearfix {
	margin-bottom:5px;
}