@charset "utf-8";
/* CSS Document */
<!--
/***** Copyright 2010 by sienc *****/
/*Layout*/
#container{
        width: 610px;
        height:500px;
		background:url(http://sienc.square7.ch/wei%C3%9F70pro.png) repeat;
		-moz-border-radius: 20px; 
		-khtml-border-radius: 20px;
		margin:0 auto;
		color:black;
		font-family:Verdana, Geneva, sans-serif;
	
}
#header {
        width: 610px;
		height:20px;
        margin-top:-200px; 
		margin:0 auto;
}


.designContainer {
	width: 600px;
	height:400px;
	overflow:auto;
	margin:0 auto;
	margin-top:30px;
}
/*Hintergrund*/
body{background:url(http://sienc.square7.ch/cooleshintergrundbild.jpg) repeat ; background-position: ; background-attachment:fixed ;}

/*Überschrift h1*/
h1{font-family: arial;font-size: 13px;color:black;text-transform:uppercase;text-shadow:grey 1px 1px 2px;}

/*Titel der Homepage*/
b {font-family: arial;font-size: 16px;color:black;text-transform:uppercase;text-shadow:grey 1px 1px 2px;}
b:hover {color:white;text-shadow:black 0px 0px 3px;}

/*Links für Navileiste*/
a.navi:link{font-size: 12px;color:black;text-shadow:grey 1px 1px 2px;}
a.navi:visited{color:white;}
a.navi:active{color:#000000;}
a.navi:hover{color:white;text-shadow:black 0px 0px 3px;}

/*Links für Playlist*/
a.play:link{font-size: 12px;color:black;text-shadow:red 0px 0px 3px;}
a.play:visited{color:white;}
a.play:active{color:#000000;}
a.play:hover{color:white;text-shadow:black 0px 0px 3px;}
-->


