@charset "utf-8";
body {
	background: #222222;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	text-align: justify;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

/* ~~ Element-/Tag-Selektoren ~~ */
ul, ol, dl {
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 15px 30px;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding: 0px 15px 0px 15px;
}

h1 {
	font-size: 15px;
}
a img {
	border: none;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

.container {
	width: 980px;
	background: #000000;
	margin: 0 auto;
	border-style: solid;
	border-width: 2px;
	border-color: #0066FF;
}

#overlay {
	position: relative;
}

#textbox {
	position: absolute;
	width: 750px;
	height: 530px;
	z-index: 2;
	left: 30px;
	top: 60px;
}

#textbox2 {
	position: absolute;
	width: 750px;
	height: 550px;
	z-index: 2;
	left: 30px;
	top: 40px;
}

.header {
	background: #000000;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 90px;
}

.footer {
	background: #000000;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 85px;
}

.navigation {
	float: right;	
}

.content {
	padding: 0px;
	width: 980px;
	height: 650px;
	background: #FFFFFF;
	background-image: url(images/startseite.jpg);
}

.overlay {
	background-color: #000000;
	background-image: url(images/background.jpg);
	overflow: auto;
	float: left;
}

.gallery {
	background-color: #000000;
	overflow: none;
	float: left;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
