* { 
    padding: 0; 
    margin: 0; 
}
body{
	margin: 10px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	background-color: #131313;
}
.main
{
	margin-left : auto;
	margin-right : auto;
	width : 100%;
	border: 0px solid red;
	text-align : center;
}


#clear{
	clear: both;
}
td{
	color: White;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
	font-size: 14px;
}
#obenlogo{
	background-color: transparent;
	margin-left: 5%;
	width: 90%;
	height: 100px;
	overflow: hidden;
	color: White;
	border: 0px solid White;
	text-align: center;
}
.iframe{
	display: block;
	overflow: visible;
}
#navi
{
	background-color: #AEACAC;
	width: 90%;
	height: 60px;
	overflow: hidden;
	color: White;
	border: 0px solid White;
	text-align: center;
	margin-left: 5%;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.hauptteil{
	background-color: transparent;
	background-color: Silver;
	margin: 0px 0px 0px 0px;
	width: 90%;
	margin-left: 5%;
	overflow: visible;
	text-align: center;
}
.links{
	background-color: #282828;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	width: 68%;
	overflow: visible;
	color: White;
	float: left;
	display: block;
	margin-top: 2%;
	text-align: justify;
	padding: 1%;
}
#links-livecam{
	background-color: #282828;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	margin: 4px 4px 4px 4px;
	width: 650px;
	height: 1100px;
	overflow: visible;
	color: White;
}
#links-prnofilme{
	background-color: #282828;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	margin: 4px 4px 4px 4px;
	width: 650px;
	height: 1100px;
	overflow: visible;
	color: White;
}
.absatz-text{
	background-color: #3C3C3C;
	margin: 3px 3px 3px 3px;
	padding: 1%;
	text-align: justify;
	float: left;
	width: 97%;
}
.absatz-bild-links{
	float: left;
	padding-right: 4px;
}
.absatz-bild-rechts{
	float: right;
	padding-left: 4px;
}
#index-rahmen{
	width: 650px;
	overflow: visible;
	border: 4px solid Navy;
}
.rechts{
	background-color: #383838;
	width: 30%;
	overflow: visible;
	color: black;
	border: 0px solid White;
	text-align: center;
	float: left;
	display: block;
	margin-top: 2%;
}
h1, h2, h3, h4, h5, h6, p {
	margin : 0;
	padding : 0;
}

h1 {
	color: Maroon;
	padding: 0px 3px 8px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}
h1.extra {
	color: White;
	padding: 0px 3px 8px 3px;
	font-family: "Century Gothic";
	font-weight: normal;
	font-size: 34px;
	text-align: left;
	background-color: #708090;
	margin-bottom: 6px;
}
h1.extra-rechts {
	color: White;
	padding: 0px 3px 8px 3px;
	font-family: "Century Gothic";
	font-weight: normal;
	font-size: 34px;
	text-align: right;
	background-color: #708090;	
}
h1.extra-links {
	color: White;
	padding: 0px 3px 8px 3px;
	font-family: "Century Gothic";
	font-weight: normal;
	font-size: 34px;
	text-align: left;
	background-color: #708090;
}
h2 {
	color: Maroon;
	padding: 0 0 8px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}
h3 {
	padding : 8px 0 8px 0;
	font-weight : bold;
	font-size : 130%;
}

h4 {
	padding : 0 0 4px 0;
	font-weight : bold;
	font-size : 16px;
	font-weight : bold;
	text-align : left;
}

p {
	text-align : left;
	font-size : 16px;
	font-family : Century Gothic;
	font-weight : bold;
}
a {
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
}
a.navi{
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	display: block;
	width: 10%;
	height: 30px;
	background-color: Silver;
	float: left;
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 10px;
	border-right: 2px solid Black;
	padding-top: 1%;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
input,select,textarea {
	background-color: #FF3D09;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border-style: dotted;
	border-color: Black;
}
img{
	max-width: 100%;
	height: auto;
}
.bildfload{
	float: right;
	padding-left: 1%;
}
@media only screen and (max-width: 800px) {
a.navi{
	font-weight: normal;
	font-size: 12px;
	width: 20%;
	height: 30px;
}
.iframe{
	display: none;
}
#navi
{
	height: 140px;
}
.links{
	width: 100%;
	float: none;
}
.rechts{
	width: 100%;
	float: none;
}
}

@media only screen and (max-width: 480px) {
a.navi{
	font-weight: normal;
	font-size: 12px;
	width: 30%;
}
.navi{
	width: 30%;
}
.iframe{
	display: none;
}
.absatz-bild-links{
	float: none;
}
.absatz-bild-rechts{
	float: none;
}
.rechts{
	float: none;
}
.links{
	float: none;
}
.hauptteil{
	float: none;
}
}
}
