@charset "utf-8";

body{
	background: black; 
	font-family: Arial, Helvetica, Microsoft Sans Serif;


}

#rahmen{
	width: 900px;
	height: 740px;
	background: url(mat/background.jpg);
	margin: 5px auto;
	font-size: 0.9em;
}



#navi{
	wdith: 240px;
	height: 350px;
	float: left;
	margin-top: 380px;
}

#navi ul{
	width: 197px;
	height: 312px;
	list-style-type: none;
	margin-top: 27px;
}

#navi li{
	height: 37px;
	width: 197px;
}

#navi a{
	width: 240px;
	height: 37px;
	text-decoration: none;
	display: block;
	margin-left: -19px;
	margin-top: 18px;
	
}

#navi li .linksfürhover:hover, #navi li .linksfürhover:active{
	background: url(mat/knopforange.png) no-repeat left;
	color: transparent;
}

#navi li a:link, #navi li a:visited{
	color: transparent;
}

.aktiverlink{
	background: url(mat/knopfgruen.png) no-repeat left;
}



#inhalt{
	width: 500px;
	height: 335px;
	float: right;
	margin-top: 320px;
	margin-right: 49px;
	
}

#text{
	width: 465px;
	height: 295px;
	overflow: auto;
	padding: 0 65px 0 10px;
	color: white;

}
/*Bei 'Band' und 'Media' stehen die links mittig*/

.text_align_center{
	text-align: center;
}

/*Dicker Text*/

.text_dick{
	font-weight: bold;
}
	
/*normale links im text*/
.link_normal:link, .link_normal:visited{
	color: white;
	text-decoration: underline;
}

.link_normal:hover, .link_normal:active{
	color: white;
	text-decoration: underline;
	font-weight: bolder;
}

.link_dick:link, .link_dick:visited{
	color: white;
	text-decoration: underline;
	font-weight: bold;
}

.link_dick:hover, .link_dick:active{
	color: white;
	text-decoration: underline;
	font-size: 1.1em;
	font-weight: bold;
}

@charset "utf-8";

#splash{
	background: url(mat/splashscreen_demo_download.jpg) no-repeat center; 
	width: 900px;
	height: 740px;
	margin: 5px auto;
	
}

#links{
	width: 530px;
	height: 70px;
	float: left;
	margin-top: 300px;
	margin-left: 180px;
}

.homepage{
	width: 280px;
	height: 70px;
	display: block;
	float: left;
}

.myspace{
	width: 250px;
	height: 70px;
	display: block;
	float: right;
}

#links .homepage:hover, #links .homepage:active{
	background: url(mat/websitelink.jpg) no-repeat;

}

#links .myspace:hover, #links .myspace:active{
	background: url(mat/myspacelink.jpg) no-repeat center;
}

.text_center{
	text-align: center;	
}



#cover-link > a{
	margin-top: 180px;
	float: right;
	margin-right: 25px;
}

