/*
'-------------------------------------------------
' Grundeinstellungen
'-------------------------------------------------
*/

html {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
} 

body { 
	/* Hintergrund */
	background-color: #f7f7f7;
	/* Schrifteinstellungen */
	font-size: 68.75%; /* = 75% von 16px = 12px | 68.75% von 16px = 11px */
	color: #000000;
	line-height: 1.5em;
	letter-spacing: 0;
	word-spacing: normal;
	text-align: left;
	text-decoration: none;
}

* {
	font-size: 100%;
	padding: 0;
	margin: 0;
}



/*
'-------------------------------------------------
' Layerdefinitionen
'-------------------------------------------------
*/

div#layoutContainerLayer {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 680px;
	margin: -340px 0 0 -400px;
	overflow: visible;
}

div#headerLogoLayer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 572px;
	height: 45px;
	z-index: 5;
}

div#inhaltHintergrundLayer {
	position: absolute;
	left: 0px;
	top: 103px;
	width: 800px;
	height: 500px;
	background-color: #d2d2d2;
	overflow: hidden;
	z-index: 7;
}

div#inhaltTextLayer {
	position: absolute;
	left: 0px;
	top: 103px;
	width: 800px;
	height: 500px;
	overflow: hidden;
	z-index: 11;
}

div#inhaltBildLayer {
	position: absolute;
	left: 0px;
	top: 103px;
	width: 800px;
	height: 500px;
	text-align: center;
	overflow: hidden;
	z-index: 11;
}

div#vorschaubilderContainerLayer {
	position: absolute;
	left: 0px;
	top: 604px;
	width: 800px;
	height: 60px;
	/*background-color: #d2d2d2;*/
	overflow: hidden;
	z-index: 21;
}

div#vorschaubilderScrollLayer {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 60px;
	z-index: 21;
}

div.vorschaubildElementClass {
	position: relative;
	height: 60px;
	z-index: 21;
	overflow: hidden;
	float: left;
}

div.vorschaubildButtonClass {
	position: absolute;
	top: 604px;
	width: 20px;
	height: 60px;
	z-index: 21;
}

div#vorschaubildButtonBackLayer { left: -20px; visibility: hidden; }
div#vorschaubildButtonNextLayer { left: 800px; }

div#navigationLayer {
	position: absolute;
	left: -4px;
	top: 81px;
	width: auto;
	height: 22px;
	z-index: 21;
}



/*
'-------------------------------------------------
' Definition Elemente
'-------------------------------------------------
*/

div.clearClass {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 0;
}

.alertClass {
	font-weight: bold;
	color: #cc0000;
}

.topZeroClass {
	margin-top: 0;
}

.topDoubleClass {
	margin-top: 2.8em;
}

.bottomZeroClass {
	margin-bottom: 0;
}

.bottomDoubleClass {
	margin-bottom: 2.8em;
}

p {
	margin: 1.4em 0 1.4em 0;
}

table {
	border-width: 0;
	margin: 0 0 1.4em 0;
	border-collapse: collapse;
	empty-cells: hide;
}

th, td {
	background-color: #ffffff;
}

img {
	border: 0;
}

img.inhaltClass {
	border: 1px solid #000000;
}

img.impressionClass {
	height: 440px;
	border: 0;
}

img.impressionVorschauClass {
	height: 60px;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #ffffff;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

pre, code {
	font-family: "Courier New", Courier, monospace;
}

address {
	font-style: normal;
	margin: 0 0 1.4em 0;
}

acronym, abbr {
	letter-spacing: 0.07em;
	border-bottom: 1px dashed #000000;
	cursor: help;
}

blockquote, cite {
	margin: 0 0 1.4em 1.4em;
	width: auto;
}

hr {
	color: #ffffff;
	background: transparent;
	margin: 1.4em 0 1.4em 0;
	border: 0;
	border-bottom: 1px #000000 solid;
}

h1 { font-size: 1.6em; color: #000000; margin: 0 0 1.4em 0; }
h2 { font-size: 1.4em; color: #000000; margin: 0 0 1.4em 0; border-bottom: 2px #cccccc solid; }
h3 { font-size: 1.2em; color: #000000; margin: 0 0 1.4em 0; font-weight: bold; }
h4 { font-size: 1.0em; color: #000000; margin: 0 0 1.4em 0; font-weight: bold; border-bottom: 1px #cccccc solid;}
h5 { font-size: 1.0em; color: #000000; margin: 0 0 1.4em 0; font-style: italic; }
h6 { font-size: 1.0em; color: #000000; margin: 0 0 1.4em 0; font-style: italic; }



/*
'-------------------------------------------------
' Links
'-------------------------------------------------
*/

a.imageClass {
	padding-left: 0;
	background: transparent;
}

div#inhaltLayer a, div#inhaltZusatzspalteLayer a { color: #000000; font-weight: normal; text-decoration: underline; }
div#inhaltLayer a, div#inhaltZusatzspalteLayer a:link { color: #000000; }
div#inhaltLayer a, div#inhaltZusatzspalteLayer a:hover { color: #cc0000; }
div#inhaltLayer a, div#inhaltZusatzspalteLayer a:active { color: #cc0000; }
div#inhaltLayer a, div#inhaltZusatzspalteLayer a:visited { color: #000000; }
div#inhaltLayer a, div#inhaltZusatzspalteLayer a:visited:hover { color: #cc0000; }
div#inhaltLayer a, div#inhaltZusatzspalteLayer a:visited:active { color: #cc0000; }



/*
'-------------------------------------------------
' Listen
'-------------------------------------------------
*/

/* Liste Navigation - horizontal */

div#navigationLayer ul {
	list-style-type: none;
	list-style-position: outside;
	display: inline;
	overflow: hidden;
	width: 100%;
}

div#navigationLayer ul li {
	float: left;
	display: inline;
}

