/* ------  Allgemeine Deklarationen ------  */

* {
	margin:0;
	padding:0;
	z-index:0;
	overflow:visible;
}

@page { 
	size: 29.7cm 21cm; 
	margin:2cm; 
}

body {
	background-color: #fff;
	}
	
/* ------  Main-Container ------  */

#main {
	position:absolute;
	top:0; left:0;
	width: 100%; height:100%;
	background-color: transparent;
}

/* ------  Content-Container ------  */

#content {
	position:absolute;
	width:100%; height:100%;
	background-color:transparent;
}

/* ------ Header ------ */

#header {
	position:relative;
	top:0; left:0;
	width:100%; height: 2cm;
	background-color:transparent;
}

#header h1 {
	position:absolute;
	top:1cm; right:2cm;
	font:bold 13pt 'Verdana', 'sans-serif';
	color: #1000aa;
}

#header img {
	width:100%;
}

#header img.logo {
	position:absolute;
	top:0.7cm; left:0.5cm;
	width:200px;
}

/* ------ Inhaltsbereich ------ */

#inhalt {
	position:relative;
	top:1cm; left:0;
	width: 100%; height:90%;
	font:normal 10pt 'serif';
	color: #000;
	background-color:transparent;
	line-height: 14pt;
}

/* Ueberschriften */

#inhalt h1 {
	font:bold 10pt 'Verdana', 'sans-serif';
	color: #000;
	margin-bottom: 3px;
}

#inhalt h2 {
	font:normal 12pt 'Verdana', 'sans-serif';
	color: #1000aa;
	margin-bottom: 10px;
}

#inhalt h3 {
	font:bold 10pt 'Verdana', 'sans-serif';
	color: #1000aa;
	margin-bottom:5px;
}

/* Absatz */

#inhalt p {
	margin: 18px 0;
	page-break-inside:avoid;
}

#inhalt p.adresse {
	margin-left:3cm;
	margin-top:2cm;
}

.hinweis {
	font-size:8pt;
	line-height:10pt;
}

iframe {
	page-break-inside:avoid;
}

/* Links */

#inhalt a:link, #inhalt a:visited, #inhalt a:hover, #inhalt a:active, #inhalt a:focus {
	color: #000;
	text-decoration:none;
}

/* Tabellen */

table {
	margin-bottom:20px;
	width:100%;
}

thead {
	font:bold 11pt 'serif';
	color:#000;
	background-color:transparent;
}

thead th {
	padding:3px;
	text-align:center;
	border-bottom:2px solid #1000aa;
	page-break-inside:avoid;
}

tbody {
	font:normal 10pt 'serif';
	color:#000;
	vertical-align:top;
}

tbody tr.blau {
	background-color:#DBD9F2;
}

tbody tr.grau {
	background-color:#F3F3F3;

}

tbody .blau td {
	padding:5px 10px;
}

td, td.noborder {
	padding:2px 10px;
	border:1px solid #ccc;
	page-break-inside:avoid;
}

tfoot {
	font:normal 11pt 'serif';
	color:#666;
	line-height:14pt;
	vertical-align:top;
}

#page_mieter td {
	border:0;
}

/* Listen */

#inhalt ul {
	margin:10px 0;
	padding-left:15px;
	list-style:square outside;
}

/* Formulare */

#inhalt form {
	margin:18px 0;
	width: 370px;
}

label {
	display:inline-block;
	width:125px;
	line-height:27px;
	vertical-align:top;
}

form span {
	margin-left:5px;
	vertical-aling:top;
}

input.button {
	float:right;
	margin:10px 6px 0 0;
	width:90px;
}

/* Termine & Aktuelles */

#veranstaltungen, #neuigkeiten {
	background-color:#eee;
	display:block;
	margin-top:20px;
	padding:7px;
}

#veranstaltungen h2, #neuigkeiten h2 {
	background-color:transparent;
	font-size:11pt;
	font-weight:bold;
	color:#A1A1A1;
}

.eintrag {
	background-color:#fff;
	display:block;
	padding:15px;
	margin-bottom:10px;
	page-break-inside:avoid;
}

#adresse {
	position:absolute;
	top:0px; right:0;
	dislapy:block;
	width:200px;
}

/* ... Box auf Startseite */

#start_aktuelles {
	float:right;
	width:225px;
	margin:12px 0 45px 40px;
	padding:3px;
	background-color:#ddd;
	text-align:left;
	font-size:9pt;
	border:3px solid #ddd;
}

#start_aktuelles h2 {
	font-size:10pt;
	font-weight:bold;
	margin:5px;
}

#start_aktuelles h3 {
	margin:0;
	font-size:8pt;
}

#start_aktuelles p { margin:5px 0; }

#start_aktuelles .eintrag { margin-bottom:5px; }

/* Gebaeudeansichten auf Startseite */

p#bildcontainer { margin-top:22px; }

#bildcontainer a:link, #bildcontainer a:visited, #bildcontainer a:hover, #bildcontainer a:active, #bildcontainer a:focus {
	text-decoration:none;
	outline:0;
	margin-right:23px;
	page-break-inside:avoid;
}

/* ------ Footer ------ */

#footer {
	display:none;
}

/* ------ Impressum-Container ------ */

#impressum {
	position:fixed;
	bottom:0cm; right:0;
	float:right;
	font:normal 8pt 'Verdana', 'sans-serif';
	color: #999999;
}

#impressum a {
	color: #999999;
	text-decoration:none;
}

/* ------ Navigation ------ */

#nav {
	display:none;
}

/* Link zur alten Homepage */
a:link.altlink, a:visited.altlink, a:hover.altlink, a:active.altlink, a:focus.altlink {
	display:none;
}