@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html {
	height: 100%;
}
body {
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
	overflow-y: scroll;
	height: 100%;
}
.oneColFixCtrHdr #container {
	width: 600px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	background: #FFFFFF;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-color: #FFF;
	height: 150px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: center;
	background-position: center center;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #header h1 {
	margin: 0;
	font-size: 130px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 2;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 22px;
	margin-top: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
}
.oneColFixCtrHdr #mainContent p {
	padding-top: 20px;
}
.workBox {
	width: 552px;
	margin-top: 0px;
	margin-bottom: 80px;
	text-align: center;
}
.workBox a {
	color: #000;
	text-decoration: none;
}
.workBox img {
	margin: 0 auto;
}
.oneColFixCtrHdr #footer {
	background-color: #FFF;
	margin-top: 50px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 3em;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
	text-align: center;
	font-size: 10px;
}
/* NAVIGATION */
.nav {
	;
	width: 551px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	clear: both;
	height: 20px;
}
.nav ul {
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	margin-top: 2px;
}
.nav ul li  {
	display: block;
	list-style-type: none;
	padding-right: 120px;
	font-size: 14px;
	float: left;
}
.nav ul li a {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.nav ul li a:hover {
	color: #6C9;
}
#active    {
	color: #699;
}
#last   {
	color: #000;
	padding-right: 0px;
	margin: 0px;
}
/* FORMULAR */
#mainContent .boxForm{
	width: 550px;
	font-size: 14px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	text-align: left;
}
 form {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
table {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
tr, td, input, textarea {
  margin: 0;
  padding: 0;
}
td {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
tr td:first-child {
	padding-top: 3px;
	text-align: left;
}
.error[generated=true] {
	color: #dc0000;
	font-size: 1em;
	padding: 5px 0 2px 5px;
}
tr.error td {
  padding: 0;
}
input, textarea {
	background: #FFF;
	border: 1px solid #666;
	font: inherit;
	font-size: 1em;
	line-height: 1.3em;
	min-height: 10px;
	width: 542px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
input:focus, textarea:focus {
	border-color: #CCC;
	outline: none;
}
textarea {
  height: 240px;
  resize: vertical;
}
input[type=submit] {
	background: #24333d;
	color: #FFF;
	font: inherit;
	width: 165px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 5px;
}
 
#response {
  margin-bottom: 20px;
  text-align: center;
}
#response .success {
  color: #08a300;
}
#response .failure {
  color: #dc0000;
}
