﻿	/*
	Farben
	
	#000066 dunkelblau
	#0099CC hellblau
	#FFFF00 hellgelb
	#CCCCFF body
	
	*/
body{
	margin: 0;
	padding: 0;
	background-color: #ccccff;
	padding-top: 5%;
	padding-bottom: 5%;
}
div{
    margin: 0;
    padding: 0;
}
h1{
	color: #000066;
	font-weight: normal;
	font-size: 150%;
	margin-bottom: 20px;
	text-align: center;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}
h2{
	font-size: 100%;
	margin-top: 20px;
	margin-bottom: 5px;
	color: #000066;
	text-align: center;
}
h3 {
	font-family: Arial;
	color: #000066;
	font-size: small;
	font-style: italic;
}
h4 {
	font-family: Arial;
	font-size: large;
	font-weight: bold;
	color: #000066;
}
p{
	margin-bottom: 5px;
	font-size: medium;
	color: #000066;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	text-align: center;
}
a{
	color: #FFFF00;
	text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
a:visited{}

img#logo{
	padding-left: 130px;
}
div#container{
	height: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000066;
	text-align: left;
	width: 850px;
}
div#head{
	height: 145px;
	width: 850px;
	max-width: 850;
}
div#work {
	float: right;
	padding: 0px;
	margin: 0px;
	width: auto;
	overflow: auto;
	height: auto;
	background-image: inherit;
}
div#inhalt {
	height: 655px;
	float: left;
	font-family: Arial, Helvetica, Sans-Serif;
	z-index: 1;
	width: 650px;
	background-image: url('../images/background.jpg');
}
div#navi {
	height: auto;
	width: 130px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 15px;
	color: #FFFF00;
	text-align: center;
	float: left;
	padding-top: 50px;
	font-style: italic;
	overflow: auto;
	background-image: inherit;
}
