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

@import url(header.css);
@import url(navigation.css);
@import url(main.css);
@import url(footer.css);
@import url(audio_myspace.css);





body {
	background-image:url(../bilder/BG.gif);
	background-repeat:repeat;
	background-attachment:fixed;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

img {
	border: 0 !important;
	} 


a:link {
	text-decoration:underline;
	color:#000;
}
a:visited {
	text-decoration:underline;
	color:#000;
}
a:hover {
	text-decoration: underline;
	color:#ee7f00;	

}
a:active {
	text-decoration: none;
	color:#000;
}








/* --- GRUND ELEMENTE ------------------------------------------------------------------------------------------------------------------- */

#header, #navigation, #main, #footer {
	width:900px;
	padding:0px;
	}
	
	

#hintergrund {
	width:940px;
	padding:0px;
	margin:0px;
	height:1000px;
	z-index:-100;
	position:absolute;
	top:-5px;
	left:-5px;
	overflow:hidden;
}
	



.luke-color {
	color:#ee7f00;
}

.at-color {
	font-size:0.8em;
	color:#777777;
}
