body {
	border: 0;	
	margin: 0;
	color: #666;
	text-align: center;
	background: #EEF3F7 url('/images/bg-body.gif') repeat-x;
	font: 11px/18px Arial,Verdana,Helvetica,sans-serif;
}

/**/

.clx:after {
	content: ".";
	display: block;
	line-height: 0px;
	font-size: 1px;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.clx {
	display: inline-block;
}

* html .clx {
	height: 1%;
}

.clx {
	display: block;
}

div {
	display: block;	
	position: static;	
	padding: 0;
	margin: 0;
}	

img {
	border: 0;
}

.hid {
	display: none;
}

.vis {
  display: block;
}

p {
	display: block;
	font-size: 11px;
	line-height: 18px;
	color: #353535;
	margin: 10px 0;
	padding: 0;
}

ul {
	font-size: 11px;
	line-height: 20px;
	list-style-type: square;
	margin-left: 20px;
	padding-left: 0;
}

p a:link,
p a:visited {
	padding: 0 0 0 10px;
	text-decoration: none;
	color: #760000;
	font-weight: bold;
	background: url('/images/img-submenu.gif') 2px 5px no-repeat;
}

p a:hover,
p a:active {
	color: #cc0000;
}

p.link-more {
    text-align: right;
}

h1,
h2 {
	margin: 10px 0 20px 0;
	font-size: 16px;
	font-weight: normal;
	font-weight: bold;
	line-height: 20px;
	color: #760000;
}

h2 {
    color: #666;
}

h3 {
    font-size: 11px;
    margin: 20px 0 0 0;
    padding: 0;
}

a {
    outline: 0;
}

.right-block h1 {
    color: #999;
}

/* BOXES */

#box-body {
    width: 980px;
    margin: 0 auto;
    text-align: left;
}

#box-head {
    width: 748px;
    height: 112px;
    padding: 0 116px;
    overflow: hidden;
}

#box-logo,
#box-headmenu {
    width: 264px;
    float: left;
    padding: 17px 0 0 0;
}

#box-logo {
    padding: 0;
    width: 484px;
    text-align: right;
}

#box-headmenu {
    padding: 32px 0 0 0;
}

#box-headmenu ul {
    list-style-type: none;
    float: right;
    margin: 0;
    padding: 0;
}

#box-headmenu ul li {
    float: left;
    padding: 1px 10px;
    line-height: 12px;
    border-right: 1px solid #000;
}

#box-headmenu ul li.last {
    border: 0;
    padding-right: 0;
}

#box-headmenu ul li a {
    color: #000;
    text-decoration: none;
}

#box-headmenu ul li a:hover {
    color: #666;
}

#box-flash {
    width: 980px;
    height: 320px;
}

#box-menu {
    width: 748px;
    height: 42px;
    overflow: hidden;
    margin: 0 110px;
    padding: 6px;
    background: url('/images/bg-menu.gif') 0 0 no-repeat;
}

#box-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#box-menu ul li {
    float: left;
    width: 148px;
    margin: 0 0 0 2px;
}

#box-menu ul li.first {
    margin: 0;
}

#box-menu li a {
    display: block;
    color: #767676;
    font-size: 14px;
    text-decoration: none;
    line-height: 14px;
    padding: 14px 24px;
    overflow: hidden;
    font-weight: bold;
}

#box-menu li a:hover {
    background: url('/images/bg-menu-item.gif') -10px -42px no-repeat;
}

#box-menu li.first a:hover {
    background: url('/images/bg-menu-item.gif') 0 -42px no-repeat;
}

#box-menu li.last a:hover {
    background: url('/images/bg-menu-item.gif') -22px -42px no-repeat;
}


#box-menu li.sel a,
#box-menu li.sel a:hover {
    background: url('/images/bg-menu-item.gif') -10px 0 no-repeat;
    color: #fff;
}

#box-menu li.first.sel a,
#box-menu li.first.sel a:hover {
    background: url('/images/bg-menu-item.gif') 0 0 no-repeat;
}

#box-menu li.last.sel a,
#box-menu li.last.sel a:hover {
    background: url('/images/bg-menu-item.gif') -22px 0 no-repeat;
}


#box-main-top,
#box-main-bottom {
    width: 760px;
    height: 10px;
    overflow: hidden;
    line-height: 10px;
    margin: 0 110px;
    background: url('/images/bg-content-top.gif') 0 0 no-repeat;
}

#box-main-bottom {
    background: url('/images/bg-content-bottom.gif') 0 0 no-repeat;
}

#box-main {
    width: 748px;
    overflow: hidden;
    margin: 0 116px;
    background: #fff;
}

#box-submenu {
    width: 157px;
    padding: 28px 0 24px 24px;
    float: left;
}

#box-downloads {
    padding: 80px 0 0 0;
}

#box-submenu p {
    font-style: italic;
    color: #666;
    padding: 10px 10px 10px 0;
    font-size: 12px;
}

#box-submenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#box-submenu ul li {
    padding: 4px 0;
    font-size: 12px;
}

#box-submenu ul li span.submenu-headline {
    display: block;
    font-weight: bold;
    padding-top: 16px;
}

#box-submenu ul li span.submenu-headline-first {
    padding-top: 0;
}

#box-submenu ul li a {
    display: block;
    text-decoration: none;
    padding: 0 10px 0 10px;
    color: #760000;
    background: url('/images/img-submenu.gif') 2px 7px no-repeat;
}

#box-submenu ul li a:hover {
    color: #c00;
}

#box-submenu ul li.selected a {
    font-weight: bold;
}

#box-content {
    float: left;
    width: 528px;
    padding: 16px;
    border-left: 1px solid #DEDEDE;
}

.download-block {
    width: 150px;
}

.download-image {
    width: 160px;
    margin: 6px -5px;
}

.download-block h4,
.download-block h5 {
	font-size: 16px;
	font-weight: normal;
	font-weight: bold;
	line-height: 20px;
	margin: 6px 0 0 0;
	color: #760000;
}


.download-block h5 {
    font-size: 12px;
    margin: 0 0 6px 0;
    color: #666;
}

.download-link a {
    color: #760000;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 2px 0 2px 20px;
    background: url('/images/icon-pdf.png') 0 0 no-repeat;
}

.download-link a:hover {
    color: #cc0000;
}

.content-block {
    width: 528px;
}

.news-block {
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.news-content-text h2 {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #666;
}

.news-content-text h2 a {
    text-decoration: none;
    color: #666;
}

.news-content-text h2 a:hover {
    text-decoration: none;
    color: #999;
}

.content-block-left,
.content-block-right,
.rent-block-left,
.rent-block-right {
    width: 252px;
    float: left;
}

.rent-block {
    padding: 10px 0;
}

.content-block-right,
.rent-block-right {
    padding: 0 0 0 24px;
}

.rent-block-top,
.rent-block-bottom {
    width: 528px;
    height: 10px;
    line-height: 4px;
    overflow: hidden;
    font-size: 2px;
    background: url('/images/bg-rent-top.gif') 0 0 no-repeat;
}

.rent-block-bottom {
    background: url('/images/bg-rent-bottom.gif') 0 0 no-repeat;
}

.rent-block-single .rent-block-top {
    background: url('/images/bg-rent-top-single.gif') 0 0 no-repeat;
}

.rent-block-single .rent-block-bottom {
    background: url('/images/bg-rent-bottom-single.gif') 0 0 no-repeat;
}

.rent-block-middle {
    background: url('/images/bg-rent-content.gif') repeat-y;
}

.rent-block-single .rent-block-middle {
    background: url('/images/bg-rent-content-single.gif') repeat-y;
}

.rent-block-content {
    background: url('/images/bg-rent-light.gif') 0 0 no-repeat;
}

#object-wrapper {
    min-height: 470px;
}

.ref-block {
    width: 252px;
    background: #7D7D7D url('/images/bg-ref-top.gif') 0 0 no-repeat;
}

.object-detail-keyfacts .ref-block {
    background: #7D7D7D url('/images/bg-ref-top-small.gif') 0 0 no-repeat;
}

.ref-block-content,
.rent-block-content {
    padding: 10px;
}
.ref-block-bottom {
    width: 252px;
    height: 8px;
    line-height: 8px;
    overflow: hidden;
    background: url('/images/bg-ref-bottom.gif') 0 0 no-repeat;
}

.ref-block-content h2,
.rent-block-content h2 {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    padding: 4px 10px;
}

.ref-block-content h2 a,
.rent-block-content h2 a {
    color: #fff;
    text-decoration: none;
}

.ref-block-content h2 a:hover,
.rent-block-content h2 a:hover {
    color: #ccc;
}

.ref-details,
.rent-details {
    color: #fff;
    margin: 6px 0;
    border-collapse: collapse;
}

.ref-details td,
.rent-details td {
    padding: 2px 10px;
}

.ref-download,
.rent-link {
    padding: 6px 10px;
}

.ref-download a,
.rent-link a {
    display: block;
    padding: 2px 0 2px 20px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background: url('/images/icon-pdf.png') 0 2px no-repeat;
}

.rent-link a {
    background: none;
    padding: 0 0 0 10px;
	background: url('/images/img-submenu.gif') 2px 5px no-repeat;
}

.content-textblock {
    padding: 10px 0 0 0;
}

.content-movie {
    padding: 10px 0;
}


#box-copyright {
    padding: 6px 120px 12px 120px;
    width: 740px;
}

#box-copyright ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 14px;
}

#box-copyright li {
    float: left;
    padding: 0 10px;
    border-right: 1px solid #000;
    color: #000;
}

#box-copyright li a {
    color: #000;
    text-decoration: none;
}

#box-copyright li a:hover {
    color: #666;
}

#box-copyright li.last {
    padding-right: 0;
    border: 0;
}

#box-copyright .copyright-right ul {
    float: right;
}   

.copyright-left,
.copyright-right {
    width: 370px;
    float: left;
}

#box-footer-top,
#box-footer-bottom {
    width: 760px;
    height: 6px;
    overflow: hidden;
    line-height: 6px;
    margin: 0 110px;
    background: url('/images/bg-footer-top.gif') 0 0 no-repeat;
}

#box-footer-bottom {
    background: url('/images/bg-footer-bottom.gif') 0 0 no-repeat;
    margin: 0 110px 20px 110px;
}

#box-footer {
    width: 728px;
    overflow: hidden;
    padding: 6px 10px;
    margin: 0 116px;
    background: #565656;
}

#box-footer p {
    font-size: 11px;
    line-height: 18px;
    color: #fff;
    margin: 0;
    padding: 0;
}

.footer-left,
.footer-right {
    width: 359px;
    float: left;
}

#box-footer span.footer-label,
#box-footer span.footer-value {
    display: block;
    float: left;
    width: 60px;
}

#box-footer span.footer-value {
    width: 120px;
}

p a.image-border,
a.image-border,
span.image-border {
    display: block;
    padding: 0;
    background: 0;
    position: relative;
    text-decoration: none;
}

p a .image-container,
a.image-container,
span.image-container {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 2px;
}

.image-shadow-util {
    width: 4px;
    height: 4px;
    line-height: 4px;
    display: block;
    position: absolute;
    background: #6B6B6B;
    z-index: 1;
    overflow: hidden;
}

.image-border-white .image-shadow-util {
    background: #ddd;
}

.image-shadow-nw {
    left: 0;
    top: 0;
    background: url('/images/borders/gray/img-border-nw.png') 0 0 no-repeat;
}

.image-border-white .image-shadow-nw {
    background: url('/images/borders/white/img-border-nw.png') 0 0 no-repeat;
}

.image-shadow-n {
    left: 4px;
    right: 4px;
    width: auto;
    top: 0;
    height: 2px;
}

.image-shadow-ne {
    right: 0;
    top: 0;
    background: url('/images/borders/gray/img-border-ne.png') 0 0 no-repeat;
}

.image-border-white .image-shadow-ne {
    background: url('/images/borders/white/img-border-ne.png') 0 0 no-repeat;
}


.image-shadow-e {
    right: 0;
    top: 4px;
    bottom: 4px;
    width: 2px;
    height: auto;    
}

.image-shadow-se {
    right: 0;
    bottom: 0;
    background: url('/images/borders/gray/img-border-se.png') 0 0 no-repeat;
}

.image-border-white .image-shadow-se {
    background: url('/images/borders/white/img-border-se.png') 0 0 no-repeat;
}

.image-shadow-s {
    left: 4px;
    right: 4px;
    width: auto;
    bottom: 0;
    height: 2px;
}

.image-shadow-sw {
    left: 0;
    bottom: 0;
    background: url('/images/borders/gray/img-border-sw.png') 0 0 no-repeat;
}

.image-border-white .image-shadow-sw {
    background: url('/images/borders/white/img-border-sw.png') 0 0 no-repeat;
}


.image-shadow-w {
    left: 0;
    top: 4px;
    bottom: 4px;
    height: auto; 
    width: 2px;   
}

p a.image-border:hover .image-shadow-util {
    background: #400000;
}

a.image-border-white:hover .image-shadow-util {
    background: #bbb;
}

p a.image-border:hover .image-shadow-nw {
    background: url('/images/borders/gray-hover/img-border-nw.png') 0 0 no-repeat;
}

a.image-border-white:hover .image-shadow-nw {
    background: url('/images/borders/white-hover/img-border-nw.png') 0 0 no-repeat;
}

p a.image-border:hover .image-shadow-ne {
    background: url('/images/borders/gray-hover/img-border-ne.png') 0 0 no-repeat;
}

a.image-border-white:hover .image-shadow-ne {
    background: url('/images/borders/white-hover/img-border-ne.png') 0 0 no-repeat;
}

p a.image-border:hover .image-shadow-se {
    background: url('/images/borders/gray-hover/img-border-se.png') 0 0 no-repeat;
}

a.image-border-white:hover .image-shadow-se {
    background: url('/images/borders/white-hover/img-border-se.png') 0 0 no-repeat;
}

p a.image-border:hover .image-shadow-sw {
    background: url('/images/borders/gray-hover/img-border-sw.png') 0 0 no-repeat;
}

a.image-border-white:hover .image-shadow-sw {
    background: url('/images/borders/white-hover/img-border-sw.png') 0 0 no-repeat;
}

.content-partner {
    width: 528px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.partner-image {
    width: 200px;
    float: left;
}

.partner-content {
    width: 300px;
    float: left;
    margin: 0 0 0 28px;
}

.partner-content h2 {
    font-size: 11px;
    margin-top: 0;
    padding-top: 0;
}

.imprint-block {
    width: 528px;
}

.imprint-block-left,
.imprint-block-right {
    width: 259px;
    float: left;
}

.form-row {
    width: 528px;
    padding: 3px 0;
    margin-bottom: 2px;
    background: #f4f4f4;
}

.form-label {
    width: 108px;
    padding: 2px 10px;
    float: left;
}

.form-field,
.form-checkblock {
    width: 400px;
    float: left;
}

.firstname,
.name {
    width: 200px;
}

.zipcode {
    width: 70px;
}

.city {
    width: 330px;
}

.form-checkbox {
    width: 24px;
    float: left;
}

.form-checklabel {
    width: 340px;
    float: left;
}

.form-submit {
    padding: 20px 0;
}

.form-field input,
.form-field textarea {
    border: 1px solid #ccc;
    width: 380px;
    padding: 3px 5px;
    font: 11px/14px Arial, Verdana, Helvetica, sans-serif;
}

.form-field input:focus,
.form-field textarea:focus {
    border: 1px solid #00652B;
}

.form-field select {
    
    font: 11px/14px Arial, Verdana, Helvetica, sans-serif;
    width: 392px;
    height: 22px;
}

.firstname input,
.name input {
    width: 180px;
}

.zipcode input {
    width: 50px;
}

.city input {
    width: 310px;
}

.form-field textarea {
    height: 200px;
}

.form-submit input {
    float: right;
    border: 1px solid #999;
    background: #999;
    font-weight: bold;
    color: #fff;
    padding: 2px 5px;
    font: 11px/14px Arial, Verdana, Helvetica, sans-serif;
}

.form-field input.e,
.form-field textarea.e {
    border: 1px solid #c00;
}

label.e {
    font-weight: bold;
    color: #c00;
}

.content-error {
    border: 2px solid #c00;
    padding: 4px 10px;
    color: #c00;
    width: 504px;
    margin: 10px 0;
}

.content-success {
    border: 2px solid #00652B;
    padding: 4px 10px;
    width: 504px;
    color: #666;
    margin: 10px 0;
}

.object-detail-image {
    width: 250px;
    float: left;
}

.object-detail-keyfacts {
    width: 250px;
    float: left;
    margin: 0 0 0 28px;
}

.content-images {
    padding: 10px 0;
}

.content-images ul,
.content-links ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.content-images ul li {
    float: left;
    width: 100px;
    margin: 0 7px 7px 0;
}

.content-images ul li.content-images-last {
    margin: 0;
}

.content-links ul li {
    background: #eee;
    margin-bottom: 2px;
    padding: 2px;
}

.content-links ul li a:link,
.content-links ul li a:visited {
	padding: 0 0 0 10px;
	text-decoration: none;
	color: #760000;
	font-weight: bold;
	background: url('/images/img-submenu.gif') 2px 5px no-repeat;
}

.content-links ul li a:hover,
.content-links ul li a:active {
	color: #cc0000;
}

.object-block {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.object-image {
    width: 140px;
    float: left;
}

.object-content {
    width: 360px;
    margin: 0 0 0 28px;
    float: left;
}

.object-content h2 {
    margin: 0;
    padding: 0;
}

.object-content h2 a {
    color: #760000;
    text-decoration: none;
}

.object-content h2 a:hover {
    color: #cc0000;
}


/* PAGER */

.box-pager {
	width: 528px;
	margin: 10px 0 0 0;
}

.box-pager ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
}

.box-pager li {
	display: block;
	float: left;
	width: 20px;
	line-height: 16px;
	font-size: 11px;
	margin: 0 0 0 1px;
}

.box-pager li span {
	display: block;
	text-align: center;
	padding: 7px 0 6px 0;
	width: 20px;
	height: 7px;
	text-decoration: none;
	background: #ddd;
	margin: 0 1px 0 0;
}

.box-pager li span.sel {
	display: block;
	text-align: center;
	padding: 2px 0;
	width: 20px;
	height: 16px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	background: #760000;
	margin: 0 1px 0 0;
}


.box-pager li a:link, .box-pager li a:visited {
	display: block;
	float: left;
	text-align: center;
	padding: 2px 0;
	width: 20px;
	height: 16px;
	color: #666;
	text-decoration: none;
	background: #ddd;
	margin: 0 1px 0 0;
}

.box-pager li a:hover, .box-pager li a:active {
	background: #ccc;
}

.box-pager li.arrow a {
	padding: 7px 0 6px 0;
	height: 7px;
}
