/* Beginn Reset-CSS from http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
 	vertical-align: baseline; 
}
/* remember to define focus styles! */

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/* Ende Reset-CSS */

* {
    margin: 0;
    padding: 0;
}

html {
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 1.5em;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

h1 {
	color: #4f6866;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	font-weight: bold;
	color: #E20A16;
	margin-bottom: 10px;
}

strong, b {
	font-weight: bold;
}

i {
	font-style: italic;
}

u {
	text-decoration: underline;
}

a {
	text-decoration: none;
	color: #E20A16;
}

table, tr, td {
	vertical-align: top;
}

table td {
	padding-bottom: 20px;
	padding-right: 3px;
}

#contentRight table td {
	padding-bottom: 0px;
}

/* Text */
.Text {
	display: inline;
}

/* galleries */
.Gallery {
}

.GalleryThumb {
	display: none;
}

.GalleryName {
}

/* links */
.LinkDocument {
	background: url(/mediathek/defaultImages/linkIntern.gif) no-repeat 0 5px;
}

.LinkImage {
}

.LinkExtern {
	background: url(/mediathek/defaultImages/linkExtern.gif) no-repeat 0 5px;
}

.LinkFile {
	background: url(/mediathek/defaultImages/Icon_pdf.gif) no-repeat 0 -2px;
/*  	display: block;  */
}



.LinkFlash {
}

.LinkGallery {
}

.LinkMail {
	background: url(/mediathek/defaultImages/Icon_email.gif) no-repeat 0 5px;
}

.LinkMail span, .LinkDocument span, .LinkExtern span, .LinkFile span {
	margin-left: 13px;
}
.LinkFile span {
	margin-left: 20px;
}

.LinkFile span .LinkFileSize {
	display: none;
}


.LinkMail:hover span, .LinkDocument:hover span, .LinkExtern:hover span, .LinkFile:hover span {
	text-decoration: underline
}

.LinkVisualText {
}

.LinkGlossary {
}

/* lists */
.ListHeadline {
	color: #E20A16;
	font-weight: bold;
}

.ListUnordered_Disc {
	list-style-type: disc;
}

.ListUnordered_Square {
	list-style-type: square;
}

.ListUnordered_Circle {
	list-style-type: circle;
	list-style-type: none;
}

.ListUnordered_Circle li {
	list-style-type: none;
}

/* image */
.ImageElement {
}

/* table */
.TableElement {
}

.TableRow_Even {
}

.TableRow_Odd {
}

.TableHeadline {
}


/* page */
#frame {
    position: relative;
}


#header_image {
    display: block;
    left: 259px;
    position: relative;
/*     padding-top: 14px; */
	top: 14px !important;
	top: 150px;
}

#header {
	background: url(/mediathek/defaultImages/haupt_header.jpg) no-repeat 0 0;
	height: 135px;
	background-color: #33302E;
}

#header_grey {
	height: 86px;
	background-color: #4F5856;
}

#header_white {
	background-color: #fff;
	width: 253px;
	height: 30px;
	position: absolute;
	top: 191px;
}

#logo {
    display: block;
    left: 55px;
    position: absolute;
    top: 27px;
}

#contentFrame {
    clear: both;
    width: 100%;
}

#contentLeft {
    background-color: #ffffff;
    float: left;
    width: 1px;
}

#contentMain {
    background-color: #ffffff;
    float: left;
    width: 468px;
    min-height: 280px;
    padding-left: 300px;
    margin-top: 34px;
}

#contentRight {
	color: #7B8281;
    background-color: #ffffff;
    float: left;
    width: 220px;
    margin-top: 34px;
    margin-left: 25px;
    line-height: 1.3em;
}

#contentRight .ListHeadline {
	color: #7B8281;
}

#contentRight .ListUnordered_Circle {
	margin-bottom: 15px;
}

#footer {
/* 	display: none; */
    clear: both;
    padding-top: 15px;
}

#contentLeft_footer, #contentMain_header, #contentMain_footer, #contentRight_header, #contentRight_footer {
    display: none;
}

#onetimedownload {
	font-family: verdana, arial, sans;
}

#onetimedownload h1 {
	font-family: verdana, arial, sans;
	font-size: 20px;
}
