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

html {
	overflow-y: scroll;
	scrollbar-face-color:#57A792;
}

body {
	background-color: #f2f2ea;
	font-family: Verdana, sans-serif;
	color: #303030;
	font-size: 10px;
/* 	scrollbar-face-color:#ff0000; */
}

#frame {
	width: 100em; /*1000px; */
	margin: auto;
}

#contentFrame {
	margin-top: 0;
	left: 0;
	float: left;
	background-color: #e7e7e1;
}

#logo {
  	float: right;  
  	padding-right: 2em;/* 20px;*/
  	padding-top: 1em; /* 10px;*/
  	width: 45.4em; /* 454px;*/
  	height: 9.2em; /* 92px;*/
}

#header {
	width: 100em; /* 1000px;*/
	height: 12em; /*  120px;*/
	background-color: #fff;
	clear: both;
}

#header_text {
	float: right;
	text-align: right;
	color: #0e8163;
	padding-top: 2.2em; /* 22px;*/
	padding-right: 2.5em; /* 25px;*/
	
}

#headerBottom {
	width: 100em; /* 1000px;*/
	height: 1.7em; /* 17px;*/
	display: block;
	background-color: #57a792;
	float: right;
	top: 10.3em; /* 103px;*/
 	position: absolute;
}

#header_text h1 {
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

#header_text h2  {
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.1em;
}

#logo_link {
	float: right;
}

#contentLeft {
/* 	clear: left; */
 	float: left; 
	width: 21em;  /*210px;*/
	left: 0;
	margin-right: 0;
	margin-top: 3.9em; /* 39px;*/
}

#contentMain {
	float: left;
	width: 76em; /* 760px;*/
	min-height: 40em; /* 400px;*/
	padding: 1.2em 1.5em 1.5em 1.5em;  /*12px 15px 15px 15px;*/
	background-color: white;
}

#footer {
	clear: both;
	width: 100em; /*  1000px;*/
	height: 4.5em; /* 45px;*/
	/*padding-top: 1.0em;*/ /*10px;*/
	background: url(/mediathek/defaultImages/footer_kachel.gif) repeat-x left top;
}

#footerCopyright {
	color: #0e8163;
	float: left;
	padding-top: 1.2em; /* 12px;*/
	padding-left: 1.8em; /* 18px;*/
	font-size: 1.2em; /* 12px;*/
}

#contentMain_header {
	display: none;
}

#contentRight {
	display: none;
}

/* main content text style */
.contentMain_element {
	font-size: 1em;
	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: #000;
}

#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: #000;
}

#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: #0e8163;
}

a:hover.LinkDocument, a:hover.LinkExtern, a:hover.LinkImage, a:hover.LinkFile, a:hover.LinkMail {
	text-decoration: underline;
}

.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;*/
}


.LinkGlossary, body div#dkv .LinkGlossary {
 	color: #5267b6; 
	border-bottom: 1px dotted #5567A4 !important;
	border-bottom: 1px dashed #5567A4;
	text-decoration: none;
	cursor: help;
	display: inline;
}

.LinkGlossary:hover, body div#dkv .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 #CCCCCC;
	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 #CCCCCC;
}

.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;
}

.GlossaryTooltip_top1, .GlossaryTooltip_bottom1 {
	background-color: #CCCCCC;
}

.GlossaryTooltip_top2, .GlossaryTooltip_top3, .GlossaryTooltip_top4,
.GlossaryTooltip_bottom2, .GlossaryTooltip_bottom3, .GlossaryTooltip_bottom4 {
	background-color: #E7EDF6;
	border-left: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
}

.GlossaryTooltip_top3, .GlossaryTooltip_top4,
.GlossaryTooltip_bottom3, .GlossaryTooltip_bottom4 {
	background-color: #E7EDF6;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.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;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.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;
	background-color: #fff;
	opacity: 0;
	filter:alpha(opacity=0);
}

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