﻿body {
	background-image: url('../images/farbverlauf.png');
	background-position: center;
	background-color: #D4533F;
	background-repeat: repeat-y;
	text-align: center;
	margin: 25px 0px 25px 0px;
	font-size:18px;
	font-family:'Times New Roman', Times, serif; 
}
#background {
	background-image: url('../images/background.png');
	background-repeat: repeat;
	width: 800px;
	display: inline-table;
	border: 3px;
	border-color: #C01524;
	border-style: solid;
}
#content {
	background-image: url('../images/vorhang.png');
	background-repeat: no-repeat;
	background-position: 8px 10px;
	width: 800px;
	text-align: left;
	display: inline-block;
}
a:link {color:#000000; text-decoration:none}
a:visited {color:#000000; text-decoration:none}
a:active {color:#000000; text-decoration:none}
a:hover {color:#000000; text-decoration:underline}
