﻿body {
	margin: 0;
	padding: 0;
	background-image: url('../../img/body_bg.jpg');
}

img {
	border: 0;
}

a {
	text-decoration: none;
	font-weight: bold;
	text-decoration: underline;
	color: #079BD9;
	border: 0;
	outline: none;
}

a:visited 
{
	text-decoration: none;
	font-weight: bold;
	text-decoration: underline;
	color: #079BD9;
	border: 0;
	outline: none;
    }

.clearer {
	clear: both;
}

.floater {
	float: left;
}

.rfloater {
	float: right;
}

#page_container {
	/*background-image: url('../../img/bg.jpg');
	background-repeat: no-repeat;*/
	position: relative;
	top: 0;
	left: 0;
	width: 1024px;
	height: 781px;
	padding: 60px 0 0 149px;
}

#logo_container {
	position: absolute;
	top: 14px;
	left: 17px;
}

#content_top {
	background-image: url('../../img/grow-top-trans.png');
	background-repeat: no-repeat;
	height: 30px;
	width: 775px;
}

#content_bottom {
	background-image: url('../../img/grow-bottom-trans.png');
	background-repeat: no-repeat;
	height: 30px;
	}

#content_main {
	background-image: url('../../img/grow-bg-trans.png');
	background-repeat: repeat-y;
	padding: 0 0 0 30px;
}

#content_container {
	position: relative;
	top: 0;
	left: 0;
	width: 715px;
	padding: 0 0 30px 0;
	min-height: 400px;
}

.red {
	color: #bc1c04;
}

/*** Navigation ***/

#navigation_container {
	position: absolute;
	top: 108px;
	left: 9px;
	width: 150px;
}

#navigation_top {
	height: 8px;
	width: 150px;
	background-image: url('../../img/navigation_top-trans.png');
}

#navigation_content {
	min-height: 184px;
	width: 150px;
	background-image: url('../../img/navigation_content.png');
}

#navigation_content ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#navigation_content li {
	margin: 0;
	padding: 0;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color: white;
	padding: 5px;
}

#navigation_content li+li {
	border-top: 1px #83cdec solid;
}

#navigation_content li.active {
	background-color: white;
	color: red;
}

#navigation_content li.rollover {
	background-color: white;
	color: red;
	cursor: pointer;
}

#navigation_content li a {
	color: white;
	text-decoration: none;
}

#navigation_content li.active a,
#navigation_content li.rollover a {
	color: red;
	text-decoration: none;
}

#navigation_bottom {
	height: 16px;
	width: 150px;
	background-image: url('../../img/navigation_bottom-trans.png');
}


#show_all_container {
	position: absolute;
	top: 108px;
	left: 913px;
}

/*** Footer ***/

#footer_container {
	position: relative;
	top: 0;
	left: 0;
	width: 775px;
	text-align: center;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color: white;
}

#footer_container a {
	color: white;
	text-decoration: none;
}

#footer_container a:hover {
	text-decoration: underline;
}

/*** Home ***/

#teaser_container {
	position: relative;
	top: 0;
	left: 0;
	margin: 5px 0 0 0;
	padding: 0 10px 0 10px;
	width: 698px;
	height: 155px;
}

.teaser_small {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	margin: 0;
	width: 155px;
	height: 155px;
	overflow: hidden;
	background-image: url('../../img/home/teaserbox_small.png');
}

.teaser_big {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	margin: 0;
	width: 326px;
	height: 175px;
	overflow: hidden;
	background-image: url('../../img/home/teaserbox_big_empty2.png');
}

.teaser_big_empty {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	margin: 0 15px 0 0;
	width: 326px;
	height: 175px;
	overflow: hidden;
	background-image: url('../../img/home/teaserbox_big_empty.png');
}

.teaser_big_empty h2 {
	font-size: 16px;
	font-weight: bold;
	font-family: TheSansSemi, Arial, Verdana, sans-serif;
	color: #0844ac;
	margin: 17px;
	padding: 0;
}

.teaser_big_empty p {
	font-size: 11px;
	margin: 0 17px;
	padding: 0;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
}

.teaser_small h2 {
	font-size: 16px;
	font-weight: bold;
	font-family: TheSansSemi, Arial, Verdana, sans-serif;
	color: #0844ac;
	margin: 17px 5px 5px 5px;
	padding: 0;
}

.teaser_small p {
	font-size: 11px;
	margin: 0 5px 0 5px;
	padding: 0;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
}

.teaser_big h2 {
	font-size: 16px;
	font-weight: bold;
	font-family: TheSansSemi, Arial, Verdana, sans-serif;
	color: #f0b806;
	margin: 17px 5px 5px 140px;
	padding: 0;
}

.teaser_big p {
	font-size: 11px;
	margin: 0 5px 0 140px;
	padding: 0;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
}

.teaser_button {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.teaser_small+.teaser_small,
.teaser_small+.teaser_big,
.teaser_big+.teaser_small,
.teaser_big+.teaser_big {
	margin: 0 0 0 29px;
}

#language-container {
	position: absolute;
	top: 108px;
	left: 913px;
	background-image: url('../../img/home/flag_bar-trans.png');
	background-repeat: no-repeat;
	width: 35px;
	height: 200px;
	padding: 15px 0 0 5px;
}

#language-container img {
	display: block;
	margin: 0 0 5px 0;
}

#hotline-container {
	position: absolute;
	top: 0;
	left: 610px;
	z-index: -2;
}

#subteaser_container h3 {
	font-family: arial;
	font-size: 14px;
	color: #079dd9;
	font-weight: normal;
	padding: 0 10px 0 10px;
	margin: 17px 0 0 0;
}

#subteaser_container p {
	font-size: 11px;
	color: #51626f;
	font-family: arial;
	padding: 0 10px 0 10px;
	margin: 17px 0 0 0;
	line-height: 14px;
}

#subteaser_container p a {
	color: #51626f;
	text-decoration: none;
}

/*** Rechner ***/

.rechner #content_container {
	background-image: url('../../img/rechner/bg.jpg');
	background-repeat: no-repeat;
}

#tab_container {
	position: absolute;
	top: 0;
	left: 0;
}

#tab_container ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#tab_container li {
	margin: 0;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	float: left;
	padding: 9px 0;
	width: 77px;
	text-align: center;
	color: #9d9d9d;
}

#tab_container li+li {
	width: 65px;
}

#tab_container li.active {
	color: #108dc1;
}

#progress_container {
	position: absolute;
	top: 0;
	left: 380px;
	height: 30px;
	width: 352px;
	background-image: url('../../img/rechner/progress-trans.png');
	display: none;
}

.pkw #progress_container {
	background-image: url('../../img/rechner/progress_car-trans.png');
}

.krad #progress_container {
	background-image: url('../../img/rechner/progress_bike-trans.png');
}

.anhaenger #progress_container {
	background-image: url('../../img/rechner/progress_trailer-trans.png');
}

#progress_bar {
	position: absolute;
	top: 16px;
	left: 50px;
	height: 7px;
	width: 1px;									/* Gesamtbreite: 214px **/
	background-color: #079bd9;
}

.krad #progress_bar {
	background-color: #f0b600;
}

.anhaenger #progress_bar {
	background-color: #4e9005;
}

.seite01 #progress_bar {
	width: 36px;
}

.seite02 #progress_bar {
	width: 72px;
}

.seite03 #progress_bar {
	width: 108px;
}

.seite04 #progress_bar {
	width: 144px;
}

#progress_bar_text {
	position: absolute;
	top: 13px;
	right: 33px;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #079bd9;
}

.krad #progress_bar_text {
	color: #f0b600;
}

.anhaenger #progress_bar_text {
	color: #4e9005;
}

/*** Dialog ***/

#dialog_container {
	padding: 48px 28px 28px 28px;
}

#dialog_container h1 {
	font-family: arial, verdana, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #079bd9;
	padding: 0;
	margin: 0;
}

#dialog_container h2 {
	font-family: arial, verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #079bd9;
	padding: 0;
	margin: 0 0 20px 0;
}

#dialog_container h3 {
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #079bd9;
	margin: 0 0 30px 0;
	padding: 0;
}

#dialog_container h4 {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #079bd9;

}

#dialog_container h3.small {
	margin: 0 0 10px 0;
}

#dialog_container h3.red {
	color: #bc1c04;
}

.krad #dialog_container h3.red {
	color: #f0b600;
}

.anhaenger #dialog_container h3.red {
	color: #4e9005;
}

.divider {
	height: 1px;
	background-image: url('../../img/rechner/divider.gif');
	margin: 15px 0;
	clear: both;
}

.divider + .divider {
	height: 1px;
	background-image: url('../../img/rechner/divider.gif');
	margin: -10px 0 15px 0;
	clear: both;
}

/*** Elemente ***/

.dialog_element {
	margin: 10px 0 0 0;
}

.element p.readonly-data {
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #555b5c;
	display: block;
	float: left;
	text-align: right;
	padding: 4px 0 0 0;
	margin: 0;
}

#dialog_container p.licence-plate {
	height: 32px;
	width: 144px;
	background-image: url('../../img/rechner/plate.png');
	background-repeat: no-repeat;
	border: 0;
	font-size: 22px;
	padding: 7px 10px 0 30px;
	text-align: left;
}

#dialog_container p.label {
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #079bd9;
	display: block;
	float: left;
	width: 300px;
	text-align: right;
	margin: 0 48px 0 0;
	padding: 4px 0 0 0;
}

#dialog_container .element {
	margin: 6px 0 0 0;
}

input.standard {
	font-family: arial, verdana, sans-serif;
	color: #333;
	background-color: white;
	border: 1px #079bd9 solid;
	font-size: 13px;
	padding: 3px 4px;
	width: 240px;
}

input.smaller {
	font-family: arial, verdana, sans-serif;
	color: #333;
	background-color: white;
	border: 1px #079bd9 solid;
	font-size: 13px;
	padding: 3px 4px;
	width: 100px;
}

input.smallest {
	font-family: arial, verdana, sans-serif;
	color: #333;
	background-color: white;
	border: 1px #079bd9 solid;
	font-size: 13px;
	padding: 3px 4px;
	width: 60px;
}

input.tiny {
	font-family: arial, verdana, sans-serif;
	color: #333;
	background-color: white;
	border: 1px #079bd9 solid;
	font-size: 13px;
	padding: 3px 4px;
	width: 25px;
}

select.standard {
	font-family: arial, verdana, sans-serif;
	color: #333;
	font-size: 13px;
	width: 240px;
	margin: 1px 0 0 0;
}

input.submit_button {
	float: right;
	margin: 10px 0 0 0;
	border: 0;
	padding: 0 40px 2px 0;
	height: 37px;
	background-image: url('../../img/rechner/submit_button.png');
	background-position: right center;
	background-repeat: no-repeat;
	background-color: transparent;
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #079bd9;
	cursor: pointer;
}

input.submit_button[disabled] {
	background-image: url('../../img/rechner/submit_button_disabled.png');
	color: #cccccc;
	cursor: auto;
}

input.submit_button[disabled=disabled] {
	background-image: url('../../img/rechner/submit_button_disabled.png');
	color: #cccccc;
	cursor: auto;
}

input.back_button {
	float: left;
	margin: 10px 0 0 0;
	border: 0;
	padding: 0 0 2px 40px;
	height: 37px;
	background-image: url('../../img/rechner/back_button.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-color: transparent;
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #f0b600;
	cursor: pointer;
}

input.submit_button.red {
	background-image: url('../../img/rechner/submit_button_red.png');
	color: #bc1c04;
}

input.back_button.blue {
	background-image: url('../../img/rechner/back_button_blue.png');
	color: #079bd9;
}

.radio_element {
	float: left;
	margin: 2px 20px 0 0;
}

label {
	font-size: 11px;
	color: #079bd9;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
}

.infobutton {
	margin: 0 0 0 10px;
}

.dialog-button {
	float: right;
	width: 129px;
	height: 37px;
	background-image: url('../../img/rechner/dialog-button.png');
	background-repeat: no-repeat;
	background-color: transparent;
	color: white;
	border: 0;
	padding: 0 0 5px 0;
}

p.dialogtext {
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #838181;
}

select.fullsize {
	width: 650px;
	height: 250px;
}

/*** Zweispaltig ***/

#dialog_container .double {
	width: 320px;
	float: left;
}

#dialog_container .double p.label {
	width: 110px;
	margin: 0 10px 0 0;
	text-align: left;
}

#dialog_container .double p.short {
	width: 70px;
	margin: 0 10px 0 0;
	text-align: left;
}

.double input.standard {
	font-family: arial, verdana, sans-serif;
	color: #333;
	background-color: white;
	border: 1px #079bd9 solid;
	font-size: 13px;
	padding: 3px 4px;
	width: 170px;
}

.double input.smaller {
	font-family: arial, verdana, sans-serif;
	color: #333;
	background-color: white;
	border: 1px #079bd9 solid;
	font-size: 13px;
	padding: 3px 4px;
	width: 100px;
}

.double input.smallest {
	font-family: arial, verdana, sans-serif;
	color: #333;
	background-color: white;
	border: 1px #079bd9 solid;
	font-size: 13px;
	padding: 3px 4px;
	width: 60px;
}

.double input.tiny {
	font-family: arial, verdana, sans-serif;
	color: #333;
	background-color: white;
	border: 1px #079bd9 solid;
	font-size: 13px;
	padding: 3px 4px;
	width: 25px;
}

.double select.standard {
	font-family: arial, verdana, sans-serif;
	color: #333;
	font-size: 13px;
	width: 180px;
	margin: 1px 0 0 0;
}

.double select.small {
	font-family: arial, verdana, sans-serif;
	color: #333;
	font-size: 13px;
	width: 100px;
	margin: 1px 0 0 0;
}


/*** Spezialfelder ***/

#dialog_container .situation .element {
	width: 560px;
	margin: 0 0 10px 0;
	float: left;
}

#dialog_container .situation label {
	float: none;
	width: auto;
	display: inline;
	margin: 1;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #696d6f;
}


#dialog_container .vehicle-type .label_image {
	margin: 0 15px 0 0;
}

#dialog_container .vehicle-type .element {
	width: 180px;
	margin: 0 30px 0 0;
	text-align: center;
	float: left; 
}

#dialog_container .vehicle-type label {
	font-size: 11px;
	float: none;
	width: auto;
	text-align: right;
	display: inline;
	margin: 0;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	color: #079bd9;
	padding: 4px 0 0 0;
}

#dialog_container .vehicle-type select {
	margin: 10px 0 0 0;
	width: 120px;
}


#dialog_container input.licence-plate {
	height: 34px;
	width: 149px;
	background-image: url('../../img/rechner/plate.png');
	background-repeat: no-repeat;
	border: 0;
	font-size: 22px;
	padding: 5px 10px 0 25px;
}


#pretax_percent-container {
	margin: 0 0 0 20px;
	float: left;
}

/*** Zahlungsplan ***/

.payment_table {
	width: 644px;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color: #7a8790;
}

.payment_table td {
	text-align: right;
	padding: 3px 5px;
}

.payment_table .row02 td,
.payment_table .row04 td,
.payment_table .row06 td,
.payment_table .row08 td,
.payment_table .row10 td,
.payment_table .row12 td {
	background-color: #eeeeee;
}

.payment_table .v-line {
	width: 1px;
	background-image: url('../../img/dashed_single_v.png');
	background-repeat: repeat-y;
	padding: 0;
}

.payment_table .row14 td {
	height: 3px;
	padding: 0;
	background-image: url('../../img/dashed_double_h.png');
	background-repeat: repeat-x;
	line-height: 3px;
}

.payment_table thead .tarif-head {
	background-color: #eeeeee;
	color: #079bd9;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	padding: 7px;
}

.payment_table .col03 {
	color: #079bd9;
}

.payment_table .col09 {
	color: #079bd9;
}

.payment_table .col11 {
	color: #079bd9;
}

.payment_table .col17 {
	color: #079bd9;
}

.payment_table .row01 .col03,
.payment_table .row01 .col05, 
.payment_table .row01 .col07, 
.payment_table .row01 .col09, 
.payment_table .row01 .col11, 
.payment_table .row01 .col13, 
.payment_table .row01 .col15, 
.payment_table .row01 .col17 {
	color: #51626f;
	font-size: 12px;
	text-align: center;
}

.payment_table .row02 .col01,
.payment_table .row04 .col01,
.payment_table .row06 .col01,
.payment_table .row08 .col01,
.payment_table .row10 .col01,
.payment_table .row12 .col01 {
	background-color: transparent;
}

.payment_table .row01 .col01,
.payment_table .row03 .col01,
.payment_table .row05 .col01,
.payment_table .row07 .col01,
.payment_table .row09 .col01,
.payment_table .row11 .col01,
.payment_table .row13 .col01 {
	background-color: #eeeeee;
}

.payment_table .row15 .col09 {
	color: #c0240a;
}

.payment_table .row15 .col17 {
	color: #c0240a;
}

/*** Ergebnis ***/

.ergebnis #content_container {
	background-image: url('../../img/rechner/ergebnis-bg.jpg');
	background-repeat: no-repeat;
}

.result_table {
	width: 644px;
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
}

.result_table th.spacer,
.result_table td.spacer {
	background-color: transparent;
	width: 9px;
}

.result_table td,
.result_table th {
	font-family: arial, verdana, sans-serif;
}

.result_table .col1 {
	width: 186px;
	padding: 0 10px;
}

.result_table .col2 {
	width: 24px;
	padding: 0 10px;
}

.result_table .col3 {
	width: 123px;
	padding: 0 10px;
}

.result_table .col4 {
	width: 25px;
	padding: 0 10px;
}

.result_table .col5 {
	width: 150px;
	padding: 0 10px;
}

.result_table .doubled {
	padding: 0 10px;
}

.result_table thead .row1 th.odd,
.result_table thead .row1 th.even {
	height: 42px;
	text-align: center;
	vertical-align: middle;
	color: #bc1c04;
	background-color: #eee;
	font-size: 14px;
}

.result_table thead td {
	height: 24px;
}

.result_table tbody td {
	height: 24px;
}

.result_table tbody .odd td.odd,
.result_table tbody .odd td.even {
	background-color: #eee;
	color: #079bd9;
	line-height: 13px;
	font-size: 12px;
	font-weight: bold;
}

.result_table tbody .odd td.col2,
.result_table tbody .odd td.col4,
.result_table tbody .even td.col2,
.result_table tbody .even td.col4 {
	color: #7c8081;
	text-align: center;
}

.result_table tbody .odd td.inactive,
.result_table tbody .even td.inactive {
	color: #b7b8b8;
}

.result_table tbody .even td.odd,
.result_table tbody .even td.even {
	color: #7c8081;
	line-height: 13px;
	font-size: 12px;
	font-weight: bold;
}

.result_table tbody .odd td.col3,
.result_table tbody .odd td.col5,
.result_table tbody .even td.col3,
.result_table tbody .even td.col5 {
	text-align: right;
}

.result_table tfoot .row1 {
	height: 70px;
}

.result_table tfoot .row2 {
	height: 32px;
}

.result_table tfoot .row2 td.col1,
.result_table tfoot .row2 td.doubled {
	background-color: #eee;
	color: #3f3f3e;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
}

.result_table tfoot .row2 td.doubled {
	text-align: right;
}

.result_table tfoot .row3 td {
	padding: 20px 0 0 0;
}

.result_table tfoot .row3 td.doubled {
	text-align: right;
}

/*** Infopages ***/

.infopage #content_container {
	background-image: url('../../img/grey-backdrop.jpg');
	background-repeat: no-repeat;
	padding: 60px 30px 30px 30px;
	width: 665px;
}

.kontakt #content_container {
	background-image: url('../../img/grey-backdrop-kontakt.jpg');
	background-repeat: no-repeat;
	padding: 60px 30px 30px 30px;
	width: 665px;
}

.produkte #content_container {
	background-image: url('../../img/grey-backdrop-produkte.jpg');
	background-repeat: no-repeat;
	padding: 60px 30px 30px 30px;
	width: 665px;
}

.mail #content_container {
	background-image: url('../../img/grey-backdrop-mail.jpg');
	background-repeat: no-repeat;
	padding: 60px 30px 30px 30px;
	width: 665px;
}

.impressum #content_container {
	background-image: url('../../img/grey-backdrop-impressum.jpg');
	background-repeat: no-repeat;
	padding: 60px 30px 30px 30px;
	width: 665px;
}

.impressumFR #content_container {
	background-image: url('../../fr/img/grey-backdrop-impressum.jpg');
	background-repeat: no-repeat;
	padding: 60px 30px 30px 30px;
	width: 665px;
}

.handshake #content_container {
	background-image: url('../../img/grey-backdrop-handshake.jpg');
	background-repeat: no-repeat;
	padding: 60px 30px 30px 30px;
	width: 665px;
}


.information #content_container {
	background-image: url('../../img/grey-backdrop-information.jpg');
	background-repeat: no-repeat;
	padding: 60px 30px 30px 30px;
	width: 665px;
}

#infopic
{
	background-image: url('../../img/grey-backdrop-information.jpg');
	background-repeat: no-repeat;
	z-index: -1;
	width: 665px;
}

#impressumpic
{
	background-image: url('../../img/grey-backdrop-impressum.jpg');
	background-repeat: no-repeat;
	z-index: -1;
	width: 665px;
}

#produktepic
{
	background-image: url('../../img/grey-backdrop-produkte.jpg');
	background-repeat: no-repeat;
	z-index: -1;
	width: 665px;
}

#jobpic
{
	background-image: url('../../img/grey-backdrop-arisalogo.jpg');
	background-repeat: no-repeat;
	z-index: -1;
	width: 665px;
}

#mailpic
{
	background-image: url('../../img/grey-backdrop-mail.jpg');
	background-repeat: no-repeat;
	z-index: -1;
	width: 665px;
}

#kontaktpic
{
	background-image: url('../../img/grey-backdrop-kontakt.jpg');
	background-repeat: no-repeat;
	z-index: -1;
	width: 665px;
}

.infopage #content_container h2 {
	font-family: arial, verdana, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #bc1c04;
	margin: 0 0 25px 0;
	padding: 0;
}

.infopage #content_container h3 {
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #bc1c04;
	margin: 0 0 15px 0;
	padding: 0;
}

.infopage #content_container ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 15px 0;
}

.infopage #content_container ul li {
	padding: 0 0 0 8px;
	background-image: url('../../img/bullet.gif');
	background-repeat: no-repeat;
	background-position: 0 3px;
	font-size: 12px;
	line-height: 18px;
	font-family: arial, verdana, sans-serif;
	color: #079bd9;
}

.infopage #page_moodimage01 {
	position: absolute;
	left: 446px;
	top: 226px;
}

.infopage #content_container p {
	margin: 0 0 15px 0;
	font-size: 12px;
	line-height: 18px;
	font-family: arial, verdana, sans-serif;
	color: #079bd9;
}

.infopage #content_container p.tight {
	width: 420px;
}

.infopage #content_container #leftcol {
	width: 310px;
	margin: 0 25px 0 0;
}

.infopage #content_container #rightcol {
	width: 310px;
	margin: 0;
}

.infopage #content_container .content-table {
	margin: 0 0 15px 0;
	border: 0;
	font-size: 12px;
	line-height: 18px;
	font-family: arial, verdana, sans-serif;
	color: #079bd9;
}

.infopage #content_container .content-table td {
	font-size: 12px;
	line-height: 18px;
	font-family: arial, verdana, sans-serif;
	color: #079bd9;
	padding: 0 10px 0 0;
}

.infopage #content_container .content-table td.bigger {
	font-size: 14px;
	line-height: 24px;
	color: #bc1c04;
}

/*** Error ***/

#dialog_container .errors-container {
	padding: 15px 10px;
	background-color: #ffce09;
	color: #079bd9;
	margin: 0 0 15px 0;
}

#dialog_container .errors-container h3 {
	margin: 0 0 15px 0;
	text-transform: uppercase;
}

#dialog_container .error-container {
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
}

#dialog_container .error-container .error-field {
	font-weight: bold;
}

#dialog_container .error input {
	background-color: #ffce09;
	color: #bc1c04;
}

#dialog_container .error textarea {
	background-color: #ffce09;
	color: #bc1c04;
}

#dialog_container .error select {
	background-color: #ffce09;
	color: #bc1c04;
}

/*** Hinweisboxen ***/

.message_container {
	margin: 15px 0;
	padding: 15px 10px;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color: white;
	background-color: #a1d1ea;
	position: relative;
	top: 0;
	left: 0;
}

.message_container p {
	padding: 0;
	margin: 0;
}

.message-close_container {
	position: absolute;
	top: 5px;
	right: 5px;
}

/*** Datenschutzhinweise ***/

#privacy-text {
	overflow: scroll;
	margin: 0 5px;
	border: 1px #d1d1d1 solid;
	padding: 5px;
	height: 300px;
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
}












