html {
   overflow-y: scroll;
}

* {
    margin: 0;
    padding: 0;
	border-width: 0;
}

body {
	background-color: #E2E2E2;
    font-size: 11px;
    font-family: Verdana, Arial, sans-serif;
}

h1, h2, h3, h4 {
	color: #0052A6;
    font-weight: bold;
    font-size: 12px;
	margin-bottom: 10px;
}

h2 {
	color: black;
    font-size: 11px;
    margin-bottom: 5px;
}

#contentRight h3 a {
	display: block;
	background: url(/mediathek/defaultImages/Icon_Link_gross.gif) no-repeat 0px 2px;
	padding-left: 16px;
}


td {
	vertical-align: bottom;
}

p {
    margin: 5px 0 5px 0;
}

a, a:visited {
	color: #0052A6;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul {
	list-style-type: none;
}

#frame {
	margin: auto;
	width: 906px;
	background-color: white;
}

#header {
	background-color: black;
	height: 111px;
	border-top: 9px solid black;
}

#logo {
	display: block;
	padding-left: 18px;
	padding-top: 15px;
	float: left;
}

#contentFrame {
	background-color: #E6EDF5;
}

#contentLeft {
	width: 216px;
	float: left;
	background-color: #E6EDF5;
}

#contentMain {
	width: 438px;
	float: left;
	background-color: white;
	padding: 23px 18px 28px 18px;
	height: auto !important;
	/*height: 370px;
	min-height: 370px;*/
	height: 605px;
	min-height: 605px;
}

#contentRight {
	width: 216px;
 	float: left;
	background-color: #E6EDF5;
/* 	padding: 0px 2px 0px 2px; */
	padding: 0;
	overflow: hidden;
	margin-top: 11px;
}

#footer {
	clear: both;
	height: 22px;
	width: 906px;
	background-color: #C0D3E7;
}

/* left and right content area */
#contentLeft h1, #contentRight h1 {
	display: block;
	font-size: 14px;
	font-weight: normal;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	background-color: #d0deed;
	padding-top: 3px;
	padding-left: 15px;
	height: 22px;
	clear: both;
}

/* popup window */
#PopUpBody {
	background-color: #C0D3E7;
}

#PopUpDiv {
	padding-top: 59px;
	background: black url(/mediathek/defaultImages/Logo_BMS_black.gif) no-repeat 13px 12px;
}

#InPopUpDiv {
	background-color: white;
}

#PopupFooter {
	padding-top: 4px;
	padding-left: 20px;
	height: 18px;
	background-color: #C0D3E7;
}

/* links in main area */
#contentMain .LinkFile span {
	padding-left: 8px;
}

#contentMain .LinkImage span {
	padding-left: 4px;
}

/* main content area */
#contentMain a:hover.LinkImage {
	text-decoration: none;
}

#contentMain .Text {
	line-height: 18px;
}

#contentMain .TableElement .ImageElement {
	padding: 0px;
}

#contentMain .TableElement td {
	padding-top: 5px;
}

#contentMain a:hover.LinkImage span {
	text-decoration: underline;
}

/* links in right content area */
#contentRight .LinkDocument, #contentRight .LinkExtern, #contentRight .LinkFile {
	margin-left: 10px;
}

#contentRight a.LinkDocument, #contentRight a.LinkExtern, #contentRight a.LinkFile {
	text-decoration: none;
}

#contentRight a:hover.LinkDocument span, #contentRight a:hover.LinkExtern span, #contentRight a:hover.LinkFile span {
	text-decoration: underline;
}

#contentRight .LinkDocument img, #contentRight .LinkExtern img, #contentRight .LinkFile img {
	padding-right: 4px;
}


#contentRight a.LinkDocument, #contentRight a.LinkFile {
	display: block;
	clear: both;
}

#contentRight a.LinkFile {
	padding-bottom: 30px;
}

#contentRight a.LinkDocument img.LinkVisualImage, #contentRight a.LinkFile img.LinkVisualImage {
	/*float: left;
	display: block;*/
}

#contentRight a.LinkDocument span.LinkVisualText, #contentRight a.LinkFile span.LinkVisualText {
	display: block;
	float: left;
	width: 80%;
	padding-top: 5px;
}


/* big image links in right content area */
#contentRight h2 a.LinkDocument img.LinkVisualImage {
	float: none;
	display: block;
}

#contentRight h2 a.LinkDocument span.LinkVisualText {
	float: none;
	display: block;
	width: auto;
	padding-top: 0px;
	font-weight: normal;
}

#contentRight h2 .LinkDocument, #contentRight .LinkImage {
	margin-left: 0px;
	border: 1px solid #306DB0;
	overflow: hidden;
}

#contentRight h2 .LinkDocument, #contentRight .LinkImage {
	display: block;
	margin: 0px 2px 0px 2px;
}

#contentRight h2 a.LinkDocument, #contentRight h2 a:hover.LinkDocument span {
	text-decoration: none;
}

#contentRight h2 .LinkDocument img, #contentRight .LinkImage img {
	padding-right: 0px;
	display: block;
}

#contentRight h2 .LinkDocument span, #contentRight .LinkImage span {
	display: block;
	height: 14px;
	font-size: 11px;
	color: white;
	text-transform: uppercase;
	padding-left: 20px;
}

#contentRight h2 .LinkDocument span {
	background: #306DB0 url(/mediathek/defaultImages/linkpfeil.gif) no-repeat 10px 4px;
}

#contentRight .LinkImage span {
	background: #306DB0 url(/mediathek/defaultImages/lupe.gif) no-repeat 6px 2px;
}

#contentRight .LinkImage {
	margin-bottom: 10px;
}


/* gallery items */
.Gallery {
	display: block;
	margin-left: 10px;
	overflow: visible;
}

.GalleryThumb {
	display: none;
}

.GalleryName {
	padding-left: 30px;
	padding-bottom: 0px;
	padding-top: 9px;
	height: 30px;
	display: block;
	overflow: visible;
	background: url(/mediathek/defaultImages/gallery_icon.gif) no-repeat 0px 0px;
}

a:hover.Gallery {
	text-decoration: none;
}

a:hover.Gallery span {
	text-decoration: underline;
}

/* images */
#contentMain .ImageElement {
	padding-top: 5px;
	padding-bottom: 20px;
}

#contentRight .ImageElement {
	padding-top: 10px;
	padding-bottom: 6px;
}

/* lists */
.ListUnordered_Square, .ListUnordered_Circle {
	margin-bottom: 5px;
}

.ListUnordered_Square li, .ListUnordered_Circle li {
	background: url(/mediathek/defaultImages/bullet_list.gif) no-repeat scroll 0pt 3px;
	padding-left: 15px;
}

.ListHeadline {
	margin-bottom: 5px;
	display: block;
}

/* CLEARFIX */

/* Clearfix-Methode zum Clearen der Float-Umgebungen */
.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

/* Diese Angabe benötigt der Safari-Browser zwingend !! */
.clearfix { display: block; }

/* Clearen per Overflow */
.floatbox { overflow:hidden; }

/*---------------------------------------------------------*/
/* Workaround: Clearfix-Anpassung für alle IE-Versionen */
/*
** IE5.x/Mac - x
** IE7 - x
*/
.clearfix { display: inline-block; }

/*
** IE5.x/Win - x
** IE6 - x
*/

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
/*--------------------------------------------------------*/

 /* .floatbox-Anpassung für IE #/
/* Hides from IE-mac \*/
* html .floatbox {width:100%;}
/* End hide from IE-mac */

