﻿@import url('../inlcudes/layout.css');
body {
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	background-color: #e5e5e5;
}
#container {
	width: 800px;
	height: 660px;
	margin: 0 auto;
	background-color: #fff8e5;
}
#masthead {
	text-align: center;
	width: 790px;
	height: 60px;
	overflow: auto;
	background-color: #f1f5ff;
	border-bottom: medium #6699ff solid;
	padding-left: 5px;
	padding-right: 5px;
}
#sidebar {
	float: left;
	width: 150px;
	height: 560px;
	background-color: #f1f5ff;
	border-right: 1px solid #97B9FF;
	position: relative;
	clear: both;
	display: inline;
}
#content {
	float: left;
	padding: 12px;
	overflow: auto;
	width: 624px;
	background-color: #fff8e5;
	margin: 0px;
	position: relative;
}
#content img {
	display: block;
}
#footer {
	clear: both;
	width: 792px;
	background-color: #f1f5ff;
	padding: 3px 3px 3px 5px;
	overflow: auto;
	border-top: medium #6699ff solid;
	margin: 0;
}
#masthead img {
	float: left;
}
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}
/* Formatvorlagen für die Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border-left: 1px solid #97B9FF;
	border-bottom: 1px solid #97B9FF;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #002E8C;
	display: block;
	padding: 4px;
	border-bottom: 1px solid #f1f8ff;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	border-bottom: 1px solid #f1f8ff;
	background-color: #6699ff;
}
#sidebarlevel2 {
	padding-left: 20px;
}
/* Formatvorlagen für Fußzeile */
#footer p {
	font-size: 0.8em;
	text-align: left;
	margin: 0;
	line-height: 1.2em;
}
#footer a {
	color: #00F;
	text-decoration: none;
	margin: 0;
}
#footer a:hover {
	color: #F00;
	text-decoration: underline;
}
#logo {
	text-align: center;
	margin-top: 30px;
	border-bottom: 0;
}
#bildrechts {
	margin-left: 20px;
}
#cover {
	margin-left: 20px;
	border-style: solid;
	border-width: 1px;
	float: right;
}
#I1 {
	height: 300px;
	width: 610px;
	border: 0;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}
#TerminFrame {
	height: 484px;
	width: 605px;
	border: thin;
	border-style: ridge;
	border-color: #6699ff;
	float: left;
}
#AGBFrame {
	height: 500px;
	width: 605px;
	border: thin;
	border-style: ridge;
	border-color: #6699ff;
	float: left;
}
#Link {
	font-size: 1.2em;
	margin-bottom: 6px;
}
#Address {
	font-size: 1.2em;
}
#grawe {
	font-size: 0.9em;
}
#Player {
	border: thin;
	border-color: #6699ff;
	border-style: solid;
}
a {
	color: #00F;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/* Überschriften */
h1 { margin-top:9pt; margin-bottom:6pt; color: #002E8C; }
h2 { margin-top:2pt; margin-bottom:6pt; color: #002E8C; }
h3 { margin-top:7pt; margin-bottom:6pt; color: #002E8C; }
h4 { margin-top:7pt; margin-bottom:6pt; color: #002E8C; }
h5 { margin-top:6pt; margin-bottom:6pt; color: #002E8C; font-size: 1.1em; }
h6 { margin-top:3pt; margin-bottom:3pt; color: #002E8C; font-size: 1.1em}
p  { margin-top:6pt; margin-bottom:6pt; color: #002E8C; }
ul { margin-top:3pt; margin-bottom:0pt; color: #002E8C; }
