body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	background-color:#939268;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
}

a:link {
	color: black;
}

a:hover {
	color:#FFFFFF;
}

a:visited {
	color: black;
}

img {
	border: none;
}

h3 {
	color: #8fc742;
}

table tr td {
	padding: 3px;
	margin: 3px;
	vertical-align:top;
}


/* bilder blur */

#bilder { 
	position: relative; 
	float: left;
	top: 0;
	left: 0; 
	display: block;
} 

#bilder img { 
	display: none; 
	position: absolute;
	top: 0; 
	left: 0;
	text-align: center;
}

.star {
	color: white;
	font-weight: bold;
	position:absolute,
	margin: 0px;
	padding: 50px 60px 0px 40px;
	height:186px;
	width:186px;
	background-image: url(/img/elements/star.png);
	background-repeat: no-repeat;
}

.rect {
	text-align: center;
	font-weight: bold;
	color: white;
	padding: 10px 40px 5px 0px;
	height:131px;
	width:338px;
	background-image: url(/img/elements/rect.png);
	background-repeat: no-repeat;
	
}
