﻿/* CSS layout */

body {
	width: 892px;

	margin-right: auto;
	margin-left: auto;
	background-image: url('back01.jpg');
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
}

#box1 {
    width:892px;
    
    margin-top:20px;
    margin-bottom:22px;

    margin-right: auto;
	margin-left: auto;

    padding-top:6px; 		
    padding-left:2px;
    padding-right:2px;
    padding-bottom:12px;

	border-radius: 5px;

    box-shadow: 1px 1px 8px 8px #808080;
    
   	border: 8px solid #FFFFFF;
}

#header {
    width:892px;
	
   	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 2px;	
}

#header1 {
	height: 80px;

	text-align: center;
    margin-top: 10px; 
}

#header2 {
	height: 24px;
    margin-top: 10px; 
    padding-top: 8px;	
    padding-bottom: 2px;
	
   	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-top-width: 2px;	
}

#header2links {
	width: 600px;
	float: left;
	
	margin-left: 16px;
}

#header2rechts {
	margin-left: 600px;
	text-align: right;
	
	margin-right: 16px;
}

#header3 {
	font-size: 8pt;
	height: 30px;
	padding-top: 0px;
	margin-left: 16px;
	margin-right: 16px;
}

#header3 a {
	color: #000000;
	text-decoration: none;
}

#header3 a:hover {
	color: #FF00FF;
	text-decoration: none;
}

#header3links {
	width: 600px;
	float: left;
}

#header3rechts {
	margin-left: 600px;
	text-align: right;
}

#Inhalt {
    width:860px;
    
   	margin-top: 18px;
	margin-right: 8px;
	margin-left: 8px;
}

#Inhalt1 {
	margin-right: 8px;
	margin-left: 8px;
}

#Inhalt2 {
    width:860px;

	text-align: justify;
	
	padding-top: 12px;
	padding-left:8px;
}

#Inhalt5 {
	margin-top: 10px;
	text-align: center;
	padding-bottom: 3px;
}

a {
	color: #FFFFFF;
}

.Textnormal {
	font-size: small;

}

.Textzyklam {
	color: #FF00FF;
}

.Textklein {
	font-size: 8pt;
}

.randlos {
	border-width: 0;
}
.Textzyklam {
	color: #FF00FF;
}
