/* Main Tags */

body {
	background: #FFF;	
	color: #000;
}

html, body {
	height: 100%;
}

a {
	text-decoration: underline;
	color: #000;
}

hr {
	height: 0;
	border: none;
	border-bottom: 1px solid #000;	
	margin: 1em 0 1.5em 0;
}

hr.skip, hr.blankskip {
	height: 0;
	border: none;
	border-bottom: 1px solid #000;
	margin: 5em 0 0.5em 0;
}
hr.blankskip {
	border: none;
}
hr.medskip, hr.medblankskip {
	height: 0;
	border: none;
	border-bottom: 1px solid #000;
	margin: 2.5em 0 0.5em 0;	
}
hr.medblankskip {
	border: none;
}

/* Basic Layout Settings */

table {
	height: 100%;
	 width: 100%;
}

#PaperLeft, #PaperRight {
	width: 50%;
}

#Paper {
	width: 950px;
}

#logo, #header, #main {
	position: absolute;
}

#logo {
	margin-left: 50px; margin-top: 50px;
}
#header {
	margin-left: 323px; margin-top: 50px;
}
#main {
	margin-left: 50px; margin-top: 200px;
}
#content {
	margin-left: 323px; margin-top: 200px;
	width: 550px;
	margin-right: 50px;
}


/* Menu */

ul {
	list-style-type: none;
}

#main a {
	text-decoration: none;
}

#main ul {
	margin-left: 2em;
	margin-bottom: 2em;
}

#main .sep {
	margin-top: 1em;
}


/* Images in Text */

.textimage {
	margin: 20px 0;
	text-align: left;
}

.textimagecaption {
	margin: .5em 0;
}

/* Basic Types */

h5, h6 {
	display: block;
	margin-top: 3em;
	margin-bottom: 0.9em;
	padding: 0px;
}

.Titel {
	margin-top: -3px;
	margin-bottom: 0px;
}

.Untertitel {
	margin-bottom: 1em;	
}

.Lead, .Text {
	margin-bottom: 1em;	
}

.DownloadSection {
	margin-bottom: 1em;	
	text-align: center;
}


/* Programm Liste */


.Lead ul {
	margin: 1em 0em 2em 0em;
}

.Lead li {
	text-indent: -67px;
	padding-left: 67px;
	display: block;
}

.Lead ul.noindent li {
	text-indent: 0;	
	padding-left: 0;
}

.Lead ul a {
	text-decoration: none;
}

.Lead ul a:hover {
	text-decoration: underline;
}

a.floater {
	text-indent: 0px;
	float: right;
	display: block;
	text-decoration: underline !important;
	padding-left: 2em;
}

/* Programm Eintrag */

.Datum {
	float: right;
	text-align: right;
}

.Titel {
	clear: both;
}

.Sparte, .Datum {
	margin-bottom: 3em;
}

.Infoblock {
/*	text-indent: -2em;	
	padding-left: 2em;
*/	margin-bottom: 1em;		
}

/* Download Classes */

.dlDoc {background-image: url('icons/doc.gif');}
.dlImg {background-image: url('icons/img.gif');}
.dlMov {background-image: url('icons/mov.gif');}
.dlPdf {background-image: url('icons/pdf.gif');}
.dlZip {background-image: url('icons/zip.gif');}

.dlDoc span,
.dlImg span,
.dlMov span,
.dlPdf span,
.dlZip span {
	text-decoration: underline;
}

.dlDoc,
.dlImg,
.dlMov,
.dlPdf,
.dlZip {
	text-decoration: none;
	background-position: 0px 1px;
	background-repeat: no-repeat;
	width: 100%;
	height: 32px;
	display: block;
	padding-left: 40px;
	padding-top: 0px;
	margin: 1em 0px;
}
.dlPdf {
	margin-left: -8px;
	padding-left: 48px;	
}