/* Table */
.produkttable
{
	border-collapse: collapse;
	width: 100%;
}

.produkttable td, .produkttable th { border: solid 1px #666; padding: 2px; padding-left: 3px; padding-right: 3px; vertical-align: top;}
.produkttable .tr-odd { background-color: #e2e2e2; }

/* indexsearch */

.searchbox-button-lupe
{
	margin-top: 2px;
	margin-left: 8px;
	margin-bottom: 0px;
}

#searchbox_1
{
	float: left;
}

#searchbox_2
{
	float: left;
}

.ac_results
{	
	text-align: left;
}

.searchbox-sword:focus, #header .input:focus
{
	background-color: #0050a4;
	color: white;
}

.searchbox-sword, #header .input
{
	font-family: Arial, sans-serif;
   	font-size: 12px;
   	color: #a3a4a7;
   	background-color: white;
   	border: 1px solid #a3a4a7;
   	margin-bottom: 0px;
   	padding: 1px;
   	padding-top: 1px;
   	padding-left: 5px;
   	width: 146px; height: 13px;
   	margin-top: 1px;
}

.searchbox-button, #header .submit
{
	font-family: Arial, sans-serif;
   	font-size: 12px;
   	color: black;
  	background-color: #fff;
  	border: 1px solid orange;
   	margin-bottom: 1px;
   	padding-bottom: 2px;
  	width: 30px; height: 18px;
}

/* tt_news */

.news-single-img 
{
	text-align: center;
}

.news-list-title a
{
	letter-spacing: 1px;
}

.news-list-container
{
	margin-top: 6px;
}

.news-single-timedata
{
	color: #999999;
	font-size: 11px;
}

.news-single-backlink
{
	margin-top: 12px;
	text-align: center;
}

.news-list-item
{
	margin-left: 14px;
	padding-bottom: 14px;
}

/* -Typo3 FORM MAIL- */

.csc-mailform
{
  	border: 0px;
  	text-align: center;
  	width: 100%;
  	margin-top: 20px;
  	margin: 0 auto;
}

label
{
	width: 9em;
  	font-size: 13px;
  	padding: 2px 5px 0px 8px;
  	float: left;
  	text-align: right;
}

* HTML label
{
	width: 10em;
}

.mf-submit
{
   	font-family: Arial, sans-serif;
   	font-size: 12px;
   	color: white;
  	background-color: #001d4b;
  	border: 1px solid #001d4b;
   	margin-bottom: 2px;
  	width: 302px; height: 18px;
  	float: right;
  	margin-right: 8px;
}

* HTML .mf-submit
{
	margin-right: 0px;
}

.mf-input
{
   	font-family: Arial, sans-serif;
   	font-size: 12px;
   	color: #000;
   	background-color: #fff;
   	border: 1px solid #ccc;
   	margin-bottom: 2px;
   	width: 300px; height: 14px;
}

.csc-mailform-check
{
	float: left;
	margin-left: 7px;
}

* HTML .mf-input
{
	height: 16px;
}
* HTML .mf-input_error
{
	height: 16px;
}

.mf-textarea
{
   	font-family: Arial, sans-serif;
   	font-size: 12px;
   	color: #000000;
   	background-color: #fff;
  	border: 1px solid #ccc;
  	margin-bottom: 2px;
	width: 300px; height: 100px;
}

.mf-select
{
	font-family: Arial, sans-serif;
   	font-size: 12px;
  	color: #000000;
  	background-color: #fff;
   	border: 1px solid #ccc;
  	margin-bottom: 2px;
   	width: 242px; height: 16px;
}

* HTMl .mf-select
{
	border: #000000; border-style: solid; border-top-width: 1px; border-right-width: 1px;
}