﻿/* colors */

.blue_dark {
	color: #0D2963;
	}
.blue_light {
	color: #97B6E4;
	}
.red {
	color: #CC0000;
	}
.grey {
	color: #999999;
	}
.grey_dark {
	color: #666666;
	}
.grey_light {
	color: #EDEDED;
	}

/* various basic font settings */

body, p, form, input, textarea, h3, div, ul, ol, li, table, tr, th, td, a img, img { 
	font-family: Arial, Helvetica, Verdana, Sans;
	color: #666666; 
	font-size: 12px;
	}
strong, em {
	font-weight: bold;
	font-style: normal;
	}
sup {
	font-size: 85%;
	vertical-align: top;
	}
sub {
	font-size: 85%;
	vertical-align: bottom;
	}

/* links */

a {
	color: #AAAAAA;
	text-decoration: none;
	}
a:hover {
	color: #CC0000;
	}
.selected {
	color: #0D2963;
	}
a:hover img {
	text-decoration: none;
	}
	
/* content div */

#content {
	position: absolute;
	left: 355px;
	top: 285px;
	width: 500px;
	overflow: visible;
	z-index: 3;
	}

#DGNB {
	position: absolute;
	left: 200px;
	top: 700px;
	width: 254px;
	overflow: visible;
	z-index: 2;
	}

/* head (h1) und subhead (h2) */


h2, h1 { 
	font-family: Arial, Helvetica, Verdana, Sans;
	font-weight: normal; 
	padding-right: 80px;
	padding-top: 24px;
	}
h2 { 
	color: #666666; 
	}
h1 { 
	color: #999999; 
	}
h2 a {
	color: #AAAAAA;
	}
h1 a {
	color: #BEBEBE;
	}
h2 .selected, 
h1 .selected {
	color: #0D2963;
	}
h1 { 
	font-size: 28px;
	line-height: 34px;
	padding-bottom: 36px;
	}
h1.alt { 
	padding-bottom: 18px;
	}
h2 { 
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 15px;
	}
h2 em, h1 em { 
	font-weight: normal; 
	color: #CC0000; 
	}

/* generic content */

#content p, 
#content li, 
#content h3,
#content td,
#content th { 
	line-height: 17px;
	}
#content p, 
#content li, 
#content h3 { 
	padding-right: 80px;
	}
#content table { 
	float: left;
	width: 160px;
	}
#content th { 
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	color: #333333; 
	padding: 1px 0px 1px 4px; 
	}
#content td { 
	vertical-align: top;
	padding: 0px 4px 0px 4px; 
	}
#content td b { 
	font-weight: normal;
	color: #FFFFFF;
	}
#content p { 
	padding-bottom: 15px;
	clear: both;
	}
#content p .mietflaeche,
#content p .andere { 
	padding-right: 6px;
	color: black;
	display: block;
	margin-bottom: 2px;
	}
#content p .mietflaeche { 
	background-color: #6FC7FF;
	}
#content p .andere { 
	background-color: #FEEA00;
	}
#content p.right {
	text-align: right
	}
#content ul { 
	padding: 0px 80px 15px 0px;
	margin: 0px 0px 0px 12px;
	list-style-type: circle;
	list-style-position: outside;
	}
#content ul li { 
	margin: 0px;
	padding: 0px;
	}
#content p img.floor { 
	float: left;
	margin: 0px 15px 15px 0px;
	}

#content a.tn { /* architektur galerie thumbnail-links */
	position: relative;
	float: left;
	text-align: center;
	width: 70px;
	height: 80px;
	margin: 0px 10px 12px 0px;
	}
#content a.tn img { 
	padding: 4px 4px 5px 4px;
	border: solid 1px #0D2963;
	}
#content a:hover.tn img { 
	border: solid 1px #CC0000;
	}

#content .previous, #content .up, #content .next { /* galerie links previous, next und up */
	float: left;
	width: 158px;
	height: 32px;
	padding: 0px;
	margin: 24px 0px 0px 0px;
	/* border: solid 1px red; */
	}
#content .previous a img, #content .up a img, #content .next a img { /* galerie links previous, next und up */
	background-color: transparent;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	}
#content .previous { 
	text-align: left;
	}
#content .previous a img { 
	background-image: url(../_images/nav/previous.gif); 
	}
#content .previous a:hover img { 
	background-image: url(../_images/nav/o/previous.gif); 
	}
#content .up { 
	text-align: center;
	}
#content .up a img { 
	background-image: url(../_images/nav/up.gif); 
	}
#content .up a:hover img { 
	background-image: url(../_images/nav/o/up.gif); 
	}
#content .next { 
	text-align: right;
	}
#content .next a img { 
	background-image: url(../_images/nav/next.gif); 
	}
#content .next a:hover img { 
	background-image: url(../_images/nav/o/next.gif); 
	}

#content img.picture { /* make sure that the img.picture is cleared */
	float: left;
	clear: both;
	}
/* 
#content p { 
	height: auto;
	}
 */

/* settings for sub navigation */

#content p.navsub  {
	font-size: 13px;
	line-height: 17px;
	padding: 0px 15px 0px 0px;
	color: #0D2963;
	}
/* 
#content p.navsub a {
	color: #999999;
	}
#content p.navsub a:hover{
	color: #CC0000;
	}
#content p.navsub .selected {
	color: #0D2963;
	}
 */
/* definitions for goto link */

#content p.goto {
	padding: 0px 0px 15px 0px;
	text-align: right;
	}
#content p.goto a {
	color: #0D2963; 
	padding-right: 15px;
	}
#content p.goto a:hover {
	color: #CC0000; 
	}
#content p.goto a img,
#content h1 img {
	vertical-align: middle;
	}
#content p.goto a img {
	background-image: url(../_images/nav/goto.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
#content p.goto a:hover img {
	background-image: url(../_images/nav/o/goto.gif)
	}

/* definitions for Bildergalerie */

#content p.galerie {
	padding: 0px 6px 0px 0px;
	/* border: solid 1px red; */
	}

/* definitions for image (below content) */

#content p.img {
	padding: 15px 0px 30px 0px;
	text-align: right;
	}

/* meta navigation (colors, hover and selected same as p.subnav) */

#content p.navmeta {
	padding: 60px 15px 15px 0px;
	text-align: right;
	font-size: 10px; 
	color: #0D2963;
	}
/* 
#content p.navmeta a {
	color: #999999;
	}
#content p.navmeta a:hover{
	color: #CC0000;
	}
#content p.navmeta .selected {
	color: #0D2963;
	}
 */