﻿@charset "utf-8";
/* Kontaktformular */

/* MODIFIZIERBAR
----------------------------------------------------------------- */
fieldset#kontaktform input.submit-but {
	border:none;
	color:#555; 		/* Schriftfarbe des ABSENDEN-Buttons */
	font-size:1.1em;	
	font-weight:700;	/* Schrift fett; "400" ist normales Gewicht */
	text-transform:uppercase;
	letter-spacing:1px;
	margin:10px 0 15px 218px;
	padding:0;
	height:33px;
	width:120px;
	overflow:hidden;
	background:url(../img/submit-but.gif) no-repeat left top;
	cursor:pointer;
	}
fieldset#kontaktform input.submit-but:hover {
	background:url(../img/submit-but.gif) no-repeat 0 -33px;
	text-decoration:underline;
	color:#000;
	}
	
/* UNVERAENDERT LASSEN
------------------------------------------------------------------- */	
div.kontaktformular {
	width:526px;
	margin:0px 0 0;
	padding:0;
	border:0px solid;
	}
fieldset#kontaktform {
	padding:0;
	margin:0 0 15px 0;
	border:none;
	position:relative;
	}
fieldset#kontaktform input.text {
	width:230px;
	border-top:1px solid #bbb;
	border-left:1px solid #bbb;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	background:url(../img/form-bgr.gif) no-repeat 0% 0%;
	padding:5px 5px 0 5px;
	margin: 0 0 5px;
	color:#333;	
	height:18px;
	}
fieldset#kontaktform textarea {
	width:280px;
	border-top:1px solid #bbb;
	border-left:1px solid #bbb;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	background:url(../img/form-bgr.gif) no-repeat 0% 0%;
	padding:4px 5px 0 5px;
	margin:0 0 5px;
	color:#333;
	height:40px;
	}
fieldset#kontaktform input.text:focus {
	border-top:1px solid #bbb;
	border-left:1px solid #bbb;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	background:url(../img/form-bgr.gif) no-repeat 0% 0%;
	}
fieldset#kontaktform textarea:focus {
	border-top:1px solid #bbb;
	border-left:1px solid #bbb;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	background:url(../img/form-bgr.gif) no-repeat 0% 0%;
	}
fieldset#kontaktform select {
	width:280px;
	height:22px;
	border-top:1px solid #bbb;
	border-left:1px solid #bbb;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	background:url(../img/form-bgr.gif) no-repeat 0% 0%;
	padding:0;
	margin:0 0 17px;
	color:#555555;
	}	
fieldset#kontaktform select:focus {
	border:1px solid #006fb4;
	background:#faf5ed;
	}
fieldset#kontaktform label {
	border-bottom:0px solid #ccc;
	height:21px;
	margin:7px 0 0 0;
	width:100px;
	padding:0 10px 0 0;
	clear:left;
	display:block;
	float:left;
	text-align:right;
	}
fieldset#kontaktform input.checkbox {
	padding:5px;
	margin:0 100px 15px 20px;
	height:20px;
	}		


