﻿/* CSS layout */





*
{
margin: 0;
padding: 0;
}





html
{
height: 100%
}





body 
{
background: url('bilder/background1.jpg'); 
background-attachment: fixed; 
background-size: 50%;
}





#box1
{
position: fixed;
width: 900px;
height: 20px;
background-image: url('bilder/background3.jpg');
background-size: 50%;
z-index: 11;
}





#container
{
width: 900px;
top: 30px;
margin-left: auto;
margin-right: auto;
}





#nav 
{
text-align: center;
position: fixed;
margin-top: 20px;
height: 40px;
line-height: 40px;
width: 900px;
background-color: black;
z-index: 12;
}





#nav a:link
{
font-family: Arial, Helvetica, sans-serif;
color:white;
text-decoration: none;
font-size: 16px;
font-weight: bolder;
}





#nav a:visited
{
color:white;
}





#nav a:hover 
{
color:#ff0000;
}  





li 
{
display: inline;
list-style-type: none;
padding: 12px;
font-family: Arial, Helvetica, sans-serif; 
font-weight: bolder;
}  





#content
{
height: auto;
min-height: 100%;
max-height: 10000%;
position: absolute;
top: 60px;
width: 900px;
background-image: url('bilder/background2.jpg');
font-family: Arial, Helvetica, sans-serif;
font-size: medium;
}





/* ab hier ist jede Seite anders */





.button_links
{ 
padding-top: 88px;
float: left;
clear:left;
padding-left: 10px;
width: auto;
height: auto;
opacity: 0.4;
padding-bottom: 40px;
}





.button_rechts 
{
padding-top: 88px;
float: right;
clear: right;
padding-right: 10px;
width: auto;
height: auto;
opacity: 0.4;
padding-bottom: 40px;
}





.wo
{
padding-left: 50px;
padding-right: 50px;
margin-top: 50px;
Text-align: left;
display: block;
font-family: Arial, Helvetica, sans-serif;
font-size: medium;
color: black;
font-weight: normal;
}





.system
{
margin-top: 50px;
Text-align: center;
display: block;
font-family: Arial, Helvetica, sans-serif;
font-size: xx-large;
color: #0000ff;
font-weight: bold;
}





IMG.displayed 
{
margin-top: 60px; 
display: block;
margin-left: auto;
margin-right: auto;
}





.text
{
margin-top: 80px;
margin-left: 15px;
margin-right: 15px;
Text-align: left;
display: block;
font-family: Arial, Helvetica, sans-serif;
font-size: medium;
color: black;
font-weight: normal;
}





.rot
{
color: red;
font-weight: bold;
}


















