@charset "iso-8859-1";
/* CSS Document */

body {
	margin:0;
	padding:0;
	border:0;
	width:100%;
	background:#7e3009;
	font-size:90%;
	text-align:center;
}

#page {
	margin:0 auto;
	text-align:left;
	width:998px;
}

h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.4em;
	line-height: 1.1em;	
	font-weight: normal;
	color: #fff;
}

h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.2em;
	line-height: 1.0em;	
	font-weight: normal;
	color: #fff;
}

h5 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.8em;
	line-height: 0.9em;	
	font-weight: normal;
	color: #fff;
}

h6 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.8em;
	line-height: 0.9em;	
	font-weight: normal;
	color: #fff;
}

p {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.0em;
	line-height: 1.0em;
	color: #FFF;
}

.kursiv {
	font-style:italic;
}

.line {
	width: 998px;
	height: 8px;
	background-color:#fff;
	text-align:center;
	padding: 0;
}

.menue {
	height: 1.7em;
	}

a {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.0em;
	color: #999;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

#left {
	width: 396px;
	padding: 1.6em 0em;
	float: left;
}

#right {
	width: 590px;
	padding: 1.6em 0em;
	float: right;
}

