body {
	background-color:#181818;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#513e31;
	background-image: url(../picts/bg.jpg);
	background-repeat: repeat-x;
	padding:0px;
	margin:0px;
}
img, a, div {
	behavior: url("/scripts/iepngfix.htc")
}
html, body, form {
	height: 100%;
	min-height: 100%;		/* Min height for modern Browser */
	height: auto !important;	/* !important-Rule for modern Browser */
	height: 100%;			/* Min heigh for IE (<7) */
}
form {
	padding:0px;
	margin:0px;
}

p { margin-left:0px;}

label {
	cursor:pointer;
}
td.braun {
	background-image: url(/picts/table_bg.png);
	background-repeat: repeat;
}
.kl {
	font-size:11px;
}
a {
	color:#513e31;
}
a:hover {
	color:#513e31;
	text-decoration:none;
}

.fliesstext img {
	border:1px solid #5B381F;
}

h1 {
	font-size:25px;
	line-height:30px;
	margin-top:0px;
	padding-top:0px;
}
ul.aufzaehlung {
	margin:0px;
	padding:15px;
}
ul.aufzaehlung li {
	margin-bottom:10px;
}
.rahmen {
	position:absolute;
	width:975px;
	left:50%;
	margin-left:-510px;
	background-image: url(../picts/content_bg.jpg);
	background-repeat: repeat-y;
	display:block;
	min-height: 100%;		/* Min height for modern Browser */
	height: auto !important;	/* !important-Rule for modern Browser */
	height: 100%;			/* Min heigh for IE (<7) */
}
.content {
	background-image: url(../picts/content.jpg);
	background-repeat: no-repeat;
	margin-top:0px;
	padding-top:1px;
	padding-left:135px;
	height:975px;
}
html>body .content {
	height: auto;
	min-height: 975px;
}
.content_fahrzeuge {
	background-image: url(../picts/content_fahrzeuge.jpg);
	background-repeat: no-repeat;
	margin-top:0px;
	padding-top:1px;
	padding-left:125px;
}
.navi {
	margin-top:280px;
	margin-left:-40px;
}
.subnavi {
	position:absolute;
	margin-top:25px;
	margin-left:630px;
	height:12px;
	width:132px;
	color:#a7a6a6;
}
.subnavi a, .subnavi a:visited {
	color:#a7a6a6;
	text-decoration:none;
}
.subnavi a:hover {
	color:#ffffff;
	text-decoration:none;
}
.quad {
	margin-top:246px;
	margin-left:576px;
	width:175px;
	height:93px;
	position:absolute;
	background-image: url(/picts/quad.png);
	background-repeat: no-repeat;
	z-index:11;
}
.text {
	padding-top:30px;
	padding-left:0px;
	width:555px;
	line-height:17px;
	padding-bottom:50px;
	padding-right:35px;
	float:left;
}
.iframe {
	margin-top:40px;
	margin-left:10px;
	width:555px;
	line-height:20px;
	padding-bottom:50px;
}
.sidebar {
	margin-top:35px;
	float:left;
	width:150px;
	line-height:20px;
	font-size: 13px;
}
.formular1 {
	height:400px; width:160px;
margin-bottom:20px; line-height:17px;
}
.logos {
	margin-left:-10px;
	text-align:right;
}
.logos img {
	margin-bottom:5px;
	margin-top:10px;
	border:0;
}
.autoscheune {
	position:absolute;
	width:90px;
	height:80px;
	left:785px;
	top:60px;
}
.autoscheune a {
	width:90px;
	height:80px;
	display:block;
}

label {
	width:53px;
	margin-bottom:5px;
	height:18px;
	float:left;
		clear:both;
}
.nachricht {
	width:150px;
	float:none;
}
.feld {
	background-color:#f8f2ea;
	border:0px;
	background-image: url(../picts/input_bg.jpg);
	background-repeat: repeat-x;
}
input, textarea {
	margin-bottom:5px;
	padding:2px;
	border: 1px solid #c2b1a0;
	color:#513e31;
}
input {
	width:98px;
	height:18px;
	float:left;
}
textarea {
	width:150px;
	height:73px;
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
}
.button {
	background-color:#f8f2ea;
	border:1px solid #c2b1a0;
	color:#513e31;
	width:155px;
	margin-top:3px;
	height:25px;
}

/* Styles for the entire LavaLamp menu */

.inputHighlighted {  /* Highlighting style */
	color: #fff;
	background-color:#a35f26;
	border:0px;
	background-image: url(../picts/input_bg_hover.jpg);
	background-repeat: repeat-x;
}
/* Styles for the entire LavaLamp menu */
.lavaLamp {
	position: relative;
	height: 29px;
}
/* Force the list to flow horizontally */
    .lavaLamp li {
	float: left;
	list-style: none;
}
/* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
	background: url("../picts/lava.gif") no-repeat right -30px;
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
}
.lavaLamp li.back .left {
	background: url("../picts/lava.gif") no-repeat top left;
	height: 30px;
	margin-right: 9px;
}

/* Styles for each menu-item. */

.lavaLamp li a {
	position: relative;
	overflow: hidden;
	text-decoration: none;
	font-size:18px;
	font-weight:bold;
	color: #e3d6ca;
	outline: none;
	text-align: center;
	height: 30px;
	z-index: 10;
	letter-spacing: 0;
	float: left;
	display: block;
	margin:0px;
	padding-left:12px;
	padding-right:12px;
	padding-top:2px;
}


/*** jQuery lightBox plugin */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img {
	border: none;
}
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image {
	padding: 10px;
}
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav {
	left: 0;
}
#lightbox-nav a {
	outline: none;
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption {
	font-weight: bold;
}
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}
#ImageBoxOverlay {
	background-color: #000;
}
#ImageBoxCaption {
	background-color: #F4F4EC;
}
#ImageBoxContainer {
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
}
#ImageBoxCaptionText {
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
}
#ImageBoxCaptionImages {
	margin: 0;
}
#ImageBoxNextImage {
	background-image: url(images/imagebox/spacer.gif);
	background-color: transparent;
}
#ImageBoxPrevImage {
	background-image: url(images/imagebox/spacer.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover {
	background-image: url(/picts/lightbox-btn-next.gif);
	background-repeat:	no-repeat;
	background-position: right top;
}
#ImageBoxPrevImage:hover {
	background-image: url(/picts/lightbox-btn-prev.gif);
	background-repeat:	no-repeat;
	background-position: left bottom;
}


/*** webEdition Editor */

.webeditor {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#513e31;
}

.webeditor img { 
border:1px solid #5B381F;}

.webeditior a {
	color:#513e31;
}
.webeditior a:hover {
	color:#513e31;
	text-decoration:none;
}

.tbButtonWysiwygDefaultStyle img { border:0;}

