/* logo dient zur Formatierung des Logos */

#logo {
	background-image:url(../bilder/linie.jpg);
	background-repeat:repeat-x;
	background-position:center;
}

#logo img {
	
	width:60px;
	height:77px;
	margin-left:15px;
	top:5px;
}

#logo p {
	position:absolute;
	left:95px;
	top:25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-style: oblique;
	line-height: normal;
	font-weight: bold;
	
	height:auto;
}

/* rand erstellt den seitlichen Rand */
#rand {
	position:absolute;
	top:110px;
	width:250px;
	height:1800px;
	background-image:url(../bilder/rand.gif);
}
