@charset "utf-8";
@import "menue.css";
@import "calendar.css";
@import "thumbnails.css";
/*
####################################
## basics
##################################
*/
html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font: normal 100.01% verdana, arial, georgia, tahoma;
	background-color: #000;
	color: #ffffff;
	border: 0px orange dotted;
}
h1, h2, h3, h4, h5, h6, table, tr, th, td, hr, br, p, form, input, select {
	margin: 0; padding: 0;
	font-weight: normal;
	font-size: 1em;
}
a:link,
a:visited {
	color: #ccc;
}
a:hover {
	color: #f93;
}
/* ### basics end ##################### */
div#container {
	width: 980px;

	margin: 0 auto;
	padding: 0;

	background-color: #4169e1; /*royalblue;*/

	border: 0px silver dotted;
	position: relative;
}

div#balken_rechts {
	width: 130px;
	height: 100%;

	margin: 0 0 0 850px; /*870px;*/
	padding: 0;

	position: fixed;
	top: 0;

	background-color: #4169e1; /*royalblue;*/
	border: 0px orange dashed;
}

/*#########################################
## header
##########*/
div#header {
	width: 100%;
	height: 100px;
/*display: none;*/
	margin: 0;
	padding: 0;

	position: fixed;
	top: 0;
	left: 0;

	background-color: #000;

	border: 0px orange dashed;

}

div#header_content {
	width: 980px;
	height: 74px;

	margin: 0 auto;
	padding: 0;

/*display: none;*/

	border: 0px yellow dotted;

	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;

	background-color: #4169e1; /*royalblue;*/
	color: #cccccc;
}

/*
div#header_content div {

	height: 48px;
	margin: 0;
	padding: 0 0 0 10px;

	border: 0px orange dotted;
	border-left: 0px #69c solid;

}
*/
div#header_content h1 {
	font: bold 3em tahoma;
	/*font-weight: bold;
	font-size*/
	margin: 0 0 0 10px;
	padding: 0;

	color: #000;

	border: 0px red dotted;
}

div#header_content h2 {
	display: inline;

	margin: 0 0 0 10px;
	padding: 0;

	position: relative;
	top: -10px;
	left: 212px;
	font: normal 0.8em tahoma;
	color: #000;
}

div#header_content p#logo {
	float: right;

	width: 130px;

	margin: 0px;
	padding: 0px;

	position: relative;
	top: 50px;
	left: 0px;

	border: 0px yellow dotted;

	color: #000;
	/*background-color: #69c;*/
}
/*
div#logo p {
	position: absolute;
	right: 5px;
	bottom: 0;
	margin: 0px;
	padding: 0;
	font: bold 0.8em arial;
	border: 0px orange dotted;
	text-align: right;
}
*/
div#design_oben {
	width: 980px;
	height: 16px;

	margin: 5px auto 0 auto;
	padding: 5px 0 0 0;

	background-color: #4169e1; /*royalblue;*/

	border: 0px orange dashed;

	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
}
div#design_linie_oben {
	width: 850px;
	height: 16px;

	margin: 0;
	padding: 0;

	background-color: #000;

	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
}

/*###########
## Content
###########*/
div#content {
	float: left;
	width: 830px;
	height: 100%;
/*display: none;*/
	margin: 0;
	padding: 100px 10px 60px 10px;

	background-color: #000;

	border: 0px red dotted;
	/*border-left: 0px #69c solid;
	border-right: 0px #69c solid;*/
}



div#content li {
	margin: 0;
	padding: 0;
}

div#content h1 {

	margin: 0;
	padding: 0;
	font-size: x-large;
	/*background-color: silver;*/
	color: #9cf;
	font-weight: bold;
}

div#content h2 {
	font-size: large;
	color: #9cf; /*#7ad;*/
}
div#content h3 {
	font-size: 1em;
	color: #9cf;
}
div#content p {
	font-size: medium;
}
div#content h1, div#content h2, div#content h3, div#content p { padding-bottom: 10px; }

/*########################################################################*/

/*##########
## footer
###########*/
div#footer {
	clear: both;
	width: 100%;
	height: 65px;

	margin: 0;
	padding: 0;

	position: fixed;
	bottom: 0;
	left: 0;

	border: 0px orange dashed;
	background-color: #000;
}

div#footer_content {

	margin: 0 auto;
	padding: 5px 0 0 0;

	width: 980px;
	height: 25px;

	border: 0px red solid;

	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;

	background-color: #4169e1; /*royalblue;*/
}

div#footer p#copy {

	/*position: relative;
	top: -5px;
	left: 733px;*/
float: right;
	margin: 0;
	padding: 0;

	width: 130px;
	height: 30px;

	font: normal 0.7em tahoma;

	background-color: #4169e1; /*royalblue;*/
	color: #000;
/*display: none;*/
	border: 0px yellow dotted;


}

div#footer p {

	width: 850px;
	height: 23px;
font: normal 0.7em verdana;
	margin: 0;
	padding: 7px 0 0 0;

	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;

	text-align: center;

	background-color: #000;

	border: 0px yellow dotted;
}

div#footer a {

	margin: 0px 4px 0px 4px;
	padding: 0;

	text-decoration: none;
}
div#footer a:link,
div#footer a:visited {
	color: #fff;
}

div#footer a:focus {
	color: orange;
}
div#footer a:hover {
	color: orange;
}
div#footer a:active {
	color: yellow;
}


div#design_unten {
	width: 980px;
	height: 20px;

	margin: 0px auto 5px auto;
	padding: 0 0 5px 0;

	background-color: #4169e1; /*royalblue;*/

	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;

	border: 0px orange dotted;
}

div#design_linie_unten {
	width: 850px;
	height: 20px;
/*display: none;*/
	margin: 0;
	padding: 0;

	background-color: #000;

	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
}
/*####################################################*/


table.linktable {
	width: 100%;
	padding: 0; margin: 0;
	/*border: 1px #000000 solid;*/
}
* html table.linktable {
	width: 99.5%;
}
table.linktable td {
	padding: 0;
	margin: 0;
	/*border: 1px yellow dotted;*/
	vertical-align: top;
}
table.linktable p {
	padding: 0;
	margin: 5px;

}
span.unavailable {
	color: #999999;
	cursor: default;
}
#noscript {
	position: absolute;
	top: 0;
	left: 0;

	margin: 0;
	padding: 0px;

	width: 100%;
display: none;
	color: #ccc;
	/*background-color: yellow;*/
}
html>body div#noscript { position: fixed; }
div#extra1 {

	display: none;

}
div#extra2 {
	display: none;
}
html>body .forIE6only { display: none; }

