@charset "utf-8";
/**
 **************************************************
 * Friedrich Wenner / wenner-gmbh.de
 * main.css
 *
 * @author: HDNET GmbH & Co. KG
 * @version: 1.7
 * @updated: 2010-05-03 (AH)
 **************************************************
**/



/**
 **************************************************
 * CSS RESET
 *
 * @description: general reset for all browsers
 **************************************************
**/
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 
 *
 * @description: helper classes for common problems or quick fixes
 **************************************************
**/
.clearOnly {
	clear:both;
}

.clearLeft {
	clear:left;
}

.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;
}

.error {
	color:#b50027 !important;
	font-weight:bold;
}

.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
 *
 * @description: define the basic appearance of the site
 **************************************************
**/
html {
	height:100%;
	/*Defaults to ~16px across browsers*/
	/*font-size:100.01%;*/
	/*Defaults to ~12px across browsers*/
	font-size:75.01%;
}

body {
	height:100%;
	font-family:arial,verdana,tahoma,sans-serif;
	font-size:1.0em;
	/*line-height calculates to 18px (~12px * 1.5 = ~18px)*/
	line-height:1.5em;
	color:#333;
	/*Testing the text-rythm at ~18px*/
	background:#fff;
}

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

h2 {
	font-size:1.3em;
	line-height:1.2em;
	font-weight:bold;
	margin-bottom:1em;
}

h3 {
	font-size:1.1em; 
	line-height:1.2em;
	font-weight:bold;
	margin-bottom:0.25em;
}

h4,h5,h6 {
	font-size:1.0em;
	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;
}

ul {
	padding-left:13px;
	list-style:disc outside;
}

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

dt {
	font-weight:bold;
}

a {
	color:#b50027;
	text-decoration:none;
}

a:hover {
}

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 solid #f1f1f1;
}

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

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

table tr {

}

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

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

table p {
	margin-bottom:0;
}

form {
	
}

.landing form fieldset {
	width:240px;
}

form legend {
	display:none;
}

form label {
	clear:left;
	float:left;
	width:125px;
}

.landing form label {
	width:90px;
}

form label.inline {
	width:auto;
	margin-right:10px;
	clear:none;
}

form label.last {
}

form label em {
	font-style:normal;
	color:red;
}

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

.landing form input.text {
	width:144px;
}

form textarea {
	height:64px;
}

form input.w1 {
	width:44px;
}

.landing form input.w1 {
	width:38px;
}

form input.w2 {
	width:94px;
}

form input.w3 {
	width:130px;
}

.landing form input.w3 {
	width:100px;
}

form input.checkbox,
form input.radio {
	width:auto;
	height:auto;
	border:0 none;
	margin:3px 5px 5px 1px;
}

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

/* Selects with a defined size (listboxes) */
form select.listbox {
	height:auto;
}

form select option {

}

form input.submit,
form input.reset,
form input.button {
	float:left;
	padding:1px 2px 0 18px;
	border:1px solid #cacaca;
	border-right:1px solid #b3b3b3;
	border-bottom:1px solid #b3b3b3;
	margin:0 0 5px 0;
	font-weight:bold;
	color:#888;
	/*background:#f3f3f3 url(../img/ico-submit.png) 2px 2px no-repeat;*/
	background:#f3f3f3 url(../img/ico-tick.png) 2px 2px no-repeat;
}

.landing form input.submit {
	width:100%;
	padding:10px 0 10px 0;
	margin-top:25px;
	border:1px solid #980000;
	text-align:center;
	text-transform:uppercase;
	font-size:18px;
	font-family:arial,verdana, sans-serif !important;
	color:#fff;
	background:#cc0000;
}

form h3 {
	margin-top:0.7em;
}

form p {
	clear:left;
	margin-bottom:0;
}

.landing #secondaryContent form p {
	font-size:1em;
	padding:3px 0 3px 0;
}

.wrapper {
/*	float:left;*/
	margin-right:-20px;
	margin-bottom:10px;
}

.start .wrapper {
	margin-right:0;
}


div.w1,
div.w12 {
	float:left;
	width:320px;
	padding-right:5px;
	border-right:1px solid #f1f1f1;
	margin-right:7px;
}

div.w1 {
	width:208px;
	padding-right:14px;
	border-right:0;
	margin-right:0;
}

.wrapper div.last {
	padding-right:0;
	border-right:0;
	margin-right:0;
}



/**
 **************************************************
 LAYOUT
 *
 * @description: building the design
 **************************************************
**/
#page {
	position:relative;
	width:954px;
	min-height:100%;
	margin:0 auto;
}

#header {
	position:relative;
	width:954px;
	height:122px;
	background:#fff url(../img/header-bg.png) top left no-repeat;
	z-index:45;	
}

.landing #header {
	height:222px;
	padding-top:23px;
	background:#fff url(../img/header-landing-bg.jpg) top left no-repeat;
}

.landing #header .media {
	float:left;
	width:689px;
}

.landing #header .info {
	float:left;
	width:263px;
	margin-left:2px;
}

h1#logo {
	position:absolute;
	left:25px;
	top:28px;
}

.landing h1#logo {
	position:relative;
	left:13px;
	top:24px;
}

ul#navMain {
	position:absolute;
	top:40px;
	right:0;
}

ul#navLang {
	position:absolute;
	top:3px;
	right:10px;
}


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

#contentArea {
/*	position:relative;*/
	width:954px;
	/*Has to be footer-height + desired "margin"*/
	padding-bottom:100px;
	border-top:4px solid #142f7e;
}

.start #contentArea,
.landing #contentArea {
	border-top:0;
}

#tertiaryContent {
	width:954px;
	margin-bottom:5px;
}

#primaryContent {
	position:relative;
	float:left;
	width:654px;
	padding:0 15px 10px 20px;
	overflow:hidden;
	background:url(../img/content-bg.gif) top left repeat-x;
}

#primaryContent img.headerImage {
	width:689px;
	margin:0 -15px 0 -20px;
}

#secondaryContent {
	position:relative;
	float:left;
	width:240px;
	padding:0 10px 0 15px;
	background:url(../img/content-bg.gif) top left repeat-x;
}

.landing #primaryContent,
.landing #secondaryContent {
	background:none;
}

#footer {
	position:absolute;
	bottom:0;
	width:914px;
	height:30px;
	padding:20px;
	background:#142f7e;
}

ul#navBreadcrumb {
	position:absolute;
	width:620px;
}



/**
 **************************************************
 LAYOUT SPECIFIC (LOGO,NAVIGATION,SEARCHBOX...)
 *
 * @description: detailed formatting of the basic elements
 **************************************************
**/
h1#logo a {
	border:0;
}

/* *** infotext landingpage *** */
.landing .info {
	position:relative;
}

.landing .info .text {
	position:relative;
	left:12px;
	top:65px;
}

.landing .info .text p {
	float:left;
	color:#142f7e;
	font-weight:bold;
	font-size:10px;
	line-height:12px;
}

.landing .info .text p.w2 {
	margin-left:10px;
}

ul#navLang {
	padding:0;
	margin-bottom:0;
	list-style:none;
}

ul#navLang li {
	float:left;
	width:16px;
	height:11px;
	position:relative;
}

ul#navLang li.first {
}

ul#navLang li.act {
	display:none;
}

ul#navLang li a {
	display:block;
	width:16px;
	height:11px;
	text-indent:-99999px;
}

ul#navLang li.de a {
	background:url(../img/de.gif) top left no-repeat;
}

ul#navLang li.en a {
	background:url(../img/gb.gif) top left no-repeat;
}

ul#navMain {
	padding:0;
	margin-bottom:0;
	list-style:none;
}

ul#navMain li {
	float:left;
	position:relative;
	width:133px;
	height:83px;
	z-index:55;	
}

ul#navMain li.first {
	
}

ul#navMain li.last {
	
}

ul#navMain li a {
	display:block;
	width:98px;
	height:71px;
	padding:12px 20px 0 15px;
	border:0;
	color:#142f7e;
}

ul#navMain li a span {
	display:block;
	font-size:1.2em;
	font-weight:bold;
}

ul#navMain li a span.sub {
	font-size:0.9em;
	color:#d2d3e7;
	font-weight:normal;
	line-height:1em;
}


ul#navMain li:hover a,
ul#navMain li.over a,
ul#navMain li.act a {
	color:#fff;
	background:url(../img/navmain-item-bg.png) top left repeat-x;
}

ul#navMain li ul li a {
	width:118px;
	height:auto;
	padding:3px 0 4px 15px;
	font-weight:bold;
	color:#fff !important;
	background:#243c83 !important;
}

ul#navMain li ul li a:hover,
ul#navMain li ul li.act a {
	color:#fff !important;
	background:#798ab6 !important;
}

ul#navMain li ul {
	display:none;
	position:absolute;
	/*left:-9999px;*/
	top:82px;
	left:0;
	z-index:33;
	padding:0;
	border-top:4px solid #142f7e;
	list-style:none;
	background-color:#304a8f;
}

ul#navMain li ul li {
	float:none;
	/* BEN: IE6 */
	height:auto;
	/* */
	margin-right:0;
	font-size:12px;
	text-transform:none;
	background-color:#e1e3e6;
}

ul#navMain li:hover ul,
ul#navMain li.over ul {
	display:block;
	/*left:auto;*/
}
/* :NEB */

form#searchbox label {
	display:block;
	margin-bottom:5px;
	font-size:13px;
	font-weight:bold;
	color:#fff;
}

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

form#searchbox input.submit {
	float:left;
	width:16px;
	height:16px;
	padding:0;
	margin:2px 0 0 5px;
	border:0 none;
	cursor:pointer;
	background:transparent url(../img/submit-searchbox.png) no-repeat;
}

form#searchbox a {
	font-size:0.95em;
	color:#fff;
	border-color:#fff;
}

ul#navSub {
	padding:0;
	margin-bottom:0;
	list-style:none;
}

ul#navSub ul {
	padding:0;
	margin-bottom:0;
	list-style:none;
}

ul#navSub li {
	border-top:1px solid #d4d4d4;
	line-height:1.2em;	
}

ul#navSub li.first {
	border-top:0 none;	
}

ul#navSub li.last {
	border-bottom:1px solid #d4d4d4;	
	margin-right:0;
}

ul#navSub ul li.first {
	border-top:1px solid #d4d4d4;	
}

ul#navSub ul li.last {
	border-bottom:0 none;
}

ul#navSub a {
	border:0 none;
}

#footer {
	color:#fff;
}

#footer p {
	float:left;
	margin:0 35px 0 0;
}

#footer p a,
#footer p a:link,
#footer p a:visited,
#footer p a:hover	{
	color:#fff;
}

/**
 **************************************************
 CSS STYLED CONTENT
 *
 * @description: just a copy from the extension output
 * @beware: margins to text that are set here have to be changed in TS constants too
 **************************************************
**/
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:0 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:0 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:10px !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:0;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img {
	margin:0;
}
/* Space below each image (also in-between rows) */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom:10px;
}
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;
	margin-top:2px;
}
div.csc-textpic-intext-right div.csc-textpic-imagewrap,div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
	margin-left:10px !important;
	margin-top:2px;
}
/* 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
 *
 * @description: formatting of more specific csc-output
 **************************************************
**/
div.csc-header {
	clear:both;
} 
 
div.csc-textpic-image a {
	border:0;
}

p.csc-textpic-caption {
	font-size:0.9em;
	color:#666;
}

div.indent {
	margin-left:50px;
}

td.csc-uploads-icon {
	padding:4px;
}

td.csc-uploads-icon a {
	border:0 none;
}

a.external-link-new-window {
	padding-left:17px;
	background:transparent url(../img/ico-extlink.png) 0 1px no-repeat;
}

a.internal-link {
	/*
	padding-left:17px;
	background:transparent url(../img/ico-intlink.png) 0 1px no-repeat;
	*/
}

a.mail{
	/*
	padding-left:17px;
	background:transparent url(../img/ico-maillink.png) 0 1px no-repeat;
	*/
}

/* Tables */
.contenttable {
	margin-bottom:1.0em;
}

.contenttable-2 th {
	background:#b50027;
	font-weight:bold;
	text-transform:uppercase;
}

.contenttable-2 td {
	background:#9abb87;
}

.contenttable-3 {
	width:100%;
	border-collapse:collapse;
	color:#fff;
}

.contenttable-3 caption {
	text-align:right;
	color:#222;
}

.contenttable-3 th,
.contenttable-3 td {
	border:2px solid #222;
}

.contenttable-3 th {
	font-weight:bold;
	text-transform:uppercase;
	background:#333;
}

.contenttable-3 th.td-0,
.contenttable-3 td.td-0  {
	width:10%;
}

.contenttable-3 th.td-1,
.contenttable-3 td.td-1,
.contenttable-3 th.td-2,
.contenttable-3 td.td-2,
.contenttable-3 th.td-3,
.contenttable-3 td.td-3  {
	width:30%;
}

.contenttable-3 tr.tr-even {
	background:#444;
}

.contenttable-3 tr.tr-odd {
	background:#555;
}

/* CSC-Uploads */
table.csc-uploads {
	background:none;
	border:0 none;
}

table.csc-uploads th,
table.csc-uploads td {
	border:0 none;
}

table.csc-uploads td.csc-uploads-fileSize {
	padding-left:10px;
}

/* Standard frames */
div.csc-frame {
}

div.csc-frame-frame1 {
	padding:5px;
	border:10px solid #999;
	margin-bottom:1.5em;
}

div.csc-frame-frame2 {
	padding:5px;
	border:10px solid #B50027;
	margin-bottom:1.5em;
}

div.csc-frame-rulerBefore {
	border-top:1px solid #999;
}

div.csc-frame-rulerAfter {
	border-bottom:1px solid #999;
	margin-top:-1.5em;
	margin-bottom:1.5em;
}

div.csc-frame-indent {
	margin-left:50px;
}

div.csc-frame-indent3366 {
	margin-left:33%;
}

div.csc-frame-indent6633 {
	margin-left:66%;
}

/* Sitemap */
div.csc-sitemap {
	margin-bottom:1.2em;
}

div.csc-sitemap ul {
	margin-bottom:0.3em;
}

div.csc-sitemap ul ul {
	font-size:0.95em;
}



/**
 **************************************************
 LAYOUT SPECIFIC CHANGES OF BASE FORMATS
 *
 * @description: overwrite base formats depending on layout
 * @example: make text smaller in secondary content area
 **************************************************
**/
#primaryContent h1,
#secondaryContent h1 {
	padding:2px 15px 3px 20px;
	margin-left:-20px;
	margin-right:-15px;
	text-transform:uppercase;
	color:#fff;
	background:#c92841;
}

#secondaryContent h1 {
	padding:2px 10px 3px 15px;
	margin-left:-15px;
	margin-right:-10px;
	text-transform:none;
	background:#193381;
}

.start #primaryContent h1 {
	display:inline-block;
	float:left;
}

#primaryContent h2,
#secondaryContent h2,
#primaryContent h3,
#secondaryContent h3 {
	color:#193381;
}

#secondaryContent p,
#secondaryContent ol,
#secondaryContent ul {
	font-size:0.9em;
	line-height:1.3em;
}



/**
 **************************************************
 NEWS
 *
 * @description: css definitons for EXT: tt_news
 * @beware: is dependent on the modified template
 **************************************************
**/
.news {

}

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

.latest .item a {
	color:#193381;
}

.news span.more {
	white-space:nowrap;
}

.news p.back {
	clear:both;
	border-top:1px solid #f1f1f1;
	margin-top:20px;
}

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

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

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



/**
 **************************************************
 SLIDE BOX
 *
 * @description: css definitons for FCE: slider
 **************************************************
**/
.sliderWrap {
	position:relative;
	width:954px;
	height:191px;
	background:url(../img/slider-bg.jpg) no-repeat;
	color:#fff;
	overflow:hidden;
	z-index:1;	
}

.sliderWrap ul {
	padding-left:0;
	overflow:hidden;
	z-index:6;
	position:relative;
}

.sliderWrap ul li {
	position:relative;
	width:954px;
	height:191px;
	overflow:hidden;
	z-index:7;
}	

.sliderWrap ul li .text {
	float:left;
	width:595px;
	z-index:9;		
}

.sliderWrap ul li .image {
	float:right;
	text-align:right;
	z-index:8;
}

.sliderWrap ul li h1 {
	margin:15px 0 0 15px;
	font-size:24px;
	font-weight:bold;
	z-index:11;		
}

.sliderWrap ul li p {
	margin:5px 0 0 15px;
}

.sliderWrap ul li a {
	color:#fff;
	border-bottom:0;
}

.sliderWrap ul li a.link {
	display:block;
	position:absolute;
	right:0px;
	bottom:0;
}

/* --- slider controls --- */	
ol.controls {
	position:absolute;
	height:16px;
	left:15px;	
	bottom:10px;
	padding:0;
	margin:0;
}

ol.controls li {
	float:left;
	width:16px;
	height:16px;
	padding:0;
	margin:0 10px 0 0; 
	list-style:none;
	line-height:28px;
}

ol.controls li a {
	float:left;
	width:16px;
	height:16px;
	border-bottom:0;
	font-size:0;
	text-decoration:none;
	background:url(../img/slider-control-bg.gif) top left no-repeat;
}

ol.controls li.current a {
	background:url(../img/slider-control-act-bg.png) top left no-repeat;
}



/**
 **************************************************
 CONTACT BOX
 *
 * @description: css definitons for FCE: contactBox
 **************************************************
**/
div.contactBox {
	position:relative;
	float:left;
	width:180px;
	height:126px;
	padding:5px 5px 5px 124px;
	border:1px solid #dfdfee;
	margin:0 15px 15px 0;
	color:#193381;
	background-color:#eff0f7 !important;
}

div.w12 div.contactBox {
	width:189px;
	float:right;
	margin:0 -15px 15px 0;
}

div.contactBox h3 {
	margin-bottom:0;
}

div.contactBox h2 {
	font-weight:bold;
}

div.contactBox p {
	font-size:12px;
	line-height:1.2em;
	margin-bottom:8px;
}

div.contactBox a {
	color:#193381;
}

div.contactBox table,
div.contactBox th,
div.contactBox td {
	padding:0 5px 0 0;
	border:0 none;
	margin:0;
	color:#193381;
	font-weight:normal;
	background:none;
}

/* Callback */
div.contactBox button {
	position:absolute;
	right:0;
	bottom:0;
	z-index:999;
	width:100px;
	height:19px;
	padding:1px 2px;
	border:1px solid #ddd;
	border-bottom:0 none;
	border-right:0 none;
	cursor:pointer;
	color:#fff;
	background:#193381;
}

div.contactBox div.callback {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:289px;
	height:116px;
	padding:10px;
	margin:0;
	background:#eff0f7;
}

div.w12 div.contactBox div.callback {
	width:299px;
}

div.contactBox div.callback label {
	width:45px;
}

div.contactBox div.callback input {
	padding:1px;
	margin-bottom:3px;
}

div.contactBox div.callback input.submit {
	padding-left:18px;
}



/**
 **************************************************
 TEASER BOX
 *
 * @description: css definitons for FCE: teaser
 **************************************************
**/
div.teaser {
	position:relative;
	float:left;
	width:205px;
	border:1px solid #dfdfee;
	margin:0 11px 11px 0;
	color:#193381;
	background:#eff0f7;
	height:85px;
}

div.teaser .image {
	float:left;
	width:103px;
}

div.teaser .text {
	float:left;
	width:82px;
	padding:5px 10px 5px 10px;
}

div.teaser p {
	line-height:1.2em;
	margin-bottom:0;
}

div.teaser a {
	color:#193381;
}

div.teaser p a {
	text-decoration:underline;
}


/* *** TOOLTIP *** */
a.tooltipDigital {
	position:absolute;
	width:205px;
	height:176px;
	top:165px;
	left:-45px;
	z-index:1000;
	text-indent:-9999px;
	background:url(../img/tooltip-digitaldruck.png) top left no-repeat;
}
