body {
	font: 12px/130% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(../grafik/bakgrund.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a {
	color: #850000;
}
a:hover {
	text-decoration: none;
}
#container {
	width: 792px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #FFFFFF url(../grafik/headerBkg.jpg) no-repeat;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 461px;
	width: 767px;
	padding-left: 25px;
	padding-right: 0px;
}
#pictureFrame {
	float: left;
	width: 400px;
	margin-top: 50px;
	text-align: center;
}
#pictureFrame img {
	border: 4px solid #850000;
}
#menuFrame {
	float: left;
	width: 208px;
	margin-top: 50px;
	padding-top: 90px;
	margin-left: 18px;
}
#menuFrame a {
	color: #000000;
	text-decoration: none;
}
#menuFrame a:hover {
	color: #850000;
}
#menuFrame ul {
	margin: 0px;
	padding: 0px 0px 0px 28px;
	font: 13px Arial, Helvetica, sans-serif;
}
#menuFrame li {
	list-style: none;
	margin-bottom: 10px;
}
#langchange {
	float: right;
	height: 200px;
	width: 80px;
	margin: 0px;
	text-align: right;
	padding-right: 16px;
	font-size: 9px;
}
#langchange img {
	border-style: none;
}
#header h1 {
}
#mainContent {
	background: url(../grafik/mainBkg.jpg);
	margin: 0px auto;
	width: 710px;
	padding: 8px 30px 8px;
}
#mainContent h1 {
	font-size: 22px;
	font-weight: normal;
	color: #850000;
	margin-top: 8px;
	margin-bottom: 8px;
}
#mainContent h2 {
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 4px;
	color: #850000;
}
#mainContent p {
	margin-bottom: 6px;
	margin-top: 0px;
}
#footer {
	background:url(../grafik/footerBkg.jpg) no-repeat;
	width: 770px;
	height: 85px;
	text-align: center;
	margin: 0px auto;
	padding-top: 1px;
	border-top: 1px solid #850000;
}
#footer p {
}

