*  { 
 	margin:0px; 
 	padding:0px;
}
body {
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-image: url(../image/satinbluse.jpg);
}

div#mitte {
	position:absolute;
	left:408px;
	top:121px;
	width:303px;
	z-index:3;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	padding: 10px;
	border: thin solid #666666;
}


/* Schriften u. Links */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	margin-top: 0px;
	margin-bottom:12px;
}
p {
	margin-top: 0px;
	margin-bottom:14px;
}
a{
	text-decoration: underline;
	color:#000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
}
a:hover{
	text-decoration: underline;
	color:#85913D;
}
