/* CSS Document */

/* CSS Document */

/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFDCD6;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	background-color: #660033;
	background-image: url(blume.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
}

p {
	font-weight: normal;

}



a {
	color: ##A97E81;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}
.standardbold {
	font-size: 13px;
	color: #FFDCD6;
	text-decoration: none;
	font-weight: bold;
}
.standard {
	font-size: 13px;
	color: #FFDCD6;
	text-decoration: none;
}
.linkrot {
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
}
.linkrot:hover {
	font-size: 13px;
	color: #ffffff;
	text-decoration: underline;
}

h1 {
	font-size: 15px;
	font-weight: bold;
}

h2 {
	font-size: 13px;
	font-weight: bold;
}


