/* 
// Rosa: #c99
Rosa: #966
Grau: #666
Dunkelrot: #900
*/
body {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#ID_Head img {
	margin: 0 0 0 145px;
}

/* Wrapper */
#ID_Wrapper {
	margin: 0 auto;
/*	width: 880px; */
	width: 950px;
}

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

/* Content */
#ID_Content {
	float: left;
	min-height: 400px;
	padding: 120px 30px 40px 0;
	width: 390px;
}
#ID_Content h1 {
	color: #900;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	margin: 0;
}
#ID_Content h2 {
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	margin: 8px 0 0 0;
}
#ID_Content h3 {
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	margin: 16px 0 0 0;
}
#ID_Content h4 {
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	margin: 16px 0 0 0;
}
#ID_Content .Content {
	line-height: 140%;
	margin: 24px 0 0 0;
}
#ID_Content .Content p {
	margin: 0 0 12px 0;
}

#ID_Content ul {
	clear: both;
}
#ID_Content ul li {
	clear: left;
}
#ID_Content .Content ul {
	clear: left;
	list-style: circle;
	margin: 10px;
	padding: 10px;
}
#ID_Content .Content ul li {
	list-style: circle;
	margin: 0 0 8px 0;
}
#ID_Content a {
	color: #900;
	text-decoration: underline;
}
#ID_Content a:focus,
#ID_Content a:hover,
#ID_Content a:active {
	color: #F33;
	text-decoration: underline;
}
#ID_Content blockquote {
	font-style: italic;
}

/* Artikel lesen */
#ID_ArticleView address {
	margin: 0 0 15px 0;
}
#ID_ArticleView .Date {
	color: #999;
	font-size: 10px;
}
#ID_ArticleView h1,
#ID_ArticleView h2 {
	margin: 0 0 10px 0;
}

/* Startseite */

/* Blog-Vorschau auf der startseite */
#ID_Blogpreview {
	margin: 175px 0 0 0;
	width: 180px;
}
#ID_Blogpreview h3 {
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 16px 0;
}
#ID_Blogpreview ul li a {
	background: none;
	color: #966;
	display: inline;
	float: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0 !important;
	padding: 0 !important;
	text-decoration: underline;
}
#ID_Blogpreview ul li a:focus,
#ID_Blogpreview ul li a:hover,
#ID_Blogpreview ul li a:active {
	color: #900;
}
#ID_Blogpreview ul li {
	margin: 0 0 24px 0;
}
#ID_Blogpreview .Date {
	color: #666;
	font-size: 10px;
}

/* Download-Dokumente */
#ID_Documents {
	border-top: 1px solid #CCC;
	clear: both;
	margin: 18px 0;
	padding: 8px 0;
}
#ID_Documents h3 {
	margin: 0 0 8px 0;
}
#ID_Documents ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#ID_Documents ul li {
	margin: 0 0 16px 0;
	padding: 0;
}
#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;
	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;
}
#ID_Documents ul li div.Author {
	font-size: 10px;
	padding: 0 0 0 20px;
	text-transform: uppercase;
	color: #999;
}

/* Termine */
#ID_Event ul {
	margin: 24px 0 0 0;
}
#ID_Event ul li {
	margin: 0 0 20px 0;
/*	border: 1px solid #666; */
	padding: 0;
}
#ID_Event ul li .Date {
	font-style: normal !important;
	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;
	margin: 10px 0;
}
#ID_Event .Info h3 {
	border-bottom: 1px solid #966;
	color: #966;
	font-size: 16px;
	margin: 10px 0;
	text-transform: uppercase;
}
#ID_Event .Info h4 {
	color: #966;
	margin: 10px 0 0 0;
}
#ID_Event .Info address {
	padding: 0 10px;
}

/* Listing Termine */
#ID_Event #ID_Listing h1 {
	font-size: 14px;
}
#ID_Event #ID_Listing ul {
	list-style: none;
	margin: 18px 0 0 0;
	padding: 0;
}
#ID_Event #ID_Listing ul li {
	clear: left;
	margin: 0 0 24px 0;
	padding: 0;
}
#ID_Event #ID_Listing ul li address span.Date {
	color: #666;
	display: block;
	float: left;
	font: normal 11px Arial, sans-serif;
	margin: 0 6px 6px 0;
	padding: 2px 2px 12px 2px;
	text-align: center;
	text-transform: uppercase;
	width: 60px;
}
#ID_Event #ID_Listing ul li address span.Date strong {
	font: bold 18px Arial, sans-serif;
}
#ID_Event #ID_Listing ul li address strong span {
	font-size: 32px;
}
#ID_Event #ID_Listing ul li address span {
	display: block;
}
#ID_Event #ID_Listing ul li address span.Time {
	padding: 6px 0 0 0;
}
#ID_Event #ID_Listing ul li .Time {
	font-style: normal !important;
}
#ID_Event #ID_Listing ul li h3,
#ID_Event #ID_Listing ul li h4,
#ID_Event #ID_Listing ul li p {
	clear: none;
	margin: 0;
}
#ID_Event #ID_Listing ul li h4 {
	font-family: Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-transform: uppercase;
}

#ID_Event form {
	clear: left;
}

/* Artikel Listing */
#ID_ArticleList dl {
	margin: 0;
	padding: 0;
}
#ID_ArticleList dt {
	clear: both;
	margin: 15px 0 0 0;
	padding: 0;
}
#ID_ArticleList dt .Date {
	color: #666;
	display: block;
	font-size: 10px;
	font-weight: normal;
	padding: 0 0 0 12px;
}
#ID_ArticleList dd {
	margin: 0;
	padding: 0 0 0 12px;	
}
#ID_ArticleList dt a {
	background: url(../images/link.png) 0 -96px no-repeat;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 12px;
}
#ID_ArticleList dt a:focus,
#ID_ArticleList dt a:hover,
#ID_ArticleList dt a:active {
	background: url(../images/link.png) 0 -196px no-repeat;
	color: #000;
}
#ID_ArticleList address {
	color: #666;
	font-size: 10px;
	text-transform: uppercase;
}

/* Blog */
#ID_Blog .Date {
	color: #666;
	font-size: 10px;
	text-transform: uppercase;
}
#ID_Blog address {
	color: #666;
	font-size: 10px;
	margin-left: 0;
	text-transform: uppercase;
}

#ID_Blog h1 {
	color: #666;
	margin: 0 0 18px 0;
}
#ID_Blog ul li {
	clear: both;
	margin: 0 0 54px 0;
}
#ID_Blog ul li h1 {
	margin: 0 0 10px 0;
}
#ID_Blog ul li h1 a {
	text-decoration: none;
}
#ID_Blog ul li h1 a:focus,
#ID_Blog ul li h1 a:hover,
#ID_Blog ul li h1 a:active {
	color: #900;
	text-decoration: underline;
}
#ID_Blog ul li h2 {
	margin: 0 0 10px 0;
}
#ID_Blog ul li .Permalink {
	clear: both;
	color: #999;
	font-size: 9px;
}
#ID_Blog ul li .Permalink p {
	position: absolute;
}
#ID_Blog ul li .ImageBoxLeft {
	clear: none;
	color: #999;
	font-size: 9px;
}

/* 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 {
	font-weight: bold;
	margin: 10 0 0 0;
	padding: 0;
}
#ID_Content #ID_Channels dd {
	margin: 0 0 15px 0;
	padding: 0;
}

/* Artikel-Listing im Themenchannel */
#ID_Content #ID_Channels ul {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
#ID_Content #ID_Channels ul li {
	margin: 0 0 15px 0;
	padding: 0;
}
#ID_Content #ID_Channels ul li .Date {
	display: block;
	font-style: italic;
}
#ID_Content #ID_Channels ul li .Title {
	font-weight: bold;
}
#ID_Content #ID_Channels ul li .Author {
	font-style: italic;
	color: #666;
}

/* Tools / Footer */
#ID_Tools {
	clear: both;
	font-size: 10px;
	margin: 60px 0 20px 0;
	text-align: center;
	text-transform: uppercase;
}
#ID_Tools a {
	color: #666;
	display: block;
	float: left;
	height: 20px;
	margin: 0 20px 0 0;
	padding: 3px 0 0 20px;
}
#ID_Tools a:focus,
#ID_Tools a:hover,
#ID_Tools a:active {
	color: #F33;
}
#ID_Tools li {
	display: inline;
}
#ID_Tools li.Top a {
	background: url('../images/top.png') no-repeat 0 3px;
}
#ID_Tools li.Print a {
	background: url('../images/print.png') no-repeat 0 2px;
}
#ID_Tools li.Send a {
	background: url('../images/send.png') no-repeat 0 2px;
}

/* Social Bookmarks */
#ID_Socialbookmarks {
	clear: both;
	color: #999;
	font-size: 10px;
	padding: 16px 0;
	text-transform: uppercase;
}
#ID_Socialbookmarks ul {
	display: inline;
	list-style: none;
	margin: 0 0 0 16px;
	padding: 0;
}
#ID_Socialbookmarks ul li {
	display: inline;
	margin: 0 7px 0 0;
	padding: 0;
}
#ID_Socialbookmarks ul li a {
	background: none !important;
	text-decoration: none;

	/* Halbtransparenter Hintergrund */
	filter:alpha(opacity=60); /* IE */
	-moz-opacity:0.6; /* Mozilla */
	opacity:0.6; /* CSS3 */
}
#ID_Socialbookmarks ul li a:focus,
#ID_Socialbookmarks ul li a:hover,
#ID_Socialbookmarks ul li a:active {
	/* Halbtransparenter Hintergrund */
	filter:alpha(opacity=90); /* IE */
	-moz-opacity:0.9; /* Mozilla */
	opacity:0.9; /* CSS3 */
}


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

/* Youtube-Filme / HTML-Feld */
#ID_ArticleView .HtmlField,
#ID_ArticleView .HtmlField object,
#ID_ArticleView .HtmlField embed {
/*	height: 307px !important; */
	width: 380px !important;
}

/* Specials */
#ID_Specials {
	margin: 175px 0 0 420px;
	padding: 10px 5px 20px 5px;
	width: 190px;
}
#ID_Specials h1 {
	left: -10000px;
	position: absolute;
	top: -10000px;
}
#ID_Specials a {
	background: url(../images/link.png) no-repeat 0 4px;
	color: #966;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 0 12px;
	text-decoration: underline;
}
#ID_Specials a:focus,
#ID_Specials a:hover,
#ID_Specials a:active {
	background: url(../images/link.png) no-repeat 0 -96px;
	color: #900;
}
#ID_Specials .Specials {
/*	clear: left; */
	margin: 0 0 24px 0;
}
#ID_Specials .Specials h3 {
/*
	color: #CCC;
	font-size: 10px;
	text-transform: uppercase;
	padding: 0 0 0 12px;
*/
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 16px 0;
}
#ID_Specials .Specials h3 a {
	background: none;
	display: inline;
	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 .Date {
	color: #666;
	font-size: 10px;
	padding: 0 0 0 12px;
}
#ID_Specials #ID_SpEvents {
	margin: 24px 0 16px 0;
}
#ID_Specials #ID_SpEvents a {
	font-size: 18px;
	background-position: 0 6px;
}
#ID_Specials #ID_SpEvents a:focus,
#ID_Specials #ID_SpEvents a:hover,
#ID_Specials #ID_SpEvents a:active {
	background-position: 0 -94px;
}
#ID_BrotPop {
	margin: 0 0 24px 0;
}
#ID_BrotPop a {
	background: none !important;
	display: block;
	font-size: 14px;
	padding: 0 !important;
	text-decoration: underline;
}
#ID_BrotPop .Title a {
	background: url(../images/link.png) no-repeat 0 6px;
	padding: 60px 0 0 0;
}
#ID_BrotPop .Title a:focus,
#ID_BrotPop .Title a:hover,
#ID_BrotPop .Title a:active {
	background: url(../images/link.png) no-repeat 0 -94px;
}

/* Felder */
#ID_Content fieldset {
	border: 1px solid #999;
	margin: 16px 0 8px 0;
}

/* Facebook-Button in Specials */
#ID_SpFacebook {
	margin-bottom: 32px;
}
#ID_SpFacebook a,
#ID_SpFacebook a:focus,
#ID_SpFacebook a:hover,
#ID_SpFacebook a:active {
	background: none;
}

/* Suche in Specials */
#ID_SpSearch {
	margin: 0 0 32px 12px;
}
#ID_SpSearch label {
	display: none;
}
#ID_SpSearch label {
	display: none;
}
#ID_SpSearch input.felder {
	background: #FFF;
	border: 1px solid #999;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 80px;
}
#ID_SpSearch input.felder:focus,
#ID_SpSearch input.felder:active {
	border: 1px solid #000;
	color: #000;
}
#ID_SpSearch input.submit {
	background: url(../images/arrow.png) no-repeat right 7px #FFF;
	border: 0;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px !important;
	font-weight: normal;
	padding: 0 6px 0 0;
	text-transform: uppercase;
}
#ID_SpSearch input.submit:focus,
#ID_SpSearch input.submit:hover,
#ID_SpSearch input.submit:active {
	color: #000;
}

#ID_SpLinks {
	margin: 32px 0 0 0;
}
#ID_SpLinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#ID_SpRSS {
	margin: 32px 0 0 0;
}
#ID_SpRSS h3 {
	background: url(../images/rss.png) no-repeat;
	font-size: 10px;
	margin-bottom: 10px;
	padding: 3px 0 3px 20px;
}
#ID_SpRSS a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}


/* Navigation */
#ID_Navi {
	background: #CCC;
	left: 0;
	position: absolute;
	text-align: center;
	top: 180px;
	width: 100%;
}
#ID_Navi ul {
	margin: 0 auto;
	width: 880px;
}
#ID_Navi ul li {
	display: inline;
}
#ID_Navi ul li a {
	background: url(../images/bg_navi.png) no-repeat;
	color: #FFF;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 55px;
	margin-right: 25px;
	padding: 36px 4px 0 4px;
	text-align: center;
	text-decoration: none;
	width: 80px;
}

#ID_Navi ul li a:focus,
#ID_Navi ul li a:hover,
#ID_Navi ul li a:active {
	background-position: 0 -100px;
}
#ID_Navi ul li.Active a {
	background-position: 0 -100px;
}
#ID_Navi ul li#ID_Topic16 a,
#ID_Navi ul li#ID_Topic17 a,
#ID_Navi ul li#ID_Topic87 a,
#ID_Navi ul li#ID_Topic51 a {
	padding-top: 28px;
	height: 63px;
}
#ID_Navi ul li#ID_Topic51 a {
	padding-left: 15px;
	padding-right: 15px;
	width: 60px;
}
#ID_Navi ul li#ID_Topic48 a {
	margin-left: 100px;
}
/* #ID_Navi ul li#ID_Topic51 a, */
#ID_Navi ul li#ID_Topic54 a {
	display: none;
}
/*
#ID_Navi ul li#ID_Topic51 ul li a {
	display: inline;
}
*/
#ID_Navi ul li ul {
	display: block;
	padding: 0;
	position: absolute;
	top: 185px;
	width: 170px;
}
#ID_Navi ul li ul li {
	display: block;
	margin: 0 0 16px 0;
	text-align: left;
}
#ID_Navi ul li ul li a {
	background: none;
	color: #966;
	display: inline;
	float: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0 !important;
	padding: 0 !important;
	text-decoration: underline;
}
#ID_Navi ul li ul li a:focus,
#ID_Navi ul li ul li a:hover,
#ID_Navi ul li ul li a:active,
#ID_Navi ul li ul li.Active a {
	color: #900;
}

/* Fotogalerie */
#ID_Gallery ul li {
	display: inline;
}
#ID_Gallery ul li a {
	background: #EEE;
	border: 1px solid #CCC;
	display: block;
	float: left;
	margin: 0 18px 18px 0;
	padding: 5px;

	/* Halbtransparenter Hintergrund */
	filter:alpha(opacity=60); /* IE */
	-moz-opacity:0.6; /* Mozilla */
	opacity:0.6; /* CSS3 */
}
#ID_Gallery ul li a:focus,
#ID_Gallery ul li a:hover,
#ID_Gallery ul li a:active,
#ID_Gallery ul li.Active a {
	/* Halbtransparenter Hintergrund */
	filter:alpha(opacity=100); /* IE */
	-moz-opacity:1; /* Mozilla */
	opacity:1; /* CSS3 */
}
#ID_Gallery p,
#ID_Gallery .ImageBoxBig {
	clear: left;
}

/* Suche */
#ID_Archiv .Content {
	color: #666;
	margin: 0;
}
#ID_Archiv .Title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}
#ID_Archiv .Date {
	color: #666;
	font-size: 10px;
}
#ID_Archiv ul {
	margin: 18px 0;
}
#ID_Archiv ul li {
	margin: 0 0 18px 0;
}
#ID_Content .mark {
	background: #FF0;
	font-weight: bold;
}
#ID_Archiv .mark {
	background: none;
}

/* Footer */
#ID_Footer {
	clear: both;
}
#ID_Footer p {
	left: -10000px;
	position: absolute;
	top: -10000px;
}

/* Sonstige */
.Jumplabels {
	left: -10000px;
	position: absolute;
	top: -10000px;
}
hr {
	display: none;
}
img {
	border: 0;
}
.Clear {
	clear: both;
}
