﻿@charset "utf-8";

/* Author: Dennis Schmerbeck */
/* Company: Euroweb Internet GmbH */
/* Copyright: 2009 - Dennis Schmerbeck & Euroweb Internet GmbH */
 
/*==================================================
    => custom settings
==================================================*/
 
form label,
form input,
form textarea,
form select,
p#fehlermeldung,
div#meldung {
   width:280px;
   font:inherit;
   color:inherit;
   border:1px dashed #cacbd5;
   background:#fcfcfc url(../images/form-hg.png) repeat-x;
   height:18px;
}

form input#austragen,
form input#eintragen,
form input#reset,
form input#reset2,
form input#submit, {
   background:#8f0711;
   color:#fff;
   border:none;
   height:30px;
}

input:hover,
input:focus,
textarea:focus,
textarea:hover {
   background:#efefef;
   color:#000;
   border:1px solid #cacbd5;
}

/*==================================================
    => global settings
==================================================*/
 
/*------------------ =form  ----------------------*/
 
form#Kontaktformular,
form#Anmeldung,
form#Abmeldung {
   margin:0 0 20px 0;
   padding:0 0 10px 0;
}

form label,
form input,
form textarea,
form selcect {
   display:block;
   float:left;
   margin:10px 5px 0 0;
}

form br {
   clear:left;
}

/*------------------ =inputs  --------------------*/
 

form input#austragen,
form input#eintragen,
form input#reset,
form input#reset2,
form input#submit {
   width:282px;
	height:27px;
   padding:5px;
   cursor:pointer;
   clear:both;
	background:#8f0711;
	color:#fff;
}

form textarea {
   overflow:auto;
   height:140px;
}

form fieldset input[type=hidden],
form fieldset input.hidden {
   display:none;
   border:0;
   padding:0;
   height:0.0em;
   line-height:0.0em;
}

form input#Telefon {
   width:191px;
}

form input.checkbox {
   width:20px;
   margin-top:13px;
   border:none;
   background:transparent;
   height:15px;
   _margin-left:-10px;
}

form input.radio {
   width:20px;
   margin-top:5px;
   border:none;
   background:transparent;
   height:12px;
}

/*------------------ =labels  --------------------*/
 

form label.radio,
form label.radio-small {
   width:auto;
   border:none;
   background:transparent;
}

form label.radio-small {
   margin-top:0px;
   width:auto;
   border:none;
   background:transparent;
}

form label.radio-small,
div#Newsletter form label.radio {
   margin-top:2px;
   width:auto;
   border:none;
   background:transparent;
}

form label,
div#Newsletter form label.radio {
   text-align:left;
   padding-right:15px;
   border:none;
   background:none;
   width:90px;
}

form label.required {
   background:url(../images/required_s.gif) right top no-repeat;
}

form label#label-rueckruf {
   width:40px;
   margin-left:8px;
}

form label.checkbox {
   width:70px;
}

/*------------------ =fielsets  ------------------*/
 
form legend {
   display:none;
   height:0.0em;
   line-height:0.0em;
}

form fieldset#submitbox,
form fieldset.submitbox,
form fieldset#ziel {
   padding:0 0 0 110px;
   clear:both;
}

form fieldset {
   padding:0px;
   border:none;
}

form#Kontaktformular select#Tag,
form#Kontaktformular select#Monat,
form#Kontaktformular select#Jahr,
form#Kontaktformular select#Day,
form#Kontaktformular select#Month,
form#Kontaktformular select#Year {
width:92px;
margin-top:10px;
}

form#Kontaktformular select#Stunde,
form#Kontaktformular select#Minuten,
form#Kontaktformular select#Hour,
form#Kontaktformular select#Minute {
width:139px;
margin-top:10px;
}


/*------------------ =error  ---------------------*/
 
form .error {
   color:#bc0300 !important;
   font-weight:bold !important;
   border: solid 2px red;
   background:url(../images/cms/icon-cancel.png) no-repeat 95% center;
}

form select.error { background:url(../images/cms/icon-cancel.png) no-repeat 75% center;}

p#fehlermeldung {
   display:none;
}

div#meldung,
p#fehlermeldung {
   background:#fff;
   padding:20px 20px 40px 20px;
   _padding-bottom:20px;
   margin:0 0 15px 0;
   width:auto;
	height:auto;
}
