@charset "utf-8";
/* CSS Document */

body {
	background-color: #2d2d2d;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
}
img
{  border-style: none;
}
#beta {
	height: 140px;
	width: 140px;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: -100;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 1211px;
	height: 820px;
	margin-top: 100px;
}
#navigation {
	width: 100%;
	float: left;
	height: 50px;
	margin-bottom: 10px;
}
#navigation a {
	background-image: url(images/nav-sprite.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 163px;
	display: inline-block;
}
#navigation a:hover {
	background-position: 0px -50px;

}
ul {
	margin: 0px;
	padding: 0px;
}

li {
	padding: 0px;
	display: inline;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	float: left;
}

#banner {
	float: left;
	width: 1200px;
	margin-left: 5px;
	height: 560px;
	margin-bottom: 10px;
}
#logo {
	float: left;
	height: 84px;
	width: 410px;
	margin-right: 10px;
	margin-left: 5px;
}

#vader {
	float: left;
	height: 82px;
	width: 410px;
	margin-right: 10px;
	box-shadow: inset 0 0 5px rgba(0,0,0,1);
	background-color: #161616;
	border: 1px solid #111111;
}
#darthvader {
	position: relative;
	z-index: 100;
	width: 160px;
	height: 150px;
	left: 250px;
	bottom: 67px;
}
#slogon1 {
	height: 28px;
	width: 230px;
	position: relative;
	z-index: 200;
	right: 155px;
	bottom: 108px;
}
#slogon2 {
	height: 28px;
	width: 225px;
	position: relative;
	z-index: 200;
	bottom: 115px;
	left: 70px;
}
#networks-links {
	float: left;
	height: 84px;
	width: 360px;
}
#icons {
	float: left;
	height: 47px;
	width: 100%;
}
#uebermich {
	width: 450px;
	font-size: 14px;
	text-align: justify;
}
#krebsmithaeppyend {
	width: 375px;
	font-size: 14px;
	text-align: justify;
}
#projekt2 {
	width: 350px;
	font-size: 14px;
	text-align: justify;
}
#projekt3 {
	width: 380px;
	font-size: 14px;
	text-align: justify;
}
#links {
	width: 820px;
	font-size: 14px;
	text-align: justify;
}

#medien {
	width: 530px;
	font-size: 14px;
	text-align: justify;
}

#kontakt {
	width: 530px;
	font-size: 14px;
	text-align: justify;
}




#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
	text-shadow: 1px 1px 1px #000;
	float: left;
	width: 100%;
	margin-top: 2px;
}

#icons li {
	padding: 0px;
	display: inline;
	margin-right: 8px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sitemap {
	float: left;
	width: 100%;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 11px;
	text-shadow: 1px 1px 1px #000;
}
#sitemap li {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	padding: 0px;
}

#sitemap a {
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 5px;
}
#sitemap a:hover {
	color: #ac9961;
	text-decoration: none;
}

#icons a:hover {
	background-position: 0px -47px;
}

#pinterest a {
	background-image: url(images/pinterest-logo.png);
	background-repeat: no-repeat;
	height: 47px;
	width: 46px;
	display: inline-block;
	text-indent: -9999px;
}
#facebook a {
	background-image: url(images/facebook-logo.png);
	background-repeat: no-repeat;
	height: 47px;
	width: 46px;
	display: inline-block;
	text-indent: -9999px;
}


#soundcloud a {
	background-image: url(images/soundcloud-logo.png);
	background-repeat: no-repeat;
	height: 47px;
	width: 46px;
	display: inline-block;
	text-indent: -9999px;
}
#youtube a {
	background-image: url(images/youtube-logo.png);
	background-repeat: no-repeat;
	height: 47px;
	width: 46px;
	display: inline-block;
	text-indent: -9999px;
}
#spotify a {
	background-image: url(images/spotify-logo.png);
	background-repeat: no-repeat;
	height: 47px;
	width: 46px;
	display: inline-block;
	text-indent: -9999px;
}

.input {
	height: 50px;
	width: 163px;
	background-image: url(images/nav-sprite.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #CCC;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	text-shadow: 2px 2px 2px #000;
	
	background-color: #171717;
}
.input:hover {
	background-position: 0px -50px;
}
.image-right {
	float: right;
}
