html,body {
	margin: 0px;
	padding: 0px;
	background-color: #21416A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#container {
	width: 815px;
	margin: auto;
	background-image: url(../images/main.jpg);
}
#header {
	height: 134px;
}
#splash {
	background-image: url(../images/splash.jpg);
	height: 171px;
	width: 100%;
}

#menu {
	height: 34px;
}
#main {
	clear:both;
	height:100%;
	margin: 0px;
	background-image: url(../images/main.jpg);
}
#footer {
	clear:both;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 30px;
}

#links{
	float:left;
	width:577px;
	-width:576px;
	float:left;
	margin-bottom:1em;
	min-height:300px;
	-height:300px;
}
#rechts {
	float:right;
	width:238px;
	height:350px;
	background-image: url(../images/rechts-top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	color:#FFFFFF;
}
#divato{
	float:right;
	text-align:right;
	margin-bottom: 68px;
	width:238px;
	position:relative; bottom:68px;
}
.margin-links{
	line-height:20px;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 32px;
}
.margin-rechts{
	line-height:20px;
	margin-top: 30px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.id{
	font-size:10px;
}
a:link, a:visited {
	color: #515151;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #737766;
}
h1 {
	font-size:20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	color: #176FCE;
	font-weight: normal;
	padding-bottom:8px;
	border-bottom:#B0B0B0 1px solid;
}
h2 {
	font-size:20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	color: #FFFFFF;
	font-weight: normal;
	padding-bottom:8px;
	border-bottom:#6799BA 1px solid;
}
ul {
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 17px;
	list-style-image: url(../images/bullet.jpg);
}
li {
	margin: 0px;
	padding: 0px;
}

/* Gallery gedeelte */
#albumContainer {
	margin-top:20px;
	clear:both;
	width:100%;
}
#albumnav{
	text-align:right;
	float:right;
}
.fotocontainer {
	float: left;
	margin-right:20px;
	margin-bottom:20px;
}
img{ 
	border:0px;
}
