body{
	background-color: #efefef;
	overflow-y: scroll;
}

/*
div{
	border: 1px solid #000;
}
*/

#site{
	background: #fff;
	display: table;
	position: absolute;
	width: 900px;
	height: auto;
	left: 50%;
	margin-left: -450px;
	border: 0px solid red;
}

#navigation{
	position: relative;
	background: #5285ba;
	height: 90px;
	min-height: 90px;
	width: 900px;
}

#logout_link{
	position: absolute;
	width: 170px;
	margin-left: 470px;
	margin-top: 35px;
	font-family: Verdana;
	text-decoration: none;
}

a.links
{
	font-family : Verdana;
	font-size : 18px;
	color: #e8e8e8;
	text-decoration: none;
	font-weight : bold;
	text-shadow: 1px 1px 1px #000;
}

a.links:link
{
	font-family : Verdana;
	font-size : 18px;
	color: #e8e8e8;
	text-decoration: none;
	font-weight : bold;
	text-shadow: 1px 1px 1px #000;
}

a.links:visit
{
	font-family: Verdana;
	font-size: 18px;
	color: #e8e8e8;
	text-decoration: none;
	font-weight : bold;
	text-shadow: 1px 1px 1px #000;
}

a.links:activ
{
	font-family: Verdana;
	font-size: 18px;
	color: #e8e8e8;
	text-decoration: none;
	font-weight : bold;
	text-shadow: 1px 1px 1px #000;
}

a.links:hover
{
	font-family: Verdana;
	font-size: 18px;
	color: #e8e8e8;
	text-decoration: underline;
	font-weight : bold;
	text-shadow: 1px 1px 1px #000;
}

#pulldown{
	background: #696969;
	position: absolute;
	width: 390px;
	height: 60px;
	color: #e8e8e8;
}

#select_text_jahr{
	position: absolute;
	width: 70px;
	height: 60px;
	top: 0px;
	left: 0px;
	color: #fff;
	font-family: Verdana;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
}

#select_input_jahr{
	position: absolute;
	width: 80px;
	height: 60px;
	top: 0px;
	left: 70px;
	color: #fff;
	font-family: Verdana;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
}

#select_text{
	position: absolute;
	width: 50px;
	height: 60px;
	top: 0px;
	left: 170px;
	color: #fff;
	font-family: Verdana;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
}

/* remove standard-styles */
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:none;
	border-radius: 0;
	font-size: 15px;
	width: 100%
}

/* styling */
#select_jahr {
  width: 80px;
  height: 33px;
  border: 1px solid #696969;
  padding:.2em .2em .2em .3em;
  background-color: #696969;
  background-image:url('../icons/select-up.png');
  background-position: right;
  background-repeat: no-repeat;
  margin-top: 14px;
  margin-left: 0px;
  color: #fff;
}

/* styling */
#select {
  width: 125px;
  height: 33px;
  border: 1px solid #696969;
  padding:.2em .2em .2em .3em;
  background-color: #696969;
  background-image:url('../icons/select-up.png');
  background-position: right;
  background-repeat: no-repeat;
  margin-top: 14px;
  margin-left: 246px;
  color: #fff;
}

select:hover {
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
}

/* hide browser-styling (arrow) in IE10 */
select,input::-ms-expand {
  display:none;
}

#statistik{
	position: absolute;
	background: #696969;
	width: 510px;
	height: 60px;
	left: 390px;
}

#statistik_text{
	position: absolute;
	width: 50px;
	height: 60px;
	top: 0px;
	left: 0px;
	color: #fff;
	font-family: Verdana;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
}

#statistik_content{
	position: absolute;
	width: 388px;
	height: 58px;
	left: 110px;
}

#statistik_content_header_1{
	position: absolute;
	width: 100px;
	height: 58px;
	left: 0px;
}

#statistik_content_header_2{
	position: absolute;
	width: 100px;
	height: 58px;
	left: 100px;
}

#statistik_content_header_3{
	position: absolute;
	width: 100px;
	height: 58px;
	left: 200px;
}

#statistik_content_header_4{
	position: absolute;
	width: 90px;
	height: 58px;
	left: 300px;
}

#alert_nok{
	position: relative;
	background: #ff0000;
	width: 900px;
	height: 70px;
	top: 61px;
	text-align: center;
	font-family: Verdana;
	font-size: 24px;
	color: #e8e8e8;
}

#alert_ok{
	position: relative;
	background: #66cc00;
	width: 900px;
	height: 70px;
	top: 61px;
	text-align: center;
	font-family: Verdana;
	font-size: 25px;
	color: #696969;
}

#content{
	position: absolute;
	background: #efefef;
	width: 900px;
	min-height: 500px;
	margin-top: 60px;
	padding: 0px;
	padding-bottom: 0px;
}

#sidebar_left{
	position: absolute;
	background: #efefef;
	width: 500px;
	min-height: 500px;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	padding-bottom: 0px;
}

#sidebar_left_header{
	position: relative;
	background: #ff9933;
	width: 500px;
	height: 35px;
	margin-top: 1px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #fff;
}

#sidebar_left_content_row_a{
	position: relative;
	background: #e8e8e8;
	width: 500px;
	height: 35px;
	margin-top: 1px;
	padding: 0px;
	
}

#sidebar_left_content_row_b{
	position: relative;
	background: #d8d8d8;
	width: 500px;
	height: 35px;
	margin-top: 1px;
	padding: 0px;
}

#sidebar_left_content_date{
	position: absolute;
	border-right : 1px solid #fff;
	width: 116px;
	height: 35px;
}

#sidebar_left_content_date_new{
	position: absolute;
	border-right : 1px solid #fff;
	width: 116px;
	height: 35px;
}

#sidebar_left_content_km_1{
	position: absolute;
	left: 117px;
	border-right : 1px solid #fff;
	width: 120px;
	height: 35px;
}

#sidebar_left_content_diff_1{
	position: absolute;
	left: 238px;
	border-right : 1px solid #fff;
	width: 70px;
	height: 35px;
}

#sidebar_left_content_km_2{
	position: absolute;
	left: 309px;
	border-right : 1px solid #fff;
	width: 120px;
	height: 35px;
}

#sidebar_left_content_diff_2{
	position: absolute;
	left: 430px;
	border-right : 0px solid #000;
	width: 69px;
	height: 35px;
}

#sidebar_left_content_nodata{
	position: absolute;
	border-right : 1px solid #fff;
	width: 500px;
	height: 30px;
	padding: 5px;
	font-family: Verdana;
	font-size: 20px;
	text-align: center;
}

#sidebar_right{
	position: absolute;
	background: #efefef;
	width: 400px;
	min-height: 730px;
	height: auto;
	margin-top: 0px;
	margin-left: 500px;
	padding: 0px;
	padding-bottom: 0px;
}

#sidebar_right_bumper{
	position: relative;
	background: none;
	width: 360px;
	height: 35px;
	min-height: 35px;
	margin-top: 1px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #fff;
	float: right;
}

#sidebar_right_header{
	position: relative;
	background: #ff9933;
	width: 360px;
	height: 35px;
	margin-top: 1px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #fff;
	float: right;
}

#sidebar_right_statistik{
	position: relative;
	background: #d8d8d8;
	width: 360px;
	height: 35px;
	margin-top: 1px;
	color: #fff;
	float: right;
	border: 0px solid #000;
}

#sidebar_right_statistik_1{
	position: relative;
	background: none;
	width: 125px;
	height: 35px;
	float: left;
	border-right: 1px solid #fff;
}

#sidebar_right_statistik_2{
	position: relative;
	background: none;
	width: 76px;
	height: 35px;
	float: left;
	border-right: 1px solid #fff;
}

#sidebar_right_statistik_3{
	position: relative;
	background: none;
	width: 78px;
	height: 35px;
	float: left;
	border-right: 1px solid #fff;
}

#sidebar_right_statistik_4{
	position: relative;
	background: none;
	width: 78px;
	height: 34px;
	float: left;
	border-right: 0px solid #000;
}

#sidebar_right_bikes{
	position: relative;
	background: #ff00;
	width: 360px;
	min-height: 30px;
	top: 1px;
	color: #fff;
	float: right;
	white-space: nowrap;
	border: 0px solid #000;
}

#sidebar_right_bikes_1{
	position: relative;
	width: 40px;
	height: 35px;
	float: left;
	margin-bottom: 1px;
	background: #d8d8d8;
	border-right: 1px solid #fff;
}

#sidebar_right_bikes_2{
	position: relative;
	width: 120px;
	height: 35px;
	float: left;
	white-space: nowrap;
	margin-bottom: 1px;
	background: #d8d8d8;
	border-right: 1px solid #fff;
}
#sidebar_right_bikes_3{
	position: relative;
	width: 157px;
	height: 35px;
	float: left;
	white-space: nowrap;
	margin-bottom: 1px;
	background: #d8d8d8;
	border-right: 1px solid #fff;
}

#sidebar_right_bikes_4{
	position: relative;
	width: 40px;
	height: 35px;
	float: left;
	margin-bottom: 1px;
	background: #d8d8d8;
}

#sidebar_right_km_form{
	position: relative;
	width: 360px;
	min-height: 30px;
	top: 1px;
	color: #fff;
	float: right;
	border: 0px solid #000;
}

#km_form_date{
	position: absolute;
	width: 120px;
	height: 35px;
	background: #d8d8d8;
}

#km_form_input_date{
	position: absolute;
	left: 120px;
	width: 240px;
	height: 35px;
	background: #d8d8d8;
}

#km_form_km{
	top: 36px;
	position: absolute;
	width: 120px;
	height: 35px;
	background: #d8d8d8;
}

#km_form_input_km{
	top: 36px;
	position: absolute;
	left: 120px;
	width: 240px;
	height: 35px;
	background: #d8d8d8;
}

#km_form_antrieb{
	top: 72px;
	position: absolute;
	width: 120px;
	height: 35px;
	background: #d8d8d8;
}

#km_form_input_antrieb_1{
	top: 72px;
	position: absolute;
	left: 120px;
	width: 80px;
	height: 35px;
	background: #d8d8d8;
}

#km_form_input_antrieb_2{
	top: 72px;
	position: absolute;
	left: 200px;
	width: 40px;
	height: 35px;
	background: #d8d8d8;
}

#km_form_input_antrieb_3{
	top: 72px;
	position: absolute;
	left: 240px;
	width: 40px;
	height: 35px;
	background: #d8d8d8;
}

#km_form_input_antrieb_4{
	top: 72px;
	position: absolute;
	left: 280px;
	width: 40px;
	height: 35px;
	background: #d8d8d8;
}

#km_form_input_antrieb_5{
	top: 72px;
	position: absolute;
	left: 320px;
	width: 40px;
	height: 35px;
	background: #d8d8d8;
}

#km_form_input_send{
	top: 108px;
	position: absolute;
	width: 358px;
	height: 35px;
	background: #d8d8d8;
	border: 1px solid #d8d8d8;
}

#send_button{
	width: 100%;
	height: 35px;
	font-family: Verdana;
	font-size: 14px;
	background-color: #d8d8d8;
	background-image: url('../images/button_d8.jpg');
	border: 0px solid #696969;
	color: #696969;
}

.input_km{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border:none;
    border-radius: 0;
	width: 200px;
	height: 20px;
	border: 1px solid #696969;
	background-color: #d8d8d8;
}

 



