@charset "UTF-8";
/* ################################################################
** # "YAML for TYPO3" (c) by You if you put something in here :) ##
** ################################################################
**
**  Date     : 23.8.07
**  File     : myOwnStyles.css
**  Function : This file is not part of the YAML-CSS-Framework.
**             It was included to give the user the possibility to quickly apply tests, changes or
**             whatever with no need to change the YAML-files and mess up anything.
**             Hmmm. Does this make sense? Anyway, use it or just leave it empty. It will do no harm.
**             This is the last stylesheet beeing imported. So, everything can be overwritten here.
**             Be careful what you put in here and don't hold us responsible for anything that goes wrong...
*/
@media all
{
/* Your styles here */

#page {border:0}

#nav {
	clear:both;
	display:block;
	height:30px;
	width:auto;
}

div#teaser {
	display:none;
}

div#header_pagetitle {
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	left: 275px;
	top:65px;
	color: black;
}
table#table_search {
	width:240px;
	padding:0;
	margin:0;
	border:none;
}
table#table_search td {
	font-weight:bold;
	font-size:11px;
}
table#table_search td.cell_search {
	text-align:right;
}
table#table_search input {
	width: 170px;
	border: 1px solid black !important;
}

div#dc_shoplink {
	display:block;
	width:240px;
	height:25px;
	background-color:#eff7f5;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding-top:5px;
}

div#dc_shoplink:hover {
	background-color:#d6ebe7;
}
div#dc_shoplink  a {
	color:#000000;
	font-size:16px;
	font-weight:bold;
	padding:5px 0 5px 10px;
	width:100%;
	text-decoration:none !important;
}

div#col3  p {
	line-height: 17px !important;
}
div#col3 {
	font-size:15px !important;
}

form#dc_partnerlogin {
	font-size: 16px;
	font-weight:bold;
}
form#dc_partnerlogin input {
	margin-left:0 !important;
}


form#dc_partnerlogin input.txt{
	width: 310px;
	height:15px;
	border:1px solid black;

}

div.tx-thmailformplus-pi1 {
	width:700px;
}

form#kontakt {
	width:100%;
}
form#kontakt label {
	font-size: 11px;
	font-weight: bold;
}

form#kontakt .kontakt_column {
	display:block;
	width:260px;
	float:left;
}
form#kontakt input[type=text] {
	margin-left:0 !important;
	width:230px;
	height:15px;
	border:1px solid black;
	font-size:0.85em;
}
form#kontakt input[type=checkbox] {
	margin-left:0 !important;
	border:1px solid black;
}

form#kontakt textarea {
	margin-left:0 !important;
	border: 1px solid black;
	width: 490px;
	font-size:0.85em;
}

form#kontakt input.button {
	background-color: #00AA9B;
	color: black;
	font-weight:bold;
	margin-left:0 !important;
}

form#kontakt .formerror {
	background-color: #ffdddd;
}
/*#### indexed search ############################################*/

.tx-indexedsearch {
	font-size:11px;
	font-style: normal !important;
}

.tx-indexedsearch .tx-indexedsearch-searchbox input, .tx-indexedsearch .tx-indexedsearch-searchbox select {
    border:1px solid #ccc;
    color:#333333;
    
    margin:0 10px 0px 5px;
    padding:0pt 0pt 0pt 2px;
}
.tx-indexedsearch p {
    margin:1em 0pt 0pt;
    padding:0pt 10px;
    
}

.tx-indexedsearch td {
    vertical-align:top;
    padding-bottom:15px;
}
.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button  {
    background:#00AA9B;
    color:#000000;
    cursor:pointer;
    font-weight:bold;
}

.tx-indexedsearch .tx-indexedsearch-res td, .tx-indexedsearch .tx-indexedsearch-browsebox td {
    padding:3px;
}
.tx-indexedsearch .tx-indexedsearch-res p {
    padding:0px; margin:0;
}
}