body {
	font-family: arial;
	line-height: 1.5em;
}

body, img {
	padding: 0;
	margin: 0;
	border: 0;
}

img {
	behavior: url("css/iepngfix.htc");
}

body {
	background: #f4f5f6;
	/*background-image: url(/img/bgs/main.png);
	background-repeat: repeat-x;
	background-position: center top;*/
	font-size: 11px;
	color: white;
}

.hv {
	font-family: HelvNeueCondBold, arial;
	font-weight: normal;
}

.headline {
	font-family: HelvNeueCondBold, arial;
	font-weight: normal;
}

div.navbar li span, div.navbar li a{
	display: block;
	text-indent: -2000em;
}

span.products, a.products, a.products:hover {
	background-image: url(../img/nav/mietangebote_on.png);
	width: 201px;
}

span.packages, a.packages, a.packages:hover {
	background-image: url(../img/nav/pakete_on.png);
	width: 172px;
}

span.service, a.service, a.service:hover  {
	background-image: url(../img/nav/service_on.png);
	width: 182px;
}

span.useds, a.useds, a.useds:hover  {
	background-image: url(../img/nav/gebrauchtboerse_on.png);
	width: 222px;
}

span.dekom_mietcenter, a.dekom_mietcenter, a.dekom_mietcenter:hover {
	background-image: url(../img/nav/dekom_mietcenter_on.png);
	width: 183px;
}

a.products {
	background-image: url(../img/nav/mietangebote.png);
}

a.packages {
	background-image: url(../img/nav/pakete.png);
}

a.service {
	background-image: url(../img/nav/service.png);
}

a.useds {
	background-image: url(../img/nav/gebrauchtboerse.png);
}

a.dekom_mietcenter {
	background-image: url(../img/nav/dekom_mietcenter.png);
}


div#shadow {
	margin: auto;
	width: 1000px;
}

div#container {
	position: relative;
	width: 1200px;
	margin-left: 12px;
}

div#header {
	background: white;
	height: 88px;
	width: 960px;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	-webkit-box-shadow: 3px 0px 50px #999;
	   -moz-box-shadow: 3px 0px 50px #999;
	     -o-box-shadow: 3px 0px 50px #999;
	        box-shadow: 3px 0px 50px #999;
}

div.navbar {
	width: 960px;
	height: 36px;
	background: #999;
	background-image: url(../img/bgs/navbar.png);
	background-repeat: repeat-x;
	background-position: top left;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	-webkit-box-shadow: 3px 0px 50px #999;
	   -moz-box-shadow: 3px 0px 50px #999;
	     -o-box-shadow: 3px 0px 50px #999;
	        box-shadow: 3px 0px 50px #999;

}

div.navbar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #7d7d7d;
	border-bottom: 1px solid #7d7d7d;
	overflow: hidden;
	height: 34px;
}

div.navbar ul li {
	float: left;
}

div.navbar ul li a, div.navbar ul li span {
	color: white;
	height: 34px;
	line-height: 36px;
	font-size: 16px;
}

div#service {
	background: #eee;
	background-image: url(../img/bgs/about.png);
	background-repeat: repeat-x;
	background-position: top left;
	color: black;
	height: 204px;
}

div#service div#a, div#service div#b {
	margin-top: 10px;
	float: left;
	width: 453px;
}

div#service div#b {
	width: 433px;
	margin-left: 0;

}

div#service img {
	float: left;
	margin: 0 10px 10px 20px;
}

div#service p{
   padding: 0 20px 0 95px;
   line-height: 1.5em;
}

div#service h2 {
	font-size: 12px;
}

div#about, div#used_about {
	background: #eee;
	background-image: url(../img/bgs/about.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	color: black;
	height: 204px;
}

div#about {
	background: transparent;

	background-repeat: no-repeat;
	background-position: center left;
	color: black;
	height: 248px;
}

div#used_about {
	height: 145px;
}

div#about h1, div#used_about h1 {
	margin: 10px;
}

div#about div#a, div#about div#b, div#used_about div#a, div#used_about div#b, div#about div#c, div#used_about div#c {
	padding: 0;
	margin-left: 50px;
	margin-top: 10px;
	float: left;
	width: 453px;
}

div#about div#b, div#used_about div#b, div#about div#c, div#used_about div#c {
	width: 433px;
	margin-left: 0;
	margin-top: 13px;
	line-height: 1.5em;
}

div#about ul, div#used_about ul {
	list-style-type: none;
	margin: 0 0 0 0px;
	padding: 0;
}

div.all {

}

div#about li, div#used_about li {
	font-size: 12px;
	font-family: arial;
	padding-left: 30px;
	font-weight: bold;
	background-image: url(/img/elements/arrow.png);
	background-position: left center;
	background-repeat: no-repeat;
	height: 36px;
	line-height: 36px;
	margin-left: 6px;
	behavior: url("css/iepngfix.htc");
	cursor: pointer;
}

div#about div#a ul {
	margin-top: 30px;
}

div#about div#a li {
	font-size: 14px;
}

div#about p {
	font-size: 10px;
	font-family: Arial;
}

div#content {
	position: relative;
	width: 960px;
	background: white;
	color: black;
	float: left;
	border: 1px solid #aaa;
	border-top: 0;
	-webkit-box-shadow: 3px 0px 50px #999;
	   -moz-box-shadow: 3px 0px 50px #999;
	     -o-box-shadow: 3px 0px 50px #999;
	        box-shadow: 3px 0px 50px #999;

}

div#sidebar {
	width: 200px;
	float: left;
	margin-left: 20px;
}
div.mwst {
	font-family: "Lucida Grande", arial, sans-serif;
	font-style: italic;
	font-size: 10px;
	color: #bbb;
	text-align: center;
}

div.marginbottom {
	margin-bottom: 20px;
}

a {
	color: black;
	text-decoration: none;
}

div#about {
	padding: 0;
	margin: 0;
}

div#about h2 {
	font-size: 18px !important;
	margin-left: -10px;
	font-size: 15px !important;
}

div#about h3 {
	font-size: 14px;
}

div#about {
	width: 220px;
}

div#about p {
	font-size: 12px;
}

.no1 img, .no2 img, .no3 img {
	position: absolute;
	left: -17px;
}

.no1 img {
	top: 24px;
}

.no2 img {
	top: 60px;
}

.no3 img {
	top: 96px;
}

/* FORMS */

label {
	width: 120px;
	float: left;
}

input.zipcode, input.form, input.amount {
	border: 1px solid #aaa;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: url(/img/bgs/input.png);
	margin: 2px 0;
	padding: 0 0 2px 0;
}

textarea {
	border: 1px solid #aaa;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #f8f8f8;
}

input.zipcode {
	width: 60px;
}

input.form, textarea, select {
	width: 200px;
}

input.button, input.hl_button {
	text-shadow: #e4e4e4 0 1px;
	border: 1px solid #999;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 3px 10px 3px 35px;
	height: 22px;
	font-weight: bold;
	font-size: 11px;
	/*background-image: url(/img/bgs/bg_button_off.png);
	background-repeat: no-repeat;
	background-position: left center;*/
	background-image: -moz-linear-gradient(-90deg, #eee , #ccc );
	background-image: -webkit-gradient(linear, 0 top, 0 bottom, from( #eee ), to( #ccc ));
}

input.button:hover, input.hl_button {
	color: white;
	text-shadow: #000 0 1px;
	border: 1px solid #9b9;
	background-image: url(/img/bgs/bg_button_on.png);
	background-image: -moz-linear-gradient(-90deg, #fff , #eee );
	background-image: -webkit-gradient(linear, 0 top, 0 bottom, from( #fff ), to( #eee ));
}

input.hl_button:hover {
	color: #114400;
	text-shadow: #aaee00 0 1px;
	border: 1px solid #226600;
}



table.cake-sql-log {
	width: 960px;
	margin: auto;
	margin-top: 50px;
/*	display: none;*/
}

table.cake-sql-log td {
	padding: 10px;
	color: #666;
}

fieldset {
	border: 0;
	margin-top: 10px;
}

legend {
	font-weight: bold;
	font-size: 17px;
	padding: 0;
}

div.error-message {
	border: 1px #660000 solid;
	padding: 3px;
	background: #ffcccc;
	color: #b80000;
	font-weight: bold;
	margin: 0 0 10px 120px;
	width: 198px;
}

.cl {
	clear: both;
}

/* INDEX */

div.box {
	line-height: 1.5em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: relative;
	background: #f6f6f6;
	background-image: url(/img/bgs/box_big.png);
	background-repeat: repeat-x;
	background-position: top left;
	overflow: hidden;
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #adadad;
	color: black;
}

div.half {
	width: 463px;
}

div.small, div.mini {
	background-image: url(/img/bgs/box.png);
}

div.small {
	height: 120px;
}

div.mini {
	height: 80px;
	position: relative;
}

div.login_customer {
	height: 160px;
}

div#content h1 {
	margin: 10px;
	font-size: 14px;
}

div.big h1 {
	font-size: 18px;
}

div.box img {
	float: left;
	margin: 0 10px 10px 10px;
}

div.box img#product_image {
	margin: 10px;
	border: 1px solid #ccc;
	-webkit-box-shadow: 1px 2px 2px #ccc;
	   -moz-box-shadow: 1px 2px 2px #ccc;
	     -o-box-shadow: 1px 2px 2px #ccc;
	        box-shadow: 1px 2px 2px #ccc;
	-webkit-border-radius: 0px 3px 3px 0px;
	   -moz-border-radius: 0px 3px 3px 0px;
	     -o-border-radius: 0px 3px 3px 0px;
	        border-radius: 0px 3px 3px 0px;
}


div.big img {
	float: left;
	padding: 5px;
	border: 1px solid #7d7d7d;
	background: #eee;
	margin: 10px;
}

div.big p {
	margin-left: 152px;
	width: 290px;
}

div.full {
	width: 940px;
}

div.small p {
	padding: 0 20px 0 0;
}

div.box ul {
	list-style-type: none;
	margin-top: 10px;
	padding: 0;
}

div.box li {

	padding: 0 20px 0 110px;
	background-image: url(/img/icons/smallarrow.png);
	background-position: 85px;
	background-repeat: no-repeat;
	line-height: 18px;
}

div.box h1, div.box p, div.box h2, div.box span {
	margin-left: 10px;
}

div.service p {
	margin: 10px 20px 0 85px;
}

div.box h2 {
	font-size: 12px;

}

div.big {
	float: left;
	margin: 0 10px 10px 0;
	height: 250px;
}

a.button, a.button_on {
	font-size: 11px;
	display: block;
	padding: 4px 30px 4px 30px;
	text-shadow: #000 0 1px;
 	font-weight: bold;
	color: white;
	border: 1px solid #999;
	background-image: -moz-linear-gradient(-90deg, #eee , #ccc );
	background-image: -webkit-gradient(linear, 0 top, 0 bottom, from( #eee ), to( #ccc ));
	/*background-image: url(/img/bgs/bg_button_off.png);
	background-position: left center;*/
	background: transparent url('/img/icons/button_background_IE.png') repeat-x 0% 0%;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

a.button {
	color: #000;
	text-shadow: 0 1px 1px #fff;
}

a.button:hover, a.button_on {
	text-shadow: #07a 0 1px;
	color: #fff;
	background-image: url(/img/bgs/bg_button_on.png);
}

a.add_to_basket {
	position: absolute;
	float: right;
	bottom: 12px;
	right: 12px;
}

a.add_to_basket:hover {
	background-image: url(/img/bgs/bg_button_on.png);
}

span.price {
	color: #07a;
	font-weight: bold;
}

div.priceline {
	position: absolute;
	left: 76px;
	bottom: 10px;
    font-size: 11px;
	color: #666;
	font-weight: bold;
}

div.product_details div.priceline {
	left: 0px !important;
	vertical-align: baseline;
	display: block;
	height: 30px;
	margin-left: 282px;
}

div.priceline span.price {
	color: #98c400;
	color: #000;
	font-size: 18px;
}

div.product_details div.priceline span.price {
	font-size: 26px;
}

div.priceline em {
	font-size: 8px;
	color: #999;
	font-weight: normal;
}

div.highlight {
	height: 180px;
}

div.highlight p {
	width: 280px;
	margin-left: 86px;
}

div.highlight div.priceline {
	left: 10px;
}

div.highlight div.priceline span.price {
	font-size: 26px;
	letter-spacing: 1px;
	padding-top: 2px;
}

div.mini span.price {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

div.mini h1 span {
	float: right;
	color: #999;
	font-size: 11px;
}

/* FOOTER */

div#footer {
	margin: auto;
	padding-top: 20px;
	width: 960px;
	color: #888;
}

div#footer a {
	text-decoration: underline;
	color: #888;
}

/* ADMIN INDEX */

div.index {
	padding: 10px 0 0 10px;
	position: relative;
}

div.paging {
	padding: 10px;
}

div.paging div {
	float: left;
}

table {
	border: 0;
	border-collapse: collapse;
	width: 940px;
}

td {
	padding: 8px 10px;
}

th {
	background: #ddd;
	background-image: -moz-linear-gradient(-90deg, #f4f4f4 , #ddd );
	background-image: -webkit-gradient(linear, 0 top, 0 bottom, from( #f4f4f4 ), to( #ddd ));
	/*background-image: url(/img/bgs/navbar_on.png);
	background-repeat: repeat-x;
	background-position: left center;*/
	border-top: 1px solid #7d7d7d;
	border-bottom: 1px solid #7d7d7d;
	text-align: left;
	color: #444;
	padding: 5px;
	padding-left: 10px;
}

th a {
	color: #444;
}


tr {
	border-bottom: 1px dotted #ccc;
	background: #fff;
	color: black;
}

tr td.actions {
	background: #f4f4f4;
}

tr.altrow {
	background: #f4f4f4;
}

tr.altrow td.actions {
	background: #eee;
}

td.actions a {
	text-decoration: underline;
}

div.actions ul li {
	float: left;
	text-align: center;
	margin-right: 10px;
   	background: #ccff00;
	background-image: url(/img/bgs/navbar_on.png);
	background-repeat: repeat-x;
	background-position: left center;
}

div.actions ul li a {
    color: #444;
}

div.submit {
	/* margin-left: 130px; */
}

div.input label{
	margin-top: 4px;
}

/* CONFIGURE */

td.price {
	width: 90px;
	text-align: right;
}

dd.price {
	width: 130px;
	text-align: right;
}

tr.title {
	font-weight: bold;
	background: #eee;
	font-size: 12px;
}

div.rightbar {
	float: right;
	background-image: url(/img/bgs/box_big.png);
	background-repeat: repeat-x;
	background-position: left top;
	color: black;
	font-weight: bold;
	font-size: 14px;
	margin: 0 10px 0 0;
	width: 280px;
}

div.rightbar div {
	padding: 10px;
}

.cake-sql-log {
/*	display: none;*/
}

input.amount {
	width: 20px;
}

div.login {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: relative;
	background: #f6f6f6;
	background-image: url(/img/bgs/box.png);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 0 10px;
	height: 160px;
	overflow: hidden;
	width: 286px;
	margin: 200px auto;
	border: 1px solid #adadad;
	color: black;
}

div.login label {
	width: 80px;
}

div.login .submit {
	margin-left: 80px;
}

div#flashMessage {
	padding: 5px;
	background: #ffcccc;
	color: #b80000;
	border: 1px solid #b80000;
	margin-bottom: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

td.price, th.price {
	text-align: right;
}

th.price {
	padding-right: 10px;
}

.basketitems table td.actions, .basketitems table td.amount {
	width: 40px;
}

tr.total td {
	font-weight: bold;
	border-bottom: 3px double black;
}

#BasketStartDay, #BasketEndDay {
	width: 46px;
	margin-right: 5px;
}

#BasketStartMonth, #BasketEndMonth {
	width: 95px;
	margin-right: 5px;
}

#BasketStartYear, #BasketEndYear {
	width: 60px;
}

.update {
	float: left;
}

.buttonright {
	float: right;
	margin-right: 10px;
}

.checkout {
	position: absolute;
	bottom: 10px;
	right: 10px;
	float: right;
}

.usage_days {
	width: 146px;
}

.ml {
	margin: 10px 0 10px 120px;
}

.small {
	font-family: arial;
	font-size: 11px;
	color: #999
}

dt {
  	float: left;
  	width: 100px;
	display: block;
	clear: left;
}

a.continue {
	float: right;
	margin: 16px 10px 0 0;
	color: white;
}

a.continue:hover {
	background: white;
	color: #b80000;
}

div#total {
	height: 60px;
	position: relative;
}

div#total span {
	float: right;
}

span.large {
	color: black;
	font-size: 14px;
	font-weight: bold;
}

td.spacer {
	background: #fff;
	background-repeat: repeat-x;
	background-position: left top;
	height: 10px;
	behavior: url("css/iepngfix.htc");
}

div#content h1.headline, div#content h2.headline {
	padding: 0;
	margin: 0;
	text-align: left;
	padding-left: 20px;
	height: 58px;
	line-height: 58px;
	font-size: 27px;
	color: #33384f;
	background-image: url(../img/bgs/headline.png);
	background-repeat: repeat-x;
	background-position: left center;
}

.h400 {
	height: 300px;
}

#info {
	border-bottom: 0;
}

div#phone {
	position: absolute;
	top: 2px;
	right: 10px;
	color: white;
	font-weight: bold;
}

.h530 {
	height: 530px;
}

textarea.package_desc {
	height: 500px;
}

div.package {
	height: 240px;
}

div.package p {
	margin-left: 150px;
	margin-right: 20px;
	line-height: 1.5em;
}

div.package div.priceline, div.product_details div.priceline {
	left: 10px;
}

div.package div.priceline span.price, div.product_details div.priceline span.price{
	margin-left: 0;
}

div.package div.priceline b, div.product_details div.priceline b{
 	font-size: 14px;
	color: #666;
}

img.framed {
	padding: 5px;
	background: #eee;
	border: 1px solid #ccc;
	margin-right: 10px;
	float: left;
}


div#topline {
	width: 960px;
	height: 33px;
	border: 1px solid #aaa;
	border-bottom: 0;
	border-top: 0;
	background: url(../img/bgs/bg_topline.png);
	background-repeat: repeat-x;
}

div#topline a {
	position: relative;
	line-height: 16px;
	padding: 2px 30px 2px 40px;
	height: 16px;
	width: 90px;
	top: 5px;
	left: 794px;
}

div#topline .slide {
	position: relative;
	line-height: 33px;
	color: #777;
	padding: 8px 10px 8px 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	font-size: 16px;
	background: white;
 	font-family: HelvNeueCondBold, arial;
}

div#topline a.slide {
	cursor: hand;
}

div#topline a.slide:hover {
	color: #ccc;
}

span.preisknaller1, span.preisknaller2 {
	z-index: 1000;
	width: 130px;
	height: 130px;
	position: absolute;
	left: 372px;
	top: -24px;
	float: left;
	background-image: url(/img/elements/preisknaller.png);
	background-position: center center;
	background-repeat: no-repeat;
}

span.preisknaller2 {
	background-image: url(/img/elements/preisknaller.png);
	left: 847px;
}

div.info {
	line-height: 1.5em;
}

div.info h2 {
	display: block;
	font-size: 12px;
	padding: 0;
	margin-bottom: 5px;
}

span.strikethrough {
	color: #cc0000;
	text-decoration: line-through;
}

h2.rabatt {
	text-align: center;
	color: #fff;
	background: #cc0000;
	padding: 20px 10px;
	font-size: 40px !important;
	margin-bottom: 30px !important;
 	font-family: HelvNeueCondBold, arial;
}

div#about div div {
	background: white;
	padding: 0 9px 5px 9px;
	border: 1px solid #07a;
	background: white;
	background-image: -moz-linear-gradient(-90deg, #fff , #fcfcfc );
	background-image: -webkit-gradient(linear, 0 top, 0 bottom, from( #fff ), to( #fcfcfc ));
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	margin-bottom: 20px;
}

div#about div div h2 {
	margin: 0 -10px 0 -10px;
	background: #07a;
	color: white;
	padding: 6px 10px 5px 20px;
	-webkit-border-radius: 10px 10px 0 0;
	   -moz-border-radius: 10px 10px 0 0;
	        border-radius: 10px 10px 0 0;
}

div#about div div p {
	margin-left: 25px;
	padding: 0 20px 0 0;
}

@-webkit-keyframes stripes {
	0% {
		background-position: 0px 0px;
	}
	100% {
		background-position: 36px 0px;
	}
}

.button:hover {
	background-image: -moz-linear-gradient(-90deg, #fff , #eee ) !important;
 	background-image: -webkit-gradient(linear, 0 top, 0 bottom, from( #fff ), to( #eee )) !important;
	background-repeat: repeat;
	-webkit-animation-name: stripes;
	-webkit-animation-duration: 0.8s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	color: black !important;
	text-shadow: 0 1px 0 #fff !important;
	box-shadow: 1px 2px 3px #ccc;
}

.button:active {
	box-shadow: 0;
}

div.product {
	padding: 10px;
}

.info {
	position: absolute;
	bottom: 12px;
	right: 10px;
	padding: 4px 20px;
	border: 1px solid #999 !important;
	color: #666 !important;
	width: 420px;
	background-image: -moz-linear-gradient(-90deg, #ddd , #bbb ) !important;
	background-image: -webkit-gradient(linear, 0 top, 0 bottom, from( #ddd ), to( #bbb )) !important;
}

div#sidebar h2, div#sidebar p {
	margin-left: 10px;
}

div#sidebar div.about_us {
	padding: 5px 12px 5px 12px;
	background: #fafcff;
	border: 1px solid #aaa;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
}

div.box fieldset {
	padding-top: 20px;
}

div.box input {
	margin-bottom: 10px !important;
}

input.checkout {
	height: 26px;
	background: #183;
	background-image: -moz-linear-gradient(-90deg, #1d3 , #262 );
	background-image: -webkit-gradient(linear, 0 top, 0 bottom, from( #1d3 ), to( #261 ));
	color: white;
	text-shadow: 0 0 0 #000;
}

div.product_details {
	width: 938px;
	line-height: 1.5em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: relative;
	background: #f6f6f6;
	background-image: url(/img/bgs/box_big.png);
	background-repeat: repeat-x;
	background-position: top left;
	overflow: hidden;
	margin: 10px;
	border: 1px solid #adadad;
	color: black;
	/* float: left; */
}

div.product_details h3 {
	font-size: 14px;
	margin: 10px;
}

div.product_image_large img {
	float: left;
	padding: 5px;
	border: 1px solid #ccc;
	background: #eee;
	margin: 0 10px 10px 10px;
	-webkit-box-shadow: 1px 1px 1px #ccc;
	   -moz-box-shadow: 1px 1px 1px #ccc;
	     -o-box-shadow: 1px 1px 1px #ccc;
	        box-shadow: 1px 1px 1px #ccc;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	     -o-border-radius: 3px;
	        border-radius: 3px;
}

div.product_image_large p {
	padding: 5px 12px 12px 12px;
	font-size: 12px;
}


div.product_details_dscr {
	float: left;
	margin: 10px;
	padding: 5px;
	display: inline-block;
}

---dfasd
 style="font-size: 26px;"
