/* CSS Document */
/*
Author: stargraphics c/o Michael Paland
Author URI: http://www.stargraphics.de
Author Mail: info@stargraphics.de

Farben:
Blau:#1d496e;
Gold:#d4b066;

Verlauf:
Blau:
background: rgba(64,111,150,1);
background: -moz-linear-gradient(top, rgba(64,111,150,1) 0%, rgba(29,54,76,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(64,111,150,1)), color-stop(100%, rgba(29,54,76,1)));
background: -webkit-linear-gradient(top, rgba(64,111,150,1) 0%, rgba(29,54,76,1) 100%);
background: -o-linear-gradient(top, rgba(64,111,150,1) 0%, rgba(29,54,76,1) 100%);
background: -ms-linear-gradient(top, rgba(64,111,150,1) 0%, rgba(29,54,76,1) 100%);
background: linear-gradient(to bottom, rgba(64,111,150,1) 0%, rgba(29,54,76,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#406f96', endColorstr='#1d364c', GradientType=0 );
Gold:
background: rgba(219,169,75,1);
background: -moz-linear-gradient(top, rgba(219,169,75,1) 0%, rgba(184,140,57,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(219,169,75,1)), color-stop(100%, rgba(184,140,57,1)));
background: -webkit-linear-gradient(top, rgba(219,169,75,1) 0%, rgba(184,140,57,1) 100%);
background: -o-linear-gradient(top, rgba(219,169,75,1) 0%, rgba(184,140,57,1) 100%);
background: -ms-linear-gradient(top, rgba(219,169,75,1) 0%, rgba(184,140,57,1) 100%);
background: linear-gradient(to bottom, rgba(219,169,75,1) 0%, rgba(184,140,57,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dba94b', endColorstr='#b88c39', GradientType=0 );
*/

@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);
body {
	margin : 0;
	padding : 0;
	background-color : #ffffff;
	font-family: 'Droid Sans', sans-serif;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}
div, p, h1, h2, h3, ul, ol, li, a, form, input, label, img {
	margin : 0;
	padding : 0;
	list-style : none;
}
h1.dotted {
	border-bottom: 1px dotted #7C7A6B;
	font-size: 5em;
}
div, a {
 behavior: url(iepngfix.htc) outline:none;
}
img {
	behavior: url(iepngfix.htc)
}
.spacer {
	line-height : 0;
	font-size : 0;
	clear : both;
}
.clear {
	clear: both;
}
ol li {
	list-style-type: decimal;
	padding-left: 5px;
	margin-left: 22px;
	font-size: 13px;
	color: #7C7A6B;
	line-height: 20px;
	margin-bottom: 10px;
}
#demo img {
	border: 0;
	cursor: pointer;
	margin: 0 0;
}
.iconspan {
	float : right;
	margin : 6px;
	cursor : pointer;
	font-weight : bold;
}
#container {
	margin : 0 auto;
	padding : 0 0 0 0;
	width : 1089px;
	position : relative;
}
#container-2 {
	margin : 0 0 0 0;
	padding : 0 0 0 55px;
	width : 1034px;
	float: left;
	background: transparent url(bilder/bg-body.jpg) no-repeat 0 0;
}
#header {
	width : 984px;
	height : 216px;
	margin : 0px 0 0 0;
	padding : 0;
	float : left;
	display: inline;
	background: transparent url(bilder/start-image.jpg) no-repeat 0 0;
}
#header ul.top {
	margin-left: 50px;
}
#header ul.top li {
	background: transparent url(bilder/check_grau.png) no-repeat 0 2px;
	padding-left: 30px;
}
#header ul.top li strong {
	background: none;
	padding-left: 0;
}
/* Störer */
#header #stoerer {
	position: absolute;
	left: 416px;
	top: 198px;
	width: 301px;
	height: 64px;
	border-radius: 3px;
	overflow: hidden;
	text-align: center;
	padding: 8px 0;
	outline: none;
	cursor: pointer;
	background: rgba(219,169,75,1);
background: -moz-linear-gradient(top, rgba(219,169,75,1) 0%, rgba(184,140,57,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(219,169,75,1)), color-stop(100%, rgba(184,140,57,1)));
background: -webkit-linear-gradient(top, rgba(219,169,75,1) 0%, rgba(184,140,57,1) 100%);
background: -o-linear-gradient(top, rgba(219,169,75,1) 0%, rgba(184,140,57,1) 100%);
background: -ms-linear-gradient(top, rgba(219,169,75,1) 0%, rgba(184,140,57,1) 100%);
background: linear-gradient(to bottom, rgba(219,169,75,1) 0%, rgba(184,140,57,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dba94b', endColorstr='#b88c39', GradientType=0 );
}
#header #stoerer:hover {
	-webkit-box-shadow: 0px 1px 3px 1px rgba(145, 145, 145, 1); /* WebKit */
	-moz-box-shadow: 0px 1px 3px 1px rgba(145, 145, 145, 1); /* Firefox */
	box-shadow: 0px 1px 3px 1px rgba(145, 145, 145, 1); /* Standard */
}
#header #stoerer h1 {
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	margin: 4px 0 6px 0;
	padding: 0;
	text-align: center;
}
#header #stoerer p {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	letter-spacing: 0.15em;
}
/* Ende Störer*/


select {
	padding: 8px 0 12px 5px;
	margin: 5px 0;
}
form.anfrage textarea {
	width: 296px;
}
#header h1 {
	font : bold 13px/18px 'Droid Sans';
	color : #000;
	padding : 118px 0 0 572px;
	text-align: left;
}
#header ul {
	font : normal 12px/18px 'Droid Sans';
	color : #3d3d3d;
	padding : 0 0 0 0;
	margin : 35px 0 0 25px;
}
#header ul li {
	font : normal 16px/18px 'Droid Sans';
	color : #7C7A6B;
	padding : 0 0 0 25px;
	margin: 0 0 10px 0;
	background: transparent url(bilder/check.gif) no-repeat 0 0;
}
#header ul.top p {
	font : normal 24px/18px 'Droid Sans';
	color : #7C7A6B;
	padding : 0;
	margin: 0 0 18px 0;
}
#header-top {
	width : 984px;
	height: 120px;
	padding : 0 0 0 0;
	float : left;
	margin: 20px 0 0 0;
	display: inline;
	background: transparent url(bilder/header-bauschuldnerberatung.jpg) no-repeat 0 0;
}
#header-top p {
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	line-height: 1.384615384615385rem;
	color : #888787;
	padding : 0 0 0 0;
	margin : 28px 0 0 0;
	text-align: left;
	text-decoration: none;
}
#header-top p a {
	font : bold 13px/18px 'Droid Sans';
	color : #fff;
	text-align: left;
	text-decoration: none;
}
#header-top p a:hover {
	text-decoration: underline;
}
#header-top h1 {
	font : bold 15px 'Droid Sans';
	color : #000000;
	padding : 8px 0 0 715px;
	margin : 0 0 0 0;
	text-align: left;
}
#header-top h1 span {
	font : bold 14px 'Droid Sans';
	color : #888787;
}
#header-top h2 {
	font : bold 13px 'Droid Sans';
	color : #000000;
	padding : 2px 0 0 715px;
	margin : 0 0 0 0;
	text-align: left;
}
#header-top h2 span {
	font : bold 14px 'Droid Sans';
	color : #888787;
}
#header-top h2 a {
	font : bold 15px 'Droid Sans';
	color : #000000;
	margin : 0 0 0 0;
	text-decoration: none;
}
#header-top h2 a:hover {
	color : #e2001a;
	text-decoration: none;
}
#header-top ul.nav {
	margin : 28px 0 0 522px;
	padding : 0;
	list-style : none;
	width : 193px;
	float : left;
	padding : 0 0 0 0;
	display: inline;
}
#header-top ul.nav li {
	font : normal 12px 'Droid Sans';
	color : #9c9d94;
	float : left;
	padding: 0 5px 0 0;
}
#header-top ul.nav li a {
	font : normal 12px 'Droid Sans';
	color : #9c9d94;
	text-decoration : none;
	padding : 0 5px 0 0;
}
#header-top ul.nav li a:hover {
	color : #e2001a;
	padding : 0 5px 0 0;
	text-decoration : none;
}
img {
	behavior: url("pngbehavior.htc");
}
#navi {
	height: 48px;
	margin: 0 0 0 0;
	padding: 0;
	float: left;
	background : transparent url(bilder/navi-bg.jpg) no-repeat 0 0;
	display: inline;
}
#navi ul {
	margin: 0 0 0 0;
	padding: 0;
	float: left;
}
#navi ul li {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	text-align: center;
	border-right: 1px solid #d0d0d0;
}
#navi ul li:last-of-type {
	border: none;
	border-radius: 0 3px 3px 0;
	overflow: hidden;
}
#navi ul li a {
	margin: 0 0 0 0;
	padding: 16px 0 0 0;
	display: block;
	font : bold 14px/16px 'Droid Sans';
	text-decoration: none;
}
#navi ul li a.button1 {
	background: transparent url(bilder/button-home.jpg) no-repeat;
	width: 50px;
	height: 32px;
	color: #676767;
}
#navi ul li a.regelinsolvenz {
	background: transparent url(bilder/button.jpg) repeat-x;
	width: 163px;
	height: 32px;
	color: #676767;
}
#navi ul li a.privatinsolvenz {
	background: transparent url(bilder/button.jpg) repeat-x;
	width: 167px;
	height: 32px;
	color: #676767;
}
#navi ul li a.vergleich {
	background: transparent url(bilder/button.jpg) repeat-x;
	width: 186px;
	height: 32px;
	color: #676767;
}
#navi ul li a.kontakt, #navi ul li a.kosten {
	background: transparent url(bilder/button.jpg) repeat-x;
	width: 117px;
	height: 32px;
	color: #676767;
}
#navi ul li a.rechtsanwalt {
	background: transparent url(bilder/button.jpg) repeat-x;
	width: 154px;
	height: 32px;
	color: #676767;
}
#navi ul li a.impressum {
	background: transparent url(bilder/button.jpg) repeat-x;
	width: 140px;
	height: 32px;
	color: #676767;
}
#navi ul li a:hover.button1 {
	background: transparent url(bilder/button-home-over.jpg) repeat-x;
	color: #fff;
}
#navi ul li a:hover.regelinsolvenz {
	background: transparent url(bilder/button-over.jpg) repeat-x;
	color: #fff;
}
#navi ul li a:hover.privatinsolvenz {
	background: transparent url(bilder/button-over.jpg) repeat-x;
	color: #fff;
}
#navi ul li a:hover.vergleich {
	background: transparent url(bilder/button-over.jpg) repeat-x;
	color: #fff;
}
#navi ul li a:hover.kontakt, #navi ul li a:hover.kosten {
	background: transparent url(bilder/button-over.jpg) repeat-x;
	color: #fff;
}
#navi ul li a:hover.rechtsanwalt {
	background: transparent url(bilder/button-over.jpg) repeat-x;
	color: #fff;
}
#navi ul li a:hover.impressum {
	background: transparent url(bilder/button-over.jpg) repeat-x;
	color: #fff;
}
#navi ul li a.button1-current {
	background: transparent url(bilder/button-home-over.jpg) repeat-x;
	width: 50px;
	height: 32px;
	color: #fff;
}
#navi ul li a.regelinsolvenz-current {
	background: transparent url(bilder/button-over.jpg) repeat-x;
	width: 163px;
	height: 32px;
	color: #fff;
}
#navi ul li a.privatinsolvenz-current {
	background: transparent url(bilder/button-over.jpg) repeat-x;
	width: 167px;
	height: 32px;
	color: #fff;
}
#navi ul li a.vergleich-current {
	background: transparent url(bilder/button-over.jpg) repeat-x;
	width: 186px;
	height: 32px;
	color: #fff;
}
#navi ul li a.kontakt-current, #navi ul li a.kosten-current {
	background: transparent url(bilder/button-over.jpg) repeat-x;
	width: 117px;
	height: 32px;
	color: #fff;
}
#navi ul li a.rechtsanwalt-current {
	background: transparent url(bilder/button-over.jpg) repeat-x;
	width: 154px;
	height: 32px;
	color: #fff;
}
#navi ul li a.impressum-current {
	background: transparent url(bilder/button-over.jpg) repeat-x;
	width: 140px;
	height: 32px;
	color: #fff;
}
#inhalt {
	width : 984px;
	padding : 0 0 0 0;
	float : left;
	margin: 0 0 0 0;
}
#content {
	width : 612px;
	padding : 0 0 15px 0;
	float : left;
	margin : 70px 0 0 50px;
	background: transparent url(bilder/bg-content.jpg) repeat-y;
	display: inline;
}
#content h1 {
	font : normal 18px 'Droid Sans';
	color : #7c7a6b;
	padding : 10px 0 15px 0;
	line-height: 1.35;
}
#content h1 span {
	font : normal 18px 'Droid Sans';
	color : #eb7400;
	padding : 25px 0 13px 0;
}
#content h2 {
	font : bold 14px 'Droid Sans';
	color : #7c7a6b;
	padding : 10px 0 5px 0;
	line-height: 1.35;
}
#content p {
	font : normal 13px/20px 'Droid Sans';
	color : #7c7a6b;
	padding : 0 15px 0 0;
	margin : 0 25px 0 0;
}
#content ul {
	font : normal 12px/18px 'Droid Sans';
	color : #7c7a6b;
	padding : 0 0 0 0;
	margin : 0 0 0 0;
}
#content ul li {
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	line-height: 1.384615384615385rem;
	color : #7c7a6b;
	padding : 0 0 0 25px;
	margin: 0 0 10px 0;
	background: #fff url(bilder/check_gold.png) no-repeat 0 4px;
}
#content ul.sitemap {
	font : normal 13px/16px 'Droid Sans', sans-serif;
	color : #6d6d6d;
	padding : 0 15px 0 25px;
	margin : 0 0 0 0;
}
#content ul.sitemap-u1 {
	font : normal 12px/16px 'Droid Sans', sans-serif;
	color : #51524e;
	padding : 0 15px 0 25px;
	margin : 0 0 0 0;
}
#content ul.sitemap-u2 {
	font : normal 12px/16px 'Droid Sans', sans-serif;
	color : #51524e;
	padding : 0 15px 0 30px;
	margin : 0 0 0 0;
}
#content tr td {
	font : normal 13px/16px 'Droid Sans', sans-serif;
	color : #7C7A6B;
	padding : 0 0 0 0;
}
#content tr td h2 {
	font : bold 14px/16px 'Droid Sans', sans-serif;
	color : #7C7A6B;
	padding : 0 0 0 15px;
}
#content tr td a {
	font : normal 12px/16px 'Droid Sans', sans-serif;
	color : #7C7A6B;
	text-decoration : none;
}
#content tr td a:hover {
	font : normal 12px/16px 'Droid Sans', sans-serif;
	color : #7C7A6B;
	text-decoration : underline;
}
#content a {
	font : normal 13px/20px 'Droid Sans';
	color : #7c7a6b;
	text-decoration: underline;
}
#content a:hover {
	font : normal 13px/20px 'Droid Sans';
	color : #7c7a6b;
	text-decoration: none;
}
#rechts {
	width : 303px;
	padding : 0 0 0 0;
	margin : 80px 0 0 0;
	float : right;
}
#adresse {
	width : 330px;
	height: 40px;
	margin : 10px 0 0 0;
	padding : 0 0 0 0;
	float : left;
	background: transparent url(bilder/tel.jpg) no-repeat 0 3px;
}
#adresse p {
	font : normal 14px/16px 'Droid Sans';
	color : #7c7a6b;
	margin : 0 0 0 0;
	padding : 8px 0 0 30px;
	float : left;
	width : 300px;
}
/*------------------------------------------TAB Beginn----------------------------------*/

#anfrage {
	width: 301px;
	padding: 0 0 0 0;
	margin: 0px 6px 0 0;
	float: right;
	border: 1px solid #d0d0d0;
	border-radius: 3px;
	background: transparent;/*	background: transparent url(bilder/bg-formular.jpg) no-repeat 0 0;
*/
}
#anfrage h1 {
	font : normal 18px/1.35 'Droid Sans';
	color: #7C7A6B;
	padding : 14px 0 10px 15px;
	text-align: left;
}
#anfrage p {
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	line-height: 1.384615384615385rem;
	/*color : #7c7a6b;*/
	color: #fff;
	padding : 0 0 10px 15px;
	text-align: left;
}
#anschrift {
	width: 301px;
	padding: 0 0 0 0;
	margin: 15px 6px 0 0;
	float: right;
	border: 1px solid #d0d0d0;
	border-radius: 3px;
	background: transparent;
}
#anschrift h1 {
	font : normal 18px/1.35 'Droid Sans';
	/*	color : #560C0E;*/
	color: #7C7A6B;
	padding : 14px 0 10px 15px;
	text-align: left;
}
#anschrift p {
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	line-height: 1.384615384615385rem;
	color: #7C7A6B;
	padding : 0 0 10px 15px;
	text-align: left;
}
#anschrift a {
	text-decoration: none;
	color: #7C7A6B;
}
#maps {
	width: 301px;
	padding: 0 0 0 0;
	margin: 15px 6px 0 0;
	float: right;
	border: 1px solid #d0d0d0;
	border-radius: 3px;
	background: transparent;
}
#drei {
	width: 299px;
	height: 90px;
	padding: 0 0 0 0;
	margin: 14px 30px 0 -6px;
	float: left;
	background: #560C0E;
	border: 1px solid #d0d0d0;
	border-radius: 3px;
	padding-left: 5px;
	display: none;
}
#drei h1, #drei h2 {
	font : bold 22px/26px 'Droid Sans';
	color : #eeeeee;
	font-weight: 400;
	text-align: left;
	margin-left: 10px;
}
#drei h2 {
	font-size: 20px;
	width: 300px;
	height: 40px;
}
#drei section {
	margin-top: 17px;
	background: url(bilder/pfeil.png) no-repeat 250px 16px;
	width: 310px;
}
#drei p {
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	line-height: 1.384615384615385rem;
	color : #eeeeee;
	padding : 0 0 10px 15px;
	text-align: left;
}
#drei a {
	text-decoration: none;
	color: #eee;
}
#download {
	width: 301px;
	padding: 0 0 0 0;
	margin: 15px 6px 0 0;
	float: right;
	border: 1px solid #d0d0d0;
	border-radius: 3px;
	background: transparent;
}
#download h1 {
	font : normal 18px/1.35 'Droid Sans';
	color: #7C7A6B;
	padding : 14px 0 10px 15px;
	text-align: left;
}
#download p, #download li {
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	line-height: 1.384615384615385rem;
	color : #7c7a6b;
	padding : 0 0 10px 15px;
	text-align: left;
}
#download li {
	display: inline-block;
	background: url(bilder/arrow.png) no-repeat right 4px;
	padding-right: 18px;
}
#download a {
	text-decoration: none;
	color: #7C7A6B;
}
#download a:hover {
	color: #880000;
}
.arrow {
	padding-right: 18px;
	background: url(bilder/arrow.png) no-repeat right 2px;
}
footer {
	width : 984px;
	height : 60px;
	margin : 60px 0 20px 55px;
	padding : 0 0 0 0;
	float: left;
	background : transparent url(bilder/bg-footer.jpg) bottom no-repeat;
	display: inline;
}
#footer-copyright {
	width: 700px;
	margin: 15px 0 0 15px;
	padding: 0 0 0 0;
	float: left;
	display: inline;
}
#footer-stargraphics {
	width: 240px;
	height: 35px;
	margin: 15px 5px 0 0;
	padding: 0 0 0 0;
	float: right;
	text-align: right;
	display: inline;
}
#footer-stargraphics p {
	padding: 0 15px 0 0;
}
footer p {
	font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
	line-height: 1, 333333333333333rem;
	color : #86979a;
	margin : 13px 0 0 0;
}
footer p a {
	font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
	line-height: 1, 333333333333333rem;
	color : #86979A;
	text-decoration : none;
}
footer p a:hover {
	font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
	line-height: 1, 333333333333333rem;
	color : #86979A;
	text-decoration : underline;
}
/* Formulare */
#form {
	display: block;
	width: 305px;
	margin: 0 0 0 15px;/*this line will center the page*/
	padding: 0;
	font: normal 13px/16px 'Droid Sans', sans-serif;
	color: #646655;
}
#form h2 {
	font : bold 13px 'Droid Sans';
	color : #fff;
	margin: 10px 0 0 0;
	padding : 5px 0 3px 10px;
	background-color: #e1001a;
	width: 500px;
	height: 20px;
}
input, select {
	padding: 9px 0 12px 5px;
	color: #7C7A6B;
	background: transparent;
	border: 1px solid #d0d0d0;
	border-radius: 3px;
	margin: 5px 30px 5px 0;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	width: 266px;
}
textarea {
	padding: 9px 0 12px 5px;
	color: #d0d0d0;
	background: transparent;
	border: 1px solid #d0d0d0;
	border-radius: 3px;
	margin: 5px 30px 5px 0;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	width: 266px;
}
input:focus, textarea:focus, select:focus {
	background-color: #FFFFFF;
}
select {
	width: 303px;
	padding-right: 8px;
}
textarea {
	min-height: 250px;
}
input.abschicken {
	cursor: pointer;
	margin: 25px auto 10px 0;
	padding: 9px 0;
	width: 273px;
	max-height: 48px;
	border: none;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	font-size: 136%;
	background: rgba(219,169,75,1);
background: -moz-linear-gradient(top, rgba(219,169,75,1) 0%, rgba(184,140,57,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(219,169,75,1)), color-stop(100%, rgba(184,140,57,1)));
background: -webkit-linear-gradient(top, rgba(219,169,75,1) 0%, rgba(184,140,57,1) 100%);
background: -o-linear-gradient(top, rgba(219,169,75,1) 0%, rgba(184,140,57,1) 100%);
background: -ms-linear-gradient(top, rgba(219,169,75,1) 0%, rgba(184,140,57,1) 100%);
background: linear-gradient(to bottom, rgba(219,169,75,1) 0%, rgba(184,140,57,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dba94b', endColorstr='#b88c39', GradientType=0 );
}
input.abschicken:hover, #onlineAnfrage tr td input.submit:hover {
	-webkit-box-shadow: 0px 1px 3px 1px rgba(145, 145, 145, 1); /* WebKit */
	-moz-box-shadow: 0px 1px 3px 1px rgba(145, 145, 145, 1); /* Firefox */
	box-shadow: 0px 1px 3px 1px rgba(145, 145, 145, 1); /* Standard */
}
span.required {
	font-size: 13px !important;
	color: red !important;
}
.error {
	display: block;
	width: 90%;
	color: #FF0000;
	padding: 10px;
	margin: 10px 0;
	border-top: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
	font: bold 13px/16px 'Droid Sans', sans-serif;
}
.success {
	display: block;
	width: 90%;
	color: #7C7A6B;
	padding: 10px;
	margin: 10px 0 10px -10px;
	font: normal 14px/18px 'Droid Sans', sans-serif;
	text-align: center;
}
.msgSent {
	font-size: 20px;
	text-align: center;
}
.red {
	color: #e1001a;
}
form.anfrage {
	margin-top: 30px;
	border-top: 1px dotted #7C7A6B;
	padding: 10px;
}
input.small {
}
#content tr td p {
	font : normal 13px/16px 'Droid Sans';
	color : #7C7A6B;
	padding : 2px 0 0 0px;
}
#dreibereiche {
	display: block;
	width: 100%;
	padding-top: 10px;
	margin-bottom: 100px;
}
#dreibereiche ul {
	width: 941px;
	height: 40px;
	margin: 25px 0 30px 43px;
	padding: 0;
}
#dreibereiche ul li {
	border-radius: 3px;
}
#dreibereiche ul li#bereich1, #dreibereiche ul li#bereich2, #dreibereiche ul li#bereich3 {
	width: 303px;
	height: 50px;
	float: left;
	display: inline;
	text-align: center;
	color: #fff;
	line-height: 50px;
	font-size: 150%;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 3px;
	padding-left: 0;
	margin: 5px;
	cursor: pointer;
	box-sizing: border-box;
	background: rgba(64,111,150,1);
background: -moz-linear-gradient(top, rgba(64,111,150,1) 0%, rgba(29,54,76,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(64,111,150,1)), color-stop(100%, rgba(29,54,76,1)));
background: -webkit-linear-gradient(top, rgba(64,111,150,1) 0%, rgba(29,54,76,1) 100%);
background: -o-linear-gradient(top, rgba(64,111,150,1) 0%, rgba(29,54,76,1) 100%);
background: -ms-linear-gradient(top, rgba(64,111,150,1) 0%, rgba(29,54,76,1) 100%);
background: linear-gradient(to bottom, rgba(64,111,150,1) 0%, rgba(29,54,76,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#406f96', endColorstr='#1d364c', GradientType=0 );
}
#dreibereiche ul li#bereich1:hover, #dreibereiche ul li#bereich2:hover, #dreibereiche ul li#bereich3:hover {
	width: 303px;
	-webkit-box-shadow: 0px 1px 3px 1px rgba(145, 145, 145, 1); /* WebKit */
	-moz-box-shadow: 0px 1px 3px 1px rgba(145, 145, 145, 1); /* Firefox */
	box-shadow: 0px 1px 3px 1px rgba(145, 145, 145, 1); /* Standard */
}
/*
div#variationen p, div#variationen a {
	font-size: 12px;
	color: #999;
	text-align: center;
	margin-bottom: 20px;
	text-decoration: none;
}
div#variationen a:hover {
	color: #333;
}
*/
#content ul li.list_impressum {
	list-style-type: disc;
	line-height: 1.35;
	padding: 0;
	margin-left: 18px;
	background: none;
	background-image: none;
}
#onlineAnfrage input, #onlineAnfrage select, #onlineAnfrage textarea {
	padding: 4px 2px 5px 5px;
	color: #7C7A6B;
}
#onlineAnfrage tr td textarea {
	margin-top: 10px;
}
#onlineAnfrage tr td input.submit {
	cursor: pointer;
	margin: 0 auto 10px 0;
	padding: 9px 0;
	width: 275px;
	max-height: 48px;
	background: url(bilder/orange-verlauf.jpg) repeat-x top left;
	border: none;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	font-size: 136%;
}
#header-top #logolink {
	position: absolute;
	top: 40px;
	left: 50px;
	width: 450px;
	outline: none;
	background: transparent !important;
	height: 80px;
	z-index: 10;
}
/*************** ausgezeichnet.org ******************/
#ausgezeichnet{
	margin-bottom:25px;
	margin-left:-12px !important;
}
