/* Kopfzeile mit Grafik */
#masthead 
{
                background-image: url(http://techfiles.de/mkalbe/images/BlogBanner.jpg);
	width: 804px;
	height: 140px;
}
/* Blog Untertitel und Box für Titel */
#title
{
	position: relative;
	left: 1px;
	top: 75px;
	width: 350px;
	height: 44px;
	overflow: hidden;
	text-align: center;
	font-size: 12px;
                color: #ffffff;
                /*border: solid 1px #000000;*/
}
/* Blog Titel */
#title h1
{
	font-size: 16px;
	/*Zeilenabstand*/
                margin: 4px;
	padding: 0px;
	text-align: center;
	color: #ffffff;
}
#title a:link, #title a:visited, #title a:active, #title a:hover
{
	color: #BEF;
}