/*----------------------------------------
Name: global.css
Developed by: Roland Pavic
Date Created: 20.08.2008
Last Updated: 20.08.2008
Copyright: rpquadrat(design)
----------------------------------------*/

/* Imports
----------------------------------------*/
@import url("reset.css");


/* Elements
----------------------------------------*/
body
{
	background-color:#FFFFFF;
	margin-right: auto;
	margin-left: auto;	
}

body, p, td, th, li
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
	color:#000000;
}

iframe {
	scrolling:no;  
	border:none;
}


#mainContainer
{
	width:950px;
	margin: 15px auto;
	margin-right: auto;
	margin-left: auto;
}

p
{
	margin: 0 0 1em 0;
}

/*--- Link Styles ---*/
a:link, a:visited
{
	color:#000000;
}

a:hover, a:active
{
	text-decoration:none;
	color:#0E57A1;
}

h1
{
	color:#0E57A1;
	font-size:16px;
	font-weight:bold;
	margin:9px 15px;
}

h2
{
	color:#2874B5;
	font-size:12px;
	font-weight:bold;
	margin:20px 0px;
}

h3
{
	color:#000;
	margin:9px 15px;
	font-size:11px
}

h4
{
	color:#000;
	margin:9px 15px;
	font-size:11px;
}

h5
{
	color:#000;
	margin:9px 15px;
	font-size:11px;
}

h6
{
	color:#000;
	margin:9px 15px;
	font-size:10px;
}

ul
{
	margin-left:25px;
	list-style-type:none;
}

ol
{
	margin-left:25px;
	
}

blockquote	{margin: 0 0 18px 18px; color:#666666; font-style: italic;}
strong		{font-weight:bold;}
em		{font-style:italic;}

/* Standard Definitions
----------------------------------------*/
.left 		{float:left;}
.right 		{float:right;}
.clearThis 	{clear:both;}
.small		{font-size:.625em;}
.large		{font-size:1em;}
.soft		{color:#D3D3D3;}
.hide		{display:none;}
p.last		{margin-bottom:0px;}

/* Center Content
-----------------------------------------*/
#mainWrapper {
	width:990px;
	margin: 0 auto;
	margin-right: auto;
	text-align: center;	
}

/* Top Navigation
-----------------------------------------*/
#topNaviWrapper {
	width:990px;
	height: 50px;
}

#searchcontent {
	width: 190px;
	margin-top:10px;
	float:left;
	/*border-right: 1px solid #C6C8C8;*/
	height: 30px;
	padding-right: 30px;
	padding-left: 210px;
	/*background-color:red;*/
}

#searchcontent td {
	vertical-align:middle;
	padding:0px 2px;
}

#searchcontent input#suchfeld {
	width:120px;
}

#topNavi {
	width:530px;
	height:50px;
	float:right;
	display: inline;
	/*background-color:green;*/
}

#topNavi ul {
	margin-left:10px;
	margin-top:10px;
	float:right;
}

#topNavi li {
	padding:0px 5px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:30px;
	color:#555555;
	background-image: url(../img/trennlinie_nav_top.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#topNavi li a {
	color:#555555;
	text-decoration:none;
}

#topNavi li a:hover {
	color:#0E57A1;
}

#topNavi li.act a {
	color:#0E57A1;
}

#topNavi li.last, #topNavi li.lastact {
	background:none;
}

#topNavi li.lastact a {
	color:#0E57A1;
}

/* Header
----------------------------------------*/
#header
{
	width:990px;
	clear:both;
	
}

/* Main Navigation
----------------------------------------*/
#mainNavi {
	width:990px;
	height:34px;
	background-color:#0E57A1;
	border-top:1px solid #FFFFFF;
}

#mainNavi ul {
	margin:0px;
}
	
#mainNavi li {
	float:left; 
	margin:6px 1px 0 0;
	line-height:28px;
	font-size:12px;
	font-weight:bold;
}

#mainNavi li a {
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	padding:0 10px;
	border-left: 1px solid #85b1d8;
	background:url(../img/mainNaviBg_off.jpg) no-repeat right;
}

#mainNavi li span {
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	padding:0 10px;
	border-left: 1px solid #85b1d8;
	background:url(../img/mainNaviBg_off.jpg) no-repeat right;
}

#mainNavi li a:hover {
	display:block;
	background:url(../img/mainNaviBg_over.jpg) no-repeat right;
	padding:0 10px;
	border-left: 1px solid #dcdcdc;
	color:#0E57A1;
}
	
#mainNaviBottom {
	width:988px;
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	background-color:#f4f4f4;
	height:8px;
	clear:both;
	margin-bottom:9px;
}

#mainNavi2 {
	margin:	0 0 9px 0;
	padding: 0 0 0 16px;
	background-color:#F4F4F4;
	border: 1px solid #DCDCDC;
	height:24px;
}

#mainNavi2 ul {
	margin:5px 0px;
}

#mainNavi2 li {
	padding:0px 5px;
	border-right: 1px solid #555555;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#555555;
}

#mainNavi2 a {
	color:#555555;
	text-decoration:none;
	
}

#mainNavi2 a:hover{
	color:#0E57A1;
	text-decoration:none;
	border-bottom:1px solid #0E57A1;
}

#mainNavi2 .last {
	border-right:none
}
		
/* Main Content
----------------------------------------*/
#mainContent
{
	width:990px;
	background-color:#FFF;
}

#mainContent pre {
	display:block;
	line-height:28px;
	background-image:url(../img/box_header_990.jpg);
	background-repeat:no-repeat;
	padding:0px 15px;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
}

#mainContent h1 {
	font-size:14px;
	font-weight:bold;
	margin:9px 0px;
	padding:0px 15px;
}

#mainContent p {
	margin:0px 0px 9px 0px;
	padding:0px 15px;
}

.twoColumnsRight {
	width:990px;
	background-image:url(../img/contentBg2cR.png);
	background-repeat:repeat-y;
}

.twoColumnsRightBottom {
	clear:both;
	height:10px;
	width:990px;
	background-image:url(../img/contentBg2cRBottom.png);
	background-repeat:no-repeat;
}

.twoColumnsLeft {
	width:990px;
	background-image:url(../img/contentBg2cL.png);
	background-repeat:repeat-y;
}

.twoColumnsLeftBottom {
	clear:both;
	height:10px;
	width:990px;
	background-image:url(../img/contentBg2cLBottom.png);
	background-repeat:no-repeat;
}

.threeColumns {
	width:990px;
	background-image:url(../img/contentBg3cR.png);
	background-repeat:repeat-y;
}

.threeColumnsBottom {
	clear:both;
	height:10px;
	width:990px;
	background-image:url(../img/contentBg3cRBottom.png);
	background-repeat:no-repeat;
}

.oneColumn {
	width:990px;
}

.oneColumnBottom {
	clear:both;
	height:9px;
	width:990px;
	background-image:url(../img/content_BgBottom.png);
	background-repeat:no-repeat;
}

.content771px {
	width:767px;
	min-height:240px;
	_height:240px;
	border-top: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	padding:1px;
	float:left;
}

.content210px {
	width:206px;
	min-height:200px;
	_height:200px;
	border-top: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	padding:1px;
	float:left;
}

.content210px pre, .content210px h1, .content210px p {
	padding:0px 9px !important;
	
}

.content210 p {
	margin-bottom: 4px;
	
}


.content210 {
	width:206px;
	min-height:200px;
	_height:200px;
	border-top: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	padding:1px;
	float:left;
}

.content210px pre, .content210px h1, .content210px p {
	padding:0px 9px !important;
	
}

.content210 p {
	margin-bottom: 4px;
	
}

#mainContent .threeColumns .content210px h1, #mainContent .threeColumns .content381px h1, #mainContent .twoColumnsRight .content210px h1{
	margin: 9px 0px 7px 0px;
	font-size:12px;
	color:#000000;
}

#mainContent .threeColumns .content210px p, #mainContent .threeColumns .content381px p, #mainContent .twoColumnsRight .content210px p{
	margin:0px 0px 7px 0px;
}

.content381px {
	width:377px;
	min-height:200px;
	_height:200px;
	border-top: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	padding:1px;
	float:left;
}

.content525px {
	width:548px;
	min-height:200px;
	_height:200px;
	border-top: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	padding:1px;
	float:left;
}

.content990px {
	width:986px;
	min-height:100px;
	_height:100px;
	border-top: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	padding:1px;
	margin-right:9px;

}

/* Margin Right für ausgewählte Elemente */

#contentBox1, #contentBox4, #startBox1, #startBox3, #startBox4 {
	margin-right:9px;
}

/* Startseiten Elemente */

#startBox2 h1, #startBox3 h1, #startBox4 h1, #startBox5 h1 {
	margin: 9px 0px 7px 0px;
	font-size:12px;
	color:#000000;
}

#startBox2 p, #startBox3 p, #startBox4 p, #startBox5 p {
	margin:0px 0px 7px 0px;
}

#startBoxContent1 {
	min-height:230px;
	_height:230px;
	background-image:url(../img/Box_bg_771x230.jpg);
	background-repeat:no-repeat;
}

#startBoxContent1 h1 {
	width:480px;
	margin:0;
	padding: 20px 10px 20px 260px;
	font-size:14px;
	font-weight:bold;

	line-height:18px;
	color:#0E57A1;
}

#startBoxContent1 ul {
	width:460px;
	padding: 20px 10px 2px 260px;
}

#startBoxContent1 p {
	width:460px;
	padding: 0px 10px 0px 280px;
}

#startBoxContent1 li {
	padding-left:20px;
	background-image:url(../img/pfeil_blau_kl.gif);
	background-repeat:no-repeat;
	background-position:center left;
	font-size:12px;
	line-height:15px;
}




/* Footer
----------------------------------------*/
#footer
{
	width:990px;
	height:30px;
	padding:10px 0px;
}

#footer hr {
	border: 0;
	color: #d0d0d0;
	background-color: #d0d0d0;
	height: 1px;
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
}

#footer p {
	color:#555;
	font-size:9px;
	line-height: 12px;
	text-align:center;
}

#footerNavi {
	text-align:center;
}

#footerNavi ul {
	margin:15px auto;
	width: 230px;
}

#footerNavi li {
	padding:0px 5px;
	border-right: 1px solid #555555;
	float:left;
	font-size:9px;
	font-weight:bold;
	line-height:18px;
	color:#555555;
}

#footerNavi li a {
	color:#555555;
	text-decoration:none;
}

#footerNavi li a:hover {
	color:#0E57A1;
}

#footerNavi .last {
	border-right:none
}



/* Listen 
----------------------------------------*/

.content210 ul, .content210px ul, .content525px ul, .content990px ul {
	margin-right: 20px;
	margin-bottom: 10px;
}

.content210 li, .content210px li, .content525px li {
	display:block;
	/*height:22px;*/
	line-height:22px;

	padding:1px 0px 1px 14px;
	background-image:url(../img/bg_pfeil_aufzaehlung.jpg);
	background-repeat:no-repeat;
	background-position:-2px 2px;
	/*border-bottom: 1px solid #F0EFF0;*/
	/*font-size:9px;*/
	/*color:#0E57A1;*/
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
}

.content990px li {
	display:block;
	/*height:22px;*/
	line-height:22px;

	padding:1px 0px 1px 14px;
	background-image:url(../img/bg_pfeil_aufzaehlung.jpg);
	background-repeat:no-repeat;
	background-position: -2px 2px;
	/*border-bottom: 1px solid #F0EFF0;*/
	/*font-size:9px;*/
	/*color:#0E57A1;*/
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
}


/* SITEMAP */
.tx-dropdownsitemap-pi1 UL, .tx-dropdownsitemap-pi1 OL {

	list-style: none;

	margin: 0px;

	padding: 0px;

}

.tx-dropdownsitemap-pi1 A, .tx-dropdownsitemap-pi1 A:link, .tx-dropdownsitemap-pi1 A:visited, .tx-dropdownsitemap-pi1 A:hover, .tx-dropdownsitemap-pi1 A:active {

	color: #0E57A1;
	text-decoration:none;
	background-color: inherit;

}

.tx-dropdownsitemap-pi1 DIV {

	margin-left: 20px;

	margin-top: 2px;

	padding: 2px;
	margin-bottom: 6px;

}


.tx-dropdownsitemap-pi1 LI {

	background-image: none;

}

.tx-dropdownsitemap-pi1 LI.open OL {

	display: block;
	background-image: none;

}

.tx-dropdownsitemap-pi1 LI.closed OL {

	display: none;
	background-image: none;

}

.tx-dropdownsitemap-pi1 LI.open UL {

	display: block;
	background-image: none;

}

.tx-dropdownsitemap-pi1 LI.closed UL {

	display: none;
	background-image: none;

}

.tx-dropdownsitemap-pi1 SPAN.ifsub {

	/*text-transform: uppercase;*/

	font-weight: bold;

}

.tx-dropdownsitemap-pi1 SPAN.spc {

	/*text-transform: uppercase;*/

	font-style: italic;

}

.tx-dropdownsitemap-pi1 .description {

	font-style: italic;

	font-size: 80%;

	margin-left: 5px;

}

.tx-dropdownsitemap-pi1 DIV {

}


.tx-dropdownsitemap-pi1 DIV.level_1 SPAN a {

	font-weight: bold;

	
}

.tx-dropdownsitemap-pi1 DIV.level_2 SPAN a {

	color:#000000;
	font-weight: bold;
	margin-left: 14px;

	
}

.tx-dropdownsitemap-pi1 DIV.level_2 SPAN {

	background-image:url(../img/pfeil_blau_kl.gif);
	background-repeat:no-repeat;
	background-position:left;

	
}

.tx-dropdownsitemap-pi1 DIV.level_3 SPAN {

	background-image: none;
	
}

.tx-dropdownsitemap-pi1 DIV.level_3 SPAN a {
	color:#000000;
	font-weight: normal;
	background-image: none;
}

.tx-dropdownsitemap-pi1 DIV.level_4 {

}

.tx-dropdownsitemap-pi1 DIV.level_5 {

}

.tx-dropdownsitemap-pi1 DIV.level_2 SPAN.description {

	background-image: none;
	
}

.tx-dropdownsitemap-pi1 DIV.level_3 SPAN.description {

	background-image: none;
	
}

.tx-dropdownsitemap-pi1 DIV.expAll {

	border: solid 1px {$plugin.tx_dropdownsitemap_pi1.colors.expallBorder};

	background-color: {$plugin.tx_dropdownsitemap_pi1.colors.expallBackground};

	color: inherit;

	padding: 5px;

}

.tx-dropdownsitemap-pi1 IMG {

	margin-right: 5px;

}


/* MAILFORM */
.mailformplus_contactform, .mailformplus_contactform FORM, .mailformplus_contactform TABLE, .mailformplus_contactform TD {
	color:#555555;
}

.mailformplus_contactform .error {
	color:#dd7777;
}

.mailformplus_contactform {
	margin:14px;
}

.mailformplus_contactform INPUT {
	margin-bottom:10px;
	margin-right: 6px;
}

.mailformplus_contactform .text {
	width:200px;
}

.mailformplus_contactform .textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:420px;
}

.mailformplus_contactform LABEL {
	/*font-weight:bold;*/
	/*display:block;*/
	/*float:left;*/
	/*width:100px;*/
	display: inline;
	margin-right: 10px;
	color:#555555;

}

.mailformplus_contactform .radio_caption {
	display:inline;
	width:auto;
	float:none;
	font-weight:normal;
	padding-left:5px;
}

.mailformplus_contactform .caption {
	margin:10px 0 5px 0;
	font-weight:bold;
	
}





/* Bilder in normalen typo3 Content-Elementen ausrichten
---------------------------------------------------------*/

.csc-textpic-imagewrap {

	margin-left: 10px;
	margin-right: 10px;

}


/*  Tabelle Produktvergleich  */

TABLE#produktvergleich td.Headline{
	font-family:		Verdana, sans-serif;
	font-size:			13px;
	color:				#ffffff;
	background-image:	url(../img/bg_head_blau.jpg);
	font-weight:		bold;
	height:50px;
}
TABLE#produktvergleich .Headline2{
	font-family:		Verdana, sans-serif;
	font-size:			13px;
	color:				#000000;
	font-weight:		bold;		
}

TABLE#produktvergleich .Text1{
	font-family:		Verdana, sans-serif;
	font-size:			10px;
	line-height: 		1.4em;
	color:				#000000;
	font-weight:		normal;	
}
TABLE#produktvergleich .Text1Bold{
	font-family:		Verdana, sans-serif;
	font-size:			10px;
	line-height: 		1.4em;
	color:				#000000;
	font-weight:		bold;
	text-align: center;		
}
TABLE#produktvergleich .Text2{
	font-family:		Verdana, sans-serif;
	font-size:			11px;
	color:				#000000;
	font-weight:		normal;		
}
TABLE#produktvergleich .Text2 a{
	font-family:		Verdana, sans-serif;
	font-size:			11px;
	color:				#000000;
	text-decoration:	none;
	border-bottom: 		1px dotted #000000;
}
TABLE#produktvergleich .Text2 a:hover{
	color:				#226CB9;
	text-decoration:	none;
	border-bottom: 		1px dotted #226CB9;
}

TABLE#produktvergleich .TextX{
	font-family:		Verdana, sans-serif;
	font-size:			11px;
	color:				#226CB9;
	font-weight:		bold;
	text-align:center;
}
TABLE#produktvergleich td{
	padding:2px;
}
TABLE#produktvergleich {
	background-color:#CED0D0;
	border: 1px solid #CED0D0;
	border-collapse: collapse;
}



/*  Newsletter-Einbindung  */

DIV#vivio_newsletter, DIV#vivio_newsletter p { font-family:sans-serif; font-size:12px; color: #252525; background: #FFFFFF; }
td.profile_td_name, td.profile_td { vertical-align: middle; padding-top: 7px; font-size:12px; line-height:24px;}
td.profile_td { padding-left:16px; padding-top: 5px; font-size:12px; margin-left:0px; }
td.save_error_td { color: red; font-size:12px; }
td.profile_heading_td { padding-top: 5px; padding-bottom: 5px; padding-left: 2px; font-size:13px; }
DIV#vivio_newsletter input {background: #D4D0C7; border-color:#666666;border-width:1px;}
DIV#vivio_newsletter input.error { border: dotted; border-color: #EE3333; border-width:1px; }
td.profile_error_td { border: dotted; border-color: #EE3333; border-width:1px; font-size:12px; }
table.profile_table {margin:16px;}
table.profile_table input {margin-bottom: 8p;}
table.profile_table select {margin-bottom: 8px;}
tr.profile_button_tr input {margin-top: 20px; margin-bottom: 20px;}






/* PowerMail CSS für Formulare */

div.tx-powermail-pi1_formwrap, div.tx-powermail-pi1 {
  
  margin: 8px;

}

div.tx-powermail-pi1{

  margin: 8px;
  margin-bottom: 30px;

}

.tx-powermail-pi1_formwrap div.clearer {
  
  width: 45%;
  clear: both;

}

fieldset.tx-powermail-pi1_fieldset {

/* Disable border */

border: none;
margin-bottom: 15px;

}



fieldset.tx-powermail-pi1_fieldset label {

/* Style labels */

display: block;

width: 150px;

float: left;

clear: both;

color:#555555;
margin-left: 0px;
padding-left: 0px;

}



fieldset.tx-powermail-pi1_fieldset input,

fieldset.tx-powermail-pi1_fieldset select {

/* Style input fields */

width: 200px;

/*border: none;*/

/*border-bottom: 1px solid black;*/

margin-left: 10px;

}

div.tx_powermail_pi1_fieldwrap_html {

/* Increase margin between every field */

margin: 4px 0;

}

.tx_powermail_pi1_fieldwrap_html_submit {

  margin-top: 30px;

}

fieldset.tx-powermail-pi1_fieldset legend {
  margin-left: 0px;
  padding-left: 0px;
  margin-bottom: 5px;
  font-weight: bold;
}

/* Bestätigungsseite */

div.tx-powermail-pi1_confirmation {
  margin: 8px;
  padding: 0px;
}

div.tx-powermail-pi1_confirmation FORM {
  margin-bottom: 8px;
  margin-top: 8px;
}


div.tx-powermail-pi1_confirmation p {
  /*margin-left: -14px;*/
}

.tx-powermail-pi1_confirmation TABLE.powermail_all_table, .tx-powermail-pi1_thx TABLE.powermail_all_table {
  margin-bottom: 20px;
}

.tx-powermail-pi1_confirmation TD.powermail_all_td, .tx-powermail-pi1_thx TD.powermail_all_td {
  width: 400px;
  padding:2px;
}


div.tx-powermail-pi1, div.tx-powermail-pi1 form, div.tx-powermail-pi1 input, div.tx-powermail-pi1 select {
  margin: 0px;
  margin-left: 8px;
  padding: 0px;
  
 	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#000000; 
}

div.tx-powermail-pi1 legend {
  margin: 0px;
  margin-left: -8px;
  padding: 0px;
}

#mainContent div.tx-powermail-pi1 p.tx_powermail_pi1_fieldwrap_html_checkbox_title {
 margin-left: -16px;
}

#mainContent div.tx-powermail-pi1 div.tx_powermail_pi1_fieldwrap_html_captcha {

  width: 45%;
  margin-top: 30px;
  margin-bottom: 30px;

}


#mainContent div.tx-powermail-pi1 input.powermail_check {

  width: 10px;
  margin-left: 20px;

}


input.validation-failed,
textarea.validation-failed {
	background-color: red;
	/*background-image: url(/typo3conf/ext/powermail/img/icon_exclamation.gif);*/
	/*background-repeat: no-repeat;*/
	/*background-position: 98% 1px;*/
}



div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: red;
	margin: 3px 0 15px 200px;
}

div.tx-wtdirectory-pi1_country,div.tx-wtdirectory-pi1_fax,div.tx-wtdirectory-pi1_www,div.tx-wtdirectory-pi1_products,div.tx-wtdirectory-pi1_vcard,div.tx-wtdirectory-pi1_partnerstatus{margin-bottom:13px!important;}
div.reference-search-form input.text,div.reference-search-form select{width:165px;}
div.fieldset{margin-left:10px;margin-bottom:5px;display:block;float:left;clear:none;}
div.news-list-item{padding-bottom:13px;border-bottom:1px solid #e5e5e5;}
div.news-list-container h3,div.event-list-container h3{clear:both;margin-top:0;}
div.news-list-date,div.events-list-date{margin-top:13px;font-weight:700;color:#969ba0;}
div.news-search-form{height:30px;}
div.news-search-form-submit{vertical-align:bottom;height:100%;}
div.news-latest-container div.news-list-date,div.events-latest-container div.events-list-date{font-weight:400;}
div.browsebox table td p,div.browsebox_table table td p,p.tx-mitdownload-progressbar{padding-left:4px;}
div.browsebox_top{border-bottom:1px solid #3578BE;padding-bottom:7px;}
div.browsebox,div.browsebox_table{margin-top:7px;margin-bottom:7px;width:100%;display:block;}
div.browsebox_bottom{border-top:0px solid #afb4b9;padding-top:7px;}
div.browsebox p,div.browsebox_table p{float:left;margin-bottom:0;}
div.box_content p,div.box div.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,#flashheader .csc-textpic-image,div.news-list-item p.bodytext:last-child,table.search_results{margin-bottom:0;}
.box_image,div.browsebox table td p img,div.browsebox_table table td p img{margin-top:3px;}

table.table{margin-bottom:20px;border-bottom:1px solid #afb4b9;}
table.table td.header{background:url(../img/bg_head_blau_kl.jpg) #3578BE repeat-x;color:#fff;font-weight:700;height:30px;padding-right:22px;padding-top:3px;text-transform:uppercase;}
table.table td.header_last{background:url(../img/table_background_inactive_last_nosort.png) #3578BE no-repeat right top;color:#fff;font-weight:700;padding-top:3px;text-transform:uppercase;}
table.table td.sort{background:url(../img/table_background_inactive.png) #3578BE no-repeat right top;color:#fff;font-weight:700;padding-right:22px;padding-top:3px;text-transform:uppercase;}
table.table td.sort_last{background:url(../img/table_background_inactive_last.png) #3578BE no-repeat right top;color:#fff;font-weight:700;padding-top:3px;text-transform:uppercase;}
table.table td.header a,table.table td.header_last a{color:#fff;font-weight:12;display:block;}
table.references-list,table.partner-list{clear:both;margin-bottom:0;}
table.contenttable td,table.contenttable th,table.table tr td{line-height:14px;padding:3px 5px 5px 6px;}
table.contenttable tr.tr-odd,table.table tr.even,.stripNav li.current{background:#fff;}
table.partner-list td.company{width:300px;}
table.partner-list td.country,table.partner-list td.address{width:150px;}
table.partner-list td.zip,table.partner-list td.status {width:125px;}
table.partner-list td.products{width:0px;}
table.references-list,table.partner-list{clear:both;margin-bottom:0;}
table.references-list td.kunde{width:350px;}

fieldset legend,div.browsebox_bottom p,div.browsebox_table_bottom p,div.tx-indexedsearch-whatis,.print-only,#login_wrapper{display:none;}
input.filter{background:url(../img/sprite.png) 0 -66px;color:#fff;font-weight:700;text-align:center;width:110px;margin-left:6px;height:20px;padding-bottom:3px;}
html[xmlns] .clearfix,ul.menu li a,ul.menu li a,div.browsebox_bottom table td p,div.browsebox_table_bottom table td p,div.fieldset label,div.download_search label,div.news-search-form-submit label{display:block;}
select.disabled,table.contenttable tr.tr-even,table.table tr.odd,div.even,dl.even{background:#f2f2f2;}
.csc-textpic-right DIV.csc-textpic-imagewrap,.csc-textpic-intext-right DIV.csc-textpic-imagewrap,#search,div.browsebox table,div.browsebox_table table{float:right;}
.bold,div.browsebox table td.SCell,div.browsebox_table table td.SCell,div.tx-wtdirectory-pi1_partnertype,ul.tx-mitdownload-progresslink,#lbCaption,.tx-mnogosearch-result-excerpt-selection,.tx-mnogosearch-pi1-result-excerpt-selection{font-weight:600;}


