* {
    font-family:Verdana;
}

body {
    margin:0px;
}

label {
    color:#8694AE;
    font-size:11px;
    height:20px;
    float:left;
}

div#wrapper {
    width:920px;
}

div#header {
    background:url(../images/header.gif) top left no-repeat;
    height:102px;
}

div#content {
    width:890px;
    margin:0px auto;
}

div.step {
    position:relative;
    margin-bottom:10px;
    padding:1px 0px 10px 15px;
}

div.step.inactive , div.step.done{
    background-color:#F0F0F0;
    height:35px;
    border-bottom:1px solid #8694AE;
    padding:1px 0px 0px 15px;
    margin-bottom:0px;
    overflow: hidden;
}

div.step.done.big {
	height:56px;
}
div.step.done.big div.left {
	height: 42px;
}

div.step.done  h2{
    color:#0A214B;
    margin:0px;
}

span.step_done { /* IE6-Fix */
    color:#0A214B;
    margin:0px;
    font-weight: bold;
}

div.step.done div {
    height:20px;
    margin-top:11px;
    padding-top:3px;
}

div.step.fixed {
    height:270px;
}

div.step.done div.left {
    border-right:1px solid #8694AE;
}

div.step.done div.middle {
    float:left;
    width:590px;
    overflow: hidden;
    white-space: nowrap;
}

div.step.done div.right {
    float:right;
    width:100px;
    padding-left:5px;
    border-left:1px solid #8694AE;
}

div.step.inactive h2{
    padding:0px;
    margin:10px 0px 0px 0px;
    color:#8694AE;
}

div.step.inactive span{ /* IE6 Fix */
    padding:0px;
    font-size: 11px;
    margin:10px 0px 0px 0px;
    color:#8694AE;
    font-weight: bold;
    position: relative;
    top: 15px;
}

div.step div,
div.step p,
div.step h2,
div.step a,
div.step li{
    font-size:11px;
}

div.step h2 {
    margin:10px 0;
    color:#FD7500;
}

div.step p {
    color:#8694AE;
}

div.step div.left {
    width:150px;
    margin-right:5px;
    float:left;
}

div.step div.right div.left {
    width:auto;
}

div.step div.right div.left.wider {
    width:400px;
}

div.step div.right div.right {
    padding-left:0px;
    float:left;
    position:relative;
}

div.clear {
    height:0px !important;
    margin:0px;
    padding:0px;
    clear:both;
}

div.clear_float {
    clear:both;
}

div.sub {
    float:left;
    clear:both;
    width:100%;
}

ul{
    margin:0px;
    padding:0px;
    clear:both;
}

ul li {
    float:left;
    margin-right:10px;
    list-style-type:none;
    width:85px;
}

ul li.next {
    clear:both;
}

ul.vertical li {
    float:none;
    width:200px;

}

ul.vertical.clear li label {
    float:none;
}

ul.vertical li label {
    float:left;
    display:block;
    /*height:16px;*/
    height:21px;
    width:160px
}

ul.vertical li a.info {
    float:right;
}

ul.vertical li.multiline label {
    height:32px;

}

ul.vertical li.multiline a.info {

}
ul.wide li {
    width:165px;
}

ul.auto li {
    width:auto;
    padding:0px 5px;
}

ul.auto li label {
    width:auto;
}

fieldset {
    border:0px;
}

fieldset input.text {
    width:98%;
    margin-top:5px;
}

fieldset select {
    width:500px;
    background:#FFFFFF;
}

fieldset select option.disabled {
    color:#AAAAAA;
}

/* IE-fix */
option.disabled {
	color: #AAAAAA;
}

fieldset select option.ballungsraum, fieldset select optgroup {
    font-weight:bold;
    /*background-color:#FD7500;
    color:#F1F1F1;*/
   	background-color:#E1E1E1;
    color:#FB5600;
    padding:3px 0px 0px 0px;
    font-style:normal;
    margin-bottom:2px;
}
fieldset select option{
	background:white;
	color:black;
	font-weight:normal;
}

fieldset select option.bereich {
    font-weight:bold;
}

fieldset select option span.cat {
    font-style:italic;
    font-weight:normal;
}

fieldset select.fit {
    width:100%;
}

fieldset h2 {
    color:#8694AE !important;
    float:left;
}

fieldset.margin.top {
    margin-top:30px;
    margin-bottom:0px;
}

fieldset.margin.top.small {
    margin-top:10px;
}

fieldset.margin.middle {
    margin-top:10px;
}

div.control {
    clear:both;
    background:url(../images/arrow.gif) 0px 4px no-repeat;
    padding-left:10px;
    color:#8694AE;
    font-weight:bold;
}

div.control.double {
    background-position:0px 22px;
    padding-top:18px;
}

div.control a {
    font-weight:normal;
}

div.step a {
    color:#8694AE;
    text-decoration:none;
}

div.step a:hover {
    color:#FD7500;
    text-decoration:underline;
}

div.next a, div.next input, input.submit {
    font-weight:bold;
    border:none;
    color:#FD7500;
    background:url(../images/arrow_orange.gif) 0px 4px no-repeat;
    float:left;
    font-size:11px;
    cursor: pointer;
}
div.next a:hover, div.next input:hover, input:hover.submit {
    text-decoration:underline;
}

div.next {
    position:absolute;
    right:0px;
    z-index:10;
}

div.next div {
    float:left;
    margin-left:20px;
}

div.right a.next.left {
    right:100px;
}

div.step a.link {
    font-weight:bold;
    color:#FD7500;
    background:url(../images/arrow_orange.gif) 0px 4px no-repeat;
}

div.link {
    float:left;
    width:120px;
}
div.link a.info {
    float:left;
}
a.link.left {
    float:left;
}

div.right img {
    border:0px;
}

img.map {
    position:absolute;
    top:0px;
    left:0px;
    z-index:1;
}

div#map-box {
    position:relative;
    width:258px;
    height:317px;
    background-image: url(/images/germany.gif);
}

div#map-box img.overlay {
    width:258px;
    height:317px;
    position:relative;
    z-index:2;
}

div.line {
    width:1px;
    float:left;
    margin:0px 10px 0px 10px;
    height:202px;
    background:url(../images/hline.gif) top left no-repeat;
}

div.hline {
    background-color:#8694AE;
    height:1px;
}

div.columns3 {
    width:210px;
    float:left;
}
div.columns2 {
    width:320px;
    float:left;
}
a.info {
    background:url(../images/info.gif) top left no-repeat !important;
    display:block;
    margin-top:-3px;
    float:right;
    width:21px;
    height:21px;
    padding:0px !important;
}

a.info_alert{
    background-image:url(../images/info_alert.gif) !important;
}

div.info {
    position:relative;
    padding-right:25px;
}

div.info a.info {
    position:absolute;
    /*bottom:0px;*/
    top:0px;
    right:0px;
}

div.next a.info, a.info.inline {
    float:left;
    margin-left:5px;
}

a.info span {
    display:none;
}

a.info.left {
    float:left;
    margin-left:5px;
}

a.info.static {
	margin-top:6px;
    /*top:6px;*/
}

div.infobox {
    padding:5px 25px 5px 5px;
    /*border:1px solid #8694AE;*/
    background:#E1E1E1;
    position:absolute;
    max-width:300px;
	width:expression(this.clientWidth>300?"300px":"auto"); /* max-width für IE */
    z-index:1000;
    display:none;
    color:#505D77;
    font-size:11px;
}

div.infobox.tooltip {
    padding:5px;
    color:#505D77;
}

div.infobox * {
    font-size:11px;
}

div.infobox a {
    color:#FD7500;
    text-decoration:none;
}

div.infobox a:hover {
    color:#FD7500;
    text-decoration:underline;
}

div.infobox a.close {
    display:block;
    width:21px;
    height:21px;
    background:url(../images/info_close.gif) top left no-repeat;
    position:absolute;
    top:1px;
    right:1px;
}

div.infobox th {
    vertical-align:top;
    text-align:left;
}

table.overview, table.detail {
    border:1px solid #636B8C;
    padding:5px;
    border-spacing:0px;
    width:100%;
    margin-top:5px;
    white-space: nowrap;
}
table.detail {
    width:auto;
}
table.detail {
    border:0px;
}

table.detail input.anzahl {
	width:63px;
	text-align:right;
}

table.overview th, table.overview td, table.detail th, table.detail td, table.preis th, table.preis td {
    font-size:11px;
    color:#0A214B;
    text-align:center;
    border-right:1px solid #636B8C;
    padding:5px 3px;
}

table.overview .last, table.detail .last {
    border-right:0px;
}

table.overview th, table.detail th {
    font-weight:bold;
    border-bottom:1px solid #636B8C;
}

table.detail .first {
    text-align:left;
}

table.detail td {
    text-align:right;
}

table.detail tr.even td {
    background:#F0F0F0;
}

table.detail tr.ballungsraum td {
    text-align:left;
    border:1px solid #F0F0F0;
    font-weight:bold;
    color:#FB5600;
    background-color:#E1E1E1;
}

div.step table.detail a {
    color:#0A214B;
    background:url(../images/plus.gif) left 2px no-repeat;
    padding-left:15px;
    display:inline-block;
}

div.step table.detail tr.expanded a {
    background:url(../images/minus.gif) left 2px no-repeat;
}

div.step table.detail a.no-plus,
div.step table.detail tr.expanded a.no-plus{  background-image: none; padding-left: 0px; }


div.step table.detail a:hover {
    text-decoration:none;
}

div.step table.detail td.edit {
    text-align:left;
}

div.step table.detail td.edit input {
    width:60px;
    margin:0px;
    border:1px solid #636B8C;
    text-align:right;
    color:#636B8C;
    font-size:11px;
}

div.step table.detail tr.edit_last td {
    border-bottom:1px solid #FD7500;
}
div.step table.detail tr.hide{
	display:none;
}

div.step table.detail tr.expanded td {
    border-top:1px solid #FD7500;
}
div.step table.detail tr.expanded table.info td {
	border:none;
}
div.step table.detail table.info {
	margin:0px;
}

div.step table.detail tr.misch td,div.step table.detail tr.misch td a {
    color:#FD7500;
}

ul.footer{
    margin-top:10px;
    width:100%;
    border-top:1px solid #636B8C;
}
ul.footer li,
div.aktionen ul li {
    width:auto;
    text-align:center;
}
div.aktionen ul li {
    float:left;
}
ul.footer li{
    float:right;
    padding-top:10px;
}

a img,
div.aktionen ul li a img{
	border:none;
}

ul.footer li a span{
	float:left;
}
ul.footer li a img{
	border:none;
	float:left;
	margin: 0px 3px 0px 0px;
}

ul.footer li.seperator,
div.aktionen ul li.seperator {
    padding-right:6px;
    background:url(../images/hline.gif) right -6px no-repeat;
}

div.aktionen{
	color:#8694AE;
	margin-top:5px;
}

ul.footer li a,
div.aktionen a {
    /*color:#FD7500;*/
    color:#8694AE;
    font-size:11px;
    /*font-weight:bold;*/
    font-weight:normal;
}
ul.footer li a:hover,
div.aktionen a:hover {
    color:#8694AE;
    /*text-decoration:none;*/
}

input.refresh{
    color:#8694AE;
    background:none;
    border:none;
    font-size: 11px;
    font-weight: normal;
}

div.aktionen{
	display:block;
	float:right;
}

a img {
    border:1px solid transparent;
}

a:hover img {
    /*border:1px solid #FD7500;*/
}

div.step p.notify {
    width:700px;
    margin:10px;
    font-size:9px;
}

table.preis {
    width:800px;
    margin:0px 5px 5px 5px;
}

div.head_noline{
	font-size: 12px;
	padding: 5px 3px;
	font-weight:bold;
	color:#0A214B;
	margin-top:15px;
}
span.head_noline{
	font-size: 11px;
	padding: 5px 3px;
	font-weight:bold;
	color:#0A214B;
}

table.preis tr.head td, table.preis tr.head th {
    border:0px;
}

table.preis th {
    vertical-align:bottom;
}

table.preis tr td, table.preis tr th {
    border-bottom:1px solid #8694AE;
    border-right:0px;
}

table.preis tr.noline td, table.preis tr.noline th {
    border:0px;
}

table.preis td.headline {
    text-align:left;
    font-weight:bold;
    color:#FD7500;
}

div.select-with-info {
    width:160px;
    float:left;
}

div.columns2 div.select-with-info {
    width:230px;
}

div.select-with-info option {
    height:21px;
}

div.info-with-select {
    width:21px;
    float:left;
    padding-top:4px;
}

div.step div.summary {
    float:left;
    padding:0px;
    margin:0px;
}

div.step div.type {
    float:right;
    padding:0px;
    margin:0px;
    font-weight:bold;
    color:#FD7500;
}

input.button {
    width:175px;
    border:1px solid #8694AE;
    margin:5px auto;
}

.scroll,
.scroll_planer{
	overflow-x: hidden;
	overflow-y: scroll;
	clear:both;
}
.scroll{
	height:290px;
}
.scroll_planer{
	height:210px;
}
.scroll_fernverkehr_preisliste{
	height:311px;
	width: 100%;
}

input.refresh{
	background: url('../images/icons/icon_refresh.gif') no-repeat 0px 0px;
	/*background: none;*/
	margin:0px;
	padding: 13px 0 0 20px;
	overflow: visible;
}
input.refresh.highlight {
	background:transparent url(../images/icons/icon_refresh_hl.gif) no-repeat scroll 0 0;
	color: #FB5600;
}
input[type=submit]:hover{
	cursor: pointer;
	text-decoration:underline;
} 
input.hover{
	cursor: pointer;
	text-decoration:underline;
}
