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

<style type="text/css">
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}

a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #C00;
}
a:visited {
	color: #900;
}
a:hover {
	color: #900;
}
a:active {
	color: #900;
}
.siteTable {
	background-image:url(images/site_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	border: thin solid #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
.indexTable {
	background-image:url(images/index_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	border: thin solid #FFF;
}
a:link {
	color: #900;
}
.imgRahmen {
	border:#369 1px solid;
}
.Feld {
	
	filter:Alpha(opacity=70);
	background-color:rgb(255,204,00);
	background-color:rgba(255,204,00,.5);
	border:1px solid #999; 
	
}
.Button {
background-color:transparent;
color:#000; 
width:200px;
border:1px solid;
border-top-color:#FFF;
border-left-color:#FFF;
border-bottom-color:#930;
border-right-color:#930;
}
.musikTable {
border:1px solid;
border-top-color:transparent;
border-left-color:transparent;
border-bottom-color:#930;
border-right-color:#930;	
}
.runde_ecke{
    
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    width: 100px
    height: 100px
	filter:Alpha(opacity=50);
	opacity:0.5;
}
.runde_eckePresse{
    
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	border:2px solid;
    border-top-color:#FFF;
    border-left-color:#FFF;
    border-bottom-color:#999;
    border-right-color:#999;
   }
.imgdickerRahmen {
	border:2px dotted;
	
	
}
</style>