@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border: none;
}

html {
	height: 100%;
}

body {
	height: 100%;
	font: 12px/15px Arial, Helvetica, sans-serif;
	background: #e6e6e6 url(../images/bg_all.gif) top left repeat-x;
	color: #333;
}

form {
	display: inline;
}

input,select {
	border: 1px solid black;	
}

textarea {
	border: 1px solid black;	
}

a {
	color: #003a6d;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

.clearer {
	clear: both;
	font: 1px/1px Arial, Helvetica, sans-serif;
	width: 1px;
	height:1px;
}

.intro {
	color: #003a6d;
	font-weight: bold;
	width: 280px;
}

.intro p {
	margin: 0 3px 0 3px;	
}

.contentcell {
	vertical-align: top;
	background: #fff url(../images/bg_home_content.gif) top left repeat-x;
	padding: 3px 5px 0 5px;
	color: #fff;
	font-weight: bold;
}

.contentcell p {
	padding: 0;
	margin: 0;
	border: none;
}

.contentcell h1 a {
	font-size: 15px;
	line-height: 15px;
	color: #fff;
	background: none;
	padding: 0;
	margin: 0 0 8px 0;
	border: none;
}

.contentcell a {
	display: block;
	background: #fff url(../images/bg_home_link.gif);
	border: 1px solid #000;
	padding: 1px 5px 2px 16px;
	font-size: 11px;
	line-height: 11px;
	margin-bottom: 6px;
}

.contentcell a:hover {
	text-decoration: none;
}

/***/

#wrapper {
	width: 960px;
	height: 100%;
	margin: 0 auto;
	background: #fff;
}

#head {
	height: 100px; 
	background: #003a6d url(../images/bg_head.gif) top left repeat-x;
}

#meta {
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	height: 18px;
	color: #fff;
	padding: 1px 10px 0 0;
}

#meta a {
	color: #fff;
	text-decoration: none;
}

#brand {
	text-align: right;
}

#nav {
	border-top: 1px solid #fff;
}

#nav #products {
	list-style: none;
	float: left;
	padding-left: 20px;
	width: 450px;
}

#nav #products li {
	float: left;
}

#nav #products li.stopper {
	border-left: 1px solid #fff;
	height: 24px;
}

#nav #products a {
	height: 20px;
	padding: 4px 10px 0 10px;
	background: url(../images/nav_product_bg_i.gif) top left repeat-x;
	display: block;
	color: #fff;
	font-weight: bold;
	border-left: 1px solid #fff;
	text-decoration: none;
	float: left;
	white-space: nowrap;
}

#nav #products a:hover {
	background: #333;
}

#nav #products a.aktiv {
	background: url(../images/nav_bg_a.gif) top left repeat-x;
	color: #000;
}

#nav #corporate {
	list-style: none;
	float: right;
	width: 480px;
}

#nav #corporate li {
	float: right;
}

#nav #corporate li.stopper {
	background: url(../images/nav_corporate_bg_stopper.gif) top right no-repeat;
	width: 75px;
	height: 24px;
}

#nav #corporate a {
	height: 20px;
	padding: 4px 10px 0 10px;
	background: #003a6d;
	display: block;
	color: #fff;
	font-weight: bold;
	border-left: 1px solid #fff;
	text-decoration: none;
	float: left;
	white-space: nowrap;
}

#nav #corporate a:hover {
	background: #333;
}

#nav #corporate a.aktiv {
	background: url(../images/nav_bg_a.gif) top left repeat-x;
	color: #000;
}

/***/

#secnav {
	width: 180px;
	margin: 30px 0 10px 20px;
	float: left;
	display: inline;

}

#secnav ul {
	margin: 0;
	padding: 0;
}

#secnav ul li {
	padding: 3px 0 3px 10px;
	background: #fff url(../images/secnav_l1_bg_i.gif) top left no-repeat;
	color: #003a6d;
	font-size: 12px;
	font-weight: bold;
	list-style: none;
	margin: 0;
}

#secnav ul li.active {
	background: #fff url(../images/secnav_l1_bg_a.gif) top left no-repeat;
}

#secnav ul li.active a {
	color: #fff;
}

#secnav ul li.active li a {
	color: #003a6d;
}

#secnav ul li.active li a:hover {
	color: #000;
}

#secnav a {
	color: #003a6d;
	text-decoration: none;
}

#secnav a:hover {
	color: #000;
}

#secnav ul li ul {
	margin-top: 2px;
}

#secnav ul ul li {
	background: none;
	color: #003a6d;
	font-size: 11px;
	font-weight: normal;
	list-style: none;
	line-height: 15px;
	padding: 3px 0 0 0;
}

#secnav ul ul li a {
	padding: 0 0 0 10px;
	color: #003a6d;
}

#secnav ul ul li a.active {
	background: url(../images/secnav_l2_bg_a.gif) top left no-repeat;
	color: #000;
	font-weight: bold;
}

#main {
	background: #fff;
	clear: both;
}

#content {
	float: right; 
	width: 730px; 
	margin: 30px 10px 0 0;
	background: #fff;
}

#footer {
	clear: both; 
	padding: 10px 0 10px 220px; 
	color: #003a6d; 
	font-size: 10px;
	background: #fff;
}

/***/

#content h1 {
	font: 24px/32px Arial, Helvetica, sans-serif;
	color: #003a6d;
	font-weight: bold;
	margin: 0 0 7px 0;
}

#content h2 {
	font: 18px/24px Arial, Helvetica, sans-serif;
	color: #003a6d;
	font-weight: normal;
	margin: 20px 0 7px 0;
}

#content h3 {
	font: 15px/18px Arial, Helvetica, sans-serif;
	color: #003a6d;
	font-weight: normal;
	margin: 20px 0 7px 0;
}

#content h4 {
	font: 12px/15px Arial, Helvetica, sans-serif;
	color: #003a6d;
	font-weight: bold;
	margin: 0 0 7px 0;
}

#content p {
	margin: 0 0 7px 0;
}

#content ul  {
	margin: 0 0 7px 1.3em;
	padding: 0;
}

#content ol  {
	margin: 0 0 7px 1.4em;
	padding: 0;
}

#content li  {
	margin: 0 0 4px;
	padding: 0;
}

	

#content table {
	border: 1px solid #7f9cb6;
	font-size: 11px;
}

#content table td {
	padding: 2px 5px;
	vertical-align: top;
	text-align: left;
}

#content table tr {
	background: #bfceda;
}

#content table tr.odd {
	background: #fff;
}

#content #image {
	float: right;
	width: 295px;
}

#content #image ul {
	margin: 0 0 0 1.3em;
	padding: 0;
}


#content #image li {
	padding: 0;
	margin: 0 0 5px 0;
	list-style-image: url(../images/bg_margin_link.gif);
	font-weight: bold;
}

#content #description {
	float: left;
	width: 415px;
}

/*** Home-Styles ***/

#homeMain {
	background: #fff url(../images/bg_home.gif) top left repeat-x;
	padding: 30px 20px;
}

.tx-srlanguagemenu-pi1 {
	display: inline;
}
.tx-srlanguagemenu-pi1 div {
	display: inline;
}

/* powermail styles */
.tx_powermail_pi1_fieldwrap_html {margin: 3px 0 3px 0;}
.tx_powermail_pi1_fieldwrap_html_text {clear: both;}
.tx_powermail_pi1_fieldwrap_html_text label {display:block; width: 200px; float:left;}

.tx_powermail_pi1_fieldwrap_html_textarea {clear: both;}
.tx_powermail_pi1_fieldwrap_html_textarea label {display:block; width: 200px; float:left;}

.tx_powermail_pi1_fieldwrap_html_select {clear: both;}
.tx_powermail_pi1_fieldwrap_html_select label {display:block; width: 200px; float:left;}

.tx_powermail_pi1_fieldwrap_html_radio {clear: both; margin-top: 5px;}
.tx_powermail_pi1_fieldwrap_html_radio .tx_powermail_pi1_fieldwrap_html_radio_title {width: 200px; float: left;}
.powermail_radio_inner label {display:inline; width: 100px;}

.tx_powermail_pi1_fieldwrap_html_check {clear: both; margin-top: 5px;}
.tx_powermail_pi1_fieldwrap_html_check .tx_powermail_pi1_fieldwrap_html_checkbox_title {width: 200px; float: left;}
.powermail_check_inner label {display:inline; width: 100px;}

.tx_powermail_pi1_fieldwrap_html_captcha {clear: both;}
.tx_powermail_pi1_fieldwrap_html_captcha label {display:block; width: 200px; float:left;}
.tx_powermail_pi1_fieldwrap_html_captcha .tx-srfreecap-pi2-image {clear: both; display: block}
.tx_powermail_pi1_fieldwrap_html_submit {clear: both;}
.tx_powermail_pi1_fieldwrap_html_submit label {display:block; width: 200px; float:left;}
