@import url(reset.css);
@import url(print.css);


@media screen, handheld, projection {

/*******************
*
* globale Selektoren
*
********************/

html {
  height: 100.1%;
  font-size: 16px;
}

body {
  font-size: 0.75em;
  font-family: arial, sans-serif;
  color: #000000;
  background: #FFFFFF;
  line-height: 160%
}

h2, h3, h4, h5, h6 {
  color: #999999;
  line-height: 130%;
  font-weight: normal
}

h2 {
  font-size: 1.333em;
  margin: 0 0 1em 0;
	font-weight: bold;
	text-transform: uppercase;
}

h3 {
  font-size: 1.167em;
  margin: 0 0 0.5em 0;
	font-weight: bold;
	text-transform: uppercase;
}

h4 {
  margin: 0 0 0.5em 0;
	font-weight: bold
}

p {
  margin: 0 0 1em 0
}

a, a:hover {
  text-decoration: none
}

strong {
  font-weight: bold
}

blockquote {
  font-style: italic
}

sup {
  font-size: 0.87em;
  line-height: 100%;
  vertical-align: top
}

small {
  font-size: 0.87em;
  line-height: 130%
}

.clear {
	display: block;
	clear: both;
	height: 0;
	width: 0;
	visibility: hidden
}

label,
input[type=button], input[type=submit], input[type=reset], input[type=image],
button {
  cursor: pointer;
}

input[type=hidden] {
  display: none;
}

.hidden {
	display: none;
	height: 0
}

/*******
*
* Bloecke
*
********/

#wBlockMain {
	position: relative;
	margin: 0 auto;
	width: 1060px;
	background: #FFFFFF url(/de/wLayout/design/img/backgrounds/bg_main.gif) repeat-y 0 0;
}

#wBlockLeft {
	float: left;
	width: 220px
}

#wBlockBottom {
	clear: both;
	margin: 1em 0;
	padding: 0.2em 0;
	background: #000000
}

#wBlockContent {
	position: relative;
	display: inline;
	float: left;
	margin-left: 20px;
	width: 580px
}

#blackLayer {
	position: absolute;
	top: 0;
	left: 220px;
	width: 620px;
	height: 415px;
	background: #000000
}

/******
*
* Links
*
*******/

#wBlockLeft h1 {
	margin: 15px 0 0 30px

}

#wBlockLeft h1 a {
	display: block;
	width: 152px;
	height: 166px;
	background: #000000 url(/de/wLayout/design/img/logos/logo.gif) no-repeat 0 0;
	text-indent: -3000em
}

#wBlockLeft #address {
	margin: 5em 0 1em 46px;
	color: #FFFFFF;
	font-size: 1.083em;
}

#wBlockLeft #sm-button {
	margin: 5em 0 1em 46px
}

#wBlockLeft  #sm-buttons iframe {
	height: 60px;
	float: left;
	margin-right: 0.2em
}

#wBlockLeft #___plusone_0 iframe {
	padding-top: 2px
}

#nav {
	margin: 30px 30px 0 30px;
	border-top: 1px solid #999999
}

#nav li {
	border-bottom: 1px solid #999999;
	padding: 0.2em 0
}

#nav ul {
	display: none;
	border: none;
	padding: 0 0 0 16px
}

#nav li.active ul {
	display: block
}

#nav li li {
	padding: 0;
	border: none
}

#nav a {
	padding-left: 16px;
	color: #999999;
	font-weight: bold
}

#nav a:hover,
#nav .navlevel2 li a:hover,
#nav .navlevel2 li.active a {
	color: #FFFFFF
}

#nav li.active a {
	color: #FFFFFF;
	background: transparent url(/de/wLayout/design/img/icons/bullets.gif) no-repeat 0 2px
}

#nav .navlevel2 li a {
	color: #999999;
	background-image: none;
	font-weight: normal
}

#nav .navlevel2 li.active a {
	background: transparent url(/de/wLayout/design/img/icons/bullets.gif) no-repeat 0 2px
}

/******
*
* Unten
*
*******/

#wBlockBottom {
	text-align: center;
	font-size: 0.917em;
	color: #999999
}

#wBlockBottom a {
	color: #999999;
	text-decoration: none
}

#wBlockBottom a:hover {
	color: #FFFFFF;
	text-decoration: underline
}

/*******
*
* Inhalt
*
********/

#breadcrumb {
	position: relative;
	top: -5px;
	margin: 0 -20px 18px -20px;
	padding: 3px 20px;
	background: #000000;
	color: #999999;
	text-transform: uppercase
}

.ie6 #breadcrumb,
.ie7 #breadcrumb {
	width: 620px;
	top: 0;
	height: 1%
}

.ie8 #breadcrumb {
	top: -16px
}

#wBlockContent #breadcrumb a {
	padding-right: 1em;
	color: #FFFFFF;
	line-height: 0;
	text-decoration: none
}

#wBlockContent a {
	font-weight: bold
}

#wBlockContent h3 a {
	color: #999999;
	text-decoration: none
}

#wBlockContent h3 a:hover {
	color: #999999;
	text-decoration: underline
}

.left {
	float: left
}

.trenner {
	clear: both;
	height: 1px;
	line-height: 1px;
	background: transparent url(/de/wLayout/design/img/backgrounds/teaser.gif) repeat-x 0 0;
	margin-bottom: 1em
}

.drucken {
	position: absolute;
	right: 0;
	margin-top: -2em;
	cursor: pointer;
	font-weight: bold;
	font-size: 0.917em;
	color: #999999;
	text-decoration: underline
}

#breadcrumb .drucken {
	margin-top: 0;
	right: 20px;
	font-weight: normal;
	text-decoration: none;
	text-transform: none
}

.ie6 #breadcrumb .drucken,
.ie7 #breadcrumb .drucken {
	right: 60px
}

.drucken:hover {
	text-decoration: none
}

/* Tabellen Verleih */

table {
	margin: 0 0 1em 0;
	width: 100%
}

table th {
	font-weight: bold
}

table th, table td {
	padding: 2px 5px;
	line-height: 130%;
	vertical-align: middle;
	border: 1px solid #000000
}

table tr:hover td {
	background: #CCCCCC
}

table td:first-child + td,
table td:first-child + td + td {
	width: 30px;
	text-align: center
}

table td:first-child + td + td + td {
	width: 40px;
	text-align: right
}

.teaser, .product {
	clear: both;
	position: relative
}

.product-end {
	clear: both;
	height: 19px;
	width:  100%
}

.teaser img, .product img {
	margin: 0 1.5em 1.5em 0
}

.teaser .bottom-list {
	position: absolute;
	bottom: 18px;
	right: 0;
	width: 310px;
	padding: 0.5em 0;
	background: #E7E7E7
}

.teaser .bottom-list li {
	display: block;
	float: left;
	width: 117px;
	padding-left: 28px;
	background: transparent url(/de/wLayout/design/img/icons/listpoint.gif) no-repeat 12px 5px;
	list-style: none;
}

p.slogan {
	color: #999999;
	font-size: 1.167em;
	font-weight: bold
}

#wBlockContent a {
	color: #000000;
	text-decoration: underline
}

#wBlockContent a:hover {
	text-decoration: none
}

#wBlockContent .more {
	padding-left: 17px;
	color: #999999;
	background: #FFFFFF url(/de/wLayout/design/img/icons/more.gif) no-repeat 0 1px;
	font-weight: bold;
	line-height: 15px;
	text-decoration: none
}

#wBlockContent .more:hover {
	text-decoration: underline
}

/* Element - Bilder */

.blockContent .variabel,
.blockContent .textRechts,
.blockContent .textLinks,
.blockContent .bildNebenBild {
  padding: 0;
  margin: 0 0 1em 0
}

.ie-6 .textRechts, .ie-7 .textRechts, .ie-8 .textRechts,
.ie-6 .textLinks, .ie-7 .textLinks, .ie-8 .textLinks,
.ie-6 .bildNebenBild, .ie-7 .bildNebenBild, .ie-8 .bildNebenBild {
  height: 100%
}

.blockContent .bildNebenBild {
  clear: both;
	margin-bottom: 1.5em
}

.textRechts:after,
.textLinks:after,
.bildNebenBild:after {
  content: "";
  display: block;
  height: 0;
  clear: both
}

.textLinksRechts .textRechts {
  float: right;
  width: 49%
}

.textRechts, .textLinks {
	clear: both
}

.blockContent .zweifachlinks {
	float: left;
	width: 270px
}

.blockContent .zweifachrechts {
	clear: none;
	float: right;
	width: 270px
}

.textLinksRechts .textLinks {
  float: left;
  width: 49%
}

span.bildLinks {
  float: left;
  padding: 0 1.5em 0 0
}

span.bildRechts {
  float: left
}

.textLinks span.bildRechts {
  float: right;
  padding: 0 0 0 1em
}

span.bildLinks span,
span.bildRechts span {
  line-height: 130%;
  font-size: 0.85em
}

span.bildLinks a img,
span.bildRechts a img {
  border: 1px solid #999999
}

span.bildLinks a:hover img,
span.bildRechts a:hover img {
  border: 1px solid #000000
}

/* Element - Listen */

.blockContent ul {
  margin-left: 2em;
  list-style-type: disc;
  padding: 0 0 1em 0
}

.blockContent ol {
  list-style-type: decimal;
  margin-left: 2em;
  padding: 0 0 1em 0
}

#verleih-news div.textRechts ul {
	float: left;
	width: 320px
}

.womargin {
	height: 413px;
	margin-left: -20px;
	line-height: 0
}

.ie6 .womargin {
	position: relative;
	left: 0;
	margin-left: -20px
}

#p_home {
	display: none;
}

#p_home_show {
	width: 620px;
	height: 413px
}

/* Login-Bereich */

#loginBereich {
	width: 25em;
	margin: 0 auto
}

#loginBereich p input {
  display: block;
  float: left;
	width: 15em;
  border: 1px solid #000000;
  margin: 2px 5px 2px 5px;
  padding: 5px;
}

#loginBereich label {
  width: 5em;
  float: left;
  padding: 5px;
  margin: 2px 5px 2px 5px;
  text-align: right
}

#loginBereich p {
  clear: left;
  float: left;
  width: 100%
}

#loginBereich a {
  float: right;
  margin-right: 2em;
  border: none
}

/* Listenfooter */

p.linkFooterLeft,
p.linkFooterRight {
  line-height: 100%;
  padding: 0 0 0.5em 0
}

p.linkFooterLeft {
  float: left
}

p.linkFooterRight {
  float: right
}

p.linkFooterCenter {
/*   clear: both; */
  text-align: center
}

p.linkFooterLeft a,
p.linkFooterRight a,
p.linkFooterCenter a {
  font-weight: bold
}

p.linkFooterCenter a.textDecorationNone {
  color: #000000;
  border: none;
  font-weight: normal;
  cursor: text;
  text-decoration: none
}

/* Kotaktformular */

#kontakt .blockContent input {
  display: block;
  float: left;
  width: 35em;
  margin: 2px 5px 2px 5px;
  padding: 5px;
}

#kontakt .blockContent input,
#kontakt .blockContent select,
#kontakt .blockContent textarea {
  border: 1px solid #000000
}

#kontakt .blockContent input:focus,
#kontakt .blockContent select:focus,
#kontakt .blockContent textarea:focus {
  background: #C1C6CA;
  color: #000000
}

.blockContent select#Anrede {
  padding: 5px;
  margin-top: 7px;
  width: 5em
}

.blockContent input#PLZ {
  width: 5em
}

.blockContent input#Ort {
  width: 21.7em
}

.blockContent input#checkbox {
  width: auto;
  padding: 0;
  margin: 10px 5px 2px 5px
}

#kontakt .blockContent input.submit,
#kontakt .blockContent input.reset {
  width: 10em;
  border: 3px double #000000;
  outline: none;
  background: #C1C6CA;
  color: #000000
}

#kontakt .blockContent input.submit:focus,
#kontakt .blockContent input.reset:focus,
#kontakt .blockContent input.submit:hover,
#kontakt .blockContent input.reset:hover {
  background: #000000;
  color: #FFFFFF;
  border-color: #FFFFFF
}

.blockContent select {
  margin: 2px 5px 2px 5px;
  padding: 5px
}

.blockContent textarea {
  width: 35em;
  margin: 2px 5px 2px 5px;
  padding: 5px
}

.blockContent label  {
  width: 5em;
  float: left;
  padding: 5px;
  margin: 2px 5px 2px 5px;
  text-align: right
}

#kontakt .blockContent form p {
  clear: left;
  float: left;
  width: 100%
}

#kontakt .blockContent form p.senden {
  float: none;
  display: inline
}

#kontakt .blockContent form p.senden .submit {
  margin-left: 6.5em
}

/* Image-Zoom */

div.jquery-image-zoom {
	line-height: 0;
	font-size: 0;
	z-index: 10;
	border: 5px solid #FFFFFF;
	margin: -5px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}

div.jquery-image-zoom a {
	background: url(/de/wLayout/design/img/backgrounds/imgzoom-close.png) no-repeat;
	display: block;
	width: 44px;
	height: 45px;
	position: absolute;
  top: -22px;
  right: -22px;
	text-decoration: none;
	text-indent: -100000px;
	outline: 0;
	z-index: 11;
}

div.jquery-image-zoom a:hover {
	background-position: left -45px;
}

div.jquery-image-zoom img, 
div.jquery-image-zoom embed, 
div.jquery-image-zoom object, 
div.jquery-image-zoom div {
	width: 100%;
	height: 100%;
	margin: 0;
}

/* Top-Slider */

/* Referenzen Slideshow */

.my_galleryview {
	visibility: hidden;
 	overflow: hidden
}

.gallery {
	overflow: hidden
}

.womargin.loader {
	background: transparent url(/de/wLayout/design/img/icons/loader-black.gif) no-repeat center center
}

.filmstrip {
	margin: 5px
}

.frame .img_wrap {
	border: 1px solid #FFFFFF
}

.frame.current .img_wrap,
.frame .img_wrap:hover {
	border-color: #999999
}

.frame img {
	border: none
}

.pointer {
	border-color: transparent;
}

/**html .pointer {
	filter: chroma(color=pink);
}*/

/* Editorspezifika */

#divEditbutton table,
#divEditbutton table td,
#divNavEditbutton table,
#divNavEditbutton table td {
  width: auto;
  margin-bottom: 0
}

}
