/* ########################################  Basics  ######################################## */
*
{
	margin:0;
	outline:0;
	padding:0;
}

body
{
	background-color:#D0DCE7;
	background-image:url(../upload/layout/background_mainpage.png);
	background-position:top left;
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

ul
{
	line-height:35px;
	list-style-image: url(../upload/layout/red_list.png);
	margin-left:15px;
}

li
{
line-height:20px;
	margin-top:15px;

}


#clear
{
	clear:both;
	height:0;
}

/* ########################################  Seitenstruktur  ######################################## */
#container
{
	margin:0 auto;
	width:1000px;
}

#content
{
	background-color:#F0F0F0;
}

#content_left
{
	float:left;
	font-size:12px;
	margin:15px;
	width:622px;
}

#content_right
{
	float:right;
	margin:15px 15px 15px 0;
	width:333px;
}

#content_full
{
	color:#000;
	font-size:12px;
	line-height:18px;
	padding:20px;
}

/* ########################################  Header  ######################################## */
#header
{
	background-image:url(../upload/layout/header_neujahr.png);
	background-position:top left;
	background-repeat:no-repeat;
	height:148px;
}

#logolink
{
	float:left;
	margin-top:30px;
}

/* ########################################  Sonderdarstellungen auf der Startseite  ######################################## */
#startseite
{
	background-color:#D0DCE7;
	background-image:url(../upload/layout/background_homepage.png);
	background-position:top left;
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#banner_homepage
{
	background-color:#D0DCE8;
	height:140px;
	margin-bottom:15px;
	padding:20px;
}

/* ########################################  Textdarstellung  ######################################## */
#textbox
{
	background-color:#FFF;
	border:1px solid #BFBFBF;
	padding:15px 20px 20px;
}

#text
{
	color:#505050;
	font-size:12px;
	line-height:20px;
}

#text a:link,#text a:visited,#text a:active
{
	color:#D10106;
	font-size:12px;
	text-decoration:none;
}

#text a:hover,#text a:focus
{
	color:#D10106;
	font-size:12px;
	text-decoration:underline;
}

.text_red_bold
{
	color:#D10106;
	font-weight:bold;
}



/* ########################################  Überschriften  ######################################## */
h1
{
	color:#D10106;
	font-size:18px;
	line-height:22px;
	padding-bottom:15px;
}

h1 a:link,h1 a:visited,h1 a:active
{
	color:#D10106;
	font-size:18px;
	text-decoration:none;
}

h1 a:hover
{
	color:#D10106;
	font-size:18px;
	text-decoration:none;
}

h2
{
	color:#D10106;
	font-size:16px;
	font-weight:bold;
	line-height:22px;
	padding-bottom:5px;
}

h2 a:link,h2 a:visited,h2 a:active,h2 a:hover
{
	color:#D10106;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

h5
{
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	line-height:35px;
}

/* ########################################  Linkliste  ######################################## */
#linkliste
{
	color:#D10106;
	font-size:16px;
	font-weight:bold;
	padding-bottom:2px;
}

#linkliste a:link,#linkliste a:visited,#linkliste a:active,#linkliste a:hover
{
	color:#D10106;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

/* ########################################  Link weiterlesen  ######################################## */
#weiterlesen
{
	color:#D10106;
	font-size:12px;
	font-weight:bold;
	margin-top:5px;
}

#weiterlesen a:link,#weiterlesen a:visited,#weiterlesen a:active
{
	color:#D10106;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

#weiterlesen a:hover
{
	color:#D10106;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}

/* ########################################  vpTransformationen  ######################################## */
a.externallink
{
	background:url(../upload/layout/externer_link.png) no-repeat top right;
	margin-right:5px;
	padding-right:10px;
}

#weiterlesen a.externallink
{
	background:url(../upload/layout/externer_link.png) no-repeat top right;
	margin-right:5px;
	padding-right:15px;
}

h1 a.externallink
{
	background:none;
	padding-left:0;
}

h2 a.externallink
{
	background:none;
	padding-left:0;
}

#linkliste a.externallink
{
	background:url(../upload/layout/externer_link.png) no-repeat top right;
	margin-right:5px;
	padding-right:15px;
}

ul a.externallink
{
	background:url(../upload/layout/externer_link.png) no-repeat top right;
	margin-right:5px;
	padding-right:15px;
}

abbr,span.abbr
{
	border-bottom:1px dotted #505050;
	cursor:help;
}

acronym
{
	background-color:#FACA4D;
	border:none;
	cursor:help;
}

a abbr,a span.abbr
{
	border-bottom:1px dotted #505050;
}

/* ########################################  Downloads  ######################################## */
#downloadbereich
{
	background-color:#FFF;
	border:1px solid #BFBFBF;
	margin-top:15px;
	padding:15px 20px 20px;
}

#downloads
{
	color:#505050;
	font-size:12px;
	padding:3px;
}

#downloads a:link,#downloads a:visited,#downloads a:active
{
	color:#D10106;
	font-size:12px;
	text-decoration:none;
}

#downloads a:hover,#downloads a:focus
{
	color:#D10106;
	font-size:12px;
	text-decoration:underline;
}

/* ########################################  Diverse Bilddarstellungen  ######################################## */
IMG
{
	border:none;
	margin:0;
	padding:0;
}

.bild_rechts
{
	float:right;
	margin:5px 0 10px 10px;
}

.bild_links
{
	float:left;
	margin:5px 10px 0 0;
}

#teaserimage
{
	border:0;
	float:left;
	margin:5px 10px 0 0;
}

/* ########################################  Copyright  ######################################## */
#copyright
{
	color:#6A93A0;
	font-size:10px;
	margin-top:15px;
	width:333px;
}

#copyright a:link,#copyright a:visited,#copyright a:active
{
	color:#6A93A0;
	font-size:10px;
	text-decoration:none;
}

#copyright a:hover
{
	color:#6A93A0;
	font-size:10px;
	text-decoration:underline;
}

/* ########################################  Adresse  ######################################## */
address
{
	background-color:#F0F0F0;
	color:#505050;
	font-size:11px;
	font-style:normal;
	height:35px;
	line-height:35px;
	margin-top:10px;
	text-align:center;
}

address a:link,a:visited,a:active
{
	color:#505050;
	font-size:11px;
	text-decoration:none;
}

address a:hover
{
	color:#505050;
	font-size:11px;
	text-decoration:underline;
}

/* ########################################  Servicenavigation  ######################################## */
#servicenavi
{
	color:#1D4C5C;
	float:right;
	font-size:12px;
	height:30px;
	line-height:28px;
	position:relative;
	text-align:right;
	text-transform:uppercase;
}

#servicenavi a:link,#servicenavi a:visited,#servicenavi a:active
{
	color:#1D4C5C;
	font-size:12px;
	text-decoration:none;
}

#servicenavi a:hover
{
	color:#1D4C5C;
	font-size:12px;
	text-decoration:underline;
}

ul#servicenavigation
{
	color:#1D4C5C;
	font-size:12px;
	margin:0 0 20px;
	padding:0;
}

ul#servicenavigation li
{
	display:inline;
	font-size:12px;
	margin:0;
	padding:0 1px 0 8px;
}

/* ########################################  Hauptnavigation  ######################################## */
#hauptnavi
{
	float:left;
	height:36px;
	line-height:36px;
}

/* ########################################  Hauptnavigation EBENE 1  ######################################## */
#nav_first_off
{
	color:#fff;
	display:block;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:700;
	height:36px;
	line-height:36px;
	text-transform:uppercase;
}

#nav_first_off a:link,#nav_first_off a:visited,#nav_first_off a:active
{
	color:#fff;
	display:block;
	font-size:14px;
	font-weight:700;
	padding:0 12px;
	text-decoration:none;
}

#nav_first_off a:hover
{
	background-color:#D0DCE8;
	color:#1D4C5C;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:700;
	text-decoration:none;
}

#nav_first_on a:link,#nav_first_on a:visited,#nav_first_on a:active
{
	background-color:#F0F0F0;
	color:#1D4C5C;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:700;
	text-decoration:none;
}

#nav_first_open a:link,#nav_first_open a:visited,#nav_first_open a:active
{
	color:#1D4C5C;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:700;
	text-decoration:none;
}

#nav_first_on,#nav_first_open
{
	background-color:#F0F0F0;
	color:#1D4C5C;
	display:block;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:700;
	padding:0 12px;
	text-decoration:none;
	text-transform:uppercase;
}

#nav_first_on a:hover,#nav_first_open a:hover
{
	background-color:#F0F0F0;
	color:#1D4C5C;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:700;
	text-decoration:none;
}

/* ########################################  Hauptnavigation EBENE 2  ######################################## */
#headline_hauptnavi_ebene2
{
	background-color:#6A93A0;
	height:35px;
	margin-bottom:5px;
	padding-left:10px;
	text-transform:uppercase;
	width:323px;
}

#hauptnavi_ebene2
{
	background-color:#B8CFD6;
	border:1px solid #1D4C5C;
	margin-bottom:15px;
	width:331px;
}

#nav_second_off
{
	color:#1D4C5C;
	font-size:14px;
	height:29px;
	line-height:27px;
}

#nav_second_off a:link,#nav_second_off a:visited,#nav_second_off a:active
{
	background-image:url(../upload/layout/hauptnavigation_ebene2.png;);
	background-position:top left;
	background-repeat:no-repeat;
	border-bottom:1px dotted #1D4C5C;
	color:#1D4C5C;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:700;
	padding:0 0 0 25px;
	text-decoration:none;
}

#nav_second_off a:hover
{
	background-color:#D0DCE8;
	background-image:url(../upload/layout/hauptnavigation_ebene2.png;);
	background-position:top left;
	background-repeat:no-repeat;
	color:#1D4C5C;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:700;
	text-decoration:none;
}

#nav_second_on
{
	background-color:#fff;
	background-image:url(../upload/layout/hauptnavigation_ebene2.png;);
	background-position:top left;
	background-repeat:no-repeat;
	color:#1D4C5C;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:700;
	line-height:27px;
	padding:0 0 0 25px;
	text-decoration:none;
}

#nav_second_on a:link,#nav_second_on a:visited,#nav_second_on a:active
{
	color:#1D4C5C;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:700;
	text-decoration:none;
}

#nav_second_on a:hover
{
	background-color:#fff;
	color:#1D4C5C;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:700;
	text-decoration:none;
}

#nav_second_open
{
	background-color:#fff;
	background-image:url(../upload/layout/hauptnavigation_ebene2.png;);
	background-position:top left;
	background-repeat:no-repeat;
	color:#1D4C5C;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:700;
	line-height:27px;
	padding:0 0 0 25px;
	text-decoration:none;
}

#nav_second_open a:link,#nav_second_open a:visited,#nav_second_open a:active
{
	background-image:url(../upload/layout/hauptnavigation_ebene2.png;);
	background-position:top left;
	background-repeat:no-repeat;
	color:#1D4C5C;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:700;
	text-decoration:none;
}

#nav_second_open a:hover
{
	background-color:#fff;
	background-image:url(../upload/layout/hauptnavigation_ebene2.png;);
	background-position:top left;
	background-repeat:no-repeat;
	color:#1D4C5C;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:700;
	text-decoration:none;
}

/* ########################################  Artikelblättern für Detailartikel der Newsliste  ######################################## */
#artikelblaettern
{
	background-color:#FFF;
	border:1px solid #BFBFBF;
	color:#D10106;
	font-size:13px;
	margin-top:15px;
	padding:10px 20px;
	text-decoration:none;
}

#artikelblaettern a:link,#artikelblaettern a:focus,#artikelblaettern a:active,#artikelblaettern a:visited
{
	color:#D10106;
	font-size:13px;
	text-decoration:none;
}

#artikelblaettern a:hover
{
	color:#D10106;
	font-size:13px;
	text-decoration:underline;
}

#zurueckblaettern
{
	float:left;
	text-align:left;
	width:33%;
}

#uebersicht
{
	float:left;
	margin:0;
	text-align:center;
	width:33%;
}

#weiterblaettern
{
	float:right;
	margin:0;
	text-align:right;
	width:33%;
}

/* ########################################  Blätterfunktion der Newsliste Version 1.1 (bei begenzter Anzahl der Artikel pro Seite)  ######################################## */
#newsblaettern
{
	background-color:#FFF;
	border:1px solid #BFBFBF;
	color:#D10106;
	font-size:12px;
	margin-top:15px;
	padding:15px 20px 20px;
	text-align:center;
}

#newsblaettern a:link,#newsblaettern a:visited,#newsblaettern a:active
{
	color:#D10106;
	font-size:12px;
	text-decoration:none;
}

#newsblaettern a:hover,#newsblaettern a:focus
{
	color:#D10106;
	font-size:12px;
	text-decoration:underline;
}

/* ########################################  Marginalspalte: Newsbox (Startseite)  ######################################## */
#newsbox_headline
{
	background-color:#6A93A0;
	height:35px;
	margin-bottom:5px;
	padding-left:10px;
	text-transform:uppercase;
	width:323px;
}

#newsbox
{
	background-color:#B8CFD6;
	color:#1D4C5C;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	margin-bottom:15px;
	padding:10px;
	width:313px;
}

#teaser_newsbox
{
	padding-bottom:15px;
}

#newsbox_more a:link,#newsbox_more a:visited,#newsbox_more a:active
{
	color:#D10106;
	font-weight:bold;
	text-decoration:none;
}

#newsbox_more a:hover,#newsbox_more a:focus
{
	color:#D10106;
	font-weight:bold;
	text-decoration:underline;
}

/* ########################################  Marginalspalte: Videobox (Startseite)  ######################################## */
#videobox_headline
{
	background-color:#6A93A0;
	height:35px;
	padding-left:10px;
	width:323px;
}

#videobox
{
	background-color:#6A93A0;
	margin-bottom:15px;
	padding:0 3px 3px;
	width:327px;
}

/* ########################################  Marginalspalte: Infobox 1 BLAU  ######################################## */
#infobox_headline
{
	background-color:#6A93A0;
	height:35px;
	margin:0 0 5px;
	padding-left:10px;
	text-transform:uppercase;
	width:323px;
}

#infobox_text
{
	background-color:#B8CFD6;
	border:1px solid #1D4C5C;
	color:#505050;
	font-size:12px;
	line-height:18px;
	margin-bottom:15px;
	padding:10px;
	width:311px;
}

#infobox_text a:link,#infobox_text a:visited,#infobox_text a:active
{
	color:#505050;
	font-size:12px;
	text-decoration:underline;
}

#infobox_text a:hover,#infobox_text a:focus,
{
	color:#505050;
	font-size:12px;
	text-decoration:none;
}

/* ########################################  Marginalspalte: Infobox 2 ROT  ######################################## */
#infobox2_headline
{
	background-color:#D10106;
	height:35px;
	margin:0 0 5px;
	padding-left:10px;
	text-transform:uppercase;
	width:323px;
}

#infobox2_text
{
	background-color:#FFF;
	border:1px solid #D10106;
	color:#505050;
	font-size:12px;
	line-height:18px;
	margin-bottom:15px;
	padding:10px;
	width:311px;
}

#infobox2_text a:link,#infobox2_text a:visited,#infobox2_text a:active
{
	color:#505050;
	font-size:12px;
	text-decoration:underline;
}

#infobox2_text a:hover,#infobox2_text a:focus,
{
	color:#505050;
	font-size:12px;
	text-decoration:none;
}

/* ########################################  Marginalspalte: Bildbox  ######################################## */
#bildbox_headline
{
	background-color:#6A93A0;
	height:35px;
	margin:0;
	padding-left:10px;
	text-transform:uppercase;
	width:323px;
}

#bildbox
{
	background-color:#FFF;
	border-bottom:1px solid #6A93A0;
	border-left:1px solid #6A93A0;
	border-right:1px solid #6A93A0;
	margin-bottom:15px;
	width:331px;
}

/* ########################################  Marginalspalte: Mehr SPD  ######################################## */
#headline_mehrspd
{
	background-color:#D10106;
	height:35px;
	margin:0 0 5px;
	padding-left:10px;
	text-transform:uppercase;
	width:323px;
}

#infobox_mehrspd
{
	background-color:#FFF;
	border:1px solid #D10106;
	margin-bottom:15px;
	width:331px;
}

#nav_mehrspd
{
	color:#1D4C5C;
	font-size:14px;
	height:29px;
	line-height:27px;
}

#nav_mehrspd a:link,#nav_mehrspd a:visited,#nav_mehrspd a:active
{
	background-image:url(../upload/layout/red_arrow.png;);
	background-position:top left;
	background-repeat:no-repeat;
	border-bottom:1px dotted #D10106;
	color:#D10106;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:700;
	padding:0 0 0 25px;
	text-decoration:none;
}

#nav_mehrspd a:hover
{
	background-color:#DDD;
	background-image:url(../upload/layout/red_arrow.png;);
	background-position:top left;
	background-repeat:no-repeat;
	color:#D10106;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:700;
	text-decoration:none;
}

/* ########################################  Marginalspalte: Mehr Information  ######################################## */
#headline_mehrinformation
{
	background-color:#6A93A0;
	height:35px;
	padding-left:10px;
	text-transform:uppercase;
	width:323px;
}

#infobox_mehrinformation
{
	color:#505050;
	font-size:12px;
	margin-bottom:15px;
	width:323px;
}

#mehrinformation
{
	background-color:#95BBC6;
	color:#505050;
	font-size:12px;
	height:40px;
	line-height:40px;
	margin-top:5px;
	padding:5px;
	width:323px;
}

#mehrinformation img
{
	border:0;
	float:left;
	margin-right:10px;
}

#mehrinformation a:link,#mehrinformation a:visited,#mehrinformation a:active
{
	color:#1D4C5C;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:700;
	text-decoration:none;
}

#mehrinformation a:hover
{
	background-color:#D0DCE8;
	color:#1D4C5C;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:700;
	text-decoration:none;
}

/* ########################################  Sitemap  ######################################## */
.sitemapext_cat_0
{
	font-weight:bold;
	line-height:20px;
	list-style-type:none;
	margin-left:0;
	text-transform:uppercase;
}



.sitemapext_cat_0 li,.sitemapext_cat_0 a:link li,.sitemapext_cat_0 a:visited li,.sitemapext_cat_0 a:active li
{
	list-style:none;
list-style-image:none;

}

.sitemapext_cat_0 a:link,.sitemapext_cat_0 a:visited,.sitemapext_cat_0 a:active
{
	border-top:1px dashed #777;
	color:#505050;
	display:block;
	font-size:14px;
	text-decoration:none;

}

/* --- Nur fuer IE-Windows zu sehen --- */
.sitemapext_cat_0 a:hover,.sitemapext_art_0 a:hover
{
	color:#D10106;
	font-weight:bold;
}

.sitemapext_cat_1 li
{
	color:#505050;
	font-size:12px;
	font-weight:normal;
	line-height:20px;
	list-style-image:url(../upload/layout/pfeil_sitemap.gif);
	margin:5px;
	margin-left:20px;
	padding-left:5px;
	text-transform:none;
}

.sitemapext_cat_1 a:link,.sitemapext_cat_1 a:active,.sitemapext_cat_1 a:visited,.sitemapext_cat_2 a:link,.sitemapext_cat_2 a:visited,.sitemapext_cat_2 a:active
{
	border-top:0 dashed #777;
	color:#505050;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}

.sitemapext_cat_1 a:hover,.sitemapext_cat_2 a:hover
{
	border-top:0 dashed #777;
	color:#D10106;
	font-weight:bold;
}

.sitemapext_art_0
{
	border-top:0 dashed #777;
	color:#505050;
	font-size:12px;
	list-style-image:url(../upload/layout/pfeil_sitemap.gif);
	padding-left:30px;
}

.sitemapext_art_0 a:link,.sitemapext_art_0 a:visited,.sitemapext_art_0 a:active
{
	border-top:0 dashed #777;
	color:#505050;
	font-size:12px;
	text-decoration:none;
}

/* ########################################  Suche Eingabe  ######################################## */
#suche
{
	color:#fff;
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:36px;
	line-height:36px;
	position:relative;
	right:0;
	text-transform:uppercase;
	top:0;
	width:215px;
}

#suche_titel
{
	float:left;
	font-size:14px;
	font-weight:bold;
	left:0;
	line-height:36px;
	position:relative;
	top:0;
}

#suche_input
{
	background-color:#D0DCE8;
	border-bottom:1px solid #fff;
	border-left:1px solid #6A93A0;
	border-right:1px solid #fff;
	border-top:1px solid #6A93A0;
	color:#1D4C5C;
	font-size:12px;
	height:18px;
	width:135px;
}

#suche_input_position
{
	float:left;
	left:5px;
	line-height:36px;
	position:relative;
	top:7px;
}

/* --- Nur fuer IE-Windows zu sehen --- */
*+html #suche_input_position
{
	top:6px;
}

#suche_button
{
	float:right;
	line-height:36px;
	margin-left:0;
	position:relative;
	right:0;
	width:15px;
}

/* ########################################  Suche Ausgabe  ######################################## */
#searchResults
{
	color:#505050;
	font-size:12px;
	line-height:18px;
	margin:0;
}

#searchResults a:link,#searchResults a:visited,#searchResults a:active
{
	color:#D10106;
	text-decoration:none;
}

#searchResults a:hover,#searchResults a:focus,
{
	color:#D10106;
	text-decoration:underline;
}


#searchResults p.message
{
	margin:20px 0 30px;
}

#searchResults div.searchResultItem
{
	padding:0;
}

#searchResults div.searchResultItem h2
{
	color:#D10106;
	font-size:16px;
	font-style:normal;
	margin:0 0 5px;
	padding:0;
}

#search_navi
{
	border:0;
	color:#505050;
	font-size:12px;
}

#search_navi a:link,#search_navi a:visited,#search_navi a:active
{
	color:#D10106;
	font-size:12px;
	text-decoration:none;
}

#search_navi a:hover,#search_navi a:focus,
{
	color:#D10106;
	font-size:12px;
	text-decoration:underline;
}

#search_navi img
{
	border:0;
}

#search_more
{
	color:#505050;
	font-size:12px;
	font-weight:bold;
	margin-top:5px;
}

#search_more a:link,#search_more a:visited,#search_more a:active
{
	color:#D10106;
	font-size:12px;
	text-decoration:none;
}

#search_more a:hover,#search_more a:focus,
{
	color:#D10106;
	font-size:12px;
	text-decoration:underline;
}

/* ########################################  Kalender  ######################################## */
#mod_sK
{
	margin-bottom:15px;
}

#mod_sK a
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}

#mod_sK a.tag
{
	font-size:12px;
	line-height:25px;
	padding:5px;
}

#mod_sK table
{
	text-decoration:none;
	width:333px;
}

#kalendernavi
{
	background-color:#6A93A0;
	border:1px solid #6A93A0;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	line-height:35px;
	margin-bottom:5px;
	text-transform:uppercase;
	width:333px;
}

#mod_sK td.navl
{
	color:#fff;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	width:20%;
}

#mod_sK td.navr
{
	color:#fff;
	font-size:18px;
	font-weight:bold;
	text-align:right;
	width:20%;
}

#mod_sK td.navm
{
	color:#fff;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	width:60%;
}

#mod_sK td.navl a:link,#mod_sK td.navl a:visited,#mod_sK td.navl a:active,#mod_sK td.navl a:hover
{
	color:#fff;
	font-size:18px;
	text-decoration:none;
}

#mod_sK td.navr a:link,#mod_sK td.navr a:visited,#mod_sK td.navr a:active,#mod_sK td.navr a:hover
{
	color:#fff;
	font-size:18px;
	text-decoration:none;
}

#mod_sK td.navm a:link,#mod_sK td.navm a:visited,#mod_sK td.navm a:active,#mod_sK td.navm a:hover
{
	color:#fff;
	font-size:18px;
	text-decoration:none;
}

#mod_sK td.wtag
{
	background-color:#e0e0e0;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	color:#505050;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	padding:5px;
	text-align:center;
	width:14%;
}

#mod_sK td.wochenende
{
	background-color:#e0e0e0;
	border:1px solid #fff;
	color:#959595;
	padding:1px 1px 1px 2px;
	text-align:right;
}

#mod_sK td.wochentag
{
	border:1px solid #e0e0e0;
	color:#959595;
	padding:1px 1px 1px 2px;
	text-align:right;
}

#mod_sK td.heute
{
	background-color:#D10106;
	border:1px solid #e0e0e0;
	color:#fff;
	font-weight:bold;
	padding:1px 1px 1px 2px;
	text-align:right;
}

#mod_sK td.belegt
{
	background-color:#95BBC6;
	border:1px solid #e0e0e0;
	color:#fff;
	padding:1px 1px 1px 2px;
	text-align:right;
}

#mod_sK td.belegt a:link,#mod_sK td.belegt a:active,#mod_sK td.belegt a:visited,#mod_sK td.belegt a:hover
{
	color:#fff;
}

#mod_sK td.belegtwe
{
	background-color:#95BBC6;
	border:1px solid #fff;
	color:#fff;
	padding:1px 1px 1px 2px;
	text-align:right;
}

#mod_sK td.belegtwe a:link,#mod_sK td.belegtwe a:active,#mod_sK td.belegtwe a:visited,#mod_sK td.belegtwe a:hover
{
	color:#fff;
}

#mod_sK td.tangiert
{
	background-color:#D0DCE8;
	border:1px solid #e0e0e0;
	color:#505050;
	padding:1px 1px 1px 2px;
	text-align:right;
}

#mod_sK td.tangiert a:link,#mod_sK td.tangiert a:active,#mod_sK td.tangiert a:visited,#mod_sK td.tangiert a:hover
{
	color:#505050;
}

#mod_sK td.tangiertwe
{
	background-color:#B8CFD6;
	border:1px solid #fff;
	color:#505050;
	padding:1px 1px 1px 2px;
	text-align:right;
}

#mod_sK td.tangiertwe a:link,#mod_sK td.tangiertwe a:active,#mod_sK td.tangiertwe a:visited,#mod_sK td.tangiertwe a:hover
{
	color:#505050;
}

/* ########################################  Terminausgabe  ######################################## */
#mod_te
{
	background-color:#FFF;
	border:1px solid #BFBFBF;
	line-height:18px;
	padding:15px 20px 20px;
}

#mod_te h2
{
	color:#505050;
	font-size:14px;
	font-weight:bold;
	margin-bottom:2px;
}

/* ########################################  Terminliste  ######################################## */
#terminliste
{
	background-color:#FFF;
	border:1px solid #BFBFBF;
	margin-top:15px;
	padding:15px 20px 20px;
}

#terminliste_kalenderblatt
{
	background-image:url(../upload/layout/kalenderblatt.png);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
	margin-right:10px;
	min-height:40px;
	padding:4px 0 0 6px;
	width:35px;
}

#terminliste_kalenderblatt_wochentag
{
	color:#425F68;
	font-size:9px;
	font-weight:bold;
	padding-left:5px;
}

#terminliste_kalenderblatt_datum
{
	color:#6A93A0;
	font-size:18px;
	font-weight:bold;
	padding-top:2px;
}

#terminliste_monat_kopf
{
	background-color:#6A93A0;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	height:30px;
	line-height:30px;
	margin-bottom:15px;
	padding-left:10px;
	text-align:center;
	text-transform:uppercase;
}

#terminliste_wochentag
{
	color:#505050;
	font-size:12px;
	line-height:18px;
}

#terminliste_zeit
{
	color:#505050;
	font-size:12px;
	line-height:18px;
}

#terminliste_terminname
{
	color:#505050;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
}

#terminliste_terminname a:link,#terminliste_terminname a:visited,#terminliste_terminname a:active
{
	color:#505050;
	font-size:14px;
	text-decoration:none;
}

#terminliste_terminname a:hover,#terminliste_terminname a:focus
{
	color:#505050;
	font-size:14px;
	text-decoration:underline;
}

#terminliste_ort
{
	color:#505050;
	font-size:12px;
	line-height:18px;
}

#mod_tlh
{
	text-align:left;
}

#mod_tlf
{
	text-align:left;
	background-color:#FFF;
	border:1px solid #BFBFBF;
	padding:15px 20px 20px;
	margin-top:15px;
}

#mod_tl table
{
	background-color:#000;
	border-collapse:collapse;
	width:502px;
}

#mod_tl th
{
	background-color:#000;
	line-height:200%;
	margin-bottom:5px;
	margin-top:5px;
	padding-left:5px;
	text-align:left;
	vertical-align:top;
	width:100%;
}

#mod_tl td
{
	line-height:130%;
	text-align:left;
	vertical-align:top;
}

#mod_tl a .highlight
{
	color:#D10106;
}

#mod_tl .border
{
	border-bottom:1px solid #000;
	border-top:1px solid #000;
}

.kopf
{
	background:url(../images/bg_kopf_kalender.png) top repeat-x;
	height:29px;
	margin-left:25px;
	position:relative;
	width:510px;
}

#mod_tl .hell
{
	background-color:#ab0000;
}

#mod_tl .dunkel
{
	background-color:#dfdfdf;
}

#mod_tl .sp0
{
	border:#ab0000;
	width:70px;
}

#mod_tl .sp1
{
	width:85px;
}

#mod_tl .sp2
{
	width:90px;
}

#mod_tl .sp3
{
	width:300px;
}

#mod_tl .sp4
{
	width:100px;
}

#mod_tl .einrueck
{
	padding-left:15px;
}

/* ########################################  Terminliste Select  ######################################## */
#mod_ts
{
	width:600px;
}



#date
{
	color:#9E9E9E;
	font-size:10px;
	padding:0 0 5px 0;
}


#datum_detailartikel
{
	color:#9E9E9E;
	font-size:12px;
	background-color:#FFF;
	border:1px solid #BFBFBF;
	padding:10px 20px;
margin-bottom:15px;
}


#terminteaserliste_datum
{
	color:#D10106;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
}

#terminteaserliste_link
{
	color:#000;
	font-size:12px;
	line-height:17px;
}

#terminteaserliste_link a:link,
#terminteaserliste_link a:visited,
#terminteaserliste_link a:active
{
	color:#000;
	font-size:12px;
	text-decoration:none;
}

#terminteaserliste_link a:hover,
#terminteaserliste_link a:focus
{
	color:#000;
	font-size:12px;
	text-decoration:underline;
}
