html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
.Stil1 {color: #990000}
.Stil2 {color: #660505}
.Stil3 {
	font-family: Arial, sans-serif;
	color: #990000;
}
a {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FF7F00;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #EEA343 url(images/page_bgadvent.jpg) repeat-x;
	text-align: center;
	font: 11px arial, sans-serif;
	color: #565656;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 800px;
position: relative;
}
#left {
 position: absolute;
 top: 0;
 left: -20px;
 width: 268px;
}
#right {
 position: absolute;
 top: 0;
 left: 248px;
 width: 550px;
}

/** Left **/
#left {
 background: url(images/logoadvent.jpg) no-repeat;
 padding-top: 30px;
}
#left h1 {
 text-align: center;
 font: 28px verdana, serif;
 color: #6C0505;
 height: 709px;
}
#copyright {
	color: #990000;
	background-image: url(images/footer_bg1.jpg);
	height: 120px;
	}
#copyright p {
 margin: 0 2em 0.5em 5em;
}

/** Right **/
#nav {
 background: url(images/headerTipps.jpg) no-repeat;
 height: 108px;
}
#nav ul {
 margin: 0;
 padding: 0 0 0 30px;
}
#nav li {
 float: left;
 border-right: 1px solid #FFFFCC;
 padding: 66px 9px 9px 9px;
 list-style: none;
}
#nav li.last {
 border-right: none;
}
#nav a {
 color: #FFFFCC;
 font: 12px arial, sans-serif;
 font-weight: normal;
}
#nav .selected a {
 font-weight: bold;
}

/** Body **/
#body {
	background: url(images/body_bgAura.jpg) repeat-y;
	background-color: #FFFFCC;
}
#body-bot {
 padding: 10px 30px 19px 40px;
}

#body h2 {
 font: 14px "Times New Roman", serif;
}
#body h2 strong {
 color: #660505;
 font-weight: normal;
 font-size: 18px;
}
#body h3 {
 font: 14px "Times New Roman", serif;
 color: #660505;
 margin-top: 1.4em;
 margin-bottom: 1.1em;
}
#body h4 {
 color: #660505;
}
#body .left {
 margin: 0 6px 0 0;
}

/** footer **/
.body-hr {
 clear: both;
 height: 43px;
 background: bottom left url(images/body_hrAura.jpg) no-repeat;
 margin: 10px -40px;
}

#footer-1 {
	float: left;
	width: 120px;
	padding-right: 4px;
	border-right: 1px solid #990000;
	font: 12px "times new roman", serif;
	color: #660505;
	text-align: center;
}
#footer-1 strong {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
#footer-2 {
	float: left;
	width: 140px;
	height:70px;
	margin-left: 10px;
	padding-right: 4px;
	border-right: 1px solid #990000;
	font: 9px "Verdana";
	color: #990000;
	background-image: url(images/evebutton.jpg);
	background-repeat: no-repeat;		

}
#footer-2 .left {
  margin-right: 12px;
}
#footer-3 {
	float: left;
	width: 140px;
	height:70px;
	margin-left: 12px;
	font: 9px "Verdana";
	text-align: center;
		background-image: url(images/Treppe.jpg);

}
#footer-3 .left {
  margin-right: 12px;
}

