@charset "UTF-8";
/* CSS Document */
/* Alle Standardeinstellungen von Browsern löschen */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, del, dfn, font, img, ins, kbd, q, s, samp, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-family: inherit; vertical-align: baseline;}
:focus { outline: 0;}
ul { list-style: none;}
table {	border-collapse: separate; border-spacing: 0;}
caption, th, td { text-align: left;	font-weight: normal;}

body {
	font: 13px/1.5em Arial, Helvetica, sans-serif;
}

p {
	margin-bottom: 0.5em;
	color: #444; 
}

/* Formular Gestaltung bzw. Definitionen */
label { 
	display: block; 
	margin: 5px 0; 
	font-weight: bold; 
	color: #555; 
}		
input, textarea, select { 
	display: block; 
	margin: 5px 0; 
	width: 97%; 
	border:1px solid #b0aeae; 
	background: #fff; 
	padding: 5px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1em; 
}		
input.button {
	display: inline;
	width: auto;
	margin-right: 5px;
}
.hidden {
	display: none;
}
.sendebutton {
	float: right;
	cursor: pointer;
	display: block;
	margin: 5px 0;
	width: auto;
	border: 1px solid #ccc;
	background: url(formbutton_bg.png) repeat-x;
	padding: 3px 10px;
	color: #f98300;
	font-size: 16px;
	font-weight: bold;
}
.sendebutton:hover {
	color: #090;
}
.kontakt_formular {
	width: 450px;
	float: left;
	margin: 15px;
	padding: 10px 15px;
	border: 1px solid #ccc;
	background: #EAEAEA;
	border-top: 5px solid #f98300;
}
.kontakt_formular h2 {
	margin: 0 0 15px 0;
	font-size: 23px;
	color: #f98300;
	line-height: 1.2em;
	font-weight: bold;
}

/* Spezielle Styles für die Protoformclass für die Ajax-Formularüberprüfung */
.hoverfocus { 
	border: 1px solid #F98300;
}
#error {
	float: left; 
	margin-left: 30px;
	width: 380px;
	margin-top: 270px;
}
#response {
	float: none;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 500;
	background: #FFF;
	text-align: center;
	vertical-align: middle;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
#nachricht {
	width: 400px;
	height: 150px;
	border: 2px solid #f98300;
	margin-top: 180px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
}
#error ul, #response ul {
	margin-top: 5px;
	padding-top: 5px;
}
#error li, #response li {
	list-style: none;
	padding: 0 0 5px 15px;
	background: url(bullet.gif) no-repeat 0 1px;
}
#response p {
	font-size: 14px;
	color: #f98300;	
}
#working { 
	float: left; 
	padding-left: 30px;
	background: url(loading.gif) no-repeat left center;
}
html body div.clear, html body span.clear { background:none; border:0; clear:both; display:block; float:none; font-size:0; margin:0; padding:0; overflow:hidden; 	visibility:hidden; width:0; height:0; }

