/* CSS fuer die Bildschirmausgabe - screen */
/* -- Alexandra Steiner - 12. Juni 2008 -- */

body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}

* {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
}

h3 {
	font-weight: 500;
	margin-top: 15px;
}

h1, h2, h3 {
	color:#000000;
	font-size: 0.75em;
	margin-bottom: 15px;
}

p {
	color: #000000;
}

strong {
	font-weight: 600;
}

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:auto;
	margin-top: 20px;
	width: 840px;
}

	/* ------------------------------------------------------------------------------------------------------------------------------- */
	/* 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 {
	float: left;
	width: 200px;
	height: 500px;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	font-size: 0.75em;
}
#menu ul ul {
	font-size: 1em;
	margin-left: 10px;
}
#menu a.active  {
	color: #050505; 
	text-decoration: none; 
	font-weight: 600;
}


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

		/* Dieser Contentbereich ist begrenzt */
		
#content {
	height: 500px;
	width: 500px;
	margin: 0;
	overflow:hidden;
}

#content p {
	font-size: 0.75em;
	letter-spacing: 0.01em;
	line-height: 1.3em;
	margin: 10px 0;
	text-align:justify;
}

#content table {
	font-size: 0.75em;
	margin: 0 0 15px 0;
}
#content td {
	vertical-align:top;
}
#content .date {
	width: 10%;
}

#content ul {
	font-size: 0.75em;
	margin: 0 0 15px 0;
}

		/* Dieser Contentbereich ist umbegrenzt */

#contentlg {
	width: 500px;
	margin: 0 0 0 220px;
}

#contentlg p {
	font-size: 0.75em;
	line-height: 1.2em;
	margin: 8px 0;
	text-align:justify;
}

	/* ------------------------------------------------------------------------------------------------------------------------------- */
	/* Information zu den Bildern ---------------------------------------------------------------------------------------------------- */
	/* ------------------------------------------------------------------------------------------------------------------------------- */
	
#info {
	margin-top: 20px;
}

	/* Bildernavigation - voriges Bild */

.bildvoriges {
	float: left;
	width: 200px;
	margin: 45px 0 0 0;
}

	/* Bildernavigation - naechstes Bild */

.bildnaechstes {
	float:left;
	text-align:right;
	width: 140px;
	margin: 45px 0 0 0;
}

.bildvoriges, .bildnaechstes {
	font-size: 0.8em;
}

	/* Bilderinformation */

.info {
	float: left;
	width: 500px;
}
.info .titel {
	font-style:italic;
}
.info ul {
	list-style-type: none;
	font-size: 0.75em;
}
.info p {
	text-align:right;
	font-size: 0.75em;
}
