﻿@charset "utf-8";

/* Author: Andreas Walter */
/* Company: Euroweb Internet GmbH */
/* Copyright: 2009 - Andreas Walter & Euroweb Internet GmbH */
 
/*==================================================
    => custom settings
==================================================*/
 
form label,
form input,
form textarea,
form selcect,
form p#fehlermeldung,
div#meldung {
	width:180px;
	font:inherit;
	color:inherit;
	border:1px solid #2DA14C;
	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,
form input#submitRoute {
	background:#2DA14C;
	color:#fff;
	border:none;
	height:30px;
}

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

/*==================================================
    => global settings
==================================================*/
 
/*------------------ =form  ----------------------*/
 
form#Kontaktformular,
form#link2map24,
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 fieldset select.select {
	width:182px;
	font:inherit;
	color:inherit;
	border:1px solid #2DA14C;
	background:#fcfcfc url(../images/form-hg.png) repeat-x;
	margin-top:10px;
}

form br {
	clear:left;
}

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

form input#austragen,
form input#eintragen,
form input#reset,
form input#reset2,
form input#submit,
form input#submitRoute {
	padding:5px;
	cursor:pointer;
	clear:both;
	width:323px;
	height:35px;
}

* form input#submit { width:302px;}

form textarea {
	overflow:auto;
	width:321px;
	height:213px;
}

* form textarea {
	width:300px;
}

#label-nachricht {
	text-align:left;
	padding:0;
}

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

form input#Telefon {
	width:90px;
}

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:right;
	padding-right:15px;
	border:none;
	background:none;
	width:90px;
}

form label.required {
	background:url(../images/required_s.gif) right center 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;
	clear:both;
}

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

form fieldset#ziel {
	margin:15px 0 0 0;
}

form fieldset#ziel p {
	margin:0;
}

/*------------------ =error  ---------------------*/
 
.error {
	color:#f00 !important;
	font-weight:bold !important;
}

p#fehlermeldung {
	display:none;
}

div#meldung,
p#fehlermeldung {
	_padding-bottom:10px;
	background:#FFFFFF none repeat scroll 0 0;
	border:1px dotted red;
	margin:0 0 15px;
	padding:10px;
	position:absolute;
	width:281px;
}

form fieldset.block01 {
	float:left;
	width:308px;
}

form fieldset.block02 {
	float:right;
	width:308px;
	padding-top:17px;
}

