@font-face {  
	  font-family: spezialUeberschrift;  
	  src: url( /font/segoepr.ttf ) format("truetype");  
	}  
	 
	/* Then use it like you would any other font */  
	.yourFontName { font-family: yourFontName , verdana, helvetica, sans-serif;  
	}  

html, body, div, p, h1, h2, h3, ul, ol, 
span, a, table, td, form, img, li {
   margin: 0;
   padding: 0;
   font-family:  "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
   font-size: 100.01%
}

#global {

	width: 780px;
	margin-left: auto;
	margin-right: auto;
	

}
#inhalt {
	position:relative;
	left:100px;
	width: 600px;
	}
#menu {
	position: fixed;
	top: 30px;
	
	width: 70px;
	padding-right: 10px;
	text-align: right;
	border-right:1px dotted black;	
	
}
body {
	background-color: #e2d2ab;
	background-image:url(bilder/kachel.jpg);
	
	}


a {
	color:#cc2c35;
	text-decoration: none;	
}
a:hover {
	color: #000;
}
#info, #kontakt, #hoeren, #sehen, #konzerte {
	margin-top: 20px;
	font-size: 12px;
	margin-bottom: 20px;
}
#info p {
	text-align: justify;
}
h1, #kontakt h1, #hoeren h1, #sehen h1, #konzerte h1 {
	font-family: spezialUeberschrift, "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;


}
h1 {	font-size: 25px;
	letter-spacing: 0px;
	
	
}
#kontakt h1, #hoeren h1, #sehen h1, #konzerte h1 {
	margin-top: 30px;
	margin-bottom:0px;

}
h2 {
	font-size: 12px;
	margin-bottom: 10px;
	letter-spacing: 2px;
}
h3 {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 2px;
	letter-spacing: 2px;
}

#cover {
	margin: 0px;
}