@charset "UTF-8";
/* CSS Document */

html {
	padding: 0;
	margin: 0;
}

body {
	padding: 0;
	margin: 0;
	background-color: #3F5F75;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	color: #000000;
	
	background:-moz-radial-gradient(center, #5DA0CA, #3F5F75); /* Firefox */
	background:-webkit-radial-gradient(center, #5DA0CA, #444D53); /* Safari, Chrome */
	background:-o-radial-gradient(center, #5DA0CA, #444D53); /* Opera */
	background:-ms-radial-gradient(center, #5DA0CA, #444D53); /* IE */
	background:radial-gradient(center, #5DA0CA, #444D53); /* W3C Standard */
}

img {
	border: none;
}

a:link {text-decoration:none; color: #4C6F85;}
a:visited {text-decoration:none; color: #4C6F85;}
a:hover {text-decoration:underline; color: #4C6F85;}
a:active {text-decoration:none; color :#4C6F85;}

.nowrap {
	white-space: nowrap ;
}

p {
	border: 0px solid #666;
	padding: 0;
	margin: 0;
	color: #666;
	font-size: 1em;
	font-weight: 400;
	margin: 0px 0 10px 0;
}

h1 {
	color: #4C6F85;
	font-size: 1.4em;
	font-weight: 700;
	margin: 8px 0 10px 0;
}

h2 {
	color: #666;
	font-size: 1.0em;
	font-weight: 700;
	margin: 14px 0 0px 0;
}

.initial {
	color: #4C6F85;
	font-size: 1.4em;
	font-weight: 400;
	line-height: 1.4em;
}

.gulogo {
	margin: 10px 0 10px 0;	
}

.container_24 {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}

.rand {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	background-image: url(../img/rand.png);
	background-repeat: repeat-y;
}

.rand_oben {
	margin: 0 auto;
	padding: 0 ;
	height: 40px;
	width: 960px;
	background-image: url(../img/rand_oben.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.footer {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	background-image: url(../img/rand_footer.png);
	background-repeat: repeat-y;
}

.rand_unten {
	margin: 0 auto;
	padding: 0;
	height: 60px;
	width: 960px;
	background-image: url(../img/rand_unten.png);
	background-repeat: no-repeat;
	background-position: top;
}

#logo {
	margin: 32px 0 33px 0;
	padding: 0;
}

.foto {
	margin: 30px 0 10px 0;
	padding: 0;
}

#menu {
	margin: 0;
	padding: 0;
	height: 40px;
	position: absolute;
	z-index: 100;
	top: 159px;
	width: 100%;
	background-image: url(../img/rand_menu.png);
	background-repeat: repeat-x;
}

#menu .container_24 {
	margin: 0 auto;
	margin-top: 10px;
	padding: 0;
	width: 960px;	
}

#menu ul li {
	list-style-type: none;
	list-style-position: outside;
	margin: 0 40px 0 0;
	padding: 0;
	display: inline;
	font-size: 1em;
	font-weight: 700;
	color: #FFF;
	letter-spacing: 0.1em;
}

#menu a:link {text-decoration:none; color: #FFFFFF;}
#menu a:visited {text-decoration:none; color: #FFFFFF;}
#menu a:hover {text-decoration:none; color: #F29920;}
#menu a:active {text-decoration:none; color :#FFFFFF;}

.footer p {
	height: 70px;
	width: 950px;
	display: table-cell;
	vertical-align: middle;
	color: #4C6F85;
	font-size: 0.9em;
}

.footer a:link {text-decoration:none; color: #4C6F85;}
.footer a:visited {text-decoration:none; color: #4C6F85;}
.footer a:hover {text-decoration:underline; color: #4C6F85;}
.footer a:active {text-decoration:none; color :#4C6F85;}

.wrapper_innen {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	min-height: 800px;
	background-image: url(../img/juergen_freunscht.jpg);
	background-repeat: no-repeat;
	background-position: 225px bottom ;
}

.impressum p {
	padding: 9px 8px 0 0;
	text-align: right;
	font-size: 0.9em;
	font-weight: 400;
	color: #FFF;
	letter-spacing: 0.1em;
}

.impressum  a:link {text-decoration:none; color: #DBE2EA;}
.impressum  a:visited {text-decoration:none; color: #DBE2EA;}
.impressum  a:hover {text-decoration:none; color: #FFF;}
.impressum  a:active {text-decoration:none; color :#DBE2EA;}

.leistungen li {
	list-style-type: none;
	list-style-position: outside;
	padding: 0 0 0 9px;
	margin: 0;
	
	color: #666;
	font-size: 1em;
	font-weight: 400;
}


.leistungen li:before{
	content:"▪ ";
	margin: 0 0 0 -9px;
	
	color: #666;
	font-size: 1em;
	font-weight: 400;
}




/* KONTAKTFORMULAR */

#kontaktformular {
	margin: 0;
	padding: 0;
}

#kontaktformular fieldset {
	width: 470px;
	margin: 0;
	padding: 0;
	border: none;
}

#kontaktformular legend { /* alle Fieldset Legenden */
	margin: 0;
	line-height: 2.5em;
	padding: 0;
	font-weight: bold;
	font-size: 0.9em;
}

#kontaktformular .normal { /* nicht fette Fieldset Legenden */
	margin: 0;
	line-height: 2em;
	font-weight: normal;
	color: #666;
}

#kontaktformular .pflichtangaben { /* Pflichtangaben */
	margin: 0;
	font-size: 0.8em;
	font-weight: normal;
	color: #666;
	text-align: right;
}
#kontaktformular .h1 { /* fette Fieldset Legenden mit weniger Buchstabenabstand */
	color: #006992;
	font-weight: bold;
	white-space: nowrap;
}

#kontaktformular input[type=text] { /* alle Textfelder unten bei den Kontaktdaten 255px */
	width: 365px;
	height: 20px;
	margin: 5px 0 5px 0;
	padding: 2px 4px;
	background: #FFF;
	border: solid 1px #3F5F75;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
}


#kontaktformular select { /* alle Textfelder unten bei den Kontaktdaten */
	height: 20px;
	margin: 0 0 5px 0;
}

#kontaktformular input[type=text]:focus {
	background: #EBF3F6;
}

#kontaktformular textarea { /* Textarea 367px */
	width: 460px;
	height: 130px;
	margin: 8px 0;
	padding: 4px 3px;
	background: #FFF;
	border: solid 1px #3F5F75;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
}

#kontaktformular textarea:focus {
	background: #EBF3F6;
}

#kontaktformular #kontaktdaten label { /* Lable unten bei den Kontaktdaten */
	width: 84px;
	height: 20px;
	margin: 7px 5px 0 0;
	padding: 0px;
	display: inline-block;
	color: #666;
}

.mitteilung { /* Lable bei Mitteilung  */
	display: block !important;
}


#kontaktformular input[type=submit] { /* Senden Button */
	width: 85px;
	height: 23px;
	margin: 0 0 0 0;
	padding: 2px 8px;
	background: #006991;
	border: solid 1px #006991;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #FFF;
	cursor: pointer;
	float: left;
}

#kontaktformular input[type=submit]:active { /* Senden klick */
	background: #FFF;
	color: #006991;
}

#kontaktformular input[type=reset]:active { /* Abbrechen klick */
	background: #F3F3F3;
	color: #FFF;
}

.error_input {
	border: solid 1px #D01D4E !important;
	margin: 0 !important;	
}
.error {
	color: #D01D4E !important;
	margin: 0 !important;	
}


/* CAPTCHA EAF1F5 */
#recaptcha_area {
	width: 425px !important;
	margin: 0 0 0 -7px;
	padding: 0;
	border: solid 0px #3F5F75 !important;
}

#recaptcha_table {
	width: 425px !important;
	margin: 0 0 0 -7px;
	padding: 0;
	border: none !important;
}

#recaptcha_area input {
	width: 292px !important;
	margin-left: 2px;
	border: solid 1px #006991 !important;
	background: #FFF;
}

#recaptcha_image img {
	margin: -1px 0 0 -1px;
	border: solid 1px #006991 !important;
	background: #FFF;
}

#recaptcha_logo {
	display: none;
}

#recaptcha_tagline {
	display: none;
}

#error_captcha input {
	border: solid 1px #006991 !important;
}

.error_captcha {
	border: solid 1px #006991 !important;
}


