@CHARSET "UTF-8";

/* $Id: style.css 23 2007-10-15 10:15:59Z red $ */

/* GENERAL 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;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #444444;
	background: #e1e7ed url(../images/backpanel.png) repeat-x 50% 0;
}
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: "" "";
}

/* GENERAL LAYOUT */
/******************/
body {
	font-family: Arial, sans-serif;	
}
strong {
	font-weight: bold;
}
#wrapper {
	width: 760px;
	margin: auto;
	padding: 0px;
}
#header {
	background: transparent url(../images/header.jpg) no-repeat 0 0;
	height: 181px;
	width: 760px;
	position: relative;
}
#header h1 {
	display:none;
}
#footer {
	background: transparent url(../images/footer_bg.png) no-repeat 100% 0px;
	padding: 0px 20px 0px 20px;
	height: 50px;
	font-size: 11px;
}
#mainwrapper {
	background: #f2f4f5 url(../images/mainwrapper_bg.png) repeat-x 0px 0px;
}
#main {
	background: transparent url(../images/main_bg.png) repeat-y 100% 100%;
}
#sidebar {
	background: #f2f4f5 url(../images/sidebar_bg.png) no-repeat  0px 0px;
	float: left;
}
#sidebar_main {
	width: 160px;
	padding: 26px 20px 20px 20px;
	margin: 35px 0px 30px 0px;
}
#content_panel {
	float: right;
	width: 560px;
}
#content {
	padding: 0px 20px 50px 25px;
}
#main:after,
.content_blocks:after,
.content_blocks .inner:after,
.csc-textpic:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}


#content ul  {
	list-style-type: none;
	padding: 0;
	margin: 8px 0 0 0;
}

#content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../images/icon_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 8px 0px;
}

#content td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

#content img.spacer-gif {
	display:none;
}

p.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0;
	padding: 0;
}

#player {
	float: left !important;
	margin: 0 !important;
	border: 3px solid #A5BBDD !important;
}


/* HEADER */
/**********/
#header #langchooser {
	float: right;
	padding: 20px 18px 0px 0px;
	font-size: 10px;
	color: #84aad3;
}
#header #langchooser a {
	padding: 0px 2px 0px 2px;
	color: #d1b876;
}
#header #langchooser a.act {
	color: #d2e0ef;
	font-weight: bold;
	text-decoration: none;
}

#header #search {
	position: absolute;
	right: 20px;
	bottom: 10px;
}
#header #search label {
	display:block;
	float: left;
/*	background: transparent url(../images/suche.gif) no-repeat 0% 50%;*/
	height: 18px;
	margin-right: 5px;
/*	width: 38px;*/
}
#header #searchfield {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 133px;
	font-size: 10px;
	color: #888888;
	padding: 2px 3px 1px 3px;
	background-color: #f3f5f7;
	border-top: #c0c1c3 1px solid;
	border-left: #c0c1c3 1px solid;
	border-bottom: #f9fafb 1px solid;
	border-right: #f9fafb 1px solid;
}
#header #search .button,#header #search .button img {
	border: none 0px transparent;
	background: transparent;
	margin: 0px;
	padding: 0px;
}
#header #search .button {
	margin-left: 5px;
	cursor: pointer;
}
#header #search span {
	display: none;
}

a {
	color: #000000;
}
a:hover {
	color: #4b0082;
}


/* FOOTER */
/**********/

#footer #tools {
	float: right;
	padding-top: 20px;
}
#footer #copyright {
	float: left;
	padding-top: 20px;
	color: #777777;
}
#footer #page_send {
	background: transparent url(../images/page_send.gif) no-repeat 0px 50%;
	padding: 0 15px 0 17px;
}
#footer #page_print {
	background: transparent url(../images/page_print.gif) no-repeat 0px 50%;
	padding: 0 15px 0 16px;
}
#footer #go_up {
	background: transparent url(../images/go_up.gif) no-repeat 0px 50%;
	padding: 0 0 0 15px;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #4b0082;
	text-decoration: underline;
}

/* NAVIGATION */
/**************/

#navigation {
	height: 35px;
	margin-bottom: 26px;
}
#navigation a {
	display: block;
	width: 112px;
	height: 35px;
	float: left;
	overflow: hidden;
}
#navigation a span {
	display: none;
}
#navigation a {
	border-bottom: #ccc solid 1px;
}
#nav_home {
	background: transparent url(../images/nav_home.png) no-repeat;
}
#nav_home.act {
	background: transparent url(../images/nav_home_act.png) no-repeat;
}
#nav_company {
	background: transparent url(../images/nav_company.png) no-repeat;
}
#nav_products {
	background: transparent url(../images/nav_products.png) no-repeat;
}
#nav_information {
	background: transparent url(../images/nav_information.png) no-repeat;
}
#nav_contact {
	background: transparent url(../images/nav_contact.png) no-repeat;
}
#navigation .act {
	border-bottom: none transparent 0px !important;
}

/* SUBNAVIGATION */
/*****************/

#subnavigation {
	/*margin-bottom: 20px;*/
}
#subnavigation ul {
	border-top: 1px solid #caced1;
	border-bottom: 1px solid #edeff2;
}
#subnavigation ul li {
	border-top: 1px solid #edeff2;
	border-bottom: 1px solid #caced1;
	margin: 0;
	padding: 0;
}
#subnavigation ul li.act {
	border-top: 1px solid #edeff2;
	border-bottom: 1px solid #caced1;
	margin: 0;
	padding: 0;
}
#subnavigation ul li a {
	display: block !important;
	padding: 7px 10px 7px 10px;
	color: #153a92;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
}
#subnavigation ul li a:hover {
	text-decoration: underline;
	background-color: #edeff2;
}
#subnavigation ul li a.act {
	display: block !important;
	padding: 7px 10px 7px 10px;
	color: #ed1c24;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	background-color: #edeff2;
}
#subnavigation ul li a:hover.act {
	text-decoration: underline;
}
#subnavigation ul ul {
	border: none !important;
	margin: 0;
	padding: 0 0 3px 0 !important;
	background-color: #edeff2;
}
#subnavigation ul li li {
	border: none !important;
	margin: 0;
	padding: 0;
}
#subnavigation ul li li.act {
	border: none !important;
	margin: 0;
	padding: 0;
}
#subnavigation ul li li a {
	display: block !important;
	padding: 0px 10px 4px 20px;
	margin: -3px 0 2px 0;
	color: #153a92;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	border: none !important;
	line-height: 12px;
	background-color: #edeff2;
}
#subnavigation ul li li a:hover {
	text-decoration: underline;
	background-color: #edeff2;
}
#subnavigation ul li li a.act {
	display: block !important;
	padding: 0px 10px 4px 20px;
	margin: -3px 0 2px 0;
	color: #ed1c24;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	border: none !important;
	line-height: 12px;
	background-color: #edeff2;
}
#subnavigation ul li li a:hover.act {
	text-decoration: underline;
	background-color: #edeff2;
}


/* CONTENT */
/***********/

div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border: 2px solid #A5BDDD !important;
	padding: 0px;
}

#content h1,#content h2,#content p,#content h3 {
	margin: 0px 15px 15px 0px;
}
#content p,.content_blocks .block {
	color: #444444;
	font-size: 11px;
	line-height: 14px;
}
#content .copy {
	font-weight: bold;
}
#content h1 img {
	margin: 0px 0px 0px -2px;
}
.content_blocks {
	margin: -8px 0 0 0;
	padding: 0 0 0 25px;
}
.content_blocks p {
	margin-bottom: 5px;
}
.content_blocks .right {
	width: 250px;
	float: left;
	margin: 0;
	padding: 0;
}
.content_blocks .left {
	width: 260px;
	float: left;
	margin: 0;
	padding: 0;
}
.content_blocks .block {
	position: relative;
}
.content_blocks .block h3 {
	margin-bottom: 12px;
}
.content_blocks .block .inner h4 {
	font-weight: bold;
}
.csc-textpic-imagewrap {
	margin: 0 !important;
	padding: 0 !important;
}
.content_blocks .block .csc-textpic-imagewrap img {
	border: 2px solid #a5bddd !important;
	margin: 0 0 0 1px !important;
	padding: 0 !important;
}
.content_blocks .block .csc-textpic-text {
	width: 130px !important;
	float: left;
	margin: -2px 0 0 0;
	padding: 0;
}

/* SIDEBAR */
/***********/
#wussten_sie {
	margin: 20px 0 0 0;
}
#sidebar h2,#sidebar .news p, #sidebar .tx-mininews-pi1-fp_listrow {
	margin: 0 -1px 25px 1px;
}
#sidebar .tx-mininews-pi1-fp_listrow .tx-mininews-pi1-fp_listrowField-datetime,#sidebar .news h3,#sidebar .block h3, #wussten_sie_content p {
	font-weight: bold;
	margin: 0 0 0 0;
}
#sidebar .tx-mininews-pi1-fp_listrow-first {
	margin: 0 0 15px 0;
}
#sidebar .tx-mininews-pi1-fp_listrow-normal {
	margin: 0 0 15px 0;
}
#wussten_sie_content p {
	color: #666;
}
#wussten_sie_content h3 {
	margin-bottom: -5px !important;
}
#sidebar .tx-mininews-pi1-fp_listrow p,#sidebar .news h3,#sidebar .news p,#sidebar .block {
	color: #444;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0 0;
}
#wussten_sie_content {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
#sidebar .block {
	border-color: #cfd1d3 #f1f2f3 #f1f2f3 #cfd1d3;
	border-style: solid;
	border-width: 1px;
	background-color: #e3e5e7;
	padding: 10px;
}
#sidebar .block p {
	margin: 0px 0px 5px 0px;
}
#sidebar h3 img {
	margin: 0px 0px 7px 0px;
}

h3.feature_header {
	margin: 0px 15px 15px 0px !important;
}

/* NEWS */
/********/
.tx-mininews-pi1-listrow p {
	margin: 0 !important;
	padding: 0 30px 0 0 !important;
}
.tx-mininews-pi1-listrow-first, .tx-mininews-pi1-listrow-normal, .tx-mininews-pi1-listrow-last {
	margin: 0 0 17px 0 !important;
	padding: 0 !important;
}
.tx-mininews-pi1-listrowField-datetime {
	font-weight: bold !important;
	margin: 0 !important;
	padding: 0 !important;
}
.tx-mininews-pi1-listrowField-title {
	margin: 0 !important;
	padding: 0 !important;
}
.tx-mininews-pi1-listrowField-teaser {
	margin: 0 !important;
	padding: 0 !important;
}
.tx-mininews-pi1-searchbox, .tx-mininews-pi1-browsebox p {
	display: none;
}
.tx-mininews-pi1-browsebox table p {
	display: inline;
}

.tx-mininews-pi1-singleViewField-datetime {
	font-weight: bold !important;
	margin: 0 0 5px 0 !important;
	padding: 0 !important;
}
.tx-mininews-pi1-singleView {
	margin: 0 5px 5px 0 !important;
	padding: 0 30px 5px 0 !important;
	border-bottom: 1px solid #CCCCCC;
}
.tx-mininews-pi1-singleView h2 {
	color: #4b0082 !important;
	font-weight: bold !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 17px !important;
	margin: 0 0 15px 0 !important;
	padding: 0 !important;
}
h3 {
	color: #000000!important;
	font-weight: bold !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	margin: 0 !important;
	padding: 0 !important;
}
.tx-mininews-pi1-singleViewField-teaser {
	font-style: normal !important;
	font-weight: bold !important;
	margin: 0 0 15px 0 !important;
	padding: 0 !important;
}
.tx-mininews-pi1-fp_listrowField-more-link {
	display: none;
}
.tx-mininews-pi1 hr {
	display: none;
}

/* Recommend page form */
/***********************/

body.recommendPage {
	background-image: none;
	padding: 25px 0px 0px 25px;
}
body.recommendPage div.csc-mailform-field input.csc-mailform-submit {
	margin: 16px 0px 0px 103px;
}

body.recommendPage h1 {
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:16px;
	color: #1a3e95;
}

div.csc-mailform-field label
{
	width: 100px;
	float: left;
	display: block;
	font-weight: bold;
	font-size: 11px;
	color: #444444;
}
fieldset {
	border: 0px;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.csc-mailform-field input, div.csc-mailform-field textarea {
	width: 300px;
	color: #666666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border-top: 1px solid #abaeb2;
	border-bottom: 1px solid #abaeb2;
	border-left: 1px solid #abaeb2;
	border-right: 1px solid #abaeb2;
	padding: 1px 3px 1px 3px;
	margin: 0px 0px 5px 0px;
}
div.csc-mailform-field input.csc-mailform-submit {
	border: 0px;
	background-color: #1a3e95;;
	font-weight: bold;
	color: #FFFFFF;
	width: 150px;
	margin: 10px 0px 5px 100px;
}

/* ------------------------ */

