/* Neue CSS Elemente */




.isometric-star-rating a.star:active ~ a.star,	/* All Stars that follows the pushed Star  */
.isometric-star-rating a.star,					/* Default Stars  */
.isometric-star-rating a.star:hover	~ a.star  { /* Color of the Stars after the hovered Star */
	font:normal 20pt Arial;
	float: left;
	text-decoration: none;
	color: inherit;
	text-shadow: 	0 1px 0 #ccc,
					0 2px 0 #c9c9c9,
					0 3px 0 #bbb,
					0 4px 0 #b9b9b9,
					0 5px 0 #aaa,
					0 6px 0 rgba(0,0,0,.4),
					0 6px 1px rgba(0,0,0,.1),
					0 0 5px rgba(0,0,0,.1),
					0 1px 3px rgba(0,0,0,.3),
					0 3px 5px rgba(0,0,0,.2),
					0 5px 10px rgba(0,0,0,.25),
					0 10px 10px rgba(0,0,0,.2),
					0 20px 20px rgba(0,0,0,.15);
	position: relative; 
	top: 0;
}


.isometric-star-rating,	/* Default Color of the Stars */
.isometric-star-rating a.star:hover	~ a.star { /* Color of the Stars after the hovered Star */
	color: #eee;
}

.isometric-star-rating:hover a.star,
.isometric-star-rating a.star:hover { /* Hover Color of the Stars */

	color: #FFF11E;
	text-shadow: 	0 1px 0 #d2c619,
					0 2px 0 #c7bc17,
					0 3px 0 #bcb216,
					0 4px 0 #b0a615,
					0 5px 0 #a69d14,
					0 6px 0 rgba(0,0,0,.4),
					0 6px 1px rgba(0,0,0,.1),
					0 0 5px rgba(0,0,0,.1),
					0 1px 3px rgba(0,0,0,.3),
					0 3px 5px rgba(0,0,0,.2),
					0 5px 10px rgba(0,0,0,.25),
					0 10px 10px rgba(0,0,0,.2),
					0 20px 20px rgba(0,0,0,.15);
}

.isometric-star-rating:active a.star {  /* Pushed Down Status */
	top: 2px;
	color: #fff15b; 
	text-shadow: 	0 1px 0 #dbcf4e,
					0 2px 0 #cec34a,
					0 3px 0 #c1b645,
					0 4px 0 rgba(0,0,0,.3),
					0 4px 1px rgba(0,0,0,.1),
					0 0 3px rgba(0,0,0,.1),
					0 1px 2px rgba(0,0,0,.5),
					0 1px 1px rgba(0,0,0,.6),
					0 2px 3px rgba(0,0,0,.2),
					0 3px 7px rgba(0,0,0,.25),
					0 7px 7px rgba(0,0,0,.2),
					0 15px 15px rgba(0,0,0,.15),
					0 -2px 3px rgba(255,255,255,.5),
					0 -1px 1px rgba(255,255,255,.7);
}




a.rstar-active,
a.rstar-active:hover
 { 
	color: #fff15b; 
	font:normal 20pt Arial;
	float: left;
	text-decoration: none;
	text-shadow: 	0 1px 0 #d2c619,
					0 2px 0 #c7bc17,
					0 3px 0 #bcb216,
					0 4px 0 #b0a615,
					0 5px 0 #a69d14

}
	
a.rstar-inactive,
a.rstar-inactive:hover
 { 
	font:normal 20pt Arial;
	float: left;
	text-decoration: none;
	color: #eee;
	text-shadow: 	0 1px 0 #ccc,
					0 2px 0 #c9c9c9,
					0 3px 0 #bbb,
					0 4px 0 #b9b9b9,
					0 5px 0 #aaa,
					0 6px 0 rgba(0,0,0,.4),
					0 6px 1px rgba(0,0,0,.1),
					0 0 5px rgba(0,0,0,.1),
					0 1px 3px rgba(0,0,0,.3),
					0 3px 5px rgba(0,0,0,.2),
					0 5px 10px rgba(0,0,0,.25),
					0 10px 10px rgba(0,0,0,.2),
					0 20px 20px rgba(0,0,0,.15);
}		
			


a img {
	border:0px;
	cursor:pointer;
}

a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;	
	cursor:pointer;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	cursor:pointer;
	text-decoration: none;
	font-weight: bolder;
}

.window_shadow
{
	box-shadow: 1px 1px 2px #333333;

}


.main_background_in
{
	background: #23538a; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #23538a 0%, #a7cfdf 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#23538a), color-stop(99%,#a7cfdf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #23538a 0%,#a7cfdf 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #23538a 0%,#a7cfdf 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #23538a 0%,#a7cfdf 99%); /* IE10+ */
	background: linear-gradient(135deg, #23538a 0%,#a7cfdf 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23538a', endColorstr='#a7cfdf',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


.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: #EEEEEE;
	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: #aaaaaa; /* Old browsers */
background: -moz-linear-gradient(top,  #aaaaaa 1%, #eeeeee 51%, #eeeeee 89%, #aaaaaa 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#aaaaaa), color-stop(51%,#eeeeee), color-stop(89%,#eeeeee), color-stop(100%,#aaaaaa)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #aaaaaa 1%,#eeeeee 51%,#eeeeee 89%,#aaaaaa 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #aaaaaa 1%,#eeeeee 51%,#eeeeee 89%,#aaaaaa 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #aaaaaa 1%,#eeeeee 51%,#eeeeee 89%,#aaaaaa 100%); /* IE10+ */
background: linear-gradient(to bottom,  #aaaaaa 1%,#eeeeee 51%,#eeeeee 89%,#aaaaaa 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#aaaaaa',GradientType=0 ); /* IE6-9 */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	opacity: .95;
	background-color: #000000;
	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: #FFEAB7;
	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_8 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	color: #787878;	
}
.textsmall_9 {
	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: #FFFFFF;
	margin: 1px;
	border: 2px double #FF8282;
	height: 20;
	
}


.editfield_selected {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #FFC7C7;
	margin: 1px;
	border: 2px 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;
}

.text_rotate {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	margin-top: 5px;
	margin-bottom: -5px;
	color: #000000;
	width: 20px;
	transform:rotate(-90deg); 
    -webkit-transform:rotate(-90deg); 
    -moz-transform:rotate(-90deg); 
    -o-transform:rotate(-90deg); 
}
.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 {
	cursor:pointer;
	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;
	margin-left: 20px;
	margin-right: 20px;
	height: 25px;
}
.buttonnormal:hover {
	cursor:pointer;
	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;
}


.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 */	
}


/*Listenelement*/
.list_element0 {
	background-color: #FFFFFF;		
}
.list_element0:hover {
	background-color: #DEDBC3;
}

.list_element1 {
	background-color: #EEEEEE;		
}
.list_element1:hover {
	background-color: #DEDBC3;		
}




	nav  {
	  text-decoration: none;
	}
	
	
	nav ul {
	  text-align: left;
	  text-decoration: none;
	  display: inline;
	  margin: 0;
	  padding: 15px 4px 17px 0;
	  list-style: none;

	  z-index:3;
	  
	}
	nav ul li {
	  font: normal 12px/18px sans-serif;
	  color: #000000;
	  text-decoration: none;
	  display: inline-block;
	  margin-right: -4px;
	  position: relative;
	  padding: 15px 20px;
	  background: #FFFFFF;
	  cursor: pointer;
	  -webkit-transition: all 0.2s;
	  -moz-transition: all 0.2s;
	  -ms-transition: all 0.2s;
	  -o-transition: all 0.2s;
	  transition: all 0.2s;

 	  z-index:3;
	}
	nav ul li:hover {
	  background: #94ADBD;
	  color: #FFFFFF;

	  z-index:3;
	}
	nav ul li ul {
	  background: #94ADBD;
	  text-decoration: none;
	  padding: 0;
	  position: absolute;
	  top: 48px;
	  left: 0;
	  width: 150px;
	  -webkit-box-shadow: none;
	  -moz-box-shadow: none;
	  box-shadow: none;
	  display: none;
	  opacity: 0;
	  visibility: hidden;
	  -webkit-transiton: opacity 0.2s;
	  -moz-transition: opacity 0.2s;
	  -ms-transition: opacity 0.2s;
	  -o-transition: opacity 0.2s;
	  -transition: opacity 0.2s;

	  z-index:3;
	}
	nav ul li ul li { 
	  background: #94ADBD;
	  display: block; 
	  color: #FFFFFF;
      box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6);
      -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6);
      -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6);
	  z-index:3;
	}
	nav ul li ul li:hover { 
	  background: #222222; 
	  color: #FFFFFF;;
      box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6);
      -moz-box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.6);
      -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6);
		z-index:3;	
	}
	nav ul li:hover ul {
	  display: block;
	  opacity: 1;
	  visibility: visible;
	  z-index:3;
	}
 
