/* CSS Document */

body {
	margin: 0;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	text-decoration:none;
}

#kopf {
	position: fixed;
	top: 10px;
	right: 0px;
	width: 100%;
	padding-right: 50px;
	background-color:#FFFFFF;
	color: #C62220;
	word-spacing:normal;
	font-size: 1 em;
	text-align:right;
	z-index: 100;
}

#content {
	position: absolute;
	margin-top: 280px;
	padding-left: 250px;
	padding-right: 150px;
	z-index:10;
	
}

.red {
   background-color: #C62220;
   color: #ffffff;
}

.titelzeile {
	color: #C62220;
	font-size: 15px;
   	letter-spacing: 0.2em;
	word-spacing: 0.2em;
	padding-bottom: 10px;
}

.fliesstext {
	color: #222222;
	font-size: 12px;
	text-align:justify;
	padding-left: 2em;
	line-height: 1.4em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}

.fliesstext p {
	margin-bottom: 1em;
}

.rose {
	background-color: #FBF3DB;
	color: #ffffff;
}

#redline {
	position: fixed;
	top: 200px;
	right: 0px;
	width: 100%;
	
   	background-color: #C62220;
   	color: #ffffff;
   	text-align: right;
   	height: 30px;
   	font-size:24px;
   	vertical-align:middle;
   	padding: 6px;
   	letter-spacing: 0.5em;
	word-spacing: 0.3em;
	white-space: nowrap;
	float: none;
	padding-right: 120px;
	z-index: 100;
}

#roseline {
	position: fixed;
	top: 200px;
	right: 50px;
	height: 600px;
	width: 40px;
	
	background-color: #FBF3DB;
	color: #C62220;
	
	font-size:24px;
	vertical-align:top;
	text-align:center;
	padding-top: 10px;
	word-spacing: 0.8em;
	z-index:100;
}

hr {
	color: #C62220;
}

#leerrahmen {
	position: fixed;
	top: 0px;
	height:280px;
	z-index: 50;
	background-color:#FFFFFF;
	width:100%;
}

#menuerahmen {
	position: fixed;
	top: 170px;
	left: 20px;
	border: solid 3px #ffffff;
	z-index: 200;
}

#menue{

	
	background-color: #FBF3DB;
	color: #C62220;
	font-size:14px;
	width: 120px;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	word-spacing: 0.2em;
	border: 1px solid #C62220;
}


#menue a, a:link  {
	color: #C62220;
	text-decoration: none;
	display: block;
	width: 130px;
}


#menue a:visited {
	color: #C62220;
	text-decoration: none;
	display: block;
	width: 130px;
}

#menue a:hover {
	color: #ffffff;
	background-color: #C62220;
	
}

#menue a:active {
	color: #ffffff;
	background-color: #C62220;
	
}

.image1 {
	border: 1px solid #C62220;
	margin-top: 8px;
	margin-right: 20px;
	margin-bottom: 8px;
}

.image2 {
	border: 1px solid #C62220;
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 0px;
}

.tdnormal {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #C62220;
}

td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C62220;
	
}

