*{
	margin: 0;
	padding: 0;
}


body {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0;
	padding: 0;
	background: #FFF;
	text-align: center;
	color: #8d7e6c;
}

input,
textarea
{
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    color: #8d7e6c;
    font-size: 12px;
    
}

p,span{
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

a{
	color: #de0059;
	text-decoration: none;
}


a:hover{
	color: #de0059;
	text-decoration: underline;
}


img{
	border: none;
}



h1{
	font-size: 32px;
	color: #e60e64;
}


h2{
	font-size: 18px;
	color: #e60e64;
}


.clearer{
	line-height: 0;
	clear: both;
	height: 0;
}


.spacer{
	padding: 0 10px 0 10px;
}






#center{
	width: 100%;
	min-height: 578px;
	background: #FFFFFF;
	margin: 0px auto;
	text-align: left;
}

* html #center{
	height: 578px;
}



#main{
	padding: 20px 100px 20px 100px;
}


#header{
	height: 77px;
	background: #FFFFFF url(../images/searchy_logo.gif) center top no-repeat;
	padding-bottom: 20px;
}

#navigation,
#navigation2
{
	height: 28px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	text-align: center;
	background: #FFFFFF url(../images/nav_bg_repeat_x.gif) repeat-x center top;
}

#navigation2{
	height: 48px;
	background: none;
}


#navigation a,
#navigation2 a
{
	color: #8d7e6c;
	text-decoration: none;
	font-size: 12px;
	line-height: 27px;
}

#navigation a:hover,
#navigation2 a:hover
{
	text-decoration: underline;
}

#navigation .active a,
#navigation2 .active a
{
	text-decoration: underline;
	color: #aca095;
}



#content{
	margin: 0 auto;
}


#footer{
	height: 92px;
	width: 100%;
	padding-top: 75px;
}


#footer .center{
	height: 92px;
	background: #FFFFFF url(../images/footer-links-repeat.gif) repeat-x left bottom;
}

#intro-link{
	float: left;
	height: 92px;
	width: 92px;
}

#footer-links{
	width: 780px;
	margin: 0 auto;
	font-family:"Arial",arial,senf-serif;
	font-size:9px;
	font-style:normal;
	padding-top: 80px;
	padding-left: 50px;
}

* html #footer-links{
	padding-left: 20px;
} 

#footer-txt,
#footer-href
{
	float: left;	
}

#footer-href a
{
	color: #8d7e6c;	
}









### 3 spalter

.col_triple,
.col_double_big_left,
.col_double_big_right,
.col_single
{
	width: 100%;
}



.col3
{
	float: left;
	width: 30%;
	text-align: left;
}

.col3 p,
.col3 h1,
.col3 h2,
.col3 h3,
.col3 h4,
.col3 h5,
.col3 h6,
.col3 span
{
	padding: 0 10px 0 10px;
}




.col_single{
	text-align: justify;
}




.col3.left
{
	padding-right: 5%;
}

.col3.right
{
	padding-left: 5%;
}




.col3.nopadding.left
{
	padding-right: 0;
}

.col3.nopadding.right
{
	padding-left: 0;
}




.col_double_big_left .col3.left{
	width: 65%;
}
.col_double_big_left .col3.right{
	width: 30%;
	padding: 0;
}

.col_double_big_right .col3.right{
	width: 65%;
}
.col_double_big_right .col3.left{
	width: 30%;
	padding: 0;
}





/* KONTAKT BUTTON */


#contact_btn{
	z-index: 100;
	width: 34px,
	height: 70px;
	position: fixed;
	right: 0;
	top: 300px;
}

html * #contact_btn{
	position: absolute;
}



/* LINK LISTE */


.link_list{
	width: 100%;
	padding: 0 20px 0 20px;
}


.link_list thead{
	background-color: #de0059;
	color: #FFFFFF;
}

.link_list thead th{
	font-weight: normal;
	padding: 3px;
	border: 0px solid #FFF;
}

.link_list tbody td{
	padding: 3px;
	background: #FFFFFF url(../images/nav_bg_repeat_x.gif) repeat-x left bottom;
}

.link_list tbody td a{
	color: #de0059;
	text-decoration: none;
}


.link_list tbody td a:hover{
	text-decoration: underline;
}
















/* Powermail */
/* Form */



.tx-powermail-pi1{
    width: 660px;
    margin: 0 auto;
	color: white;
	font-weight: normal;
}


span.powermail_mandatory {
	/* Color of mandatory error message */
	color: white;
}

input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed 
	background-color: red;*/
	background-image: url(/typo3conf/ext/powermail/img/icon_exclamation.gif);
	background-repeat: no-repeat;
	background-position: 100% 2px;
}

div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: white;
	margin: 3px 0 15px 0px;
    clear: both;
}

fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
    width: 660px;
	border: none;
	background-color: #de0059;
    margin: 0;
    padding: 10px 10px 0 10px;
}

fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset 
	font-weight: bold;
	color: black;*/
	display: none;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 200px;
	float: left;
	clear: both;
	font-weight: normal;
}

fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,
fieldset.tx-powermail-pi1_fieldset select.powermail_select {
	/* Input and textarea */
	width: 300px;
    color: #7d6a55;
    font-weight: bold;
}


fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset textarea
{
    color: #7d6a55;
    font-weight: bold; 
    padding: 3px;
}



fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	/* Radiobuttons */
	margin: 5px 0;
}

div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */
	margin: 10px 0;
	width: 50%;
}

fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin: 20px 0 10px 160px;
	font-weight: bold;
}

p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
div.countryzone {
	margin: 10px 0 0 200px;
}

div.tx_powermail_pi1_fieldwrap_html label a {
	/* Description */
	cursor: help;
}

div.tx_powermail_pi1_fieldwrap_html label a dfn {
	/* Description */
	display: none;
}

div.tx_powermail_pi1_fieldwrap_html label a:hover dfn {
	/* Description on mouseover */
	display: block;
	position: absolute;
	width: 250px;
	padding: 5px;
	background-color: #ddd;
	border: 1px solid red;
	color: white;
	text-decoration: none;
	font-size: 0.8em;
}

div.tx_powermail_pi1_fieldwrap_html img.icon_info {
	/* Description icon */
	padding: 2px 2px 0 2px;
}

fieldset.tx-powermail-pi1_fieldset div.even {
	background: none;
	width: 50%;
}


	/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}

	/* THX */
td.powermail_all p.bodytext {
	margin: 0;
}


#powermaildiv_uid1,
#powermaildiv_uid2,
#powermaildiv_uid3,
#powermaildiv_uid4
{
    width: 310px;
    margin-right: 20px;
}

#powermaildiv_uid4 input,
#powermaildiv_uid4 img,
#powermaildiv_uid4 span.tx-srfreecap-pi2-cant-read
{
	float: left;
	clear: both;
	margin: 0 0 10px 0;
   	color: white;
}

#powermaildiv_uid4 span.tx-srfreecap-pi2-cant-read a
{
    color: white;
    text-decoration: underline;
}


#powermaildiv_uid4 input{
    color: #7d6a55;
    font-weight: bold;
    padding: 3px;
}


#powermaildiv_uid4{
	left: 400px;
	top: -70px;
}

#powermaildiv_uid3 {
    left:349px;
    margin:0;
    padding:0;
    position:relative;
    top:-112px;
}

#powermaildiv_uid5{
    margin: 0;
    padding: 0;
    width: 69px;
    height: 34px;
    position: relative;
    bottom: 0;
    left: 350px;
}

#powermaildiv_uid5 input{
    cursor: pointer;
}




.powermail_contact_searchy.powermail_submit.powermail_submit_uid5{
    border: none;
    width: 69px;
    height: 34px;
    margin: 0;
    float: right;
    font-size: 12px;
    color: #7d6a55;
    text-transform: uppercase;
    background: transparent url(../images/senden.gif) no-repeat left bottom;
}


.searchy_form_headline{
    background-color:#DE0059;
    width: 680px;
    text-align: center;
    padding: 15px 0;
    font-size: 19px;
}

.searchy_form_address{
    background-color:#DE0059;
    text-align: left;
    font-size: 16px;
    width: 150px;
    position: relative;
    bottom: 85px;
    left: 10px;
    line-height: 26px;
}

.tx-powermail-pi1_confirmation{
    background-color: #DE0059;
    padding: 10px;
}

.tx-powermail-pi1_confirmation table{
    padding-bottom: 60px;
}


.tx_powermail_pi1_formconfirmation_back,
.tx_powermail_pi1_formconfirmation_submit
{
    width: 120px;
    float: right;
}

.tx-powermail-pi1_confirmation.tx-powermail-pi1_confirmation_back,
.tx-powermail-pi1_confirmation.tx-powermail-pi1_confirmation_submit
{
    color: #FFFFFF;
}









