/*
rot: 		C00
blau:		666
gruen: 		93AD86 bg_body.png
grau: 		CCC
dunkelgrau:	444
hellgrau::	F3F3F3
*/
body {
	font-family: Arial, Verdana;
	font-size: 12px;
	background: url(../images/bg_body.png) #369;
	margin: 0;
	color: #333;
}
#ID_Head {
	width: 795px;
	margin: 50px auto 20px auto;
	height: 220px;
/*	background: url(../images/head.png) 210px top no-repeat #C00; */
}
#ID_Head p {
	margin: 0 0 0 210px;
	height: 210px;
	background: #C00;
}
#ID_Head #ID_Portrait {
	position: absolute;
	top: 50px;
	width: 100%;
	width: 200px;
}
#ID_Head #ID_Portrait img {
	margin: 0;
}

#ID_Head #ID_HeadTools {
	position: absolute;
	top: 10px;
	height: 30px;
	width: 795px;
	background: #333;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
}
#ID_Head #ID_HeadTools a:link,
#ID_Head #ID_HeadTools a:visited {
	text-decoration: underline;
	color: #EFEFEF;
}
#ID_Head #ID_HeadTools a:focus,
#ID_Head #ID_HeadTools a:hover,
#ID_Head #ID_HeadTools a:active {
	text-decoration: none;
	color: #FFF;
}

#ID_Head #ID_HeadTools dl {
	list-style: none;
	margin: 5px 0 0 20px;
	padding: 0;
}
#ID_Head #ID_HeadTools dl dt {
	position: absolute;
	left: -10000px;
}
#ID_Head #ID_HeadTools dl dd {
	display: inline;
	margin: 0;
	padding: 0 10px 0 0;
	font-size: 11px;
	color: #666;
}
#ID_Head #ID_HeadTools dl dd a {
	color: #FFF;
}

#ID_Head #ID_HeadTools #ID_NewsletterAbo {
	position: absolute;
	top: 6px;
	margin: 0 0 0 220px;
}
#ID_Head #ID_HeadTools #ID_NewsletterAbo form,
#ID_Head #ID_HeadTools #ID_NewsletterAbo fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
#ID_Head #ID_HeadTools #ID_NewsletterAbo legend {
	display: none;
}
#ID_Head #ID_HeadTools #ID_NewsletterAbo label {
	text-indent: -10000px;
	display: block;
	float: left;
	background: url(../images/bg_HNewsletter.png) 0 2px no-repeat;
	width: 87px;
}
#ID_Head #ID_HeadTools #ID_NewsletterAbo input {
	background: #EEE;
	border: 0;
	font-size: 12px;
}
#ID_Head #ID_HeadTools #ID_NewsletterAbo .HInput:focus,
#ID_Head #ID_HeadTools #ID_NewsletterAbo .HInput:hover,
#ID_Head #ID_HeadTools #ID_NewsletterAbo .HInput:active {
	background: #FFF;
}
#ID_Head #ID_HeadTools #ID_NewsletterAbo .HSubmit {
	background: url(../images/HSubmit.png) 5px 0 no-repeat;
	text-indent: -10000px;
	width: 20px;
	font-size: 1px;
	color: #FFF;
	height: 15px;
	width: 15px;
}

#ID_Head #ID_HeadTools #ID_SearchForm {
	position: absolute;
	top: 6px;
	margin: 0 0 0 530px;
}
#ID_Head #ID_HeadTools #ID_SearchForm form,
#ID_Head #ID_HeadTools #ID_SearchForm fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
#ID_Head #ID_HeadTools #ID_SearchForm legend {
	display: none;
}
#ID_Head #ID_HeadTools #ID_SearchForm label {
	text-indent: -10000px;
	display: block;
	float: left;
	background: url(../images/bg_HSearch.png) 0 2px no-repeat;
	width: 50px;
}
#ID_fr #ID_Head #ID_HeadTools #ID_SearchForm label {
	background: url(../images/bg_HSearch_fr.png) 0 2px no-repeat !important;
	width: 80px;
}
#ID_en #ID_Head #ID_HeadTools #ID_SearchForm label {
	background: url(../images/bg_HSearch_en.png) 0 2px no-repeat !important;
}
#ID_Head #ID_HeadTools #ID_SearchForm input {
	background: #EEE;
	border: 0;
	font-size: 12px;
}
#ID_Head #ID_HeadTools #ID_SearchForm .HInput:focus,
#ID_Head #ID_HeadTools #ID_SearchForm .HInput:hover,
#ID_Head #ID_HeadTools #ID_SearchForm .HInput:active {
	background: #FFF;
}
#ID_Head #ID_HeadTools #ID_SearchForm input.HSubmit {
	background: url(../images/HSubmit.png) 5px 0 no-repeat;
	text-indent: -1000px;
	width: 20px;
}
#ID_Head #ID_HeadTools #ID_NewsletterAbo .HSubmit,
#ID_Head #ID_HeadTools #ID_SearchForm input.HSubmit {
	font-size: 1px !important;
	color: #FFF;
	height: 15px;
	width: 15px;
}

/* Wrapper */
#ID_Wrapper {
	width: 795px;
	margin: 0 auto;
	/* background: #FFF; */
}

#ID_Container {
	width: 585px;
	float: right;
}

/* Content */
#ID_ContentContainer {
	width: 400px;
	float: left;
}
#ID_Content {
	padding: 10px 10px 40px 10px;
	background: #FFF;
	line-height: 140%;
	min-height: 400px;
}
#ID_Content h1 {
	margin-top: 0;
	font-family: Palatino Linotype, serif;
	font-size: 22px;
	margin: 0 0 15px 0;
	color: #C00;
	line-height: 100%;
}
#ID_Content a {
	color: #C00;
	text-decoration: underline;
}
#ID_Content a:focus,
#ID_Content a:hover,
#ID_Content a:active {
	color: #FFF;
	text-decoration: none;
	background: #333;
}
#ID_Content h1 a {
	color: #C00;
	text-decoration: none;
}
#ID_Content h1 a:focus,
#ID_Content h1 a:hover,
#ID_Content h1 a:active {
	color: #000;
	text-decoration: underline;
}
#ID_Content h2 {
	margin-top: 0;
	font-family: Palatino Linotype, serif;
	font-size: 16px;
	margin: 0 0 5px 0;
}
#ID_Content h3 {
	margin-top: 0;
	font-size: 14px;
}
#ID_Content h4 {
	margin-top: 0;
	font-size: 12px;
}
#ID_Content blockquote {
	font-style: italic;
	color: #000;
}

/* Artikel lesen */
#ID_ArticleView address {
	margin: 0 0 15px 0;
}

/* Download-Dokumente */
#ID_Documents {
	clear: left;
	padding: 10px;
	margin: 20px 0 0 0;
	background: #EEE;
	border: 1px solid #CCC;
}
#ID_Documents h3 {
	margin: 0 0 10px 0;
	font-size: 12px;
}
#ID_Documents ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#ID_Documents ul li {
	margin: 0 0 15px 0;
	padding: 0;
}
/*
#ID_Documents ul li div.Title a:link {
	color: #C00;
	text-decoration: underline;
}
#ID_Documents ul li div.Title a:visited {
	color: #666;
	text-decoration: underline;
}
#ID_Documents ul li div.Title a:focus,
#ID_Documents ul li div.Title a:hover,
#ID_Documents ul li div.Title a:active {
	color: #FFF;
	background: #333;
	text-decoration: none;
}
*/
#ID_Documents ul li div.Title .image,
#ID_Documents ul li div.Title .pdf,
#ID_Documents ul li div.Title .rtf,
#ID_Documents ul li div.Title .zip,
#ID_Documents ul li div.Title .msexcel,
#ID_Documents ul li div.Title .msword,
#ID_Documents ul li div.Title .audio,
#ID_Documents ul li div.Title .video,
#ID_Documents ul li div.Title .file {
	padding: 0 0 0 20px;
	background: url(../images/download.png) no-repeat;
	min-height: 16px;
}

#ID_Documents ul li div.Title .pdf {
	background: url(../images/pdf.png) no-repeat;
}
#ID_Documents ul li div.Title .msword {
	background: url(../images/msword.png) no-repeat;
}
#ID_Documents ul li div.Title .msexcel {
	background: url(../images/msexcel.png) no-repeat;
}
#ID_Documents ul li div.Title .mspowerpoint {
	background: url(../images/mspowerpoint.png) no-repeat;
}

/* News */
#ID_News p {
	margin: 0 0 10px 0;
}
#ID_News h1 {
	margin: 15px 0 10px 0;
}

/* Termine */
#ID_Event ul {
/*
	margin: 0;
	padding: 0;
	list-style: none;
*/
}
#ID_Event ul li {
	margin: 0 0 20px 0;
/*	border: 1px solid #666; */
	padding: 0;
}
#ID_Event ul li .Date {
	font-style: normal;
	padding: 2px 0;
	color: #666;
}
#ID_Event ul li .Title,
#ID_Event ul li .Title a {
	font-weight: bold;
	font-size: 13px;
	margin: 0 10px;
	display: block;
}
#ID_Event .Info {
	clear: both;
	padding: 10px;
	border: 1px solid #666;
	margin: 10px 0;
	background: #EEE;
}

/* Artikel Listing */
#ID_Content #ID_ArticleList dl {
	margin: 0;
	padding: 0;
	list-style: none;
}
#ID_Content #ID_ArticleList dt .Date {
	display: block;
	font-weight: normal;
}
#ID_Content #ID_ArticleList dt {
	padding: 0;
	margin: 10px 0 0 0;
	font-weight: bold;
}
/*
#ID_Content #ID_ArticleList dt a:link,
#ID_Content #ID_ArticleList dt.Even a:link,
#ID_Content #ID_ArticleList dt.Odd a:link {
	color: #000;
	text-decoration: underline;
}
#ID_Content #ID_ArticleList dt a:visited,
#ID_Content #ID_ArticleList dt.Even a:visited,
#ID_Content #ID_ArticleList dt.Odd a:visited {
	color: #666 !important;
	text-decoration: underline;
}
#ID_Content #ID_ArticleList dt a:focus,
#ID_Content #ID_ArticleList dt.Even a:focus,
#ID_Content #ID_ArticleList dt.Odd a:focus,
#ID_Content #ID_ArticleList dt a:hover,
#ID_Content #ID_ArticleList dt.Even a:hover,
#ID_Content #ID_ArticleList dt.Odd a:hover,
#ID_Content #ID_ArticleList dt a:active,
#ID_Content #ID_ArticleList dt.Even a:active,
#ID_Content #ID_ArticleList dt.Odd a:active {
	color: #C00;
	text-decoration: none;
}
*/
#ID_Content #ID_ArticleList dd {
	padding: 0;
	margin: 0;
}
#ID_Content #ID_ArticleList dd .Title {
	font-weight: bold;
}
#ID_Content #ID_ArticleList dd a:visited {
	color: #666;
}

/* Themenchannel-Listing */
#ID_Content #ID_Channels h1 {
	margin: 0 0 15px 0;
}
#ID_Content #ID_Channels dl {
	margin: 0;
	padding: 0;
}
#ID_Content #ID_Channels dt {
	margin: 10 0 0 0;
	padding: 0;
	font-weight: bold;
}
/*
#ID_Content #ID_Channels dt a:link,
#ID_Content #ID_Channels dt a:visited {
	color: #000;
	text-decoration: underline;
}
#ID_Content #ID_Channels dt a:focus,
#ID_Content #ID_Channels dt a:hover,
#ID_Content #ID_Channels dt a:active {
	color: #C00;
	text-decoration: none;
}
*/
#ID_Content #ID_Channels dd {
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: normal;
}

/* Artikel-Listing im Themenchannel */
#ID_Content #ID_Channels ul {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}
#ID_Content #ID_Channels ul li {
	padding: 0;
	margin: 0 0 15px 0;
}
#ID_Content #ID_Channels ul li .Date {
	display: block;
	font-weight: normal;
	font-style: italic;
}
#ID_Content #ID_Channels ul li .Title {
	font-weight: bold;
}
#ID_Content #ID_Channels ul li .Subtitle {
	font-weight: normal;
}
#ID_Content #ID_Channels ul li .Author {
	font-style: italic;
	color: #666;
}
/*
#ID_Content #ID_Channels ul li a:link {
	color: #000;
	text-decoration: underline;
}
#ID_Content #ID_Channels ul li a:visited {
	color: #666;
	text-decoration: underline;
}
#ID_Content #ID_Channels ul li a:focus,
#ID_Content #ID_Channels ul li a:hover,
#ID_Content #ID_Channels ul li a:active {
	color: #C00;
	text-decoration: none;
}
*/

.mark {
	font-weight: bold;
	color: #C00;
	padding: 0 0 0 16px;
	background: url(../images/mark.png) no-repeat #EEE;
}
#ID_Archiv .mark {
	font-weight: bold;
	color: #333;
	padding: 0;
	background: none;
}

/* Tools / Footer */
#ID_Content #ID_Tools {
	clear: both;
	margin: 60px 0 20px 0;
	text-align: center;
}
#ID_Content #ID_Tools a span {
	display: inline;
}
#ID_Content #ID_Tools li {
	display: inline;
}
#ID_Content #ID_Tools li.Top {
	margin: 0 20px 0 0;
	padding: 0 0 0 13px;
	background: url('../images/icons/top.png') no-repeat 0 3px;
}
#ID_Content #ID_Tools li.Print {
	margin: 0 20px 0 0;
	padding: 0 0 0 15px;
	background: url('../images/icons/print.png') no-repeat 0 2px;
}
#ID_Content #ID_Tools li.Send {
	margin: 0 20px 0 0;
	padding: 0 0 0 20px;
	background: url('../images/icons/send.png') no-repeat 0 2px;
}

/* YouTube-Videos */
/* HTML-Code */
#ID_Content .HtmlField embed,
#ID_Home embed {
	width: 380px;
	height: 310px;
}
/* Startseite */
#ID_Home h3 {
	font-family: Palatino Linotype, serif;
	font-size: 1.4em;
	line-height: 130%;
	margin: 0 0 6px 0;
}
#ID_Home p,
#ID_Home h4 {
	margin: 0 !important;
}
#ID_Home .More {
	font-family: Arial, sans-serif;
	font-size: 10px;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}
#ID_Home .More a {
	color: #999;
}

/* Newsletter-Abo */
#ID_AboForm form {
	width: 260px;
	margin: 10px 0;
}
#ID_AboForm .subscribe {
	text-align: right;
	margin: 5px 0;
}
#ID_AboForm .subscribe div.row_submit {
	display: inline;
}


/* Specials */
#ID_Specials {
	width: 166px;
	margin: 0 0 0 410px;
	padding: 10px 5px 20px 5px;
	background: #FFF;
}
#ID_Specials object, 
#ID_Specials embed {
	height: 116px;	width: 165px !important;
}
#ID_Specials a {
	display: block;
	color: #666;
	text-decoration: none;
}
#ID_Specials a:focus,
#ID_Specials a:hover,
#ID_Specials a:active {
	color: #000;
	text-decoration: underline;
}
#ID_Specials h1 {
	position: absolute;
	top: -10000px;
	left: -10000px;
}
#ID_Specials h2 {
	text-transform: uppercase;
	color: #369;
	font-family: Palatino Linotype, serif;
	font-size: 12px;
	border-bottom: 1px dotted #369;
}
#ID_Specials h2 a {
	color: #369;
}
#ID_Specials h2 a:focus,
#ID_Specials h2 a:hover,
#ID_Specials h2 a:active {
	color: #C00;
}
#ID_Specials h2 a:focus:after,
#ID_Specials h2 a:hover:after,
#ID_Specials h2 a:active:after {
	content: " >";
}
#ID_Specials .Aktuelles {
	margin: -10px 0 0 0;
}

#ID_Specials .Specials dl {
	margin: 0 0 30px 0;
	padding: 0;
}
#ID_Specials .Specials dl dt {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #666;
}
#ID_Specials .Specials dl dd {
	margin: 0 0 10px 0;
}
#ID_Specials .Specials dl dd span {
	display: block;
	padding: 0;
}

#ID_Specials ul {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
}
#ID_Specials ul li {
	margin: 0 0 10px 0;
	padding: 0;
}
#ID_Specials ul li a span.Date {
	font-weight: bold;
}
#ID_Specials ul li a strong {
	font-weight: normal;
}

/* Navigation */
#ID_Navi {
	width: 190px;
	padding: 10px 5px 20px 5px;
	background: #FFF;
}
#ID_Navi h1 {
	position: absolute;
	top: -10000px;
	left: -10000px;
}
/* Navi-Ebene 1 */
#ID_Navi ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#ID_Navi ul li {
	margin: 0 0 20px 0;
	padding: 0;
}
#ID_Navi ul li a {
	display: block;
	color: #C00;
	color: #666;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
#ID_Navi ul li a:focus,
#ID_Navi ul li a:hover,
#ID_Navi ul li a:active {
	color: #000;
}
#ID_Navi ul li a:focus:after,
#ID_Navi ul li a:hover:after,
#ID_Navi ul li a:active:after {
	content: " >";
}

/* Navi-Ebene 2 */
#ID_Navi ul li ul li {
	line-height: 100%;
	margin: 5px 0;
	padding: 0;
}
#ID_Navi ul li ul li a {
	border-bottom: 1px dotted #369;
	display: block;
	padding: 3px;
	text-decoration: none;
	color: #333;
	font-family: Arial; sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#ID_Navi ul li ul li a:link,
#ID_Navi ul li ul li a:visited {
	color: #666;
}
#ID_Navi ul li ul li a:focus,
#ID_Navi ul li ul li a:hover,
#ID_Navi ul li ul li a:active {
	color: #666;
	background: #EEE;
}
#ID_Navi ul li ul li a:focus:after,
#ID_Navi ul li ul li a:hover:after,
#ID_Navi ul li ul li a:active:after {
	content: "";
}
#ID_Navi ul li ul li strong a {
	color: #369 !important;
	border-bottom: 1px solid #369;
	text-decoration: none;
	text-transform: uppercase;
}

/* Navi-Ebene 3 */
#ID_Navi ul li ul li ul li a {
	padding: 3px 3px 3px 16px;
	background: url(../images/pfeil1.png) 4px 7px no-repeat;
	border: 0;
}
#ID_Navi ul li ul li ul li a:focus,
#ID_Navi ul li ul li ul li a:hover,
#ID_Navi ul li ul li ul li a:active {
	color: #666;
	text-decoration: none;
	background: url(../images/pfeil1.png) 4px 7px no-repeat #EEE;
}
#ID_Navi ul li ul li ul {
	margin: 0 0 15px 0;
}
#ID_Navi ul li ul li ul li a {
	color: #666 !important;
	text-transform: none;
}

/* Navi-Ebene 4 */
#ID_Navi ul li ul li ul li ul li a {
	padding: 3px 3px 3px 40px;
	background: url(../images/pfeil1.png) 28px 7px no-repeat;
}
#ID_Navi ul li ul li ul li ul li a:focus,
#ID_Navi ul li ul li ul li ul li a:hover,
#ID_Navi ul li ul li ul li ul li a:active {
	color: #666;
	text-decoration: none;
	background: url(../images/pfeil1.png) 28px 7px no-repeat #EEE;
}

/* Bilder (umflossen) */
.ImageBoxLeft,
.ImageBoxRight {
	clear: both;
	/* width ist an der Stelle nicht verfuegbar */
}
.ImageBoxLeft {
	float: left;
	margin: 0 10px 10px 0;
}
.ImageBoxRight {
	float: right;
	margin: 0 0 10px 10px;
}
.ImageBoxLeft .Title,
.ImageBoxRight .Title,
.ImageBoxBig .Title {
	font-style: italic;
}
.ImageBoxTitle,
.ImageBoxBig {
	margin: 10px 0;
}
.ImageBoxLeft .Copyright,
.ImageBoxRight .Copyright,
.ImageBoxBig .Copyright {
	color: #999;
	font-size: 10px;
	font-family: Arial, sans-serif;
}

/* Bildergalerie (Vom Admin angelegt) */
.ImageGallery ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ImageGallery ul li {
	clear: left;
	margin: 0;
	padding: 0;
}

/* Fotogalerie */
#ID_Gallery {
	width: 350px;
	margin: 0 auto;
}
#ID_Gallery ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#ID_Gallery ul li {
	margin: 10px 0 10px 10px;
	padding: 0;
	width: 100px;
	float: left;
}
#ID_Gallery p {
	clear: left;
}
.GalleryImage {
	clear: left;
	margin: 10px 0 0 0;
	text-align: center;
}


/* Footer */
#ID_Footer {
	clear: both;
	text-indent: -10000px;
}

.Jumplabels {
	position: absolute;
	left: -10000px;
}
hr {
	display: none;
}
img {
	border: 0;
}
.DN {
	position: absolute;
	left: -10000px;
}