/* Neue CSS Elemente */

 

a img {
border:0px;
}

.window_shadow
{
	box-shadow: 1px 1px 2px #333333;
}

.first_class_button {
	background: #ffd700 url("first_class_button-bg.png") repeat-x top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	font-weight: bold;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	*background: #ffd700;
	background: #ffd700\0/;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#FFdaa520, endColorstr=#FFffd700);

	}
	@media all and (min-width: 0px) {
		.first_class_button {
			background: #ffd700 url("first_class_button-bg.svg");
			background-image: -webkit-gradient(
				linear,
				left top, left bottom,
				from(#daa520),
				to(#ffd700)
			);
			background-image: -webkit-linear-gradient(
				top,
				#daa520,
				#ffd700
			);
			background-image: -moz-linear-gradient(
				top,
				#daa520,
				#ffd700
			);
			background-image: -o-linear-gradient(
				top,
				#daa520,
				#ffd700
			);
			background-image: linear-gradient(
				top,
				#daa520,
				#ffd700
			);
		}
	}



.business_class_button {
	background: #c0c0c0 url("business_class_button-bg.png") repeat-x top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	font-weight: bold;	
	cursor: pointer;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	*background: #d3d3d3;
	background: #d3d3d3\0/;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#FFa9a9a9, endColorstr=#FFd3d3d3);
	}
	@media all and (min-width: 0px) {
		.business_class_button {
			background: #d3d3d3 url("business_class_button-bg.svg");
			background-image: -webkit-gradient(
				linear,
				left top, left bottom,
				from(#a9a9a9),
				to(#d3d3d3)
			);
			background-image: -webkit-linear-gradient(
				top,
				#a9a9a9,
				#d3d3d3
			);
			background-image: -moz-linear-gradient(
				top,
				#a9a9a9,
				#d3d3d3
			);
			background-image: -o-linear-gradient(
				top,
				#a9a9a9,
				#d3d3d3
			);
			background-image: linear-gradient(
				top,
				#a9a9a9,
				#d3d3d3
			);
		}
	}
	
.eco_class_button {
	background: #ffffff url("eco_class_button-bg.png") repeat-x top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	font-weight: bold;

	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	*background: #CEFFCE;
	background: #CEFFCE\0/;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#FFCEFFCE, endColorstr=#FFCEFFCE);
	}
	@media all and (min-width: 0px) {
		.eco_class_button {
			background: #CEFFCE url("eco_class_button-bg.svg");
			background-image: -webkit-gradient(
				linear,
				left top, left bottom,
				from(#CEFFCE),
				to(#CEFFCE)
			);
			background-image: -webkit-linear-gradient(
				top,
				#CEFFCE,
				#CEFFCE
			);
			background-image: -moz-linear-gradient(
				top,
				#CEFFCE,
				#CEFFCE
			);
			background-image: -o-linear-gradient(
				top,
				#CEFFCE,
				#CEFFCE
			);
			background-image: linear-gradient(
				top,
				#CEFFCE,
				#CEFFCE
			);
		}
	}

/*
.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(images/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;

}
.radio {
	background: url(images/radio.png) no-repeat;
}
*/

.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(images/select.png) no-repeat;
	overflow: hidden;
}



.spbutton_green {
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
	background:-moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
	background-color:#77d42a;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:3px;
	border:1px solid #268a16;
	display:inline-block;
	color:#306108;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #aade7c;
	box-shadow: 1px 1px 2px #333333;
	
}
.spbutton_green:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
	background:-moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
	background-color:#5cb811;
	cursor:pointer;
	box-shadow: 0px 0px 1px #333333;
}
.spbutton_green:active {
	position:relative;
	top:1px;
}


.spbutton {
	-moz-box-shadow: inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow: inset 0px 1px 0px 0px #fce2c1;
	box-shadow: inset 0px 1px 0px 0px #fce2c1;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background: -moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color: #ffc477;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 3px;
	border: 1px solid #eeb44f;
	display: inline-block;
	color: #6C3F00;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #cc9f52;
	box-shadow: 1px 1px 2px #333333;
}.spbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color:#fb9e25;
	cursor:pointer;
}.spbutton:active {
	position:relative;
	top:1px;
}


.spbutton_grey {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#666666;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.spbutton_grey:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
}.spbutton_grey:active {
	position:relative;
	top:1px;
}

/* This imageless css button was generated by CSSButtonGenerator.com */


.panel_login {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	opacity: .94;
	background-color: #333;
}

.panel_login_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF; 
	text-decoration: none;
	opacity: .94;
}

.footer_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;

	color: #000;
	text-decoration: none;
	opacity: .94;
}



.footer_text_2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	opacity: .94;
	color: black; text-shadow: white 0.1em  0.1em 0.1em 0.1em;
}

.footer_text_2:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: underline;
	opacity: .94;
	color: black; text-shadow: white 0.1em 0.1em 0.1em;
}

.panel_menu_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-style:italic;
	color: #000000;
	text-decoration: none;
	color: white; text-shadow: black 0.1em 0.1em 0.2em;
	opacity: .94;

}

.panel_menu_text_small {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style:italic;
	color: #000000;
	text-decoration: none;
	color: #F6F6F6; text-shadow: black 0.2em 0.2em 0.2em;
	opacity: .94;

}

.panel_menu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	opacity: .94;
	background-color: #FFCC33;
	height: 50px;
}

td.panel_menu_button {
	color: #000000;
	text-decoration: none;
	opacity: .94;
	background-color: #FFCC33;
	height: 50px;


}

td.windowxsymbol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFB9B9;
	height: 12px;
	width: 12px;
	border: thin solid #FFF;
	line-height: normal;
	cursor: pointer;
}

td.windowxsymbol:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #FF0000;
	height: 12px;
	width: 12px;
	border: thin solid #FFF;
	line-height: normal;
	cursor: pointer;
}


td.panel_menu_button:hover {
	color: #000000;
	text-decoration: none;
	opacity: .94;
	background-color: #FFE084;
	height: 50px;

}

td.act_head_window {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	opacity: .90;
	background-color: #004993;
}


/*Input Window: Shuttle */
td.input_window_head2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	opacity: .95;
	background-color: #004993;
	font-weight: bold;
}

td.input_window_head {
	background: rgb(0,142,237); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(0,142,237,1) 0%, rgba(0,73,147,1) 44%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,142,237,1)), color-stop(44%,rgba(0,73,147,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,142,237,1) 0%,rgba(0,73,147,1) 44%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,142,237,1) 0%,rgba(0,73,147,1) 44%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,142,237,1) 0%,rgba(0,73,147,1) 44%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,142,237,1) 0%,rgba(0,73,147,1) 44%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008eed', endColorstr='#004993',GradientType=0 ); /* IE6-9 */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	opacity: .95;
	background-color: #004993;
	font-weight: bold;
}

td.input_window_head_inactiv {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	opacity: .60;
	background-color: #004993;
	font-weight: bold;
}

td.input_window_main {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
	opacity: .95;
	background-color: #FFFFD2;
}

td.input_window_main_inactiv {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
	opacity: .60;
	background-color: #FFFFD2;
}


td.input_window_grey {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
	opacity: .95;
	background-color: #CCCCCC;
}

td.input_window_grey_inactiv {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
	opacity: .60;
	background-color: #CCCCCC;
}


td.input_window_footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	opacity: .95;
	background-color: #FFCC33;
	font-weight: bold;
}

td.input_window_blue_footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	opacity: .95;
	background-color: #004993;
	font-weight: bold;
}


td.input_window_footer_inactiv {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	opacity: .60;
	background-color: #FFCC33;
	font-weight: bold;
}

td.window_head {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	background-color: #FFC;
	font-weight: bold;
	
}

td.table_row1  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000000;	
	background-color: #EEEEEE;
	text-decoration: none;
}

td.table_row2  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000000;	
	background-color: #DDDDDD;
	text-decoration: none;
}




.errortextfield {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FF0000;
	background-color: #FDEDCC;
	border: 1px solid #FF8282;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.infotextfield {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000;
	background-color: #DDE6FF;
	border: 1px solid #C1D2FF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	opacity: .95;
}


.mainwindow {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000;
	background-color: #FFF;
	border: 1px none #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	opacity: .95;
}

.mainwindow_head {
	width: 200px;
	height: 30px;

	background: #999; /* for non-css3 browsers */

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #ccc); /* for firefox 3.6+ */ 

}



.mainwindow_footer1 {
	width: 200px;
	height: 30px;

	background: #999; /* for non-css3 browsers */

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4F4F4', endColorstr='#666666'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4), to(#666666)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #F4F4F4,  #666666); /* for firefox 3.6+ */ 

}



.tooltip {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FF0000;
	background-color: #FFEECC;
	border: 1px solid #FFB3B3;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
    display:none;
	position:absolute;
	z-index:1000;

}




/* Alte CSS Elemente */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.textnormal {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;	
	text-decoration: none;
}

.textnormalfett {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.textnormalklein {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000000;	
	text-decoration: none;
}
.textklein {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000000;	
}
.textfett {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;	
}
.textsmall_1 {

	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	color: #787878;	
}
.textsmall_2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #787878;	
}
.editfield {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	margin: 1px;
	border: 1px double #999999;
	height: 25;
	-webkit-border-radius: 2px;
	vertical-align:middle;
	border-radius: 3px; 
}

/*
.editfield:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	margin: 1px;
	border: 2px double #999999;
	height: 25;
	-webkit-box-shadow: inset 0px 0px 2px #ffa424;
	-moz-box-shadow: inset 0px 0px 2px #ffa424;  
	box-shadow: inset 0px 0px 2px #ffa424;	
	-webkit-border-radius: 2px;
	border-radius: 3px; 
}
*/

.editfield_readonly {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 7px;
	background-color: #EEEEEE;
	margin: 1px;
	border: 1px double #999999;
	height: 20;
	
}
.editfield_markiert {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #FFEECC;
	margin: 1px;
	border: 1px double #999999;
	height: 20;
	
}


.editfield_selected {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #FFEAB7;
	margin: 1px;
	border: 1px double #FF8282;
	height: 25;
	-webkit-border-radius: 2px;
	vertical-align: middle;
	border-radius: 3px;
}

/*
.editfield_selected:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #FFEAB7;
	margin: 1px;
	border: 2px double #FF8282;
	height: 25;
	-webkit-box-shadow: inset 0px 0px 2px #ffa424; 
	-moz-box-shadow: inset 0px 0px 2px #ffa424; 
	box-shadow: inset 0px 0px 2px #ffa424;	
	-webkit-border-radius: 2px;
	border-radius: 3px; 
}
*/


.errortextred {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
.linkmainmenu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #CCCCCC;
	border: 1px outset #C0C0C0;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
.textlink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	cursor: pointer;
}
.linkklein {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	vertical-align: top;
}
.linkklein:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	vertical-align: top;	
}
.linkmail {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.linkmail:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
.linkmainmenu:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFF1B9;
	border: 1px inset #0000CC;
	color: #000000;
	text-decoration: underline;
}
.pricelabel1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-style: italic;
	background-color: #FFFF99;
}
.buttonnormal {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #B6B6B6;
	border: 1px outset #B3B3B3;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4em;
	color: #000000;
	cursor: auto;
	text-decoration: none
}
.buttonnormal:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #E1E1E1;
	border: 1px outset #B3B3B3;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4em;
	color: #000000;
	text-decoration: none;
}
.buttonnormal2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #B6B6B6;
	color: #000000;
	cursor: auto;
	text-decoration: none
}
.selectfield {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	margin: 1px;
	border: 1px double #999999;
}
.selectfield_beyond {
 	position:absolute;
	left:400;
	top: 600;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	margin: 1px;
	border: 1px double #999999;
	z-index: 2;
}

.calcfield {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14;
	font-weight: bold;
	color: #787878;
}
.calcfield2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14;
	font-weight: 600;
	color: #787878;
}
.pricelabeltaxe {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-style: italic;
	background-color: #FFFFFF;
}
.pricelabel2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-style: italic;
	background-color: #FFFFFF;
}
.timeline1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
 	font-weight: bold;
	color: #787878;
	text-decoration: none;
}
.timeline2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
 	font-weight: bold;
 	text-decoration: none;
}
.intmenue {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000000;	
	text-decoration: none;
}

.intmenue_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000000;	
	text-decoration: none;
}

.intmenue:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	background-color: #DDDDDD;
}

.intmenue_elected {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	background-color: #FFC;
}

.progressmenu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.progressmenu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

.mainmenutext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.mainmenutext:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: underline overline;
	font-weight: bold;
}

.mainmenutext_marked {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000033;
	text-decoration: none;
	font-weight: bold;
}

.textdeviselabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}



.footer_bg {
background: rgb(244,244,244); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(244,244,244,1) 17%, rgba(130,130,130,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(17%,rgba(244,244,244,1)), color-stop(100%,rgba(130,130,130,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(244,244,244,1) 17%,rgba(130,130,130,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(244,244,244,1) 17%,rgba(130,130,130,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(244,244,244,1) 17%,rgba(130,130,130,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(244,244,244,1) 17%,rgba(130,130,130,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#828282',GradientType=0 ); /* IE6-9 */
	
	
}

