*{
	outline:none;
}
area{
	outline:none;
}
body {
	background-image: url(/images/hintergrund.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #7188B2;
	padding:0px;
	margin:0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #2C2C2C;
}
img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #FF7E00;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
input {
	border: 1px solid #7F9DB9;
	padding: 2px;
}

#rahmen {
	width: 1000px;
	margin:0px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
}
#content {
	width:966px;
	background-color: #FFFFFF;
	background-image: url(/images/content_bg_bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	vertical-align:top;
}
#rahmenlinks {
	width:17px;
	background-image: url(/images/rahmen_links_bg.jpg);
	background-repeat: repeat-y;
	background-position: top;
}
#rahmenrechts {
	width:17px;
	background-image: url(/images/rahmen_rechts_bg.jpg);
	background-repeat: repeat-y;
	background-position: top;
}
#head {
	height: 205px;
}
#contentrahmen {
	/*background-image: url(/images/content_verlauf_top.jpg);*/
	background-repeat: repeat-x;
	background-position: top;
	margin-left:10px;
	margin-right:10px;
	padding-top:20px;
	padding-bottom: 50px;
	border-top: 1px solid #FF7E00;
}
#werbung {
	text-align: center;
	margin-bottom:10px;
	background-color: #ffffff;
	border-bottom: 1px solid #FF7E00;
}

#contentleft {
	margin-left:20px;
	width: 743px;
	float:left;
}
#contentright {
	width: 183px;
	float:left;
}

/* Globale Navigation */
.navi {
	padding-top:10px;
	padding-bottom:10px;
	margin-left:10px;
	margin-right:10px;
}
.navi a{
	color: #2C2C2C;
}
a.einstellen {
	background-image: url(/images/angebot_einstellen_icon.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
	font-weight: bold;
}
a.bearbeiten {
	background-image: url(/images/angebot_bearbeiten_icon.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
	font-weight: bold;
}
a.suchen {
	background-image: url(/images/angebot_suchen_icon.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding:5px;
	padding-left: 25px;
	font-weight: bold;
	
}


/* content */
h1 {
	font-family : Verdana;
	color: #5773A3;
	font-weight: bold
}
h2 {
	color: #FF7E00;
}
h3 {
	color: #FF7E00;
	font-size:130%;
}
.box {
	float: left;
	width: 500px;
	margin-bottom: 20px;
	background-image: url(/images/rahmen_unten.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #FFFFFF;
}
.boxcontent {
	border-left: 1px solid #BDC8DA;
	border-right: 1px solid #BDC8DA;
	padding-left: 10px;
	padding-right: 10px;
}
.boxlefttop {
	background-image: url(/images/rahmen_linksoben_weiss.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.boxrighttop {
	background-image: url(/images/rahmen_rechtsoben_weiss.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.boxleftbottom {
	background-image: url(/images/rahmen_linksunten.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.boxrightbottom {
	background-image: url(/images/rahmen_rechtsunten.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 5px;
	padding-bottom: 25px;
}
.boxlefttopwhite {
	background-image: url(/images/rahmen_linksoben_weiss.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.boxrighttopwhite {
	background-image: url(/images/rahmen_rechtsoben_weiss.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.tools {
	float: left;
	background-color:#FF7E00;
	width: 171px;
	margin-top:30px;
	border-top: 2px solid #ffffff;
	background-image: url(/images/menue_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 20px;
	
}
.tools div {
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.tools a {
	color: #FFFFFF;
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}
.tools a.print {
	background-image: url(/images/drucken.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
}
.tools a.emailsend {
	background-image: url(/images/send_mail.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
}
.tools a.melden {
	background-image: url(/images/admin_melden.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
}
.tools a.edit {
	background-image: url(/images/eintrag_edit.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
}


#err {
	color: red;
	margin-bottom: 20px;
	background-color: #ffffff;
	border: 2px solid red;
	padding:5px;
	padding-left: 100px;
	margin-right: 50px;
	min-height: 80px;
	background-image: url(/images/fehler.jpg);
	background-repeat: no-repeat;
	background-position: left;
	
}
.err {
	color: red;
	font-weight:bold;
}
input.dd {
	/*background-image: url(/images/arrow_down.gif);
	background-repeat: no-repeat;
	background-position: right;*/
	width: 300px;
}
.workstatus {
	margin-bottom: 10px;
	padding-left: 10px;
	color: #5773A3;
}
.headline3 {
	color: #FF7E00;
	font-weight: bold;
}
.buttonbaseline {
	clear:both;
	padding-left: 330px;
}
a.arrow {
	background-image: url(/images/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
}
.grresult{
	color: #008000;
}
.wrresult{
	color: #ff0000;
}
.zusatz {
	font-size: 90%;
	color: #666666;
}
.star {
	font-size: 200%;
	color: #FF7E00;
	float:left;
	padding-right: 5px;
	height:10px;
}
#footer{
	display:block;
	padding-top:50px;
	text-align:center;
	color: #949494;
}
#footer a {
	color: #949494;
}

div.co2Content{
	min-height:410px;
	border:1px dashed #ff7e00;
}
div.co2Rechner{
	padding-left: 20px; 
	margin-top:20px;
	float:left;
	width:480px;
}
div.co2Stats{
	margin-top:20px;
	padding:5px;
	float:left;
	width:365px;
	background-color:#f9faff;
	border:1px solid #e2e6ef;
}
div.co2kopf{
	background-color:#ff9329;
	color:#ffffff;
	padding:5px;
	font-weight:bold;
	border:1px solid #ffffff;
}
.fullerr {
	position : absolute;
	top:0px;
	left:0px;
	display:block;
	background-image: url(/images/50trans.png);
	width: 100%;
	height: 1200px;
	text-align: center;
	
}
.errmsg {
	width: 500px;
	margin-left:auto;
	margin-right:auto;
	background-color: #ffffff;
	border: 4px solid red;
	padding: 10px;
	margin-top:400px;
	padding-left:100px;
	text-align: left;
	background-image: url(/images/fehler.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#infocounter {
	position:absolute;
	top:20px;
	margin-left:220px;
}
div.co2StatsStart{
	margin-top:20px;
	padding:5px;
	float:left;
	width:365px;
}
div.co2Text{
	padding:5px;
	background-color:#f9faff;
	border:1px solid #e2e6ef;
}
.streckenverbindungenline{
	position:absolute;
	margin-left:0px;
	margin-top:0px;
	width:230px;
	height:60px;
	background-image:url('/images/counterline.png');
	background-repeat:no-repeat;
	background-position:-10px -22px;
}
.streckenverbindungen{
	position:relative;
	width:230px;
	border:1px solid #b0c1de;
	padding:10px;
	text-align:center;
	background-color:#e7ebf2;
	color:#5b7cb4;
	text-transform:uppercase;
	font-size:13px;
	font-family:arial;
	font-weight:bold;
	background-image:url('/images/counter.png');
	background-repeat:no-repeat;
	background-position:0px -12px;
}
.streckenverbindungen h4{
	font-size:35px;
	margin:0px;
	margin-top:5px;
	padding:0px;
	color:#fff;
	font-family:arial;
	font-weight:normal;
	margin-bottom:-7px;
	letter-spacing:20px;
	margin-left:7px;
	text-align: left;
}
.streckenverbindungMitGewinnspiel{
	position:absolute;
	margin-left:495px;
	margin-top:20px;
}

/*---------------------------------------------------------------------------*/
div.ostholsteinHead{
	position:absolute;
	margin-left:815px;
	margin-top:20px;
}
.Co2Stern{
    width:132px;
    height:132px;
    background-image: url(/images/stern-orange-klein.png);
}
.suchoptionkasten{
	background-image:url('/images/such-option-kasten.png');
	background-repeat:no-repeat;
	background-position: top;
	width:320px;
	height:145px;
	float:left;
	text-align:center;
	margin-right:10px;
	margin-bottom:10px;
}
.angebotOption1sp{
	float:left;
	width:320px;
}
#pp_logo{
    position:absolute;
    margin-left:25px;
    margin-top:25px;
}

/*---------------------------------------------------------------------------*/
/*                 Alt. Layout fŸr ein Portal z.B. Hessen                    */
/*---------------------------------------------------------------------------*/
.cB{
	clear:both;
}
.altPortalLayout{
	clear:both;
	margin-bottom:30px;
	width:900px;
}
.altPortalLayout .small{
	font-size:10px;
}
.altPortalLayout .description{
	margin-left:-60px;
}
.altPortalLayout .reiter{
	float:left;
	width:220px;
	margin-right:5px;
	border:2px solid #7892c7;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	padding:5px;
	padding-left:70px;
	background-color:#d8e1f4;
	margin-bottom:-2px;
	height:135px;
	cursor:pointer;
}
.altPortalLayout h2{
	font-size:120%;
}
.altPortalLayout .reiter.start{
	background-image:url('/images/ampel.png');
	background-position:0px 0px;
	background-repeat:no-repeat;
}
.altPortalLayout .reiter.start{
	background-image:url('/images/ampel.png');
	background-position:0px 0px;
	background-repeat:no-repeat;
}.altPortalLayout .reiter.ziel{
	background-image:url('/images/fahne.png');
	background-position:0px 0px;
	background-repeat:no-repeat;
}
.altPortalLayout .reiter input{
	width:200px;
}
.altPortalLayout .reiter.aktiv{
	border-bottom:2px solid #fff;
	background-color:#fff;
}
.altPortalLayout .reiter input{
	width:200px;
	margin-bottom:10px;
}
.altPortalLayout .mapRahmen{
	border:2px solid #7892c7;
	padding:10px;
	width:579px;
	min-height:400px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	margin-bottom:15px;
}
.altPortalLayout .suchOptionen{
	
}
.altPortalLayout .helpButton{
	float:left;
	margin-right:10px;
}
.altPortalLayout .helpText{
	float:left;
	margin-top:5px;
}
.altPortalLayout .left{
	float:left;
	width:610px;
}
.altPortalLayout .right{
	float:left;
	width:290px;
}
.altPortalLayout .sucheStarten{
	float:right;
	margin-top:30px;
	margin-right:20px;
}
.altPortalLayout .angebotEinstellen{
	float:right;
	margin-top:30px;
	margin-right:20px;
}

/* Ergebnisseite mit Öpnv */
.ergebnisOepnv {
    width:940px;
	margin-left:-15px;
 }
.ergebnisOepnv h1{
    font-size:17px;
    font-weight:normal;
    font-family:Arial;
    color:#4e5c7b;
    margin-top:0px;
    margin-bottom:4px;
    padding-left:20px;
}
.ergebnisOepnv .verbindung{
    border:8px solid #e9ecf3;
    padding:14px;
    background:#e9ecf3 url('/images/verbindungenBG.png') repeat-y center;
    margin-bottom: 10px;
    color:#7891c7;
    font-size:1.5em;
    font-weight:bold;
}
.ergebnisOepnv .verbindung h1{
    font-size: 1.0em;
    margin-bottom:10px;
    padding-left:0px;
}
.ergebnisBoxRahmen{
	border:1px solid #cfcfcf;
	position:relative;
	margin-bottom:10px;
}
.ergebnisBox{
	border:8px solid #fff;
	background:url('/images/ergebnisBoxBG.png');
	padding:14px;
}

.oepnvAusgabe{
	font-size:11px;
	color:#333;
}
.oepnvAusgabe table tr td{
	padding:5px;
	border-bottom:1px solid #ccc;
	vertical-align:top;
}
.oepnvAusgabe table tr td{
	background:#fff;
}
.oepnvAusgabe table tr:nth-child(1){
	background:transparent;
}


.ergebnisOepnv .dblPfeil{
    font-size: 1.6em;
    color: #FF7E00;
    padding-left:10px;
    padding-right:10px;
}    
.ergebnisOepnv .tab{
    float:left;
    height:50px;
    background-color:#e9ecf3;
    background-image:url('/images/tabarrow.png');
    background-repeat:no-repeat;
    background-position:center 35px;
    padding:5px;
    margin-right:10px;
    font-size:1.5em;
    text-align:center;
    color:#525252;
    cursor:pointer;
}
.ergebnisOepnv .tab .alternativ{
	color:#c4c4c6;
}
.ergebnisOepnv .tab.pendlerportal{
	width:330px;
}  
.ergebnisOepnv .tab.oepnv{
	width:540px;
	margin-right:0px;
} 
.ergebnisOepnv .tab.on{
    background-color:#7891c7;
    background-image:url('/images/tabarrow_on.png');
    background-repeat:no-repeat;
    background-position:center 35px;
    color:#fff;
}
.ergebnisOepnv .tab.on .alternativ{
	color:#9fb6eb;
}
.ergebnisSlider{
	float:left;
	width:430px;
	padding:10px;
}
.ergebnisSlider h1{
	color:#4e5c7b;
	float:left;
	font-size:12px;
	font-weight:normal;
	margin-top:7px;
	padding-left:4px!important;
}
.ergebnisSlider.left{
	background:url('/images/ergebnisSlider_left.png') no-repeat right top;
}
.ergebnisSlider.right{
	background:url('/images/ergebnisSlider_right.png') no-repeat 2px 0px ;
}
.ergebnisSlider .info{
	float:left;
	margin-top:7px;
	margin-left:9px;
	color:#4e5c7b;
	width:75px;
}
.ergebnisSlider .ui-slider-horizontal{
	width:160px!important;
}
.ergebnisBG{
	background:url('/images/ergebnisBG.png') repeat-x center top;
	padding:20px;
}
.ergebnisBG h1{
	padding-left:0px;
}    
.ergebnisBox1sp{
	border:1px solid #7087b1;
	float:left;
	width:330px;
	height:200px;
	padding:10px;
	background:#fff;
}
.ergebnisDetailBtn{
	position:absolute;
	right:-5px;
	top:-5px;
}

.ajaxLoader 
{
   margin-left:50%;
    }
