body {
	background: #FFF;
	color: #FFF;
	top: 0;
	left: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	margin: 0;
	overflow: hidden;
	min-width:768px;
}

.karte {
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	width: 100%;
}

#content_register {
	font: 14px Arial, Helvetica, sans-serif;
	color: black;
}

#button_options {
	display: block;
	width: 68px;
	height: 68px;
	cursor:pointer;
	background:
		url(../../public/images/menubar/adac_menubar_icon_options.png)
		no-repeat top;
}

#button_options:hover {
	background:
		url(../../public/images/menubar/adac_menubar_icon_options_mouseover.png)
		no-repeat bottom;
	cursor:pointer;
}

#button_options:active {
	background:
		url(../../public/images/menubar/adac_menubar_icon_options_pressed.png)
		no-repeat bottom;
	cursor:pointer;
}

#button_pause {
	display: block;
	width: 68px;
	height: 68px;
	cursor:pointer;
	background:
		url(../../public/images/menubar/adac_menubar_icons_pause.png)
		no-repeat top;
}

#button_pause:hover {
	cursor:pointer;
	background:
		url(../../public/images/menubar/adac_menubar_icons_pause_mouseover.png)
		no-repeat bottom;
}

#button_pause:active {
	cursor:pointer;
	background:
		url(../../public/images/menubar/adac_menubar_icons_pause_pressed.png)
		no-repeat bottom;
}

#button_resume {
	cursor:pointer;
	display: none;
	width: 68px;
	height: 68px;
	background:
		url(../../public/images/menubar/adac_menubar_icons_resume.png)
		no-repeat top;
}

#button_resume:hover {
	cursor:pointer;
	background:
		url(../../public/images/menubar/adac_menubar_icons_resume_mouseover.png)
		no-repeat bottom;
}

#button_resume:active {
	cursor:pointer;
	background:
		url(../../public/images/menubar/adac_menubar_icons_resume_pressed.png)
		no-repeat bottom;
}


#button_quit {
	cursor:pointer;
	display: block;
	width: 68px;
	height: 68px;
	background: url(../../public/images/menubar/adac_menubar_icons_quit.png)
		no-repeat top;
}

#button_quit:hover {
	cursor:pointer;
	background:
		url(../../public/images/menubar/adac_menubar_icons_quit_mouseover.png)
		no-repeat bottom;
}

#button_quit:active {
	cursor:pointer;
	background:
		url(../../public/images/menubar/adac_menubar_icons_quit_pressed.png)
		no-repeat bottom;
}

#button_help {
	cursor:pointer;
	display: block;
	width: 68px;
	height: 68px;
	background: url(../../public/images/menubar/adac_menubar_icon_help.png)
		no-repeat top;
}

#button_help:hover {
	cursor:pointer;
	background:
		url(../../public/images/menubar/adac_menubar_icon_help_mouseover.png)
		no-repeat bottom;
}

#button_help:active {
	cursor:pointer;
	background:
		url(../../public/images/menubar/adac_menubar_icon_help_pressed.png)
		no-repeat bottom;
}

#button_login {
	cursor:pointer;
	display: block;
	width: 103px;
	height: 43px;
	background: url(../../public/images/loginbox/login_icon.png) no-repeat
		top;
}

#button_login:hover {
	cursor:pointer;
	background: url(../../public/images/loginbox/login_icon.png) no-repeat
		bottom;
}

#button_login:active {
	cursor:pointer;
	background: url(../../public/images/loginbox/login_icon.png) no-repeat
		bottom;
}

#button_ok {
	cursor:pointer;
	display: block;
	margin-top: -15px;
	margin-right: 50px;
	float: right;
	width: 108px;
	height: 39px;
	background: url(../../public/images/popups/knopf_ok.png) no-repeat top;
}

#button_ok:hover {
	cursor:pointer;
	background: url(../../public/images/popups/knopf_ok_mouseover.png)
		no-repeat bottom;
}

#button_ok:active {
	cursor:pointer;
	background: url(../../public/images/popups/knopf_ok_pressed.png)
		no-repeat bottom;
}

#button_durchfuehren {
	cursor:pointer;
	display: block;
	margin-top: -15px;
	margin-right: 50px;
	float: right;
	width: 138px;
	height: 39px;
	background: url(../../public/images/popups/knopf_durchfuehren.png) no-repeat top;
}

#button_durchfuehren:hover {
	cursor:pointer;
	background: url(../../public/images/popups/knopf_durchfuehren_mouseover.png)
		no-repeat bottom;
}

#button_durchfuehren:active {
	cursor:pointer;
	background: url(../../public/images/popups/knopf_durchfuehren_pressed.png)
		no-repeat bottom;
}

#button_ueberspringen {
	cursor:pointer;
	display: block;
	margin-top: -15px;
	margin-right: 50px;
	float: right;
	width: 138px;
	height: 39px;
	background: url(../../public/images/popups/knopf_ueberspringen.png) no-repeat top;
}

#button_ueberspringen:hover {
	cursor:pointer;
	background: url(../../public/images/popups/knopf_ueberspringen_mouseover.png)
		no-repeat bottom;
}

#button_ueberspringen:active {
	cursor:pointer;
	background: url(../../public/images/popups/knopf_ueberspringen_pressed.png)
		no-repeat bottom;
}

#button_abbr {
	cursor:pointer;
	display: block;
	margin-top: -15px;
	margin-left: 50px;
	float: left;
	width: 128px;
	height: 39px;
	background: url(../../public/images/popups/knopf_abbr.png) no-repeat top;
}

#button_abbr:hover {
	cursor:pointer;
	background: url(../../public/images/popups/knopf_abbr_mouseover.png)
		no-repeat bottom;
}

#button_abbr:active {
	cursor:pointer;
	background: url(../../public/images/popups/knopf_abbr_pressed.png)
		no-repeat bottom;
}

#drucken_pdf {
	cursor:pointer;
	display: block;
	margin-top: -15px;
	margin-right: 50px;
	float: right;
	width: 163px;
	height: 39px;
	background: url(../../public/images/popups/knopf_ergebnis.png) no-repeat top;
}

#drucken_pdf:hover {
	cursor:pointer;
	background: url(../../public/images/popups/knopf_ergebnis_mouseover.png) no-repeat
		bottom;
}

#drucken_pdf:active {
	cursor:pointer;
	background: url(../../public/images/popups/knopf_ergebnis_pressed.png) no-repeat
		bottom;
}

#speichern_pdf {
	cursor:pointer;
	display: block;
	margin-top: -15px;
	margin-right: 50px;
	float: right;
	width: 163px;
	height: 39px;
	background: url(../../public/images/popups/knopf_ergebnis.png) no-repeat top;
}

#speichern_pdf:hover {
	cursor:pointer;
	background: url(../../public/images/popups/knopf_ergebnis_mouseover.png) no-repeat
		bottom;
}

#speichern_pdf:active {
	cursor:pointer;
	background: url(../../public/images/popups/knopf_ergebnis_pressed.png) no-repeat
		bottom;
}


img {
	border: 0px;
}

.title {
	font-family: arial;
	font-size: 18px;
	color: #fed000;
	text-shadow: black 0px 1px 0px;
	margin-top: 5px;
	position: absolute;
}

.text2 {
	font-family: arial;
	font-size: 14px;
	color: black;
	margin-top: 16px;
	margin-left: 0px;
}

.text3 {
	font-family: arial;
	font-size: 18px;
	color: white;
	text-shadow: black 0px 1px 0px;
	margin-top: 15px;
	margin-left: 0px;
}

a.logout {
	cursor:pointer;
	font-family: arial;
	font-size: 14px;
	color: white;
	text-shadow: black 0px 1px 0px;
}

div.logout {
	cursor:pointer;
	text-align: right;
	margin-right: 10px
}

a {
	font-family: arial;
	font-size: 14px;
	color: white;
	text-shadow: black 0px 1px 0px;
}

.logo {
	width: 152px;
	height: 97px;
	background: url(../../public/images/menubar/menubar01.png) no-repeat;
	display: block;
	float: left;
}

.logo2 {
	width: 88px;
	height: 97px;
	background: url(../../public/images/menubar/menubar02.png) no-repeat;
	display: block;
	float: left;
}

.logo3 {
	width: auto;
	height: 101px;
	background: url(../../public/images/menubar/menubar03.png) repeat-x;
	display: block;
}

.balancebar {
	margin-top: 13px;
	width: 235px;
	height: 11px;
	background: url(../../public/images/menubar/adac_menubar_balancebar.png)
		no-repeat;
	display: block;
	float: none;
}

.arrow {
	width: 12px;
	height: 8px;
	background:
		url(../../public/images/menubar/adac_menubar_balancebar_ruler.png)
		no-repeat;
	display: block;
	float: left;
	margin-top: 10px;
	margin-left: 110px;
}

.durchschnitt {
	width: 11px;
	height: 13px;
	background: url(../../public/images/menubar/adac_menubar_average.png)
		no-repeat;
	display: block;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
}

.smallleft {
	float: left;
	font-family: arial;
	font-size: 11px;
	color: white;
	text-shadow: black 0px 1px 0px;
}

.smallright {
	float: right;
	font-family: arial;
	font-size: 11px;
	color: white;
	text-shadow: black 0px 1px 0px;
}

.button {
	float: right;
	margin-top: 8px;
}

.buttons {
	float: right;
	margin-right: 10px;
	margin-top: 8px;
}

.entry {
	float: left;
}

.spacing {
	float: left;
	margin-top: 32px;
	margin-right: 10px;
	margin-left: 10px;
	width: 2px;
	height: 65px;
	background: url(../../public/images/menubar/menubar_spacing.png)
		no-repeat;
}

.zoom-factor {
	position: absolute;
	
	z-index:990;
	
	top: 120px;
	right: 20px;
	height: 100px;
	width: 100px;
	font-family: arial;
	font-size: 14px;
	color: black;
	margin-top: 16px;
	margin-left: 0px;
}

.map-control {
	position: absolute;
	z-index:990;
	
	top: 160px;
	right: 20px;
	background:
		url(../../public/images/navigationbar/navigationbar_cross.png)
		no-repeat;
	height: 100px;
	width: 100px;
}

.map-control a {
	height: 18px;
	width: 18px;
	display: block;
	text-indent: -999em;
	position: absolute;
	outline: none;
}

.map-control a:hover {
	background: #535353;
	opacity: .4;
	filter: alpha(opacity = 40);
}

.map-control a.left {
	left: 0px;
	top: 20px;
	width: 20px;
	height: 35px;
	background:
		url(../../public/images/navigationbar/navigationbar_cross_west.png);
}

.map-control a.right {
	left: 55px;
	top: 20px;
	width: 20px;
	height: 35px;
	background:
		url(../../public/images/navigationbar/navigationbar_cross_east.png);
}

.map-control a.up {
	left: 20px;
	top: 0px;
	width: 35px;
	height: 20px;
	background:
		url(../../public/images/navigationbar/navigationbar_cross_north.png);
}

.map-control a.down {
	left: 20px;
	top: 55px;
	width: 35px;
	height: 20px;
	background:
		url(../../public/images/navigationbar/navigationbar_cross_south.png);
}

.map-control a.center {
	left: -10px;
	top: 110px;
	width: 35px;
	height: 35px;
	background:
		url(../../public/images/navigationbar/navigationbar_cross_south.png);
}

#slider {
	width: 18px;
	height: 255px;
	position: absolute;
	z-index:990;
	
	top: 280px;
	right: 75px;
}

#slider_top {
	width: 18px;
	height: 18px;
	background:
		url(../../public/images/navigationbar/navigationbar_slider_top.png)
		no-repeat;
	display: block;
	text-indent: -999em;
	outline: none;
}

#slider_bar {
	height: 51px;
	width: 18px;
	background:
		url(../../public/images/navigationbar/navigationbar_slider.png)
		no-repeat;
	position: absolute;
	
	z-index:990;
	display: block;
	text-indent: -999em;
	outline: none;
}

#slider_fill {
	height: 100%;
	width: 18px;
	background:
		url(../../public/images/navigationbar/navigationbar_slider_middle.png)
		repeat-y;
	display: block;
	text-indent: -999em;
	outline: none;
}

#slider_footer {
	width: 18px;
	height: 18px;
	background:
		url(../../public/images/navigationbar/navigationbar_slider_bottom.png)
		no-repeat;
	display: block;
	text-indent: -999em;
	outline: none;
}

#overlay {
	display: none;
	background: url(../../public/images/overlays/alpha.png);
	background: rgba(0, 0, 0, 0.8) url();
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}


.hilfe_text {
	font-family: arial;
	font-size: 14px;
	color: black;
	margin-top: 16px;
	margin-left: 15px;
}

.hilfe_text_titel {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #004e98;
	margin-top: 16px;
	margin-left: 15px;
}

.vertikal_middle {
	line-height: 10px;
}

table {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	border: 0px;
	background-color: #666666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

th {
	background-color: #666666;
	border: 0px;
	height: 30px;
	color: #f4c907;
	text-align: left;
}

td {
	border: 0px;
	background-color: white;
	width: 50%;
	vertical-align: middle;
	margin-left: 15px;
	margin-right: 15px;
}

.beschreibung_hilfe {
	padding: 15px;
}

#pop_welcome,#pop_optionen,#pop_pause,#pop_tutorial,#pop_hilfe {
	border: 1px solid #000;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 0px 0px 20px 10px #777;
	-webkit-box-shadow: 0px 0px 20px 10px #777;
	box-shadow: 0px 0px 20px 10px #777;
	background: #FFF;
	position: absolute;
	left: 50%;
	width: 800px;
	margin-left: -400px; /* negative Hälfte von width: 500px */
	top: 300px;
	height: 450px;
	margin-top: -150px; /* negative Hälfte von height: 300px */
	z-index: 1000;
	display: none;
		overflow: hidden;
}

#pop_logout {
	border: 1px solid #000;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 0px 0px 20px 10px #777;
	-webkit-box-shadow: 0px 0px 20px 10px #777;
	box-shadow: 0px 0px 20px 10px #777;
	background: #FFF;
	width: 500px;
	height: 300px;
	top: 170px; /* in die Mitte verschieben */
	left: 50%;
	margin-left: -250px;
	position: absolute;
	z-index: 1000;
	display: none;
	overflow: hidden;
}

.table_popup {
	background: #FFF;
	border-spacing: 0px;
	height: 100%;
	width: 100%;
	border: 0px;
}

.popup_line_top {	
	margin-top: 0;
	top: 0;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	width: 100%;
	height: 55px;
	background: url(../../public/images/popups/popup_linie_oben.png)
		repeat-x;
}

.popup_line_top_2 {
	width: 100%;
	height: 18px;
	background: #d9dadb;
}

.popup_mittig {
	height: 70%;
	overflow: auto;
	background: #FFF;
	width: 100%;
}

.popup_line_down {
	position:absolute; 
	bottom:0px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
    bottom: 0px;
	width: 100%;
	height: 50px;
	background: url(../../public/images/popups/popup_linie_unten.png)
		repeat-x;
}

.popup_logo {
	position: absolute;
	top: 20px;
	left: 30px;
	width: 74px;
	height: 74px;
	background: url(../../public/images/popups/popup_adac_logo.png)
		no-repeat;
	display: block;
	float: left;
}

.popup_text_oben {
	font-family: arial;
	font-size: 20px;
	color: black;
	margin-top: 0px;
	text-align: center;
}

.popup_text_body {
	font-family: arial;
	font-size: 14px;
	color: black;
	margin-top: 40px;
	margin-left: 50px;
	margin-right: 50px;
}




.popup_fehler_small{
	display:none;
	border: 1px solid #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 10px 5px #777;
	-webkit-box-shadow: 0px 0px 10px 5px #777;
	box-shadow: 0px 0px 10px 5px #777;
	background: #FFF;
	width: 500px;
	height: 150px;
	margin-left: 0%;
	position: fixed;
	z-index: 1000;
	display: none;
	overflow: hidden;	
}


.popup_fehler_top {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	width: 100%;
	height: 17px;
	background: url(../../public/images/popups/info_popup_linie.png)
		repeat-x;
}

.popup_fehler_down {
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	position: absolute;
    bottom: 0px;
	width: 100%;
	height: 50px;
	background: url(../../public/images/popups/popup_linie_unten.png)
		repeat-x;
}

.popup_fehler_i {
	position: absolute;
	top: 3px;
	right: 20px;
	width: 25px;
	height: 25px;
	background: url(../../public/images/popups/info_popup_i.png)
		no-repeat;
	display: block;
	float: left;
}
.popup_fehler_text {
	font-family: arial;
	font-size: 14px;
	color: black;
	margin-top: 25px;
	margin-left: 25px;
	margin-right: 10px;
}



.popup_fehler_big{
	display:none;
	border: 1px solid #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 10px 5px #777;
	-webkit-box-shadow: 0px 0px 10px 5px #777;
	box-shadow: 0px 0px 10px 5px #777;
	background: #FFF;
	width: 500px;
	height: 150px;
	margin-left: 0%;
	position: fixed;
	z-index: 1000;
	display: none;
	overflow: hidden;	
}


.popup_fehler_i_big {
	position: absolute;
	top: 40px;
	left: 20px;
	width: 66px;
	height: 66px;
	background: url(../../public/images/popups/info_popup_red.png)
		no-repeat;
	display: block;
	float: left;
}
.popup_fehler_big_text {
	font-family: arial;
	font-size: 14px;
	color: black;
	margin-top: 30px;
	margin-left: 100px;
	margin-right: 10px;
}


.ImagesOnMap {
	cursor:pointer;
}

#hintergrund404500 {
	background-image:url(../../public/images/map/map_100_200_400.svg);
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1000;
}


#overlay404500 {
	display: block;
	background: url(../../public/images/overlays/107.png);
	background: rgba(0, 0, 0, 0.0) url(../../public/images/overlays/07.png);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
}

.carsign {
	font-size: 14px;
	cursor:pointer;
	font-family: arial;
}
