﻿/* Autor: Dr. Werner Schmdit*/
/*Formatierung Überschriften*/
h1 {color:rgb(80, 100, 150)}
h2 {color:rgb(80, 100, 150)}
h3 {color:rgb(80, 100, 150)}
/*Formatierung des gesamten Körpers*/
body {
	font-family: arial, helvetica, freesans, sans-serif;
}

a{
	color: rgb(80,100,150);
}

.container{
	width: 900px;	
/*	margin: 0 auto;/*zentriert den Text*/
	background-color: white;
}

.kopf {
	width:900px;
	height:80px;
	padding:10px;
	background-image: url(../images/hintergrund_800x120.jpg);
}

.navigation{
	width: 100px;
	height: 700px;
	float: left;
	background-color: #A2D9F7;
	position: absolute;
}

.navigation ul{
	list-style-type: none; /*Aufzählungspunkte entfernen*/
	margin: 25px 0 0 0;
	padding: 0px;
}

.navigation a:link, .navigation a:visited {
	text-decoration: none;
	display: block;
	padding: 5px;
	border-left: 5px solid #7078ff;
}

.navigation a:hover, .navigation a: focus, 
.navigation a: active {
	background-color: #596AAF;
	border-left: 20px solid white;
	color: #806640;
}

.main{
	width: 800px;
	height: 700px;
	border: 0;
	overflow: hidden;	
}

.artikel{
	width:800px;
	height: 700px;
	background-color: white;
	padding-left: 20px;
	margin-left: 120px;
	overflow: hidden;
	font-size: 14px;
	position: absolute;
}

.kontakt {
	width:600px;
	background-color: #a0a0ff;
	padding-left: 20px;
	position: absolute;
	left: 120px;
	top: 120px;
}

.fusszeile {
	width:900px;
	background-color: #C9DFE9;
	padding-left: 20px;
	position: absolute;
	top: 800px;
	font-style: italic;
	font-size: 12px;
	color: rgb(80, 100, 150);
}

#impressum{
	font-size: 12px;
}

.table1 td {
	vertical-align:top;
	text-align:left;
	font-size:12pt;
}

.P1 { font-size:11pt; writing-mode:horizontal-tb; direction:ltr;}
.P2 { font-size:9pt; writing-mode:horizontal-tb; direction:ltr;}
.P3 { font-size:12pt; writing-mode:horizontal-tb; direction:ltr;}
.P4 { font-size:10pt; writing-mode:horizontal-tb; direction:ltr;}
