/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #ff3300;
	font-family: arial;
	font-size: 12px;
}
img {
    border: 0px;
}
#banner {
	position: relative;
	width: 980px;
	height: 159px;
	background: url(images/banner.jpg) top left no-repeat;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#impressum {
	position: absolute;
	z-index: 10;
	left: 890px;
	text-decoration: none;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	color: black;
}
#menu{
	width: 980px;
	height: 30px;
	background-color: #ff3300;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	font-weight: bold;
}
.mod_navigation {
	text-align: center;
	width: 100%;
}
#menu ul {
	margin: 0px auto 0px auto;
	padding: 0px;
	list-style: none;
	clear: both;
}
#menu ul li {
	float: left;
}
#menu ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 5px 0px 5px 0px;
	width: 108px;
}
#menu ul li a:hover, #menu ul li span {
	display: block;
	color: #ff3300;
	background: #fff;
	padding: 5px 0px 5px 0px;
	width: 108px;
}
#content {
  position: relative;
	margin: -5px auto 0px auto;
	width: 960px;
	background: white;
	text-align: left;
	padding: 10px;
	overflow: auto;
}
#content h2 {
	padding: 2px 0px 2px 0px;
	background: #ff3300;
	color: #fff;
	margin: -10px -10px 10px -10px;
	text-align: center;
	font-size: 16px;
}
p {	padding: 0px;	margin: 0px;}
.mod_article .ce_text {
	padding: 10px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ff3300;
}

#einsaetze .ce_text {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	border: 0px;
}

.left {
	float: left;
	padding: 10px;
	border: 1px solid #ff3300;
}
.right {
	float: right;
	padding: 10px;
	border: 1px solid #ff3300;
}
#w_top {
	float: left;
}
#w_top .ce_text{
	width: 663px;
	padding: 0px 10px 10px 10px;
	border: 1px solid #ff3300;
}
#w_top h2 {
	padding: 2px 0px 2px 0px;
	background: #ff3300;
	color: #fff;
	margin: 0px -10px 10px -10px;
	text-align: center;
	font-size: 16px;
}
.w_right {
	float: right;
	width: 250px;
}
.w_left1teaser {
	float: left;
	width: 315px;
	height: 180px;
	padding: 10px;
	border: 1px solid #ff3300;
	margin: 0px 0px 10px 0px;
	position: relative;
	
}
.w_left2teaser {
	float: left;
	width: 315px;
	height: 180px;
	padding: 10px;
	border: 1px solid #ff3300;
	margin: 0px 0px 10px 10px;
	position: relative;
}
.w_left1teaser p.more a , .w_left2teaser p.more a {
  position: absolute;
  bottom: 5px;
  left: 5px;
  font-size: 12px;
} 
.w_left1teaser h1, .w_left2teaser h1, .mod_article h2{
	padding: 2px 0px 2px 0px;
	background: #ff3300;
	color: #fff;
	margin: -10px -10px 10px -10px;
	text-align: center;
	font-size: 16px;
}
#home .left {
  width: 640px;
}
#home .right {
	width: 250px;
}
#fahrzeug_menu { 
	border: 1px solid #ff3300;
	position: relative;
	padding: 10px;
	width: 200px;
	float: left;
	margin: 0px 5px 0px 20px;
}
#fahrzeug_menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#fahrzeug_menu ul li {
	padding: 3px 0px 3px 0px;
}
#dienstplan, #maschinisten {
	width: 208px;
	height: 250px;
	float: left;
	padding: 10px;
	border: 1px solid #ff3300;
	margin: 0px 10px 0px 0px;
}
#dienstplan .event, #maschinisten .event {
	float: left;
	width: 100px;
	margin: 2px 0px 2px 0px;
}
#dienstplan_last {
	width: 217px;
	height: 250px;
	float: left;
	padding: 10px;
	border: 1px solid #ff3300;
	margin: 0px 0px 0px 0px;
}
.mod_customnav {
  position: absolute;
  right: 20px;
  top: 0px;
}
.mod_customnav ul {
  margin: 0px;
  padding: 0px;
}
.mod_customnav a, .mod_customnav span {
  font-weight: bold;
  color: rgb(92,92,92);
  font-size: 11px;
  text-decoration: none;
}
.mod_newslist { 
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #ff3300;
	text-align: center;
}
.teaser a {
  display: block;
  margin: 5px 0px 5px 0px;
  font-size: 15px;
  font-weight: bold;
  color: #7F0010;
}
.enclosure {
  margin: 10px 0px 0px 0px;
}
.ce_form {
  padding: 0px 0px 30px 50px;
  text-align: left;
  border-left: 1px solid red; 
  border-right: 1px solid red;
}
.ce_form input {
  width: 300px;
}
.ce_form label {
  display: block;
  float: left;
  width: 90px;
}
div.form_line {
  clear: both;
  padding: 5px 0px 0px 0px;
}
.ce_form .radio_container {
  float: left;
}
.radio_container span {
  display: block;
}
.ce_form .radio_container span input {
  float: left;
  width: 20px;
}
.ce_form .radio_container span label{
  width: 90px;
  line-height: 18px;  
}
input.captcha {
  width: 40px;
}
.submit_container {
  margin: 10px 0px 0px 89px;
}
#gaestebuch h2 {
  margin: 0px -10px 20px -60px;
}
.mod_formdatalisting { 
  border-left: 1px solid red; 
  border-right: 1px solid red; 
  border-bottom: 1px solid red;
  padding: 10px;
}
.list_per_page {
  margin: 0px 0px 10px 0px;
}
.record {
  border: 1px solid red;
  margin: 0px 0px 10px 0px; 
  background: red;
}
.field_0 {
  float: left;
  width: 68%;
  line-height: 28px;
  font-size: 14px;
  padding: 2px 0px 3px 2%;
  color: #fff;
  font-weight: bold;
}
.field_0 a {
  color: #fff;
}
.field_2 {
  float: left;
  width: 29%;
  text-align: right; 
  padding: 2px 1% 0px 0px;
}
.field_3 {
  border-top: 1px solid #FF3300;
  clear: both;
  padding: 10px;
  background: #fff;
}