body {
}

#header {
	color: #fff;
	font-size: 26px;
	text-align: center;
	text-shadow:3px 3px 3px #717171;
	background-color: 11175e;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	-moz-box-shadow: 10px 10px 25px #888;
	-webkit-box-shadow: 10px 10px 25px #888;
	box-shadow: 10px 10px 25px #888;
	padding-top:5px;
	padding-bottom:2px;
}

#menu {
	text-align: center;
	background-color: 11175e;
	color: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	-moz-box-shadow: 10px 10px 25px #888;
	-webkit-box-shadow: 10px 10px 25px #888;
	box-shadow: 10px 10px 25px #888;
	padding-bottom:5px;
}

#Hauptseite {
	margin-left:10px;
	margin-right:10px;
	margin-top:20px;
}

#content {
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	padding-top: 5px;
	padding-left:5px;
	padding-right:5px;
	text-align: center;
	background-color: #fff;
	-moz-box-shadow: 10px 10px 25px #888;
	-webkit-box-shadow: 10px 10px 25px #888;
	box-shadow: 10px 10px 25px #888;
}

.navigation {
	float:left;
	width:100%;
}


#album {
	width: 400px;
	float: left;
	margin: 5px;
}

.thumb {
	height: 166px;
	width: 166px;
	float : left;
	overflow : hidden;
	text-align: center;
	vertical-align: middle;
}

#login {
	text-align:center;
	padding-top:15px;
	padding-bottom:3px;
}

#hinweis {
	text-align:center;
	background-color:#ffbf00;
	color:#000000;
	margin-top:5px;
	margin-bottom:5px;
}

#content img {
	border: 0px;
	margin: 5px;
	-moz-box-shadow: 5px 5px 10px #888;
	-webkit-box-shadow: 5px 5px 10px #888;
	box-shadow: 5px 5px 10px #888;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#menu a {
	color: #fff;
}
