a.nav {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	background-color: inherit;
}
a.nav#aktiv {
	text-decoration: none;
	color: #3399cc;
	font-weight: bold;
	background-color: inherit;
}
a.subnav {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	font-size: smaller;
	background-color: inherit;
}
a.subnav#subaktiv {
	text-decoration: none;
	color: #3399cc;
	font-weight: bold;
	background-color: inherit;
}
a:visited.nav {
	color: #666666;
	background-color: inherit;
}
a:visited.subnav {
	color: #666666;
	background-color: inherit;
}
html {
margin: 0px;
height: 100%;
width: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url("images/bg.jpg");
	background-repeat: repeat-x;
	text-decoration: none;
	text-align: center;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	color: inherit;
	}
div.nav{
font-size: medium;
	float: left;
	background-color: #cccccc;
	white-space: nowrap;
	color: white;
	border: 0px;
	margin: -20px 2px 2px -20px;
	padding: 4px;
}
div#content{
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
}
div.main{
	border: 2px solid #cccccc;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
	width: 800px;
	min-height: 400px;
	padding: 2px 2px 2px 2px;
	background-color: white;
	color: inherit;
	text-align: center;
	}
div.titel{
	text-align: center;
	background-color: transparent;
	color: Black;
}
img{
border: 0px;
}
table#gallery
{
  text-align: center;
  margin-left:auto;
  margin-right:auto;
}
td{
	border: 2px solid Gray;
}
td.nav{

	border: 0px;

}
tr.nav{

	border: 2px solid Black;

}
h1{
	font-size: medium;
	margin: 0px;
	padding: 0px;
	display: inline;
}
