/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20.12.2018, 18:46:41
    Author     : Ich
*/
a:link {
	font-size: 14px;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	color: black;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	color: black;
}
a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	color: black;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: black;
	text-decoration: underline;
}

body {
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #D1DFEA;
        background-image: url("../images/background1.jpg");
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: top;
		background-attachment: fixed;
}

#wrapper {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    width: 1200px;
    min-height: 800px;
    box-shadow: 0px 0px 10px 5px #888888;
    background-color: white;
}
#kopf {
    width: 1200px;
    height: 200px;
    background: linear-gradient(top, #0000FF 0%, #0000CC 50%, #ffffff 100%); 
    background: -moz-linear-gradient(top, #0000FF 0%, #0000CC 50%, #ffffff 100%); 
    background: -webkit-linear-gradient(top, #0000FF 0%, #0000CC 50%, #ffffff 100%); 
    background: -ms-linear-gradient(top, #0000FF 0%, #0000CC 50%, #ffffff 100%); 
    background: -o-linear-gradient(top, #0000FF 0%, #0000CC 50%, #ffffff 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0000FF, endColorstr=#ffffff,GradientType=1);
}
#kopf-links {
    width: 196px;
    height: 195px;
    float: left;
    padding: 2px;
}
#kopf-rechts {
    padding: 10px;
    width: 980px;
    height: 200px;
    float: left;
}
#seite {
    width: 1180px;
    padding: 10px;
}
#menuoben {
    height: 150px;
    width: 980px;
}
#menuunten {
    height: 50px;
    width: 980px;
}

#menuunten a{
    font-size: 18px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    padding-top: 7px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

#menuunten a:hover {
    border: 1px black;
}