@charset "UTF-8";
/* CSS Berloque */

/* --------------- Allgemein  ------------------------------------ */

html {overflow-y: scroll !important;}

body {
	padding: 230px 0px 47px 0px;
	background-image:url(../images/b_main.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-color: #000000;
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
}

div#div_header {
	position: fixed;
	text-align: center;
	vertical-align: bottom;
	top: 0px;
	left: 50%;
	width: 1022px;
	height: 230px;
	margin-left: -511px;
	background-image: url(../images/b_header-trans.png);
	background-repeat: no-repeat;
	z-index: 50;
}

div#div_footer {
	vertical-align: bottom;
	position: fixed;
	bottom: 0px;
	left: 50%;
	width: 1022px;
	height: 47px;
	padding: 0px 0px 0px 0px;
	margin-left: -511px;
	background-image: url(../images/b_footer-trans.png);
	background-position: bottom;
	font-size: 12px;
	text-align: center;
	color: #D4E4F3;
	z-index: 60;
}

div#div_main {
	margin: 0 auto;
	width: 960px;
	z-index: 20;
}

#table_nav {
	color: #1C2D58;
	margin-top: 165px;
	width: 1022px;
	height: 33px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

#table_nav td {
	border-right: #8DA4D0 1px solid;
	text-transform: uppercase;
}
	


#div_main img {
	padding: 10px 10px 10px 10px;
	margin: 0px 5px 15px 5px;
	background-color: #FFFFFF;
	border: #8DA4D0 1px solid;
}


#player {
	width: 960px;
	height: 600px;
	background-image: url(../images/b_player.jpg);
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	vertical-align: super;
}

.warnung_header {
	background-color: #DF0000;
	border: #000000 solid 1px;
	margin: 0px 0px 0px 0px;
	color: #FFFFFF;
}

.warnung_liste {
	background-color: #DF0000;
	border: #000000 solid 1px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 5px;
	padding-top: 15px;
	padding-bottom: 15px;

}





/* --------------- Links --------------------------------------- */

a:link		{color: #000000; text-decoration: none;}
a:visited	{color: #000000; text-decoration: none;}
a:hover		{color: #FF0000; text-decoration: none;}
a:active		{color: #000000; text-decoration: none;}

#div_footer a:link		{color: #D4E4F3; text-decoration: none;}
#div_footer a:visited	{color: #D4E4F3; text-decoration: none;}
#div_footer a:hover		{color: #FF0000; text-decoration: none;}
#div_footer a:active		{color: #D4E4F3; text-decoration: none;}



/* --------------- Schirftarten -------------------------------- */

p {
	background-color: #FFFFFF;
	padding: 10px 15px 10px 15px;
	margin: 5px 0px 20px 0px;
	border: #8DA4D0 1px solid;
	font-size: 18px;
}

h1 {font-size: 30px; color: #1C2D58; background-color: #FFFFFF; padding: 5px 15px 5px 15px; margin: 15px 0px 0px 0px; border: #8DA4D0 1px solid; text-transform: uppercase;}
h2 {font-size: 22px; color: #1C2D58; background-color: #FFFFFF; padding: 5px 15px 5px 15px; margin: 15px 0px 0px 0px; border: #8DA4D0 1px solid; text-transform: uppercase;}
h3 {font-size: 18px; color: #1C2D58; background-color: #FFFFFF; padding: 5px 15px 5px 15px; margin: 15px 0px 0px 0px; border: #8DA4D0 1px solid; text-transform: uppercase;}

.p_h1 {font-size: 22px; color: #1C2D58; font-weight: bold;}
.p_h2 {font-size: 18px; color: #1C2D58; font-weight: bold;}