	* { margin: 0; padding: 0; }
	
	body
	{
	font: 15px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #1F1C1C;
	background-image:url(../images/noten_hand.gif);
	background-repeat: no-repeat;
	background-position:bottom left;
	background-attachment: fixed;
    }
	#head
	{
	margin: 30px auto 0px auto;
	width: 900px;
	height: 140px;
	background-image:url(../include/head3.png);
    }
	#footer
	{
	margin: 0px auto 30px auto;
	padding: 15px;
	font: 90% arial, hevetica, sans-serif;
	background-image: url(../include/footer.gif);
	color: #FFFFFF;
	text-align: center;
	width: 870px;
	height: 10px;
	clear:both;
	}
	br {
	line-height: 80%;
}

	dl {

	float: right;
	margin: 0 0 1em 1em;
	text-align: center;
	font-size: 12px;

	}
	
	.mailto {
	color: #000000;
	padding-left: 20px;
	background-image: url(../images/letter.gif);
    background-position: center left;
    background-repeat: no-repeat;
	}

/*PDF-Links*/	

	a[href$=".pdf"] {
    padding-left: 20px;
    background-image: url(../images/pdf2.gif);
    background-position: center left;
    background-repeat: no-repeat;
}

/*Links generell*/	
	a:link {
	color: #FFFFFF;
	font-style:italic;
}
	a:visited {
	color: #999999;
	font-style:italic;

}
		a:hover, a:active
	{
	color: #000000;
	text-decoration: underline;
	font-style:italic;
	}

/*Links mit image*/	
	a:link.text {
	color: #FFFFFF;
	font-style:italic;
	padding-left: 15px;
	background-image: url(../images/link.gif);
	background-position: center left;
	background-repeat: no-repeat;
}
	a:visited.text {
	color: #999999;
	font-style:italic;
	padding-left: 15px;
	background-image: url(../images/link.gif);
	background-position: center left;
	background-repeat: no-repeat;
}
		a:hover.text, a:active.text
	{
	color: #000000;
	text-decoration: underline;
	font-style:italic;
	padding-left: 20px;
	background-image: url(../images/link.gif);
	background-position: center left;
	background-repeat: no-repeat;
	}

a:link.pdf {
	color: #FFFFFF;
	font-style:italic;
	padding-left: 30px;
	background-image: url(../images/pdf2.gif);
	background-position: center left;
	background-repeat: no-repeat;
}
	a:visited.pdf {
	color: #999999;
	font-style:italic;
	padding-left: 30px;
	background-image: url(../images/pdf2.gif);
	background-position: center left;
	background-repeat: no-repeat;
}
		a:hover.pdf, a:active.pdf
	{
	color: #000000;
	text-decoration: underline;
	font-style:italic;
	padding-left: 30px;
	background-image: url(../images/pdf2.gif);
	background-position: center left;
	background-repeat: no-repeat;
	}
a:link.mp3 {
	color: #FFFFFF;
	font-style:italic;
	padding-left: 30px;
	background-image: url(../images/mp3.png);
	background-position: center left;
	background-repeat: no-repeat;
}
	a:visited.mp3 {
	color: #999999;
	font-style:italic;
	padding-left: 30px;
	background-image: url(../images/mp3.png);
	background-position: center left;
	background-repeat: no-repeat;
}
		a:hover.mp3, a:active.mp3
	{
	color: #000000;
	text-decoration: underline;
	font-style:italic;
	padding-left: 30px;
	background-image: url(../images/mp3.png);
	background-position: center left;
	background-repeat: no-repeat;
	}


/*Links Navi*/	
	a:link.navi {
	color: #FFFFFF;
	font-style: normal;
}
	a:visited.navi {
	color: #999999;
	font-style: normal;

}

		a:hover.navi, a:active.navi
	{
	color: #000000;
	font-style: normal;

	}
	
	li {
	list-style-type: none;
	}
		
	h1	{
	color: #ff9900;
	font: 220% Verdana Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 25px 0 10px 0;
	}
	h2
	{
	color: #ff9900;
	font: 120% Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 20px 0 7px 0;
	}
		
	h3
	{
	color: #ff9900;
	font: 106% Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 15px 0 5px 0;
	}
	
	h4
	{
	color: #CCCCCC;
	font: 106% Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 15px 0 15px 0;
	}
	


	h5
	{
	color: #CCCCCC;
	font: 70% Georgia, "Times New Roman", Times, serif;
	margin: 10px 0 10px 0;
	}
	
	h6
	{
	color: #CCCCCC;
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0px 20px 0px;
	}
	
	#container
	{
	margin: 0em auto;
	width: 876px;
	color: #FFFFFF;
	background-color:#3990ed;
	border: 12px solid;
	border-color: #0000FF;
	min-height: 550px;
	height: auto;
	}
		
	.contents 
	{ 
		margin: 60px 0 20px 230px; 
		padding: 0 50px 20px 20px;
		width: auto;
		list-style-position: outside;
	}

		
		
	#contents 
	{ 
		margin: 40px 50px 50px 50px; 
		padding: 20px;
		width: auto;
		list-style-position: outside;
	}

		.imagefloatrechts
		{
		float: right;
		padding : 3px;
		border : 1px solid #999999;
		margin : 0 -10px 15px 15px; 
		z-index: 2;
		}
		.imagefloatrechtsohne
		{
		float: right;
		padding : 3px;
		margin : 0px -10px 15px 15px; 
		z-index: 2;
		}

		.imagefloatlinks
		{
		float: left;
		padding : 3px;
		border : 1px solid #999999;
		margin : 0px 15px 15px -10px; 
		z-index: 2;
		}
		.imagefloatlinksohne
		{
		float: left;
		padding : 3px;
		margin : 0px 15px 15px -10px; 
		z-index: 2;
		}
		
		.linie
		{
		margin: 5px 0;
		width: auto;
		text-align: center;
		}

		#linkespalte {
		float: left;
		padding: 5px;
		margin: 5px;
		width: 300px;
		}
		#rechtespalte {
		float: right;
		padding: 5px;
		margin: 5px;
		width: 300px;
		}
				
		.infokasten	{
		float: left;
		margin: 50px 30px 0 10px;
		width: 210px;
		}
		
		.spruchtitel {
		background: #ff9900;
		color: #1276e1;
		padding: 0 0 2px 10px;
		line-height: 25px;
		font: 12px;
		font-weight: bold;
		border-top: 4px solid #1276e1;
		border-bottom: 1px solid #1276e1;
		}
				
		.spruch {
		background: #eeeeee;
		padding: 15px 7px 20px 8px;
		color: #353535;
		font: 85% Verdana, Arial, Helvetica, sans-serif;
		border-left: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
		margin: 0 0 10px 0;
		}
		
		
		.gbstart {
		color: #CCCCCC;
		font-weight: bold;
		}
		.klammer {
		color:#CCCCCC;
		font: 75% Verdana, Arial, Helvetica, sans-serif;		
		}
		
		.betont {
		color: #CC9933;
		font: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		}
		.dunkel {
		color: #353535;
		font-weight: bold;
		}
		
		.infobox {
		text-align: center;
		padding: 0;
		margin: 20px 10px 10px 10px;
		width: 188px;
		}
		
		.titeltabelle	{
		background-color:#0000FF;
		border-width:1px;
		border-color:#ffffff;
		border-style:dotted;
		padding: 5px;
		color: #CC9933;
		font-weight: bold;		
		}
		
		
		.zellentabelle	{
		border-width:1px;
		border-color:#ffffff;
		border-style:dotted;
		padding: 5px;
		}

	#contents p 
	{
		line-height: 130%; 
		margin: 0px 0px 5px 0px;
	}
	.clear	{
		clear: both;
	}

/*Navigation*/	
	.container_navi {
    margin: 0px auto 0px auto;
	max-height: 0px;
	width: 876px;
	border: 12px solid #0000ff;
	border-bottom: 20px solid #0000ff;
	z-index:3;
	}	 
	
	ul#topnav {
	margin: 12px 0 0 0 ;
	padding: 0 0 4px 38px;
	float: left;
	width: 838px;
	position: relative; 
	top: -50px;/*--Set relative positioning on the unordered list itself - not on the list item--*/
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #3990ed;
}
ul#topnav li {
    float: left;
	margin: 0; padding: 0;	
	border-top: 4px solid #3990ed;

}

ul#topnav li a {
	padding: 5px 10px;
    display: block;
	text-decoration: none;
	color:#ffffff;
}

ul#topnav li:hover {

	border-top: 4px solid #ffffff;
	cursor: pointer;
}

/*--Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav--*/

/* Im IE-CSS anders!*/	 
ul#topnav li span {
	float: left;
	padding: 12px 0;
	position: absolute;
	left: 0;
	display: none; /*--Hide by default--*/
	width: 876px;
	font-weight: normal;
	font-size: 100%;
}

ul#topnav li:hover span { display: block; } /*--Show subnav on hover--*/
ul#topnav li span a { display: inline; } /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
ul#topnav li span a:hover { text-decoration: underline; cursor: pointer; }


/* Kommentar-Script */
table.formular, p.anzahl-antworten, p.fehler, p.danke{font-family:arial,sans-serif;}
p.fehler{color:#CC9933;}
p.danke{color:#FFFFFF;
}


/* Formular */
.vabb{vertical-align:bottom;} 
.scode{border:0;width:120px;height:50px;display:inline;float:left;}
.cap{width:45px;margin-top:5px;}


/* KommentarTemplate 1  */
#commentlist {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:10px 0 20px;
	position:relative;
	color:#111111;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	text-align:left;
	}
#commentlist li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	}
.commentauthor {
	color:#CC9933;
	font-size:1.0em;
	font-weight:bold;
	}
.small {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1.5em;
	}
.comment-meta {
	color:#CCCCCC;
	display:block;
	padding:2px 0 2px 0px;
	}
.comment-content {
	color:#FFFFFF;
	text-align:left;
	}
#commentlist li .comment-content {
	font-size:1.0em;
	line-height:1.0em;
	}
.comment-content a {
	color:#CC9933;
	text-decoration:none;
	}

/* Ende Kommentar-Script */



/*Gästebuch-CSS*/

div.gb             { margin: 0px 100px 20px 100px; border: 1px solid #ffffff; line-height: 19px; }
#author            { margin: 0px 100px 0px 100px; padding: 1px 10px 1px 10px; border: 1px solid #ffffff; background: #1276e1; }
#nav               { margin: 0px 100px 20px 100px;font-style: bold; padding: 0px -10px 0px 0px;}
#entry			   { margin: -1px 100px 20px 100px; padding: 12px 10px 0 10px; border: 1px solid #ffffff; line-height: 19px; } 
p.entry            { font-style:normal; color:#ffffff; margin: 10px; padding:0; }
p.comment          { padding: 5px 0 5px 0; font-style:italic; color:#606060; }
#admin             { margin: 0px 100px 20px 100px; text-align:right; }
p.admin span       { font-size:0.82em; }
p.gb-browse        { padding: 0px 100px 0px 100px; text-align: right; font-weight: bold; }
.caution           { font-weight:bold; color:#000000; }
.small             { font-size:0.6em; line-height:1.19em; }
p.small            { font-size:0.6em; }
input.button       { width:45px;  font-size: 11px; font-weight:normal; margin: 10px 0px 5px 0px; }
div.gb #preview    { border:1px dotted red; max-width:41em; padding:10px 10px 0 10px; }
div.gb #footer     { margin-top:3em; font-size:0.69em; line-height:1.19em; color:#808080; }
div.gb #footer a   { color:#808080; }

	div.gb a:link  {
	color: #FFFFFF;
	font-style: normal;
}
	div.gb a:visited {
	color: #999999;
	font-style:italic;

}
		div.gb a:hover, div.gb a:active	{
	color: #000000;
	text-decoration: underline;
	font-style:italic;
	}

	.small a:link  {
	color: #FFFFFF;
	font-style: normal;
}
	.small a:visited {
	color: #999999;
	font-style:italic;

}
		.small a:hover, .small a:active	{
	color: #000000;
	text-decoration: underline;
	font-style:italic;
	}

	.gb-browse a:link  {
	color: #FFFFFF;
	font-style: normal;
}
	.gb-browse a:visited {
	color: #999999;
	font-style:italic;

}
		.gb-browse a:hover, .gb-browse a:active	{
	color: #000000;
	text-decoration: underline;
	font-style:italic;
	}
/* Ende Gästebuch CSS */



/*Lightbox 2.04 CSS*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(lightbox2_04/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox2_04/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/*Suchfeld*/
em {
	font-weight: bold;
	font-style: normal;
}

#output a {font-weight: normal;}

.searchword  {color: #cc9933; }
.searchword0 {color: #cc9933; }
.searchword1 {color: #cc9933; }
.searchword2 {color: #cc9933; }
.searchword3 {color: #cc9933; }
.searchword4 {color: #cc9933; }
.searchword5 {color: #cc9933; }
.searchword6 {color: #cc9933; }

.mod {display: block; font-size: .8em; margin: 0px 0px 15px 0px}

#searchfooter {
font-size: .8em;
margin-top: 1em;
}
/* always visible */
#outer .holder {}
#outer .holder p {}
#outer .holder br {}
#outer .holder p.bold {font-weight:bold;}
#outer .holder h2 {margin:0; padding:0;}

/* unclicked style div.more */
#outer div.more i {margin-right:-10px 10px 0 0; cursor:pointer; color:#999999; font-weight:bold;}
#outer div.more i.hide {display:none;}
#outer div.more a.hide {display:none;}
#outer div.more table.hide {display:none;}
#outer div.more h1.hide {display:none;}
#outer div.more h2.hide {display:none;}
#outer div.more h3.hide {display:none;}
#outer div.more h4.hide {display:none;}
#outer div.more h5.hide {display:none;}
#outer div.more h6.hide {display:none;}
#outer div.more p {display:none;}
#outer div.more a {display:none;}
#outer div.more br {display:none;}
#outer div.more strong {display:none;}
#outer div.more table {display:none;}
#outer div.more h1 {display:none;}
#outer div.more h2 {display:none;}
#outer div.more h3 {display:none;}
#outer div.more h4 {display:none;}
#outer div.more h5 {display:none;}
#outer div.more h6 {display:none;}
#outer div.more img {display:none;}

/* clicked style div.click */
#outer div.click i.show {display:none;}
#outer div.click i.hide {display:block;}
#outer div.click h1.hide {display:block;}
#outer div.click h2.hide {display:block;}
#outer div.click h3.hide {display:block;}
#outer div.click h4.hide {display:block;}
#outer div.click h5.hide {display:block;}
#outer div.click h6.hide {display:block;}
#outer div.click a.hide {display:inline;}
#outer div.click table.hide {display:inline;}
#outer div.click p {display:inline;}
#outer div.click br {display:inline;}
#outer div.click strong {display:inline;}
#outer div.click h1 {display:block;}
#outer div.click h2 {display:block;}
#outer div.click h3 {display:block;}
#outer div.click h4 {display:block;}
#outer div.click h5 {display:block;}
#outer div.click h6 {display:block;}
#outer div.click a {display:inline;}
#outer div.click table {display:inline;}
#outer div.click img {display:block; float:left; padding-right:10px;}
