/* CSS fuer die Bildschirmausgabe - print */
/* -- Alexandra Steiner - 12. Juni 2008 -- Katarina Angerer - 7. Dezember 2008*/

body {
	margin: 0;
	padding: 0;
}

* {
	margin: 0;
	padding: 0;
	color:#000000;
	font-family:"Times New Roman", Times, serif;
}

	/* Ueberschriften*/

h1 {
	font-size: 13pt;	
	padding: 0 0 0 0.3cm;
	margin: 0.5cm 0;
}
h2 {
	font-size: 12pt;	
	padding: 0 0 0 0.3cm;
	margin: 0.5cm 0;
}


	/* Absaetze */

p {
	font-size: 12pt;
	line-height: 14pt;
	padding: 0.1cm 0 0 0.3cm;
	margin: 0.5cm 0;
}

	/* Betont - wird im Browser fett dargestellt - nicht verwechseln mit <b> */

strong {
	font-weight: bold;
}

	/* Linkdarstellung */

a:link    {color: #000000; text-decoration: none;}
a:visited {color: #646464; text-decoration: none;}
a:hover   {color: #050505; text-decoration: none; font-weight: 600;}
a:active  {color: #050505; text-decoration: none; font-weight: 600;}

	/* ------------------------------------------------------------------------------------------------------------------------------- */
	/* Umschlag ---------------------------------------------------------------------------------------------------------------------- */
	/* ------------------------------------------------------------------------------------------------------------------------------- */

#wrapper {
	margin: 0;
}

	/* ------------------------------------------------------------------------------------------------------------------------------- */
	/* Kopfbereich ------------------------------------------------------------------------------------------------------------------- */
	/* ------------------------------------------------------------------------------------------------------------------------------- */
	
#head {
	height: 50px;
}	

#head p {
	font-weight:600;
	float: left;
	font-size: 1em;
	margin: 0;
}
#head ul {
	font-size: 0.75em;
	list-style-type:none;
	text-align:right;
	margin: 0;
}
#head a.active  {
	color: #050505; 
	text-decoration: none; 
	font-weight: 600;
}
	/* ------------------------------------------------------------------------------------------------------------------------------- */
	/* Menueleiste ------------------------------------------------------------------------------------------------------------------- */
	/* ------------------------------------------------------------------------------------------------------------------------------- */
	
#menu {
	display: none;
}

	/* ------------------------------------------------------------------------------------------------------------------------------- */
	/* Inhalt und Bilder ------------------------------------------------------------------------------------------------------------- */
	/* ------------------------------------------------------------------------------------------------------------------------------- */

		/* Dieser Contentbereich ist begrenzt */
		
#content {
	height: 19cm;
	width: 19cm;
	margin: 0;

}

#content p {
	font-size: 12pt;
	line-height: 14pt;
	padding: 0.1cm 0 0 0.3cm;
	margin: 0.5cm 0;
}

#content table {
	font-size: 12pt;
	margin: 0 0 1cm 0;
}
#content td {
	vertical-align:top;
}
#content .date {
	width: 10%;
}

#content ul {
	font-size: 12pt;
	margin: 0 0 1cm 0;
}

		/* Dieser Contentbereich ist umbegrenzt */

#contentlg {
	width: 19cm;
	margin: 0;
}

#contentlg p {
	font-size: 12pt;
	line-height: 14pt;
	margin: 0.5cm 0;
}

	/* ------------------------------------------------------------------------------------------------------------------------------- */
	/* Information zu den Bildern ---------------------------------------------------------------------------------------------------- */
	/* ------------------------------------------------------------------------------------------------------------------------------- */
	
#info {
	margin-top: 1.5cm;
}

	/* Bildernavigation - voriges Bild */

.bildvoriges {
	display:none;
}

	/* Bildernavigation - naechstes Bild */

.bildnaechstes {
	display:none;
}

	/* Bilderinformation */

.info {
	float: left;
	width: 19cm;
}
.info .titel {
	font-style:italic;
}
.info ul {
	list-style-type: none;
	font-size: 12pt;
}
.info p {
	text-align:right;
	font-size: 12pt;
}

.printaus {
	display:none;
}

