body {
	font-family: Harrington;
	background-image: url(bilder/background3.png);
	background-repeat: no-repeat;
	background-position: center; 
	background-size: 980px;
	text-align:center;
	margin-top: 40px;
}


#inhalt {
text-align:center;
margin-top:50px;
color:#FFFFFF;
font-family: Harrington;

}
/*test für andere link farben*/
a
{
        
        font-size: 12pt;
        text-decoration: none;
		color:#FFFFFF
}
a:link
{
        color: #FFFFFF;
}
a:visited
{
        color: #FFFFFF;
}
a:active
{
        color: #FFFFFF;
}
a:hover
{
		color:#C0C0C0;		
}




/*das ist nur für die Gallerie*/

.clear {clear:both;}

#gallery a {position:absolute;}

#gallery a img {border:none;}

#gallery a.show {z-index:500;}

#gallery .caption {
z-index: 600;
background-color: #000;
color: #fff;
height: 100px;
width: 100%;
position: absolute;
bottom: 0; }

#gallery .caption .content {margin:5px;}

#gallery .caption .content h3 {margin:0; padding:0; color:#1DCCEF; } 