@charset "utf-8";
/* CSS Document */
.fs_container {
	width: 520px;
	margin-left: 15px;
}

.fs_header {
	width: 520px;	
}

.fs_speaker {
	float: left;
	width: 43px;
	height: 45px;
	background-image: url(../website_images/speaker_klein.png);

}

.fs_titel {
	float: left;
	width: 477px;
	height: 20px;
	margin-top: 12px;
	background-color: #8BC53F;

}

.fs_titel h1 {
	margin-top: 0px;
	padding-top: 2px;
	padding-left: 3px;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.fs_content {
	clear: left;
	width: 500px;
	padding-top: 3px;
	padding-left: 15px;
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
}

.fs_foto {
	margin-top: 10px;
	width: 166px;
	float: left;
	text-align: center;
}

img#fs_foto {
	border: 0px #FFFFFF solid;	
	padding: auto;
}

a#linkrandomfoto {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

a#linkrandomfoto:hover {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}



