/* Cascade DTP V4 - Style Sheet */

body   { background-image: url(../images/CSS_pics/Lavendel.png); background-repeat: repeat }

/* Standard Titel und Textblöcke */
a	{ color: blue; font-size: 10pt; font-family: 'Times New Roman' ,Times,serif ; font-style: normal; font-weight: bold; text-decoration: none 
}
h1	{ color: black; font-size: 16pt; font-family: 'Times New Roman' ,Times,serif; font-style: normal; font-weight: bold; line-height: 100%; page-break-after:avoid;
}
h2	{ color: black; font-size: 14pt; font-family: 'Times New Roman' ,Times,serif; font-style: oblique; font-weight: bold; line-height: 100%;  page-break-after:avoid;
}
h3	{ color: black; font-size: 12pt; font-family: 'Times New Roman' ,Times,serif; font-style: normal; font-weight: bold; line-height: 100%;  page-break-after:avoid;
}
h5	{ color: black; font-size: 10pt; font-family: 'Times New Roman' ,Times,serif; font-style: oblique; font-weight: bold; text-decoration: underline blink;  page-break-after:avoid;
}
h6	{ color: black; font-size: 10pt; font-family: 'Times New Roman' ,Times,serif; font-weight: bold; text-decoration: underline; background-color: white;  page-break-after:avoid;
}

p	{ color: black; font-size: 10pt; font-family: 'Times New Roman' ,Times,serif; font-style: normal; font-weight: normal; text-decoration: none; 
}
/* misc */
<style type="text/css">
html. body {
	height: 100%;
	margin: 0px;
}
</style>
<style type="text/css">
.initialabsatz:first-line {font-weight: bold; color: inherit;}
.initialabsatz:first-letter {font-size: 200%; font-weight: bold; float: left; color: inherit;
}
</style>

.spacer {
	height: 20px;
}

/* Menue Block  */
.Menue a:hover  { color: red; background: black 
}

/* Struktur */
.Basis_Box {
	background: silver center top;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
/*	height: 880px; */
	overflow: hidden;
	display: compact;
}

.Header_Box {
    position: relative;
    left: 0px;
    top: 0px;
/*    height: 85px; */
    width: 800px;
    z-index: 3;
    text-align: center;
    padding: 0px;
    background-color: silver;
	display: compact;
}

.Menue_Box  { 
	background-color: transparent; 
	position: relative; 
	z-index: 3; 
	top: 0; 
	left: 0; 
	width: 800px; 
/*	height: 200px; */
	display: compact;
 }
    
.Haupttext_Box  { 
	color: black; 
	font-family: 'Times New Roman' ,Times,serif; 
	background-color: transparent; 
	position: relative; 
	z-index: 3; 
	top: 0; 
	left: 0; 
	width: 800px; 
/*	height: 450px; */
	display: compact;
}

.Rahmen {
   padding-left: 2px;
   padding-bottom: 2px;
   padding-right: 2px;
   padding-top: 2px;
   display: compact;
}

.Rahmen_Inhalt  { 
	background-color: transparent; 
	width: 798px; 
/*	height: 450px; */
	overflow: auto;
	display: compact;
 }

.Vorbehalt_Box  {
	page-break-after:avoid; 
	font-size: 10pt; 
	font-family: 'Times New Roman' ,Times,serif; 
	font-weight: normal; 
	background-color: transparent; 
	text-align: 
	center; 
	position: relative; 
	z-index: 3; 
	top: 0; 
	left: 0; 
	width: 200px; 
	height: 90px;
	display: compact;
 }

.Fusszeilen_Box  { 
	background-color: transparent; 
	text-align: center; 
	padding-top: 0; 
	padding-bottom: 0; 
	position: relative; 
	z-index: 3; 
	top: -90px; 
	left: 200px; 
	width: 600px; 
	height: 90px;
	display: compact;
}

.Copyright_Box   { 
	color: black; 
	font-size: 9pt; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	background-color: transparent; 
	text-align: center; 
	padding-top: 5px; 
	position: relative; 
	z-index: 3; 
	top: -116px; 
	left: 0; 
	width: 800px; 
	height: 20px;
	display: compact;
}
.Suse_Apache_Box  { 
	background: transparent; 
	text-align: center; 
	position: relative; 
	z-index: 3; 
	top: -120px; 
	left: 0; 
	height: 40px;
	display: compact;
}