body {
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	background-color: gray;
	background-image: url(images/background.png);
	font-family: 'Arial';
	font-size: 12px;
	color: #000000;
}

#container {
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	padding: 20px;
	background-color: #FFFFFF;
	min-width: 800px;
	width: 80%;
	max-width: 950px;
	-moz-box-shadow:    0px 3px 10px 3px #808080;
	-webkit-box-shadow: 0px 3px 10px 3px #808080;
	box-shadow:         0px 3px 10px 3px #808080;
}


#header {
	text-align: center;
	font-size: 28px;
	font-family: 'Rufina', serif;
}

.divider {
	border: none;
	border-bottom: 2px solid #000000;
	width: 80%;
	margin: 5px auto 5px auto;
	clear: both;
}

#nav {
	position: relative;
	margin: 5px 5px 5px 5px;
	text-align: center;
}

#nav li {
	display: inline;
	list-style: none;
	list-style-type: none;
	margin: 0px 30px 0px 0px;
	font-family: 'Arial';
	font-size: 15px;
}


#nav li a:hover {
	color: #FF0000;
}

#nav li a:active {
	text-decoration: underline;
}

a {
	text-decoration: none;
	border: none;
	color: #000000;
}

a img {
	border: 0;
}

#content {
	min-height: 250px;
	max-width: 80%;
	position: relative;
	margin: auto auto auto 10%;
}

#links {
	float: left;
	width: 50%;
	height: 350px;
}

#rechts {
	float: right;
	width: 50%;
	height: 350px;
}

#startbild {
	float: right;
	height: 300px;
	margin: 22px auto auto auto;
}

#galerie {
	margin: 0px 0px 150px 0px;
}

h2 {
	font-size: 20px;
	text-align: left;
}

h3 {
	font-size: 15px;
	text-align: left;
}

#vita li {
	list-style: square;
	font-size: 13px;
	line-height: 1.5;
}

#footer a:hover {
	text-decoration: underline;
}

#footer {
	font-size: 12px;
	text-align: center;
}

#footer li {
	display: inline;
	list-style: none;
	list-style-type: none;
}

#imprint {
	width: 70%;
	text-align: left;
	margin: 30px auto 30px auto;
	font-size: 12px;
}

#imprint h1,h4,h5,h6 {
	font-size: 14px
}