/* Cascade DTP V4 - Style Sheet */

body  { background-image: url(../images/Backgrounds/lavendel_bg.jpg); background-repeat: repeat 
}

/* Standard Titel und Textblöcke */
a	{ color: blue; font-size: 9pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-style: normal; font-weight: bold; text-decoration: none 
}

h1	{ color: black; font-size: 20pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-style: normal; font-weight: bold; line-height: 100%; 
}
h2	{ color: black; font-size: 16pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-style: oblique; font-weight: bold; line-height: 100%; 
}
h3	{ color: black; font-size: 12pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-style: normal; font-weight: bold; line-height: 100%; 
}
h5	{ color: black; font-size: 10pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-style: oblique; font-weight: bold; text-decoration: underline blink; 
}
h6	{ color: black; font-size: 10pt; font-family: Arial; font-weight: bold; text-decoration: underline; background-color: white; 
}

p	{ color: black; font-size: 10pt; font-family:Arial, Helvetica, san-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-right: auto; margin-left: auto; width: 800px; height: 940px; overflow: hidden }

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

.Menue_Box {
    position: relative;
    left: 0px;
    top: 0px;
    height: 220px;
    width: 800px;
    z-index: 3;
    background-color: #e0e0e0;
/*    background-image: url('images/CSS_pics/Holz.jpg'); background-repeat: repeat */
   }
    
.Haupttext_Box {
    position: relative;
    left: 0px;
    top: 0px;
    height: 450px;
    width: 800px;
    z-index: 3;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    background-color: #d0d0d0;
    }

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

.Rahmen_Inhalt  { background-color: #cff; width: 798px; height: 450px; overflow: auto }

.Vorbehalt_Box {
    position: relative;
    top: 0px;
    left: 0px;
    height: 90px;
    width: 200px;
    z-index: 3;
    text-align: center;    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    text-align: center;
    background-color: silver;
    }

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

.Copyright_Box  { color: black; font-size: 9pt; font-family: Arial, Helvetica, sans-serif; font-weight: normal; background-color: silver; text-align: center; padding-top: 5px; position: relative; z-index: 3; top: -116px; left: 0; width: 800px; height: 20px }
.Suse_Apache_Box {
	position: relative;
	left: 0px;
	top: -120px;
	height: 40px;
	z-index: 3;
	background: silver;
	text-align: center;
	}
.Textdekor_scharzgelb   { color: #fff; font-size: 11pt; font-style: normal; font-weight: bold; text-decoration: underline; background-color: black 
}
.Textdekor_schwarzrot { color: white; font-size: large; text-decoration: blink; background-color: blue 
}
.BlinkText_hinterlegt { color: #fff; font-style: italic; text-decoration: blink; background-color: black 
}
.Textdekor_schwarzgrün { color: #6f0; font-size: medium; text-decoration: blink; background-color: #000 
}
.HauptTitel   { color: #039; font: italic bolder 3em/1 "Comic Sans MS", cursive; text-align: center }
.AbsatzText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #111;
}

.FetterText {
	font-weight: bold;
}
.zentriert {
	text-align:center;
}
.KatalogTabellenZelle {
	margin: 1px;
	padding: 1px;
	width: 33%;
	border: 1px solid #060000;
	text-align: center;
	height: 200px;
}
.KatalogZellenText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: italic;
}

