/* Standardelemente */
html {min-height: 100%;}
* {margin: 0; padding: 0;}
.clearer {clear: both;}
.left {float: left;}
.right {float: right;}

.eingabefeld {
	border: 1px solid #7DA2B3;
	padding: 2px;
}
.eingabefeld:focus {
	border: 1px solid red;
	padding: 2px;
	background-color: yellow;
}

.selectfeld {
	border: 1px solid #7DA2B3;
	padding: 2px;
}
.selectfeld:focus {
	border: 1px solid red;
	padding: 2px;
}

input.sffocus {
	border: 1px solid #7DA2B3;
	padding: 2px;
}
input.sffocus:focus {
	border: 1px solid red;
	padding: 2px;
	background-color: yellow;
}

.sffocus {
        border: 1px solid red;
        background-color: yellow;
}

textarea:focus, textarea.sffocus {
	border: 1px solid red;
	background-color: yellow;
}

body {color: #000000;
	font: normal 12px Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-bottom: 20px;
	background: #FFFFFF url('/grafiken/main-back.jpg') repeat-x;
	text-align: center;
	}
	
table tr {text-align: left;
font: 12px Arial, Helvetica, sans-serif;}

.li-yes li{
	margin: 0px;
	list-style: none;
	padding: 0px 0px 2px 14px;
	background: transparent url('/grafiken/dots.gif') no-repeat;
}
	
a {color: #0D1A7C;}
a:hover {color: orange;}



/*** Anpassungen ***/

/*
/grafiken/logo.gif 
/grafiken/back-header-hauptnavi.gif
/grafiken/back-h3-boxes.gif
/grafiken/start-claim.gif
Orange: orange
*/

/* Formularfelder */

.submitbtn {cursor:pointer; padding:0; margin:0; font: normal 12px Arial, Helvetica, sans-serif; }
.submitbtn2 {cursor:pointer; padding:0; margin:2px 0px; font: normal 11px Arial, Helvetica, sans-serif;}
.submitbtn3 {cursor:pointer; padding:0; margin:12px 0px; font: normal 12px Arial, Helvetica, sans-serif;}


/* header */

.header-logo {
	background: url('/grafiken/logo.gif') no-repeat;
	height: 70px;
	width: 900px;
	margin: auto;
}

.header-subnavi {
   background: url('/grafiken/back-header-subnavi.gif') repeat-x;
	display: block;
	height: 27px;
	line-height: 27px;
	float: right;
	padding: 0px;
	border-bottom: 1px solid #BCBCBC;
	border-left: 1px solid #BCBCBC;
	border-right: 0px;
	border-top: 0px;
}

.header-subnavi a {
	font: bold 13px Arial, Helvetica, sans-serif;
	text-align: center;
	display: block;
	height: 27px;
	line-height: 27px;
	float: left;
	border-right: 1px solid #BCBCBC;
	padding: 0 16px;
	color: #000000;
	text-decoration: none;
}

.header-subnavi a:hover {
	text-decoration: underline;
	color: #000000;
}

.header-hauptnavi {
	background: url('/grafiken/back-header-hauptnavi.gif') repeat-x;
	font: bold 13px Arial, Helvetica, sans-serif;
	display: block;
	height: 28px;
	line-height: 28px;
	margin: auto;
	border: 0px;
	width: 900px;
}

.header-hauptnavi a {
	text-align: center;
	display: block;
	height: 24px;
	line-height: 24px;
	float: left;
	border-right: 1px dotted #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px 8px 0px 8px;
}

.header-hauptnavi a:hover {
	color: #000000;
}

.header-hauptnavi a:active {
	background: url('/grafiken/back-header-hauptnavi-activ.gif') repeat-x;
	color: #000000;
	padding-top: 3px;
	padding-right: 7px;
	border-right: 1px solid #BCBCBC;
	border-left: 1px solid #BCBCBC;
	border-top: 1px solid #BCBCBC;
}

.login a {
	font: bold 13px Arial, Helvetica, sans-serif;
	text-align: right;
	display: block;
	height: 24px;
	line-height: 24px;
	float: right;
	border: 0px;
	color: #FFFFFF;
	text-decoration: underline;
	padding: 4px 8px 0px 8px;
}

.login a:hover {
	color: #000000;
}

.header-search {
	background: url('/grafiken/back-header-search.gif') no-repeat;
	font: bold 13px Arial, Helvetica, sans-serif;
	display: block;
	height: 60px;
	border-right: 1px solid #BCBCBC;
	border-left: 1px solid #BCBCBC;
	border-bottom: 1px solid #BCBCBC;
	margin: auto;
	width: 900px;
	text-align: center;
}

.table-search {
	margin: auto;
	margin-top: 18px;
}

.table-search th {
	text-align: center;
	width: 60px;
	vertical-align: middle;
	font: bold 13px Arial, Helvetica, sans-serif;
}

.table-search td {
	vertical-align: middle;
}

.header-search input {
  width: 180px;
  display: inline;
  margin: 0px;
}

.header-search select {
  width: 200px;
  display: inline;
  margin: 0px;
}

.header-search input#submit {
  float: none;
  width: auto;
  margin-left: 10px;
}

.header-search input#submit1 {
  float: none;
  width: auto;
  margin-left: 10px;
}

.brotkrumel {
	font: 11px Arial, Helvetica, sans-serif;
	text-align: left;
	display: block;
	height: 32px;
	line-height: 32px;
	border: 0px;
	margin: auto;
	width: 900px;
	background-color: transparent;
	color: #8C8C8C;
}

.halbebrotkrumel {
	font: 11px Arial, Helvetica, sans-serif;
	text-align: left;
	display: block;
	height: 16px;
	line-height: 16px;
	border: 0px;
	margin: auto;
	width: 900px;
	background-color: transparent;
	color: #8C8C8C;
}

.brotkrumel a {
	text-decoration: underline;
	padding: 0px 4px 0px 4px;
	color: #8C8C8C;
}

.brotkrumel a:hover {
	color: #0D1A7C;
}



/* main-content */

.main {
	width: 900px;
	margin: auto;
}

.main-left {
	background: #EAEAEA;
	border-bottom: 1px solid orange;
	width: 240px;
	float: left;
	text-align: left;
	padding-bottom: 8px;
}

.main-left h3{
	background: url('/grafiken/back-h3-boxes.gif') repeat-x;
	padding: 4px 2px 12px 4px;
	text-align: left;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.main-left p{
	padding-left: 4px;
	padding-right: 2px;
	padding-bottom: 12px;
	text-align: left;
}

.main-left a{
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 8px;
	display: block;
}

.main-left a:hover {
	text-decoration: underline;
}

.main-center {
	width: 450px;
	margin-left:14px;
	float: left;
}

.main-center h1{
	text-align: left;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: orange;
	padding: 3px 0px;
	border-top: 1px solid #BCBCBC;
	border-bottom: 1px solid #BCBCBC;
}

.main-center p {
	text-align: left;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	margin-bottom: 12px;
}

.main-content {
	width: 700px;
	margin-left:4px;
	text-align: left;
	float: left;
}

.main-content h1{
	text-align: left;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: orange;
	margin-bottom: 14px;
	padding: 3px 0px;
	border-top: 1px solid #BCBCBC;
	border-bottom: 1px solid #BCBCBC;
}

.main-content h2{
	text-align: left;
	font: bold 16px Arial, Helvetica, sans-serif;
	margin-top: 18px;
	margin-bottom: 12px;
}

.main-content p{
	text-align: left;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	margin-bottom:12px;
}



/* start-claim */

.main-claim {
	background: url('/grafiken/start-claim.gif') no-repeat;
	margin: 14px auto;
	width: 448px;
	height: 170px;
	border: 1px solid #BCBCBC;
	padding-top: 60px;
}

.start-step {
	margin-right: 18px;
	float: right;
}

.start-step p {
	display: block;
	width: 240px;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #BCBCBC;	
	font: bold 18px Arial, Helvetica, sans-serif;
	text-align: left;
	color: #464646;
	padding-left: 12px;
	line-height: 40px;
}

.start-step a {
	display: block;
	width: 240px;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #BCBCBC;
	font: bold 18px Arial, Helvetica, sans-serif;
	text-align: left;
	color: #464646;
	padding-left: 12px;
	line-height: 40px;
	margin-bottom: 14px;
	text-decoration: none;
}

.start-step a:hover {
	display: block;
	width: 240px;
	height: 40px;
	background: #5C5C5C;
	color: #FFFFFF;
}

.step-note {
	display: block;
	background: transparent url('/grafiken/step-note.gif') no-repeat;
	width: 430px;
	border: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: left;
	padding-left: 20px;
}

/* kategorien */

.kategorien-detail {
	background-color: #EAEAEA;
	border: 1px solid orange;
	width: 690px;
	float: left;
	text-align: left;
	margin: 5px 0px 15px 0px;
	padding: 4px;
}

.kategorien-detail h3 a {
	text-align: left;
	font: 16px Arial, Helvetica, sans-serif;
}

.kategorien-detail p {
	text-align: left;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 4px;
	padding-left: 20px;
	padding-bottom: 4px;
}

/* bundeslandwahl */

.bundesland-text {
	width: 240px;
	float: left;
	text-align: left;
	margin: 0px 10px 6px 50px;
}

.bundesland-text li{
	margin-bottom: 6px;
	list-style: none;
}

.bundesland-map {
	width: 310px;
	float: left;
	text-align: left;
	margin: 0px 10px 6px 0px;
}



/* landkreiswahl */

.lk-text {
	width: 200px;
	float: left;
	text-align: left;
	margin: 0px 10px 6px 10px;
}

.lk-text li{
	margin-bottom: 5px;
	list-style: none;
}



/* anbieterliste */

div.anbieter{
width:685px;
height:102px;
border:solid 1px #BCBCBC;
background-color:#EAEAEA;
font-size:11px;
padding:5px;
margin-bottom:6px;
}

div.anb_info{
float:left;
width:515px;
height:102px;
}

div.anb_titel{
	width: 490px;
	height: 16px;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	margin-left: -3px;
	margin-top: -2px;
}

div.anb_logo{
	width: 121px;
	height: 80px;
	float: left;
}

div.anb_logo img{
	border: solid 1px #BCBCBC;
}

div.anb_text{
	width: 375px;
	height: 80%;
	border-left: dotted 2px #BCBCBC;
	float: right;
	padding-left: 8px;
}

div.anb_kontakt{
	float: right;
	width: 155px;
	height: 102px;
	border-left: dotted 2px #BCBCBC;
	padding-left: 8px;
	text-align: right;
}



/* anbieter-details */
					
.zurueck {
	background: transparent url('/grafiken/zurueck.gif') no-repeat;
	font: 11px Arial, Helvetica, sans-serif;
	text-align: left;
	padding-left: 14px;
}

div.anb_details{
width:685px;
border:solid 1px #BCBCBC;
background-color:#EAEAEA;
font-size:11px;
padding:5px;
margin-bottom:6px;
}

div.anbd_text{
	width: 515px;
	border-left: dotted 2px #BCBCBC;
	float: right;
	padding-left: 10px;
}

div.anbd_video{
	width: 515px;
	border-left: dotted 2px #BCBCBC;
	float: right;
	padding-left: 10px;
	text-align: center;
}

div.anbd_info{
	float: right;
	width: 512px;
	text-align: left;
	margin-bottom: 12px;
}

div.anbd_angebot{
	float: left;
	width: 504px;
	background-color: #ffffff;
	border: 1px solid orange;
	text-align: left;
	margin-bottom: 12px;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 4px;
}

div.angebot_alle{
	float: left;
	width: 685px;
	background-color: #EAEAEA;
	border: 1px solid orange;
	text-align: left;
	margin-bottom: 12px;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 4px;
}

div.anbd_angebot h6{
	background-color: orange;
	color: white;
	text-align: left;
	font: bold 11px Arial, Helvetica, sans-serif;
	padding-left: 2px;
	margin-bottom: 2px;
}

div.angebot_alle h6{
	background-color: orange;
	color: white;
	text-align: left;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding-left: 2px;
	margin-bottom: 4px;
}

div.anbd_oeffnung{
	float: left;
	background-color: #BCBCBC;
	width: 510px;
	text-align: center;
	margin-bottom: 12px;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 2px;
}

div.anbd_zinfo{
	float: right;
	width: 512px;
	text-align: left;
}

div.anbd_dots{
	float: left;
	width: 180px;
	text-align: left;
}

div.anbd_dots li{
	margin-top: 2px;
	list-style: none;
	padding-left: 14px;
	background: transparent url('/grafiken/dots.gif') no-repeat;
}

div.anbd_bilder{
	float: right;
	width: 322px;
	text-align: left;
}

div.anbd_bild{
	width: 322px;
	text-align: center;
	float: right;
	margin-bottom: 4px;
	background-color: #BCBCBC;
}

div.anbd_bild img{
	border: solid 1px #BCBCBC;
	text-align: center;
}

div.anbd_thumb{
	float: right;
	width: 106px;
	text-align: center;
}

div.anbd_thumb img{
	border: solid 1px #BCBCBC;
	text-align: center;
}

div.anbd_kontakt{
	float: left;
	width: 150px;
	text-align: left;
}

div.anbd_kontakt img{
	border: solid 1px #BCBCBC;
}

div.anbd_kontakt p{
	font: 11px Arial, Helvetica, sans-serif;
	margin-top: 12px;
}

div.anbd_imp{
	float: left;
}

div.anbd_imp a{
	font: 11px Arial, Helvetica, sans-serif;
	padding: 2px;
	color: #8C8C8C;
}


div.anbd_links{
	float: right;
}

div.anbd_links a{
	font: 11px Arial, Helvetica, sans-serif;
	padding: 2px;
	color: #8C8C8C;
}



/* formulare */

div.formblock{
width:685px;
border:solid 1px #BCBCBC;
background-color:#EAEAEA;
font-size:12px;
padding:5px;
margin-bottom:6px;
}

div.formblock h3{
	text-align: left;
	font: bold 12px Arial, Helvetica, sans-serif;
	margin-top: 2px;
	margin-bottom: 8px;
	color: #0D1A7C;
}

div.formblock input{
	margin: 1px 0px;
}

div.formblock-half{
	width: 330px;
	float: left;
	border: solid 1px #BCBCBC;
	background-color: #EAEAEA;
	font-size: 12px;
	padding: 5px;
	margin: 0px 2px 10px 2px;
}



/* sendebestätigung */

.table-firma-send td {
	font: 12px Arial, Helvetica, sans-serif;
	padding: 6px;
}

.table-firma-send-inner td{
	padding: 1px;
}



/* als firma eintragen */

label {
	margin-left: 4px;
	vertical-align: middle;
}

.anm_done {color: Gray;}
.anm_now {color: Black;	font-weight: bold;}
.anm_bevore {color: Black;}


/* main-right */

.main-right {
	width: 180px;
	margin-left: 714px;
	text-align: right;
}

.right-inner {
	background: #EAEAEA;
	border-bottom: 1px solid orange;
	width: 176px;
	float: right;
	text-align: left;
	margin-bottom: 18px;
}

.right-inner h3{
	background: url('/grafiken/back-h3-boxes.gif') repeat-x;
	padding: 4px 2px 12px 4px;
	text-align: left;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.right-inner p{
	padding-left: 4px;
	padding-right: 2px;
	padding-bottom: 12px;
	text-align: left;
}

.right-inner a{
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 8px;
	display: block;
}

.right-inner a:hover {
	text-decoration: underline;
}

.right-inner input,select {
	width: 162px;
	margin: 0px 0px 4px 2px;
	display: inline;
}

.right-inner input#submit {
  float: none;
  width: auto;
}

.right-inner input#submit1 {
  float: none;
  width: auto;
  margin: 0px 0px 4px 2px;
}


/* login */

.table-login td{
	padding: 2px;
}

.login_menue {
	text-decoration: none;
	margin-left: 6px;
	list-style: none;
}

.login_selected {
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 2px 2px 3px 2px;
	margin: 2px 4px 6px -2px;
	background-color: #ffffff;
	border: 1px dotted Gray;
}

.angeb_table select {
  float: none;
  width: auto;
}





/* footer */

.footer-navi {
	border-top: 1px solid orange;
	width: 900px;
	margin: auto;
	margin-top: 26px;
	margin-bottom: 8px;
	background-color: #EAEAEA;
	color: #8C8C8C;
	font-size: 11px;
}

.footer-navi p {
padding-top: 4px;
padding-bottom: 4px;
}

.footer-navi a {
text-decoration: none;
color: #8C8C8C;
padding-left: 4px;
padding-right: 4px;
}

.footer-navi a:hover {
	text-decoration: underline;
	color: #0D1A7C;
}

.footer-bookmarks {
	border: 0px;
	width: 900px;
	margin: 0px auto;
	text-align: center;
}

.footer-bookmarks-left {
	border: 0px;
	width: 520px;
	text-align: right;
	padding: 0px;
	float: left;
	height: 18px;
	line-height: 18px;
	color: #8C8C8C;
	font-size: 11px;
}

.footer-bookmarks-left a {
	text-decoration: none;
	color: #8C8C8C;
	padding: 0px 8px;
}

.footer-bookmarks-left a:hover {
	text-decoration: underline;
	color: #0D1A7C;
}

.footer-bookmarks-right {
	border: 0px;
	width: 376px;
	text-align: left;
	padding: 0px;
	height: 18px;
	line-height: 18px;
	float: right;
}

.footer-bookmarks-right a {
	padding-left: 8px;
}

.footer-kategorie {
	font-size: 11px;
	width: 900px;
	color: #8C8C8C;
	margin: auto;
	margin-top: 18px;
	margin-bottom: 12px;
	text-align: left;
	border: 1px dotted #8C8C8C;
	background-color: #ffffff;
}

.footer-kategorie-left {
	width: 210px;
	display: block;
	text-align: right;
	float: left;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #8C8C8C;
	margin-right: 10px;	
}

.footer-kategorie p {
padding-top: 4px;
padding-bottom: 4px;
}

.footer-kategorie a {
	text-decoration: none;
	color: #8C8C8C;
	padding: 0px 6px;
}

.footer-kategorie a:hover {
	text-decoration: underline;
	color: #0D1A7C;
}

.footer-kategorieinfo {
	font-size: 11px;
	width: 800px;
	color: #8C8C8C;
	margin: auto;
	margin-top: 18px;
	margin-bottom: 12px;
	text-align: center;
	border: 0px;
	background-color: #ffffff;
}

.footer-kategorieinfo a{
	color: #8C8C8C;
}

.footer-end {
	border: 0px;
	width: 900px;
	margin: 2px auto;
	background-color: #ffffff;
}

.footer-end h4 {
	padding-top: 6px;
	padding-bottom: 0px;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #8C8C8C;
	text-align: center;
}

.copyright {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #8C8C8C;
	margin-left: 10px;
}

.copyright a {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #8C8C8C;
}



/* Warnheinweis */

h5 {
	color: red;
	font: normal 16px Arial, Helvetica, sans-serif;
	border: 4px double red;
	padding: 4px;
	margin-bottom: 14px;
}	

/* Firmenname Firmendetails */
h4 {
	font: bold 12px Arial, Helvetica, sans-serif;
	margin-bottom: 6px;
}	



/* druckbare Rechnung */

div.rechnung1{
	width: 685px;
	border: 0px;
	background-color: transparent;
	font-size: 12px;
	padding: 5px;
	margin: 6px auto;
	text-align: left;
}

div.rechnung2{
	width: 685px;
	border: solid 1px #BCBCBC;
	background-color: #ffffff;
	font-size: 12px;
	padding: 5px;
	margin: 6px auto;
	text-align: left;
}

div.rechnung2 h1{
	margin: 6px 0px 12px 0px;
	text-align: left;
	font: bold 16px Arial, Helvetica, sans-serif;
}

.rechnung td{
	padding: 2px;
	background-color: #EAEAEA;
}

.rechnung th{
	padding: 2px;
	background-color: #BCBCBC;
	text-align: left;
	font: bold 12px Arial, Helvetica, sans-serif;
}

div.rechnung2 p{
	margin-bottom: 12px;
}

.rechnung-footer p{
	font: normal 11px Arial, Helvetica, sans-serif;
	color: Gray;
	text-align: right;
}

/* presse */

.presse-photos {
	width: 200px;
	float: left;
	text-align: left;
	margin: 0px 10px 6px 10px;
}

.presse-photos img{
	border: 1px solid #BCBCBC;
	margin-bottom: 12px;
}

.presse-headline{
	border-top: 1px solid #BCBCBC;
	border-bottom: 1px solid #BCBCBC;
	margin-top: 52px;
	margin-bottom: 12px;
	padding: 2px;
	background-color: #EAEAEA;
}

.go {
	margin: 12px 10px 12px 24px;
	text-align: center;
	float: left;
}

.go a {
	display: block;
	width: 280px;
	font: 16px Arial, Helvetica, sans-serif;
	border: 1px solid orange;
	background-color: #CACACA;
	padding: 6px 10px 6px 10px;
	text-align: center;
}

.go a:hover {
	background-color: #5C5C5C;
	color: White;
}


