body,html {
	background: url(../img/mainbg.png) top repeat-x #d9dadb;
	font-size: 13px;
	font-family: Arial, sans-serif;
	color: #999999;
	margin: 0;
	padding: 0;
}

h1 {
	color: #000000;
	font-size: 29px;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	margin-top: 30px;
}

h3 {
	font-size: 16px;
}

p {
	color: #999999
}

a {
	color: #E2001A;
}

a:hover {
	color: #999999;
}

ul {
	margin: 0;
}

td, th {
	text-align: left;
}

#site {
	width: 970px;
	margin: 0 auto;
}

#logo1 {
	height: 130px;
	position: relative;
}

#main_navigation {
	background: url(../img/main_nav_bg.png) repeat-x;
	height: 52px;
	position: relative;
}

#main_navigation p {
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 52px;
	color: #000000;
	font-size: 26px;
}

#main_content {
	min-height: 500px;
	padding: 13px 18px 30px 18px;
	background-color: white;
}

#logo2 {
	border: 1px solid #CCCCCC;
	margin-bottom: 13px;
	position: relative;
	width: 934px;
	height: 334px;
}

ul.leistungsmenu {
	padding: 0;
	margin: 0;
}

ul.leistungsmenu li {
	list-style: none;
	visibility: inherit;
	float: left;
	margin-bottom: 13px;
}

ul.leistungsmenu li a {
	display: block;
	height: 70px;
	margin-right: 10px;
	width: 226px;
}

ul.leistungsmenu li:last-child a {
	margin-right: 0;
}

/* Fix für IE8 wegen 'last-child' */
ul.leistungsmenu li a.last {
	margin-right: 0;
}

ul.leistungsmenu li a.bookings {
	background: url("../img/button_bookings.png") no-repeat scroll 0 0 transparent;
}

ul.leistungsmenu li a.bookings:hover,ul.leistungsmenu li a.bookings.active {
	background: url("../img/button_bookings_highlight.png") no-repeat scroll 0 0 transparent;
}

ul.leistungsmenu li a.vehicles {
	background: url("../img/button_vehicles.png") no-repeat scroll 0 0 transparent;
}

ul.leistungsmenu li a.vehicles:hover,ul.leistungsmenu li a.vehicles.active {
	background: url("../img/button_vehicles_highlight.png") no-repeat scroll 0 0 transparent;
}

ul.leistungsmenu li a.storages {
	background: url("../img/button_storages.png") no-repeat scroll 0 0 transparent;
}

ul.leistungsmenu li a.storages:hover,ul.leistungsmenu li a.storages.active {
	background: url("../img/button_storages_highlight.png") no-repeat scroll 0 0 transparent;
}

ul.leistungsmenu li a.back {
	background: url("../img/button_back.png") no-repeat scroll 0 0 transparent;
}

ul.leistungsmenu li a.back:hover,ul.leistungsmenu li a.back.active {
	background: url("../img/button_back_highlight.png") no-repeat scroll 0 0 transparent;
}

.content {
	border: 1px solid #CCCCCC;
	padding: 30px;
}

#main_footer_navigation {
	
}

#main_footer_navigation ul {
	padding: 0;
	margin: 0;
	float: right;
}

#main_footer_navigation ul li {
	list-style: none;
}

#main_footer_navigation ul li {
	line-height: 52px;
	padding: 0 28px;
	display: block;
	float: left;
}

#main_footer_navigation ul li a {
	color: #9c9e9f;
	text-decoration: none;
	font-size: 13px;
}

/*
 * Login
 */
 
#login {
	margin-top: 70px;
}

#login .input-wrapper {
	background: url('../img/input-bg.png') repeat-x 0 0 transparent;
	height: 40px;
	margin: 0 0 20px 0;
	width: 420px;
	box-shadow: 3px 3px 3px 1px #ccc;
	-moz-box-shadow: 3px 3px 3px 1px #ccc;
	-webkit-box-shadow: 3px 3px 3px 1px #ccc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

input[type="button"], input[type="submit"] {
	cursor: pointer;
	margin: 20px 0 0 0;
	padding: 5px 10px 5px 10px;
	margin-right: 10px;
	border: none;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 3px 3px 3px 1px #ccc;
	-moz-box-shadow: 3px 3px 3px 1px #ccc;
	-webkit-box-shadow: 3px 3px 3px 1px #ccc;
	background: url('../img/input-bg.png') repeat-x 0 0 transparent;
}

#login_button {
	height: 35px;
}

#login input[type="text"],#login input[type="password"] {
	height: 20px;
	width: 380px;
	margin: 7px 10px 0 17px;
}

.logout_link {
	color: #E2001A;
	text-decoration: none;
	position: absolute;
	right: 17px;
	top: 20px;
}

.logout_link img {
	border: none;	
}

/*
 * Datatables
 */
.datatable_wrapper {
	width: 100% !important;
}

.datatable_wrapper table, #storage_table {
	width: 100% !important;
	border-collapse: collapse;
}

.datatable_wrapper thead th, #storage_table thead th {
	font-size: 16px;
	padding-bottom: 10px;
	margin-right: 5px;
	border-bottom: 2px solid #CCCCCC !important;
}

.datatable_wrapper tbody td, #storage_table tbody td {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #CCCCCC;
	font-size: 14px;
}

.datatable_wrapper tbody td ul {
	padding-left: 0;
	list-style: none;
}

.dataTables_wrapper tr.odd {
	background-color: transparent !important;
}

/*
 * Booking Wizzard
 */
 
#bookingwizzard-view {
 	font-size: 14px;
}
 
#wizzard_header {
 	width: 100% !important;
 	margin-bottom: 50px;
}
 
#wizzard_header table {
 	width: 100% !important;
 	font-size: 14px;
}
 
#wizzard_header table tr .active {
	color: #E2001A;
}

#wizzard .serviceDescription {
    padding: 3px 0 20px 37px;
}

.wizzard-branch-list {
	width: 100%;
	border-collapse: collapse;
}

.wizzard-branch-list td {
	padding: 10px;
	border-bottom: 1px solid #CCCCCC;
}

.wizzard-branch-list input[type="button"] {
	margin: 0;
}

.wizzard-branch-list tr:hover {
	background-color: #F0F0F0;
}

.branch-name {
	color: #000000;
	margin-bottom: 10px;
	display: block;
}

.branch-address {
	
}

.wizzard-service-list input[type="checkbox"]{
	margin-right: 20px;
}

.wizzard-service-list .service-name {
	color: #000000;
}
 
.select_panel {
 	border: none !important;
 	width: 250px;
 }
 
.select_panel.day {
	width: 250px !important; 
} 

.booking_panel .select_panel.hour {
	width: 230px !important;
}

.nc-time-selection-hour.active, .nc-time-selection-hour:hover {
 	background-color: #E2001A;
 	color: #FFFFFF;
  	border: 1px solid #E2001A;
}

.nc-time-selection-hour.active a, .nc-time-selection-hour:hover a {
 	color: #FFFFFF;
 	font-weight: bold;
}

.nc-datetime-confirmation {
	font-weight: bold;
 	background-color: #E2001A;
 	color: #FFFFFF;
}

.select_panel.confirmation ul {
 	padding: 0 0 0 15px;
 	width: 100%;
}

/*
 * Richfaces calendar
 */

.rich-calendar-exterior {
	border: 1px solid #CCCCCC;
}

.rich-calendar-header {
	border-bottom-color: #CCCCCC;
}

.rich-calendar-cell {
	border-bottom-color: #CCCCCC;
	border-right-color: #CCCCCC;
}

.rich-calendar-select {
	background-color: #E2001A;
	color: #FFFFFF;
}

.rich-calendar-header table {
	margin-bottom: 0;
}

 /*
  * Storage details view
  */
#storage_table thead th {
	
 	font-size: 14px;
}
 
.storagedetails table {
 	width: 100%;
}
 
.storagedetails td {
 	width: 25%;
}
 
 /*
  * Common
  */
  
.rich-panel-body {
 	font-size: 14px;
 	color: #999999;
}
 
.output_value{
 	color: #000000;
}

