@CHARSET "UTF-8";

body {
	font-family: Georgia, "Times New Roman", serif;
	
	color: rgb(85, 87, 83);
	background-color:rgb(238, 238, 238);	
	background-image: url(./sf_2008.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;	
	
	padding: 0;
	margin: 0;
}

#sf_msg_box {
	position: absolute;
	top: 2em;
	right: 0;
	
	width: 320px;

	padding: 1em;
	
	background-image: url(./sf_msg_box_bg.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-color:rgb(238, 238, 238);	
}

#sf_msg_box h1, #sf_msg_box h2 {
	font-size: 1em;
	margin-top: 0;
}

#sf_msg_box p {
	font-size: .86em;
	line-height: 1.6em;
		
	padding-left: .5em;	
}

#sf_author_sig {
	color: rgb(164, 0, 0);
	
	font-style: italic;	
	text-align: right;
	
	padding-right: 4em;
}

#sf_impressum {		
	font-size: .64em;
	padding-left: .5em;		
}

#sf_impressum a {
	color: rgb(85, 87, 83);
	text-decoration: none;
}