body {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #222222;
	background: #e8e8ee;
	}

/* ########## SITE-STRUCTURE ########## */

#container {
	}

#header {
	background: #ffffff;
	padding: 0;
	margin: 0;
	top: 0;
	height: 160px;
	width: 100%;
	}

#logo {
	position: relative;
	width: 980px;
	left: 50%;
	margin-left: -490px;
	padding: 0;
	top: 10px;
	z-index: 100;
	}

#picture {
	margin: 0 auto;
	width: 980px;
	height: 400px;
	padding: 10px;
	background: url(../images/hintergrund_picture.png) no-repeat;
	}

#content {
	width: 960px;
	margin: 40px auto 10px auto;
	}

#left {
	float: left;
	background: url(../images/hintergrund_navi.jpg) no-repeat;
	width: 300px;
	min-height: 200px;
	margin: 0px 0 50px 0;
	}

#textbox {
	float: left;
	width: 600px;
	margin: 0 0 50px 0;
	}

#footer {
	width: 100%;
	background: #ffffff;
	}

#contact {
	width: 960px;
	margin: 0 auto;
	padding: 40px 0;
	text-align: center;
	}
	
.clear {
	clear: both;
	}

.white {
	background: url(../images/white.jpg) top repeat-x;
	}

/* ########## NAVIGATION & LINKS ########## */

ul.mainmenu {
	margin: 46px 0 0 50px;
	padding: 0;
	list-style-type: none;
	}

ul.mainmenu li {
	padding: 2px 0;
	}

ul.mainmenu li a {
	text-decoration: none;
	}

ul.mainmenu li a:hover,
ul.mainmenu li a.active {
	font-weight: bold;
	}

a,
a:link, 
a:visited,
a.textlink {
	text-decoration: underline;
	color: #222222;
	}

a:hover,
a.textlink:hover {
	text-decoration: none;
	color: #222222;
	}

a.implink {
	color: #222222;
	text-decoration: none;
	}

a.implink:hover {
	color: #222222;
	text-decoration: underline;
	}

/* ########## HTML-TAGS & -CLASSES ########## */

h1, .h1 {
	color: #d80771;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
	}

h2, 
h3 {
	color: #d80771;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
	}

.imglink,
a.lightview {
	border: none;
	text-decoration: none;
	}

.bold {
	font-weight: bold;
	}

td.underline {
	border-top: 1px dotted #ffffff;
	}

ul.textlist {
	padding: 0;
	margin: 0;
	list-style-type: circle;
	}

ul.textlist li {
	margin-left: 15px;
	}

/* ----- NEWSBOX ----- */
.newsbox {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(179,178,178,0.95);
    padding: 100px 40px;
    text-align: center;
    z-index: 9999;
    color: #222222;
    font-weight: 500;
    }

a.x {
    font-size: 36px; 
    position: absolute; 
    top: 30px; 
    right: 25%; 
    color: #ffffff !important;
    }

a.x:hover {
    text-decoration: none!important;
    }

.newsbox a {
	text-decoration: none;
    color: #222222;
    font-weight: 600;
	}

.newsbox a:hover {
    color: #ffffff;
    text-decoration: underline;
	}

/* ------ FORMULAR ------ */
.label {
	color: #222222;
	font-size: 18px;
	padding: 5px 0;
	}

.field {
	margin-bottom: 20px;
	text-align: left;
	}

.field input {
	width: 100%;
	margin-bottom: 5px;
	font-size: 18px;
	padding: 10px 15px;
	border-radius: 5px;
	border: none;
	background-color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	}

.field input[type=checkbox] {
	width: auto;
	}

.field select {
	width: 100%;
	margin-bottom: 5px;
	font-size: 18px;
	border: none;
	background-color: #ffffff;
	padding: 10px 15px;
	border-radius: 5px;
	color: #222222;
	font-family: "Times New Roman", Times, serif;
	}

input[type=submit] {
	padding: 15px;
	border: none;
	background-color: #222222;
	color: #ffffff;
	border-radius: 5px;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	}

input[type=submit]:hover {
	padding: 15px;
	border: none;
	background-color: #d80771;
	color: #ffffff;
	border-radius: 5px;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	cursor: pointer;
	}
