@charset "utf-8";
html {
	height: 100%
}

body  {
	background-image:url(../images/background.png);
	background-repeat:repeat;	
	font: 100% 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	margin: 0; 
	padding: 0;
	color: #fff;
	height: 100%;
	line-height: 20px;
}
.frisofeest #container { 
	background: #120d14;
	width: 100%;
	margin: 0 auto; 
	text-align: left; 
} 
.frisofeest #gallery {
    background: #120d14;
}


img {
	border:0;
}
.frisofeest #topnavigation {
	background: #120d14;
	height: 38px;
	padding-top: 28px;
}

#topnavigation ul {
	font-size: 100%;
	list-style-image:none;
	display:inline;
	padding-left: 125px;
}

.frisofeest #topnavigation li {
	display:inline;
	padding-right: 80px;
}

.frisofeest #topnavigation a {
	color: #fff;
	text-decoration:none;
}

.frisofeest #topnavigation a:hover{
	color: #C10075;
	text-decoration: underline;
}

.frisofeest #mailbutton {
	position:absolute;
	top: 155px;
	left: 584px;
	width: 115px;
	height: 115px;
}

.frisofeest #socialmediabuttons {
	position:absolute;
	top: 210px;
	left: 735px;
	width: 115px;
	height: 347px;
}

.frisofeest #header { 
	height: 130px;
	background-image:url(../images/header_frisofeest.jpg);
	padding: 0;  
} 

.frisofeest #mainContent { 
	background-color:#120d14;
	padding-left: 125px;
	width: 600px;
	padding-bottom: 10px;
} 

.frisofeest #mainContent a {
	color:#C10075;
	text-decoration:none;
	border-bottom: dashed #C10075 1px;
}

.frisofeest #mainContent a:hover {
	color:#E3B1CC;
	text-decoration:none;
	border-bottom: dashed #C10075 1px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

H1, H2, STRONG {
	font-size: 140%;
	color: #C10075;
	text-decoration: none;
}


H2 {
	font-size:120%;
	color: #82AF38;	
}

p, ul {
	font-size: 80%;
}

ul {
	color: #fff;
	display: block;
	line-height: 2.8em;
	list-style-image: url(../images/bullet.png);
	margin-left: 11px;
	padding-left: 8px;
	text-align: left;
}

