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

html {
	overflow-y: scroll;
}

body {
	background: #D2DBE0 url(/mediathek/defaultImages/background.gif) repeat-x 0px 0px;
	font-family: Arial, sans-serif;
	color: #303030;
	font-size: 10px;
}

#frame {
/* 	width: 100.2em; */
	margin: 0;
}

#contentFrame {
	margin-top: 0;
 	width: 1000px; 
/*  	outline: 1px solid red; */
}

#header {
	width: 100%;
	border-bottom: 1px dashed #CCCCCC;
	height: 2.1em;
}

#link_dkg {
	display: block;
	margin-top: 1.2em;
	margin-left: 24.0em;
}

#header_image {
	height: auto !important;
	height: 100%;
	display: block;
	width: 58.9em; /*589px*/
	float: none;
	padding-right: 5em; /*5px*/
	position: relative;
	left: 5.5em;
}

div#zoom {
	margin-top: 1.9em;
	display: none;
}

#contentLeft {
	float: left;
	width: 210px;
	margin-right: 0;
	margin-top: 4.5em; /*45px*/
}

#contentMain {
   	float: left;   
	width: 75.5em; /*755px;*/
	padding: 12px 15px 15px 15px;
	background-color: white;
}

#footer {
	clear: both;
	margin-left: 21.4em; /*214px*/
	height: 1.8em; /*18px;*/
	padding-top: 1.0em; /*10px;*/
}

#contentMain_header {
	display: none;
}

#contentRight {
	display: none;
}

/* main content text style */
.contentMain_element {
	line-height: 1.5em; /*15px;*/
}

/* headlines */
#contentMain h1 {	/* font-size is 1.1em (inherited from .contentMain_element and .contentRight_element) */
	font-size: 1.5455em; /*17px;*/
	font-weight: bold;
	line-height: 1.8182em; /*20px;*/
	color: #122257;
}

#contentMain h2 {	/* font-size is 1.1em (inherited from .contentMain_element and .contentRight_element) */
	font-size: 1.0909em; /*12px;*/
	font-weight: bold;
	line-height: 1.3636em; /*15px;*/
	color: #122257;
}

#contentMain h3, #contentMain h4, #contentMain h5, #contentMain h6 {	/* font-size is 1.1em (inherited from .contentMain_element and .contentRight_element) */
	font-size: 1em; /*11px;*/
	font-weight: bold;
	line-height: 1.3636em; /*15px;*/
	color: #1e388e;
}


/* lists */
.ListUnordered_Circle {
	list-style-type: none;
}

.ListUnordered_Circle li {	/* font-size is 1.1em (inherited from .contentMain_element and .contentRight_element) */
	padding-left: 1.0909em; /*12px;*/
	background: url(/mediathek/defaultImages/list_item.gif) no-repeat 0.1818em 0.1818em; /*2px 2px;*/
}

.ListOrdered_Number {	/* font-size is 1.1em (inherited from .contentMain_element and .contentRight_element) */
	padding-left: 1.4545em; /*16px;*/
}

/* links */
a.LinkDocument, a.LinkExtern, a.LinkImage, a.LinkFile, a.LinkMail {
	text-decoration: none;
	color: #02685A;
}

a:hover.LinkDocument, a:hover.LinkExtern, a:hover.LinkImage, a:hover.LinkFile, a:hover.LinkMail {
/* 	text-decoration: underline; */
	color: #FF6600;
}

.LinkDocument {	/* font-size is 1.1em (inherited from .contentMain_element and .contentRight_element) */
	padding-left: 1.0909em; /*12px;*/
	background: url(/mediathek/defaultImages/internal_link.gif) no-repeat 0 0.2727em; /*0px 3px;*/
}

.LinkExtern {	/* font-size is 1.1em (inherited from .contentMain_element and .contentRight_element) */
	padding-left: 1.0909em; /*12px;*/
	background: url(/mediathek/defaultImages/external_link.gif) no-repeat 0 0.1818em; /*0px 2px;*/
}

.LinkMail {	/* font-size is 1.1em (inherited from .contentMain_element and .contentRight_element) */
	padding-left: 1.2727em; /*14px;*/
	background: url(/mediathek/defaultImages/letter.gif) no-repeat 0 0.1818em; /*0px 2px;*/
}

a.LinkGlossary {
 	color: #5567A4; 
	border-bottom: 1px dotted #5567A4 !important;
	border-bottom: 1px dashed #5567A4;
	text-decoration: none;
	cursor: help;
}

a.LinkGlossary:hover {
	text-decoration: none;
	color: #5567A4;
}

.GlossaryTooltip {
	background-color: transparent;
	z-index: 200;
	width: 40em; /*400px*/
}

.GlossaryTooltip_ArrowBorder_LeftTop, .GlossaryTooltip_ArrowBorder_RightTop,
.GlossaryTooltip_ArrowBorder_LeftBottom, .GlossaryTooltip_ArrowBorder_RightBottom {
	display: none;
	border-left: 11px dotted transparent;
	border-right: 11px dotted transparent;
	display: block;
	width: 0;
	height: 0;
	font-size: 1px;
	overflow: hidden;
	z-index: 201;
	position: relative;
}

.GlossaryTooltip_Arrow_LeftTop, .GlossaryTooltip_Arrow_RightTop,
.GlossaryTooltip_Arrow_LeftBottom, .GlossaryTooltip_Arrow_RightBottom {
	border-left: 10px dotted transparent;
	border-right: 10px dotted transparent;
	display: block;
	width: 0;
	height: 0;
	font-size: 1px;
	overflow: hidden;
	z-index: 201;
	position: relative;
}

.GlossaryTooltip_ArrowBorder_LeftTop, .GlossaryTooltip_ArrowBorder_RightTop {
	border-bottom: 11px solid #E7EDF6;
	top: 1px;
}

.GlossaryTooltip_ArrowBorder_LeftTop {
	margin-left: 50px;
	margin-top: -10px;
	top: 12px;
}

.GlossaryTooltip_ArrowBorder_RightTop {
	margin-left: 300px;
}

.GlossaryTooltip_Arrow_LeftTop, .GlossaryTooltip_Arrow_RightTop {
	border-bottom: 10px solid #E7EDF6;
}

.GlossaryTooltip_Arrow_LeftTop {
	margin-left: 51px;
	margin-top: -10px;
	top: 12px;
}

.GlossaryTooltip_Arrow_RightTop {
	margin-left: 301px;
	margin-top: -10px;
	top: 1px;
}


.GlossaryTooltip_ArrowBorder_LeftBottom, .GlossaryTooltip_ArrowBorder_RightBottom {
	border-top: 11px solid #E7EDF6;
}

.GlossaryTooltip_ArrowBorder_LeftBottom {
	margin-left: 50px;
	top: -1px;
}

.GlossaryTooltip_ArrowBorder_RightBottom {
	margin-left: 300px;
	top: -11px;
}

.GlossaryTooltip_Arrow_LeftBottom, .GlossaryTooltip_Arrow_RightBottom {
	border-top: 10px solid #E7EDF6;
}

.GlossaryTooltip_Arrow_LeftBottom {
	margin-left: 51px;
	margin-top: -11px;
	top: -1px;
}

.GlossaryTooltip_Arrow_RightBottom {
	margin-left: 301px;
	margin-top: -11px;
	top: -11px;
}

.GlossaryTooltip_top1, .GlossaryTooltip_top2, .GlossaryTooltip_top3, .GlossaryTooltip_top4,
.GlossaryTooltip_bottom1, .GlossaryTooltip_bottom2, .GlossaryTooltip_bottom3, .GlossaryTooltip_bottom4 {
	height: 1px;
	display: block;
	font-size: 1px;
	background-color: #E7EDF6;
}

.GlossaryTooltip_top4, .GlossaryTooltip_bottom4 {
	height: 2px;
}

.GlossaryTooltip_top1, .GlossaryTooltip_bottom1 {
	margin-left: 5px;
	margin-right: 5px;
}

.GlossaryTooltip_top2, .GlossaryTooltip_bottom2 {
	margin-left: 3px;
	margin-right: 3px;
}

.GlossaryTooltip_top3, .GlossaryTooltip_bottom3 {
	margin-left: 2px;
	margin-right: 2px;
}

.GlossaryTooltip_top4, .GlossaryTooltip_bottom4 {
	margin-left: 1px;
	margin-right: 1px;
}

.GlossaryTooltip_Content {
	background-color: #E7EDF6;
	padding: 1em; /*10px*/
	display: block;
	z-index: 200;
	color: #203062;
}

.GlossaryTooltip_Content h1 {
	color: #203062;
	font-size: 1.3em;
	font-weight: bold;
}

.glossaryTooltip_content ul {
	margin-left: 15px;
}

.TableElement h2 .LinkDocument {
	padding-left: 0;
}

.GlossaryTooltipBackground {
	position: absolute;
	left: 0;
	top:0;
	z-index: 5;
	display: block;
	height: 800px;
	width: 1280px;
	
}

.GlossaryTooltip_Content a {
	color: #2745AB;
	text-decoration: none;
}

.GlossaryTooltip_Content a:hover {
	text-decoration: underline;
}

#glossary_closebutton {
	display: block;
	float: right;
	cursor: pointer;
}

/* Proxy */
.proxyerror {
}

.proxyerror  h1 {
}

.proxyerror_code {
	display: none;
}


/* 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 */
