@charset "UTF-8";
/* CSS Document */

/*
Farben:
hellblau:#abd2e5
mittelblau:#4570ba
dunkelblau:#1c2768
grau:#eeefef
petrol:#5493ad
*/

/* GRUNDLEGENDES */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, abbr, em, font, img, strong, dd, dl, dt, li, ol, ul, form, table, tbody, tfoot, thead, tr, th, td {
	font-size:100%;
	font-weight:inherit;
	font-style:inherit;
	font-family:inherit;
	text-align:left;
	border:0;
	vertical-align:baseline;
}
html {	/* WinIE6 - text-size-bug-fix */
	font-size:100.1%;
}
ul ul {	/* nested list problem fix */
	font-size:100%;
}
td p {	/* nested paragraph problem fix */
	font-size: 100%;
}
body {
	font-size:1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#444;
	background-color:#fff;
	text-align:center;
	margin:0em auto 0 auto;
	display:block;
	clear:both;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:inherit;	/* Gecko text-size-bux fix */
}
ol, ul {
	list-style: none;
}
a {
	text-decoration:none;
}
img a {
	border:none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:100;
}

/* Inhalt, Positionierung der Seite, 960 x 650 */

.inhalt, .inhalt0 {
	margin:2em auto 0 auto;
	width:960px;
	height:650px;
	color:#eeefef;
	background-color:white;
	border:1px solid #eeefef;
}
.inhalt0 {
	background:white url(images/start.jpg) right no-repeat;
}

/* Header */

#header, #header0 {
	width:960px;
	height:137px;
	color:#fff;
	background:#abd2e5 url(images/content.jpg) right no-repeat;
}
#header0 {
	width:640px;
	background:#abd2e5;
}
#header h1, #header0 h1 {
	font-size:1.5em;
	margin:0 auto 0 31px;
	padding-top:.5em;
	color:#fff;
	background-color:none;
}
#header h2, #header0 h2 {
	font-size:1em;
	margin:0 auto 0 31px;
	padding-top:.8em;
}
#header h1 a, #header h2 a {
	color:#fff;
	background-color:inherit;
}

/* Content */

.container { /* der bereich zwischen header und footer*/
	width:960px;
	height:468px;
	background:none;
}
#start {
font-size:1.5em;
	font-size:1em;
	width:573px;
	height:401px;
	color:#1c2768;
	margin:2em;
	padding:0em;
	background-color:inherit;
	border:1px solid #eeefef;
	float:left;
}
#start h2 {
	font-size:1.75em;
	margin:1em 1.25em auto 1.5em;
}
#start p {
	font-size:1.25em;
	margin:1.25em 2em 2em 2em;
}
#content {
	font-size:1em;
	width:573px;
	height:401px;
	color:#1c2768;
	margin:2em;
	padding:0em;
	background-color:inherit;
	border:1px solid #eeefef;
	float:left;
}
										* html #content {
											height:381px;
											margin:2em 2em 2em 1em;
										}
#content a {
	color:#5493ad;
	background-color:inherit;
}
#content a:hover {
	color:#4570ba;
	background-color:inherit;
}
#content h1 {
	font-size:1.2em;
	margin:1em 1.25em auto 1.25em;
}
#content h2 {
	font-size:1em;
	margin:1em 1.25em auto 1.5em;
}
#content p, #content table {
	font-size:.8em;
	margin:1.25em 2em 2em 2em;
}
#content h3 {
	margin:1em auto 0em 1.5em;
	text-decoration:underline;
}
#content h4 {
	margin:1em auto 0em 1.5em;
	}
#content blockquote {
	font-size:.8em;
	margin-top:1.5em;
	padding-left:1em;
	padding-right:20em;
	font-style:italic;
	letter-spacing:.1em;
}
#content em {
	font-size:.8em;
	color:#444;
	background-color:inherit;
	letter-spacing:.1em;
}
#content table th {
	font-weight:700;
}

/* Scrolltext (Vita) */

#box {	/*textbereich in der vita, verdeckt den bereich "content", positionierung von demo und galerie*/
	position:relative;
	top:0px;
	left:0px;
	height:402px;
	width:573px;
	overflow:hidden;
	background-color:inherit;
}
#scrolltext {	/*scrollender textbereich in der vita, liegt ÜBER den Pfeilen, deshalb Breite wichtig */
	font-size:12px;
	position:absolute;
	color:#1c2768;
	background-color:inherit;
	clip:rect(0 557px 402px 0);
}
#pfeile {
	width:16px;
	height:402px;
	float:right;
}
#up {
	cursor:pointer;
	cursor:hand;
}
#down {
	margin-top:370px;
	cursor:pointer;
	cursor:hand;
}
										* html #down, *:first-child+html #down {
											margin-top:367px;
										}

/* Rechte Box */

#rechtsbox {
	width:248px;
	height:370px;
	color:black;
	background-color:inherit;
	border:1px solid #eeefef;
	margin:2em 0 2em 0;
	padding:1em;
	float:left;
}
#rechts {
	font-size:1em;
	width:287px;
	height:436px;
	color:#1c2768;
	background-color:inherit;
	border-left:1px solid #eeefef;
	padding:1em;
	float:left;
}
#rechts h1 {
	font-size:1em;
	margin:1em;
}
										* html #rechts h1 {
											margin-top:2em;
										}
#rechts p, rechts table {
	font-size:.8em;
	margin:1.33em 1.33em auto 1.33em;
}
#text {
	text-align:right;
	margin-right:20px;
}
#text a, p a {
	color:#5493ad;
}

/* Galerie */

.galeriecontainer {	/* hierin, statt zum Browserrand, werden die Bilder absolut positioniert */
	position:absolute;
	background-color:none;
	margin:2em;
	padding:0em;
}

#galerie {	/* Bildkasten */
	margin:0em;
	border:solid 1px #eeefef;
	width:573px;
	height:402px;
	padding:1px;
	float:left;
	color:#1c2768;
	background:#fff url(images/kk13.jpg) center no-repeat;
}
#galerie-neu {	/* Bildkasten */
	margin:0em;
	border:solid 1px #eeefef;
	width:573px;
	height:402px;
	padding:1px;
	float:left;
	color:#1c2768;
	background:#fff url(images2010/kk07.jpg) center no-repeat;
}
										* html #galerie {
											background-color:none;
											border:none;
										}
#galerie p {
	font-size:.8em;
	margin:1.25em 2em 2em 0em;
	color:#5493ad;
}

									* html #galerie-neu {
											background-color:none;
											border:none;
										}
#galerie-neu p {
	font-size:.8em;
	margin:1.25em 2em 2em 0em;
	color:#5493ad;
}
#jw-player {
	margin:10px;
}
#thumbs {	/* der Kasten für die Thumbnails/Links */
	width:230px;
	height:384px;
	float:left;
	margin-left:640px;
	border:1px solid #eeefef;
	padding:10px;
	margin-top:-2px;
}
										* html #thumbs {
											margin:0 0 0 320px;
											border:1px solid #eeefef;
											padding:10px;
										}
#thumbs img {	/* das Bild das beim Mouseover aufgeht */
	width:auto;
	height:auto;
}
#thumbs img#quer {
	width:auto;
	height:auto;
}
#thumbs img#thumb {	/* die Thumbnails/Links */
	height:auto;
	width:auto;
	float:left;
	margin-right:10px;
	margin-bottom:8px;
}
#thumbs img#thumbdrei {
	height:auto;
	width:auto;
	float:left;
	margin-right:0px;
	margin-bottom:8px;
}
#thumbs p {
	color:green;
	text-align:bottom;	
	
}
#link a:hover {	/* Pure CSS Popups - IE Bug-Fix, siehe zB http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp oder http://www.quirksmode.org/css/ie6_purecsspopups.html */
	border:none;
}
#link a span {	/* schaltet Bild im Normalzustand auf unsichtbar */
	display:none;
}
#link a:hover span {	/* schaltet Bild beim Mouseover auf sichtbar und positioniert das Bild */
	position:absolute;
	top:13px;
	left:13px;
	text-align:center;
	z-index:3;
	display:block;
	height:1px;
	width:552px;
	color:#000;
	background:none;
	border:none;
}

/* Navi */

#navi_content {
	font-size:1em;
	text-align:left;
	height:45px;
	background-color:#5493ad;
	display:block;
	clear:both;
	color:#fff;
	width:640px;
	margin-top:-3.8em;
}
											* html #navi_content, *:first-child+html #navi_content {
												overflow:hidden;
												margin-top:-2.8em;
											}
#navi_content ul li {
	font-size:1em;
	line-height:2.75em;
	font-family:arial, helvetica, sans;
	font-weight:100;
	letter-spacing:0.09em;
	text-align:left;
	background-color:none;
	margin-left:-.5em;
	margin-right:2.1em;
}
											* html #navi_content ul li {
												line-height:2.75em;
											}
#navi_content ul li {
	margin-right:2.15em;
}
#navi_content li, #navi_content li a {
	display:inline;
	color:#fff;
	background-color:none;
}
#navi_content li a:hover {
	color:#1c2768;
	background-color:none;
}

/* Footer */

#footer {
	font-size:1em;
	font-family:arial, helvetica, sans;
	text-align:left;
	width:960px;
	height:45px;
	color:#fff;
	background-color:#5493ad;
	display:block;
	margin-top:-1em;
}
										* html #footer {
											overflow:hidden;
											margin-top:0em;
										}
										*:first-child+html #footer {
											margin-top:0em;
										}
#footer ul li, #footer ul li a {
	font-size:1em;
	line-height:2.75em;
	font-weight:100;
	letter-spacing:0.143em;
	text-align:left;
	background-color:inherit;
	display:inline;
	clear:both;
	margin-left:-.3em;
}
#footer ul li#imp {
	margin-left:34.5em;
	margin-right:0;
}

#footer li a:hover {
	color:#1c2768;
	background-color:inherit;
}
#footer a {
	font-size:.8em;
	line-height:3em;
	margin-left:2.5em;
	color:#fff;
	background-color:none;
}
