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

#flashcontent {
background-color: rgb(0, 0, 0);
opacity: 0.7; /* Safari, Opera */
-moz-opacity:0.70; /* FireFox */
filter: alpha(opacity=70); /* IE */
z-index: 20;
height: 100%;
width: 100%;
background-repeat:repeat;
position:fixed;
margin-top: 0px;
top: 0px;
left: 0px;
}

.festtitle {
margin:0px;	
}
.background {
	background-color:#275469;
	margin:0px;
}

img {
	border:none;	
}
a.text {
	outline:none;
	text-decoration:none;
}	
a.text:hover {
}	

a:hover {
	text-decoration:underline;
}	
a {
	outline:none;
	text-decoration:underline;
}	
#navBar a:hover {
	text-decoration:none;
	border:none;
}	
#navBar a {
	outline:none;
	color:white;
	text-decoration:none;
}	

.editBtn {
	background-color:black;
	margin-left:20px;
	font-size:smaller;
	color:white;
	padding:2px;
	text-decoration:none;
	outline:none;
}
div.partner {
	float:left;
	width:50px;
	height:50px;
}

.fonting{
	background-color:#275469;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
}


