* {
	margin:0;
	padding:0;
	line-height:1em;
	border:none;
	text-decoration:none;
	color:#FFF;
	}

body {
	background:#000 url("../gfx/film5.jpg") no-repeat 0 100px;
	}

h1 {
	padding:0 0 17px 0;
	}
p {
	line-height:1.2em;
	margin:0 0 1.8em 0;
	}
a {
	color:#fcff00;
	}
	a:hover {	color:#FFF; }
adress {
	font-style:italic;
	}
em {
	font-weight:bold;
	color:#000;
	background:#ffdf09;
	}

#header {
	font-family:"Century Gothic", Arial, "Gill Sans";
	text-transform: uppercase; 
	position:fixed;
	top:0;
	left:0;
	z-index:3;
	width:100%;
	padding:20px 0 0 20px;
	background:#000;
	}
	#header h1 {
		padding:0 0 5px 0;
		}
		#header h1 a { color:#13afb9; }
		#header h1 a:hover { color:#FFF; }
	#header h3 {
		float:left;
		margin-right:30px;
		}
		#header h3 a, #header h3 div {
			color:#d5004e;
			}
			#header h3 a:hover, #header h3 div:hover {
				text-decoration:underline;
				color:#FFF;
				}
#content {
	width:10000px;
		font-family:"Lucida Sans Typewriter", "American Typewriter", "Century Gothic", Arial, "Gill Sans";
	}
	#content div {
		position:absolute;
		padding-top:180px;
		top:0;
		}
		#content #index {
			left:0;
			}
			#content #index  a {
				position:absolute;
				top:610px;
				left:760px;
				background:#d5004e;
				padding:5px 10px;
				text-transform: uppercase; 
				color:#FFF;
				font-family:"Century Gothic", Arial, "Gill Sans";
				}
				#content #index a:hover {
					color:#000;
					}
				#credits{
					font-size:0.8em;
					background:#000;
					border:1px solid #FFF;
					border-top:none;
					color:#FFF;
					padding:5px 10px;
					width:315px;
					margin:175px 0 0 330px;
					z-index:55;
					font-family:"Century Gothic", Arial, "Gill Sans";
					}
					#credits a {
						color:yellow;
						}
						#credits a:hover {
							text-decoration:underline;
							}
					#mail_mail {
						font-size:1em;
						background:#000;
						border:4px solid yellow;
						color:#FFF;
						padding:5px 10px;
						z-index:55;
						font-family:"Lucida Sans Typewriter", "American Typewriter", "Century Gothic", Arial, "Gill Sans";	
						width:230px;
						}
					#credits em {
						background:#000;
						font-size:1.4em;
						}
						#credits em a { color:yellow; } 
						#credits em a:hover {	color:white; }
		#content #om {
			left:1080px;
			width:510px;
			padding-left:380px;
			padding-top:230px;
			}
		#content #alfred {
			left:2780px;
			width:530px;
			margin-top:0px;
			padding-left:330px;
			}
		#content #gitarposter {
			left:4220px;
			width:310px;
			padding-top:310px;
			padding-left:280px;
			
			}
			#content #gitarposter h2 {
				font-size:2.4em;
				color:#000;
				}
		#content #gitar {
			left:4500px;
			width:480px;
			padding-top:210px;
			padding-left:420px;
			}
		#content #kontakt {
			left:7680px;
			padding-left:320px;
			width:800px;
			}

			#kontakt input, #kontakt textarea  {
				font-family:"Lucida Sans Typewriter", "American Typewriter", "Century Gothic", Arial, "Gill Sans";
				font-size:1.3em;
				padding:2px;
				border:1px solid #000;
				color:#000;
				}
				#kontakt input:focus, #kontakt textarea:focus  {
					border:3px solid yellow;
					padding:0;
					}




.samplebox {
padding: 5px;
border: 5px solid yellow;
background-color: #000;
width: 200px;
display: none;
}
.samplebox i {
	color:#d5004e; 
	}
.samplebox a {
	color:yellow;}
	.samplebox a:hover {	color:#FFF; }

