/* allgemeine Angaben */
html, body, div, p, h1, h2, h3, ul, ol,
span, a, table, td, form, img, li {
   	margin: 0;
   	padding: 0;
   	font: normal 12px Verdana, Arial;
}
html, 
body {
	line-height: 110%;
	cursor: default;
	background: #FFF none;
	text-align: center;
}
img { 
	border: 0px; 
}
h1 {
	color: #CEE574;
	font: bold 20px Verdana, Arial;
	margin-bottom: 10px;
}
p {
	line-height: 18px;
}
a, a:visited {
	color: #32539F;
	text-decoration: none;
	line-height: 18px;
}
a:hover{
	text-decoration: underline;
}
#container {
	width: 640px;
	margin: 20px auto;
}
/* Navigation */
#navi { width: 640px; }
.link, .link:visited {
	float: left;
	display: block;
	width: 100px;
	padding: 6px 0 7px 0;
	text-align: center;
   	background-color: #7995D5;
	font: bold 14px Verdana, Arial;
	text-decoration: none;
	color: #FFF;
}
.link:hover {
	background-color: #FF9900;
	padding: 8px 0 5px 0;
}
.aktiv, .aktiv:visited {
	float: left;
	display: block;
	width: 100px;
	padding: 6px 0 7px 0;
	text-align: center;
   	background-color: #ACC742;
	font: bold 14px Verdana, Arial;
	text-decoration: none;
	color: #FFF;
}
.aktiv:hover {
	background-color: #FF9900;
	padding: 8px 0 5px 0;
}
#subnavi {
	height: 20px;
	padding-top: 8px;
	padding-left: 5px;
	color: #FFF;
	text-align: left;
	background-color: #ACC742;
}
#subnavi a, #subnavi a:visited {
	font: bold 12px Verdana, Arial;
	text-decoration: none;
	color: #FFF;
}
#subnavi a:hover {
	text-decoration: underline;
}
/* Content & Copyright */
#content {
	text-align: left;
	background-color: #F9F9F9;
	padding: 10px;
}
#copyright {
	font: normal 10 Verdana, Ariel;
	color: #CCC;
	text-align: right;
}
/* Fotogallerie */
#gallerie-uebersicht ul {
	list-style-type: disc;
}

#gallerie-uebersicht li {
	margin: 2px;
}
#gallerie-uebersicht a {
	color: black;
	text-decoration: none;
}
#gallerie {
	width: 100%;
	clear: both;
}
#gallerie ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#gallerie li {
	float: left;
	display: inline;
	margin: 2px;
	padding: 0px;
}
#gallerie a {
	border: 1px solid #FFF;
	display: block;
}
#gallerie a:hover {
	border: 1px solid #000;
}
#gallerie a img {
	border-width: 0px;
}	