<!--@import url("editor.css");-->
body, div, p {
	font-family: Trebuchet, Georgia, Times, Helvetica, Arial;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: url('../images/bg2.jpg') top center repeat-y;
}

a {
	text-decoration: none;
	color: #6a005a;
}

a:hover {
	text-decoration: underline;
	color: #c01041;
}

a:visited {
	text-decoration: none;
	color: #6a005a;
}

/* --------------------------------------------------------------- */

#bg {
	background: url('../images/bg1.jpg') top center no-repeat;
	height: 450px;
}

#main {
	width: 750px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

#logo {
	position:absolute;
	top: 0px;
	left: 0px;	
}

#menu {
	position:absolute;
	top: 310px;
	left: 0px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#lotus-klein {
	position:relative;
	top: 20px;
	left: -25px;
}

#kurse {
	position:absolute;
	top: 47px;
	left: 299px;	
}
#kurs1, #kurs2, #kurs3 {
	width: 127px;
	height: 80px;
	background: url('../images/kurse-bg.gif') top left no-repeat;
	overflow:hidden;
}

#kurs1 {
	position:absolute;
	top: 22px;
	left: 0px;
}

#kurs2 {
	position:absolute;
	top: 22px;
	left: 130px;	
}

#kurs3 {
	position:absolute;
	top: 22px;
	left: 260px;	
}

#kurs-datum {
	position:absolute;
	top: 6px;
	left: 10px;	
	font-size: 14px;
	color: #c01041;
	font-weight: bold;
}
#kurs-datum b {
	font-size: 18px;
	font-weight: bold;
}

#kurs-titel {
	position:absolute;
	top: 29px;
	left: 10px;
	font-size: 12px;
	width: 100px;
}

#inhalt {
	position:absolute;
	top: 229px;
	left: 299px;
	
}

#headline h1 {
	color: #dc5200;
	display: block;
	height: 38px;
}

#text {
	color: #8d3500;
	font-size: 14px;
	width: 390px;
}

#text em {
	font-style: normal;
	color: #dc5200;
}

.headline {display:block; font-size:22px; line-height:23px; margin:15px 0px;color:#dc5200;}

.subheadline {display:block; font-size: 20px; line-height:21px; margin:10px 0px;color:#dc5200;}


