@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	overflow:scroll;
}


#content {
	background-image: url(bilder/content_hintergrund.png);
	background-repeat: repeat-x;
	
}

#adresse {
	display: block;
	margin-top: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #414141;
	margin-left: 15px;
}
#adresse a:link {
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-color: #414141;
	border-bottom-width: thin;
	color: #414141;
}
#adresse a:visited {
	text-decoration: none;
	color: #414141;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #414141;
}
#adresse a:hover {
	color: #0066CC;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #0066CC;
}
#adresse a:active {
	color: #000000;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
a:link {
	color: #0066FF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0066FF;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: underline;
	color: #333333;
}
#photos {
	text-align: center;
}


#photos img {
	margin: 13px;
	cursor: pointer;
	border: thin solid #CCCCCC;
}

