.blueOuterContainer {
    background-color:#F1F3F7; 
    padding:16px;
    padding-bottom: 8px;
    margin-bottom: 2px;
    position: relative;
}
.blueInnerContainer {
    width: 100%; /* für IE 6 problem mit dt */
}

.helpIcon {
    position: absolute;
    top: 20px;
    right: 20px;
    background: no-repeat url( '../images/helpIcon.jpg');
    height: 16px;
    padding-left: 26px;
}
dl {
    margin:0;
}
dl dt {
    width: 165px;
    margin-right: 10px;
    float: left;
    padding: 2px;
}
dl dd {
    margin-left: 175px;
    margin-bottom: 12px;
}

dl dd small {
	padding: 0 0 0 5px;
}

.warning {
    color: #00457F;
    display: block;
    background: transparent url(../images/arrow.footer.png) no-repeat scroll 0 4px;
    padding-left: 14px;
}
.warningBackground {
    border: 1px solid #f7c100;
    background-color: transparent;
}

button.button, a.button {
    display:block; 
    background:url( '../images/buttonLong.gif') no-repeat 0px 2px; 
    border:0; 
    font-size:11px !important;
    font-family: Arial, Tahoma, sans-serif;
    text-decoration: none; 
    text-align:left; 
    padding:2px !important; 
    padding-left:12px !important;
   	cursor: pointer;
}
a.button {
    line-height: 18px;
    width:136px; 
    height:19px; 
}
input.button {
	background: #BBC5DB url(../images/arrow_button.gif) no-repeat scroll 125px 5px;
	font-size: 0.9em;
	margin: 2px 4px 2px 0;
	padding: 2px;
	color: #004681;
	width: 140px !important;
	text-align: left;
}
input.button_back {
	background: #BBC5DB url(../images/arrow_button_back.gif) no-repeat scroll 5px 5px;
	font-size: 0.9em;
	margin: 2px 4px 2px 0;
	padding: 2px;
	color: #004681;
	width: 140px !important;
	text-align: right;
}


.areaField {
    background-color: white;
    padding: 1px;
    width: 120px;
    text-align: center;
}

input {
	border: 1px solid #8FA3C6;
}

.gelberrahmen{
    border: 1px solid #f7c100;
    padding: 10px;
}

a.bold{
	font-weight: bold;
	font-size: 	11px;
}

/*****************************
	PREIS BOX / BONUS BOX
******************************/

table.preisbox {
	width: 250px !important;
	border: 1px solid #004584 !important;
	margin: auto !important;
}

table.preisbox td{
	border-bottom: none !important;
	padding: 4px 4px 4px 6px !important;
}

table.preisbox tr.even{
	background: #CED7E7 !important;
}

table.preisbox tr.odd td{
	font-weight: bold !important;
	color: #000000 !important;
}

table.preisbox tr.odd{
}

table.preisbox tr td.border {
	border-right: 1px solid #004584 !important;
}

/**********************************
	PREIS BOX VERBANDSKUNDEN
***********************************/

table.preisbox_verband {
	width: 100% !important;
	border: 1px solid #004584 !important;
	margin: auto !important;
}
table.preisbox_verband td{
	border-bottom: 1px solid #004584 !important;
	padding: 4px 4px 4px 6px !important;
}
table.preisbox_verband tr.last td{
	border-bottom: none !important;
}

table.preisbox_verband td.blue {
	background: #CED7E7 !important;
}

table.preisbox_verband td.blue_bold {
	color: black !important;
	font-weight: bold !important;	
}
table.preisbox_verband td.border {
	border-right: 1px solid #004584 !important;
}

/*************************
	ERGEBNISTABELLE
**************************/

table.result {
    width: 100%;
    border: 1px solid #8FA3C6;
}
table.result th.border,
table.result td.border {
	border-right: 1px solid #8FA3C6;
	border-bottom: 1px solid #8FA3C6;
	background: #FFFFFF;
}
table.result th.blue,
table.result td.blue {
	background: #E3E7F0;
}
table.result th {
    /*width: 36%;*/
    text-align: left;
}
table.result th a {
    padding-left: 8px !important;
}
table.result th.rates {
    padding-left: 14px !important;
}
table.result td, table.result th {
    white-space: nowrap;
}
table.result td.number, table.result th.price {
    /*width: 24%;*/
    text-align: center;
}
table.result th.price, table.result th.rates {
    font-weight: bold!important;
}
table.result th.price {
    text-align:left;
}
table.result td a {
    padding-left: 20px;
    background: no-repeat url( '../images/goArrow.gif') 2px 2px;
}

