html,body {
  margin :0;
  padding: 0;
  overflow:hidden;
  line-height: 14pt;
  font-size: 12px;
  font-family: sans-serif;
}

/* Content-Bereich */

H1 {
	text-shadow: 2px 2px 2px #AAA;
	text-align: center;
}

H2 {
	text-shadow: 2px 2px 2px #AAA;
	text-align: center;
}

video {
	border-radius: 5px;
	box-shadow:8px 8px 8px #AAA;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow:8px 8px 8px #AAA;
	-moz-box-shadow:8px 8px 8px #AAA;
}

.Cont_div_portrait {
	height: 300px;
	width: 200px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-radius: 5px;
	box-shadow:8px 8px 8px #AAA;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow:8px 8px 8px #AAA;
	-moz-box-shadow:8px 8px 8px #AAA;
	border: 0px solid #000; 
	background-repeat:no-repeat;
}


.Cont_div {
	height: 200px;
	width: 300px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow:8px 8px 8px #AAA;
	-moz-box-shadow:8px 8px 8px #AAA;
	border: 0px solid #000; 
	background-repeat:no-repeat;
}

.Bildunterschrift {
	font-size:x-small;
	font-weight: bold;
}

.Text {
	margin-left: 10%;
	margin-right: 10%;
}


/* WAHL */
.poll {
	margin-top: 20px;
	margin-bottom: 20px;
	color: white;
}

.poll div {
	text-align: center;
}

.pollstableborder, .contentpane {
	margin-left: auto;
	margin-right: auto;
}

.contentpane {
	text-align: center;
}

.componentheading {
	text-align: center;
	font-size: x-large;
}

/* SUCHE */

.searchSuche {
	vertical-align: top;
	margin: 10px;
}

.inputboxSuche {
	padding-bottom: 10px;
	-moz-border-radius:8px;
	-webkit-border-radius: 5px;
	height: 10px;
}

.buttonSuche {

}

/* Menü */
dl#nav {
  padding-left: 10px;
}

div.moduletable {
  position: relative;
}


dl#nav dd ul.menu {
	list-style-image: url(../images/akreuz_20.gif);
	color: white;
    padding-left: 20px;
}

dl#nav dd ul.menu :hover{
	list-style-image: url(../images/akreuz_20_aktiv.gif);
}

dl#nav dd ul.menu li li {
	list-style-image: url(../images/akreuz_20.gif);
	color: white;
}

dl#nav dd ul.menu li li :hover{
	list-style-image: url(../images/akreuz_20_aktiv.gif);
}

dl#nav dd ul.menu li li li {
	list-style-image: url(../images/akreuz_17.gif);
	color: white;
}

dl#nav dd ul.menu li li li :hover{
	list-style-image: url(../images/akreuz_17_aktiv.gif);
}


/* ADMIN Menu */

.menu_admin {
	z-index: 4;
	position:absolute;
	top:0px;
	right: 80px;
}

.menu_admin li  {
	display: inline;
}

.menu_admin li a{
	color: white;
	text-decoration: none;
	font-size: medium;
	font-weight: bold;
	position: relative;
	float: right;
	padding-left: 20px;
}

.BPES_top_background
{
	height: 60px;
	background-image: url("../images/Hintergrund_oben.png");
	background-repeat:no-repeat;
	background-position: left top;
}

.BPES_bottom_background
{
	height: 40px;
	background-image: url("../images/Hintergrund_unten.png");
	background-repeat:no-repeat;
	background-position: left bottom;
}

.first_level_menu_image 
{
	padding-left:10px;
}

img {border:none}


#head {
	position:absolute;
	top:0px;
	height:60px;
	min-width :640px;
	width :100%;
	padding-right:0px;
	overflow:auto;
	vertical-align:bottom;
	z-index: 3;
}

#bottom {
	position:absolute;
	bottom:0px;
	height:40px;
	min-width :640px;
	width :100%;
	padding-right:0px;
	overflow:auto;
	vertical-align:bottom;
	z-index: 3;
}


#content {
	overflow:inherit;
	position:absolute;
	display:inline;
	top :60px;
	left :0px;
	right :0px;
	bottom:40px;
	border-top:0px solid #B4C9DE;
	z-index:2;
}

* html #content {
	width :100%;
	height:100%;
}
#m_content {
	position:absolute;
	width :200px;
	bottom:0px;
	top :0px;
	overflow-y: auto;
	overflow-x: hidden;
	background-image: url("../images/Hintergrund_links.png");
	/*background-color: #0062AC;*/
}
/*
* html #m_content {
	height:100%;
	background-color: #0062AC;
} */

#r_content {
	position:absolute;
	right :167px; /*Für Band von Wert 0 geändert */
	top :0px;
	bottom:0px;
	left :200px;
	overflow:auto;
	border-left :2px solid white;
}

* html #r_content {
	width :100%;
	height :100%;
	overflow:hidden;
	border-right :200px solid white;
	border-bottom :66px solid white;
}

#r_content_table {
	width :100%;
	height: 100%;
	vertical-align: top;
}


#r_content_table tr td {
	/*width :100%;*/  /* Deaktiviert, 19.5.10, Ph. Seckel */
	height: 100%;
	vertical-align: top;
}

/* Container right */
#r_content_table_div {
	position:absolute; 
	z-index:3; 
	top:100px; 
	right:15px; 
	width:250px; 
	height:400px;
	display: none;
}

#r_content_table_div div {
	background-image: url(../images/Hintergrund_rechts.png);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 50px;
	height: 100%;
	vertical-align: top;
	color: white;
}

#r_content_table_div div form{
	padding: 30px;
}

#LoginBtn {
	position: absolute;
	z-index: 4;
	top: 0px;
	right: 0px;
	width: 10px;
	height: 10px;
	cursor: pointer;
}


#LoginBtn ul li{
	display: inline;
}

/* Bildband rechts */

div#bildband {
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 3;
    width: 160px;
    height: 100%;
    overflow: hidden;
    background-color: #0062ac;
    padding-left: 3px;
    padding-right: 3px;
}


# viewer {
	width:100%;
	position: absolute;
	left: auto;
	right: auto;
}




/* =========================================================================== */
/* =========================================================================== */
/* =========================== Spezielle Inhalte ============================= */
/* =========================================================================== */
/* =========================================================================== */

/* PRESSE */


.presse { 
	font-family: "Times New Roman", Times, serif;
	margin-left: 10%;
	margin-right: 10%; 
}

.presse h3 { 
	font-size: 17pt; 
	margin-bottom: 0; 
	display: 
}

.presse p.autor { 
	font-size: 9pt; 
	margin: 0; 
	font-weight: light; 
	text-align: left; 
	font-family: Arial; 
}

.presse p { 
	font-size: 12pt; 
}

p.bildintro { 
	font-weight: bold; 
	margin-top: 20px; 
	margin-left: 10%;
	margin-right: 10%; 
}

.pressebilder { 
	margin: 0px auto; 
	border: 2px solid #000; 
	background-color: #eee; 
	margin-left: 10%;
	margin-right: 10%; 
}

.pressebilder p { 
	text-align: center; 
}

.pressebilder img { 
	border: 0; 
	height: 100px; 
	margin: 10px; 
}

.sbf_table {
	padding:2px;
	width:100%;
	-moz-border-radius:6px;
	-webkit-border-radius: 6px;
	-webkit-box-shadow:4px 4px 4px #AAA;
	-moz-box-shadow:4px 4px 4px #AAA;
	background-color: #89C000;
}

.sbf_table td {
	background-color: #FFF;
	filter:alpha(opacity=90); /* IE */
	-moz-opacity:0.9; /* Gecko-Browser */
	opacity:0.9; /* Opera 9+ */
}

.sbf_table th {
	background-color: #F6F6F6;
	filter:alpha(opacity=90); /* IE */
	-moz-opacity:0.9; /* Gecko-Browser */
	opacity:0.9; /* Opera 9+ */
}

.sbf_table_tdA1 {

}

.sbf_table_tdA2 {
}

.sbf_table_tdE1 {
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-radius-bottomleft: 6px;
}

.sbf_table_tdE2 {
	-moz-border-radius-bottomright:  6px;
	-webkit-border-radius-bottomright: 6px;
}

.sbf_table_th1 {
	-moz-border-radius-topleft: 6px;
	-webkit-border-radius-topleft: 6px;
}

.sbf_table_th0 {
}

.sbf_table_th2 {
	-moz-border-radius-topright:  6px;
	-webkit-border-radius-topright: 6px;
}

