@import url("rte.css");

body {
	background: white url('bodyBG.png') repeat-x;
	text-align: center;
	font-family: tahoma,verdana;
	font-size: 12px;
	color: #57595b;
	margin: 10px 0 0 0;
	padding: 0;
}

div.flashheader {
	height: 237px;
	overflow: hidden;
}

div.wrapper {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 903px;
}

div#col1 { 
	width: 400px; 
	padding: 10px 20px 20px 20px;
	float: left;
}

div#col2 { 	
	width: 400px; 
	padding: 10px 20px 20px 20px;
	float: right;
}

div#col3 {
	clear: both;
	padding: 10px 20px 20px 20px;
	width: 903px;
}

div#footer {
	border-top: 1px solid #999999;
	padding-top: 5px;
	text-align: right;
}

div#footer A:link, div#footer A:visited {
	color: #57595B;
	text-decoration: none;
	font-size: 11px;
}

div#footer A:hover {
	text-decoration: underline;
}


div#content H1 {
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 15px 0;
}

div#content P {
	margin-top: 0px;
	line-height: 18px;
}

/***************************
* Link
****************************/
A:link,  A:visited {
	text-decoration: underline;
	color: #4f6f8e;
}

A:hover {
	text-decoration: none;
}

/***************************
* Topheader
****************************/
div.topheader {
	height: 15px;
	text-align: right;
	color: #83878a;	
	margin-right: 12px;
}	

div.topheader A:link, div.topheader A:visited {
	color: #83878a;	
	text-decoration: none;
}

div.topheader A:hover {
	text-decoration: underline;
}

div.topheader div.lang{
	float: right;
	margin-right: 10px;
	font-size: 11px;
}

.tx-srlanguagemenu-pi1 {
	float: right;
}

.tx-srlanguagemenu-pi1 DIV {
	float: left;
	margin-right: 5px;
}

.tx-srlanguagemenu-pi1 DIV IMG{
	border: none;
}

/***************************
* Navigation (mainnav)
****************************/
div#mainnav {
	position: absolute;
	top: 260px;
	width: 860px;
	margin: 0 20px 0 20px;
	font-size: 12px;
	color: #83878a;
	text-align: right;
	z-index: 1000;
}

div#mainnav A:link, div#mainnav A:visited {
	text-decoration: none;
	padding: 0px 15px;
	font-size: 12px;
	color: #83878a;
}

div#mainnav A:hover {
	color: #4f6f8e;
}

div#mainnav A.selected {
	color: #4f6f8e;
	font-weight: bold;
}


/***************************
* Navigation (subnav)
****************************/
div#subnavwrapper {
	margin: 19px 0 0 0;
	height: 47px;
	width: 907px;
}

div#subnav {
	text-align: right;
	padding-top: 12px;
	color: white;
	font-size: 12px;
	width: 880px;
}

div#subnav A:link, div#subnav A:visited {
	padding: 0px 15px;
	font-size: 12px;
	color: #83878A;
	text-decoration: none;
}

div#subnav A:hover {
	color: #4F6F8E;
}

div#subnav .subnavspacer {
	width: 100px;
	border: 1px solid black;
}

div#subnav A.selected {
	color: #4F6F8E !important;
	font-weight: bold;
}



/***************************
* Tabelle
****************************/

#col3 TABLE {
	width: 850px;
	border-collapse: separate;
    border-spacing: 0;
	font-size: 11px;
}

#col3 TABLE TD { 
	border-bottom: 1px solid white; 
	padding: 2px 1px;
}

#col3 TABLE  TH {
	font-weight: bold;
	padding: 0 2px;
	vertical-align: top;
	border-top: 1px solid #d3d4d7;
	padding-top: 10px;
	
}

#col3 TABLE TR.even TD.download {
	background: #ededef url('downloadIcon0.gif') no-repeat right center;
}

#col3 TABLE TR.odd  TD.download {
	background: #f7f7f9 url('downloadIcon0.gif') no-repeat right center;
}

#col3 TABLE  TR.even {
	background: #ededef;
}

#col3 TABLE  TR.odd {
	background: #f7f7f9;
}

#col3 TABLE TR:hover {
	background: #dce6f0;
}

#col3 TABLE TR:hover TD.download {
	background: #dce6f0 url('downloadIcon1.gif') no-repeat right center;
}

#col3 TABLE TR:hover TH {
	background: transparent;
}

#col3 TABLE TD.download A:hover {
	text-decoration: none;
}

#col3 TABLE TD.emph {
	font-weight: bold;
	color: #4f6f8e;
}

#col3 TABLE TD.emph A:link {
	text-decoration: underline;
	color: #4f6f8e;
}

#col3 TABLE TH.download, #col3 TABLE TR:hover TH.download {
	background: white url('pdfdownload.gif') no-repeat right 10px;
}
#col3 TABLE TR:hover TH { background: white }



table .download A:link, table .download A:visited {
	text-decoration: none;
	color: #83878a;
	color: #4f6f8e;
}

table A:hover {
	text-decoration: underline;
}

/**********************************
* Content-Box-Formate
***********************************/
.contentbox {
    background-color: #e8e7db;
    padding: 5px;
    border-top: 1px dotted #999999;
    border-bottom: 1px dotted #999999; 
	margin: 0 0 20px 0;
} 

div#content .contentbox P {
	font-size: 12px !important;
}

.tickerbox {
    background-color: #e8e7db;
    padding: 5px;
    border-top: 1px dotted #999999;
    border-bottom: 1px dotted #999999;
	font-family: courier;
	margin: 0 0 20px 0;
	font-size: 14px;
} 

.tickerbox P {
	margin: 0;
	padding: 0;
}

.tickerbox A:link, .tickerbox A:visited {
	text-decoration: none;
}

.tickerbox A:hover {
	text-decoration: underline;
}

div#content .contentbox H1, div#content .tickerbox H1 {
	padding: 0;
	margin: 0 0 5px 0;
	font-weight: bold;
	font-size: 12px;
}



/**********************************
* Kontaktformular
***********************************/

table.mailform {
	width: 400px;
}

table.mailform label {
	color: #4a5158;
	font-weight: normal;
}

table.mailform TH{
	color: #4a5158;
	font-weight: normal;
	text-align: right;
	padding: 4px 4px 0 0;
	vertical-align: top;
	width: 140px;
}

table.mailform SPAN {
	color: #4a5158;
	font-weight: normal;
	text-align: right;
	padding: 4px 4px 0 0;
}


table.mailform TEXTAREA {
	width: 260px;
}

table.mailform INPUT {
	width: 260px;
}

table.mailform #user_copy {
	width: 20px;
}

div#content UL.error{
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0;
	color: #94421a;
}



/**********************************
* Vertriebspartner-Sonderformatierung
***********************************/
.floatleft {
	float: left;
	width: 220px;
	height: 200px;
}

.marginleft {
	margin-left: 200px;
}