html, body, div, ul, li ,img {
	margin:0;
	padding:0;
}


article, aside, figure, footer, header, hgroup,
menu, nav, section { display: block; }


/* Titelbild */
#title {
position:absolute;
background-color:#000000;
margin-left: 265px;
margin-top: 233px;
width:750px;
height:235px;
text-decoration:none;
}


/* Headerdatei-Layout */
#container {
background-color:#000000;
margin-left:auto;
margin-right:auto;
width:1280px;
}
#header {
	position: relative;
	background-color: #000000;
	width: 100%;
	height: 150px;
}
#cornerlogo {
	position: absolute;
	background-image: url("Bilder/logo_klein.png");
	margin-top: 30px;
	width: 348px;
	height: 110px;
}
#cornerlogo_text {
	position: absolute;
	margin-top: 130px;
	opacity: 0.7;
	width: 362px;
	height: 20px;
	margin-left: 8px;
	top: -1px;
	left: -1px;
}
p.cornerlogo_untertext {
	font-family: Helvetica, sans-serif;
	display: inline;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	color: #eeeeee;
}



/*Schriftarten */
p.gross {
	font-family: Helvetica, sans-serif;
	font-size: 22px;
	line-height: 35px;
	color: #fff;
	text-shadow: 5px 5px 10px rgba(10,10,10,0.3);
}
p.klein {
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	text-shadow: 5px 5px 10px rgba(10,10,10,0.3);
}
p.kleinlayer {
	background-color: rgba(153,153,153,0.3);
	width: 80px;
	border-radius: 2px;
	font-family: Helvetica, sans-serif;
	font-size: 24px;
	line-height: 20px;
	padding: 3px 3px;
	text-align: left;
	color: #fff;
	text-shadow: 5px 5px 10px rgba(10,10,10,0.3);
}
p.kleinbold {
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	line-height: 10px;
	font-weight: bold;
	color: #fff;
	text-shadow: 5px 5px 10px rgba(10,10,10,0.3);
}
h1 {
	font-family: Helvetica, sans-serif;
	font-size: 24px;
	line-height: 35px;
	font-weight: bold;
	color: #fff;
	text-shadow: 5px 5px 10px rgba(10,10,10,0.3);
}
ul.klein {
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	text-shadow: 5px 5px 10px rgba(10,10,10,0.3);
}
p.impressum {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #fff;
	text-shadow: 5px 5px 10px rgba(10,10,10,0.3);
}



/* Navigation */
.navigation {
	background-color: #000000;
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: auto;
	height: auto;
	margin-bottom: 10px;
}
.navigation  ul{
	list-style-type: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.navigation li {
	display: inline-block;
	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
	margin-left: 40px;
	text-shadow: 2px 2px 2px #111111;
}
.navigation a {
	text-decoration: none;
	color: #ffffff;
	opacity: 0.9;
	display: block;
	border-radius: 2px;
	padding: 1px;
	transition: .3s background-color;
}
.navigation a:hover {
	background-color: #999999;
	color: #ffffff;
}
.navigation a.active {
	background-color: #FF0000;
	opacity: 0.8;
	color: #ffffff;
	cursor: default;
}


/*Seitencontent */
#main-content {
position:relative;
background-color:#0C0;
width:1280px;
height: 700px;
padding-right:0px;
}
#start-main-content-bild {
	position: relative;
	background-image: url("Bilder/band.png");
	width: 1280px;
	height: 700px;
	padding-right: 0px;
	float: left;
}
.gallery {
	width: 1000px;
	top: 168px;
	background-color: #000;
	left: 133px;
	position: absolute;
}
.gallery ul {
	list-style: none;
}

.gallery li {
	float: left;
	margin: 10px;
	background-color: #000;
}


.gallery img {
	display: block;
	padding: 10px;
	border: 2px solid #333;
	box-shadow: 1px 1px 2px #333;
}

.gallery img:hover {
	border:2px solid #fff;
}



#gallery-main-content-bild {
	position: relative;
	width: 1280px;
	height: 700px;
	padding-right: 0px;
	float: left;
	overflow: hidden;
	background-color: #000;
}

#start-main-content-textfeld {
	position: absolute;
	background-color: rgba(128,0,0,0.5);
	border-radius: 18px;
	display: inline-block;
	width: 600px;
	height: 400px;
	padding-left: 10px;
	text-align: left;
	box-shadow: 5px 5px 20px #111111;
	left: 600px;
	top: 300px;
	visibility: inherit;
}
#content-left {
	postion: relative;
	background-color: #000000;
	width: 480px;
	height: 700px;
	float: left;
	position: relative;
}
#referenz-content-left-textfeld-01 {
	position: absolute;
	width: 400px;
	background-color: rgba(128,0,0,0.3);
	border-radius: 10px;
	padding-left: 30px;
	box-shadow: 5px 5px 20px #111111;
	left: 15px;
	top: 60px;
}
#content-right {
	postion: relative;
	background-color: #000000;
	width: 800px;
	height: 700px;
	float: left;
	position: relative;
}
#referenz-content-right-bild-01 {
	position: absolute;
	background-color: rgba(128,0,0,0.2);
	background-image: url("Bilder/sportlerball.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 500px;
	height: 293px;
	padding: 3px;
	border-radius: 5px;
	box-shadow: 5px 5px 20px #111111;
	left: 168px;
	top: 63px;
}
#referenz-content-right-bild-02 {
	position: absolute;
	background-image: url(Bilder/CD-Symbol.png);
	background-repeat: no-repeat;
	background-position: left;
	width: 216px;
	height: 200px;
	border-radius: 5px;
	left: 158px;
	top: 414px;
}
#referenz-content-right-text-01 {
	position: absolute;
	width: 305px;
	border-radius: 5px;
	box-shadow: 5px 5px 20px #111111;
	padding-left: 10px;
	background-color: rgba(153,153,153,0.2);
	left: 382px;
	top: 397px;
}
#kontakt-content-left-textfeld-01 {
	position: absolute;
	width: 400px;
	background-color: rgba(128,0,0,0.3);
	border-radius: 10px;
	padding-left: 30px;
	box-shadow: 5px 5px 20px #111111;
	left: 15px;
	top: 60px;
	padding-bottom: 30px;
}
#kontakt-content-right-bild-01 {
	position: absolute;
	background-color: rgba(128,0,0,0.2);
	background-image: url("Bilder/band_klein.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 201px;
	padding: 3px;
	border-radius: 5px;
	box-shadow: 5px 5px 20px #111111;
	left: 125px;
	top: 40px;
}
#kontakt-content-right-textfeld-01 {
	position: absolute;
	background-color: rgba(128,128,128,0.1);
	width: 550px;
	height: 205px;
	border-radius: 3px;
	box-shadow: 5px 5px 20px #111111;
}
#kontakt-content-right-text-01 {
	position: absolute;
	border-radius: 3px;
	text-align: left;
	left: 191px;
	top: 254px;
	width: auto;
}
#kontakt-content-right-text-02 {
	position: absolute;
	text-align: center;
	left: 370px;
	top: 254px;
}
#kontakt-content-right-text-03 {
	position: absolute;
	text-align: left;
	left: 450px;
	top: 252px;
}
#kontakt-content-right-bild-02 {
	position: absolute;
	background-color: rgba(128,0,0,0.2);
	background-image: url("Bilder/party_klein.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 145px;
	padding: 3px;
	border-radius: 5px;
	left: 125px;
	top: 460px;
}
#impressum-main-content-textfeld {
	position: absolute;
	background-color: rgba(51,51,51,0.7);
	border-radius: 5px;
	display: inline-block;
	width: 1226px;
	overflow: auto;
	text-align: left;
	box-shadow: 5px 5px 20px #111111;
	height: 658px;
	left: 14px;
	top: 14px;
	padding: 10px;
}


/*Fusszeile */
#footer {
	clear: both;
	width: 1280px;
	float: left;
}
#footer  ul{
	list-style-type: none;
	text-align: right;
	padding: 0px;
	margin: 0px;
	float: none;
	width: 100%;
}
#footer li {
	display: block;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#footer a {
	text-decoration: none;
	color: #fff;
	display: block;
	text-align: right;
	float: none;
}
