﻿/*
	Farben
	
	#718C53 dunkelgrün
	#C9DAA9 hellgrün
	#2B5682 Schrift/blau
	#DBE3CC sehr helles grün
	
	*/
body {
	margin: 0;
	padding: 0;
	background-color: #C9DAA9;
	padding-top: 2%;
	padding-bottom: 2%;
}
div{
    margin:  0;
    padding: 0;
	}

form{
    margin-top: 10px;
}
h1{
	background-position: 0px 0px;
	margin-bottom: 20px;
		text-align: left;
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
	background-color: #DBE3CC;
	background-repeat: repeat;
	background-attachment: scroll;
}
h2{
	background-position: 0px 0px;
	margin-top: 20px;
		margin-bottom: 5px;
		background-color: #DBE3CC;
	background-repeat: repeat;
	background-attachment: scroll;
}
p{
	margin-bottom: 5px;
		text-align: left;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	width: 853px;
	font-family: Arial;
	font-size: small;
}


a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: small;
}
a:hover{
    text-decoration: underline;
}
a:visited{}

img{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	text-align: center;
	float: none;
}
div#container {
	margin: auto;
	width: 1000px;
	height: 610px;
	background-color: #718C53;
	padding-top: auto;
	padding-right: auto;
	padding-bottom: auto;
	padding-left: auto;
}
div#head {
	height: 120px;
	background-color: #718c53;
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #2b5682;
}
div#logo {
	width: 120px;
	height: 120px;
	text-align: center;
	float: left;
}
img#logo {
	padding-top: 20px;
	float: right;
	padding-bottom: 0px;
	padding-right: 20px;
}
div#language {
	height: 25px;
	width: 100%;
	text-align: center;
	position: absolute;
	z-index: 1;
	color: #ffffff;
	font-size: 14px;
	right: auto;
	left: auto;
	word-spacing: 2em;
}
img#flag {
	padding-right: 10px;
	padding-left: 10px;
}
div#footer {
	width: 975px;
	height: 20px;
	background-color: #718C53;
	text-align: right;
	color: #2B5682;
	padding-right: 25px;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #2b5682;
}
div#navigation {
	font-family: Arial, Helvetica, Sans-Serif;
	background-color: #718c53;
	text-align: center;
	height: 270px;
	width: 120px;
	padding-top: 100px;
	padding-bottom: 100px;
	float: left;
	color: #ffffff;
}
div#content {
	height: 450px;
	width: 1000px;
}
div#editable {
	padding: 15px;
	float: right;
	height: 435px;
	width: 850px;
	background-color: #DBE3CC;
	overflow: scroll;
	}
table#table_tests {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
	height: 747px;
	width: 816px;
}
a.content {
	color: #FFFFFF;
}
a.content:hover {
	text-decoration: underline;
}
a.content:visited {
}
