@charset "utf-8";
/*DAS CSS FÜR DIE ENGLISCHE SEITE*/
body{
	background: black; 
	font-family: Lucida Grande, Helvetica, Tahoma;


}

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

#rahmen_usr{
        width: 1300px;
        height: 900px;
        background: url(mat/background.jpg) no-repeat;
        margin: 5px auto;
}



#navi{
	width: 330px;
	height: 620px;
	float: left;
	margin-top: 120px;
        background: gree;
}

#navi ul{
	width: 290px;
	height: 590px;
	list-style-type: none;
	margin-top: 23px;
        background: yello;
}

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

#navi a{
	width: 300px;
	height: 45px;
	text-decoration: none;
	display: block;
	margin-left: -19px;
	margin-top: 18px;
        background: re;
	
}

#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: 519px;
	height: 460px;
	float: right;
	margin-top: 150px;
	margin-right: 40px;
	
}

#text{
	width: 484px;
	height: 460px;
	overflow: auto;
	padding: 0 25px 0 10px;
	color: white;
        background: yello;

}

#inhalt_usr{
    width: 900px;
    height: 600px;
    background: black;
    float: right;
    margin-top: 150px;
    margin-right: 40px;
}
#text_usr{
    width: 1000px;
    height: 600px;
    passing: 0 25px 0 10px;
    color: white;
    overflow: auto;
}
/*Bei 'Band' und 'Media' stehen die links mittig*/

.text_align_center{
	text-align: center;
}

/*Dicker Text*/

.text_dick{
	font-weight: bold;
}

/*der link 'neues'/'news' steht etwas weiter oben''''*/
#neues_link{
    background: yello;
    padding-bottom: 205px;
    width: 240px;
}

/*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: bold;
}

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

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



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

#links{
    background: yello;
    width: 740px;
    height: 200px;
    margin-top: 426px;
    margin-left: 11px;
}

#links a{
    background: yellowgree;
}

#de{
    float: left;
    width: 279px;
    height: 87px;
    margin-left: 160px;
}

#de:hover{
    background: url(mat/de_link.jpg) no-repeat;
}

#en{
    float: right;
    width: 268px;
    height: 133px;

}

#en:hover{
    background: url(mat/en_link.jpg) no-repeat;
}

#download{
    width: 140px;
    height: 120px;
    float: left;
    margin-left: 10px;
}

#ms{
    width: 232px;
    height: 77px;
    float: right;
    margin-top: 54px;
    margin-right: -83px;
    
}

#ms:hover{
    background: url(mat/ms_link.jpg) no-repeat;
}


.small{

    font-size: 0.7em;
}
