﻿* {
	margin: 0;
	padding:0;
}

body {
	text-align: center;
	background-image: url(bilder/dsc_0030.jpg);
	background-attachment: fixed;
	font-family: Arial, sans-serif;
}

#wrapper {
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	background-image: url(bilder/hintergrund-inhalt2.png);
}

header, nav, footer, aside, section{
	display: block;
}

header {
	background-image: url(bilder/header-bild.jpg);
	height: 150px;
	width: 1200px;
	margin: 0 auto;
}

header p {
	text-align: left;
	padding-left: 15px;	
}

#logotext {
	padding-top: 50px;
	font-size: 20pt;
	color: white;
}


#steuerungoben {
	background-image: url(bilder/durchsichtiges-grau.png);
	height: 24px;
}

#steuerungoben ul {
	list-style-type: none;
}

#steuerungoben li {
	display: inline;
}

#steuerungoben a {
	display: block;
	float: left;
	/*width: 260px;*/
	text-align: center;
	line-height: 24px;
	color: white;
    text-decoration: none;
}

#startseite {
	width: 230px;
}

#anmelden {
	width: 178px;
}

.menu {
	width: 264px;
}

#steuerungoben a:hover {
	background-image: url(bilder/durchsichtiges-grau.png)
}

#steuerunglinks {
	width: 220px;
	float: left;
}

#steuerunglinks ul {
	padding-left: 1em;
	padding-top: 20px;
	list-style-type: none;
}

#steuerunglinks ul ul {
	list-style-type: square;
	padding-top: 10px;
}

#steuerunglinks li {
	padding-bottom: 0.5em;
}

aside {
	width: 175px;
	float: right;
	color: white;
}

aside p {
	margin-top: 20px;
	margin-left: 10px;
}

aside ul {
	padding-left: 3em;
}

section {
	margin-left: 250px;
	margin-right: 195px;
}

section h1 {
	padding-top: 20px;
	padding-bottom: 0.4em;
	color: #dd9661;
}

section h2 {
	padding-top: 1em;
	padding-bottom: 0.6em;
	color: #dd9661;
}

section p {
	padding-bottom: 1em;
}

section ul {
	padding-left: 1em;
}

section li {
	padding-bottom: 0.5em;
}

#formularbereich {
	width: 300px;
	margin-right: 1em;
	text-align: right;
	float: left;
	display: inline-block;
	font-size: 14px !important;
}
#formularbereich p {
	margin: 0;
	padding: 0;
	line-height: 1em;
}

table {
	width: 100%;
	margin-top: 1em;
}

td {
	padding: 0.2em;
}

thead {
	color: white;
	background-color: #333;
}

tbody tr:nth-child(odd) {
	background-color: #eee;
}
tbody tr:nth-child(even) {
	background-color: #ccc;
}

tr:hover {
	background-color: limegreen !important;
}

footer {
    background-image: url(bilder/durchsichtiges-grau.png);
    color: white;
    text-align: center;
	clear: both;
	font-size: 10px !important;
}

