@import url("general_style.css");

/* Formular-Layout 1 */
/*---------------------------------------------------------------------------------*/
.form-layout1 {}

/* Newsletter-Formular */
/*---------------------------------------------------------------------------------*/
#formSubscribe {}


html, body{
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body { background: #fff; line-height: 1; }
ol, ul { list-style: none; }
table {/* tables still need 'cellspacing="0"' in the markup */ border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: 0; }
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }

/* =Structure
----------------------------------------------- */

body { width:100%; height:100%; font-family:Arial, Helvetica, sans-serif; color:white; } 
#bg { width: 100%; height: auto; min-height: 100%; top: 0; left: 0; position: fixed;}
#container{ width:976px; position:absolute; left:50%; margin-top:50px; padding-bottom:50px; margin-left:-487px; }
.herzkammer_button { cursor: pointer; left: 50%; margin-left: 0px; margin-top: 16px; position: absolute; width: 32px; z-index:10; }
#container_top{
	height:13px;
	width:974px;
	margin:0 1px;
	background:url(/image/templates/regensburg/container_top.png) no-repeat;
	position:relative;
	float:left;
}

#container_mid{
	width:100%;
	background:url(/image/templates/regensburg/container_mid.png) repeat-y;
	position:relative;
	float:left;
}

#content_container{
	width:950px;
	margin:0 13px;
	position:relative;
	float:left;
	background:url(/image/templates/regensburg/content_container.png) no-repeat;
}

#container_bottom{
	width:974px;
	margin:0 1px;
	height:13px;
	background:url(/image/templates/regensburg/container_bottom.png) no-repeat;
	position:relative;
	float:left;
}

#header{
	position:relative;
	float:left;
	width:100%;
	height:100px;
}

#navigation{
	position:relative;
	float:left;
	width:940px;
	padding:0 5px;
	margin-bottom:15px;
}

.navi_left{
	width:5px;
	height:45px;
	float:left;
	background:url(/image/templates/regensburg/navi_left.png) no-repeat;
}

.navi_mid{
	height:35px;
	padding:5px 0;
	width:930px;
	float:left;
	background:url(/image/templates/regensburg/navi_mid.png) repeat-x;
	text-align:center;
}

.navi_right{
	width:5px;
	height:45px;
	float:left;
	background:url(/image/templates/regensburg/navi_right.png) no-repeat;
}

/* Navigation*/
ul.menu {
	list-style-type:none;
	margin:0px;
	padding:0px;
	list-style-image: none;
	position: relative;
	z-index:3;
	border-left:1px solid #bfbfbf;
	display:inline-block;
}

ul.menu li {
	line-height:35px;
	vertical-align:middle;
	position:relative;
	display:inline-block;
	border-right:1px solid #bfbfbf;
	float:left;
	text-align:left;
}

ul.menu li a{
	padding:0px;
	color:#808080;
	font-size:14px;
	text-decoration: none;
}

ul.menu li ul {
	position:absolute;
	left:-999em;
}

ul.menu li:hover ul {
	left:-40px;
}

ul.sub_nav li {
	min-width:200px;
	float:left;
	line-height:30px;
	list-style:none;
	position:relative;
	border:none;
	border-bottom:1px solid #018cda;
	background:url(/image/templates/regensburg/bg.jpg);
}

ul.sub_nav li a{
	display:block;
	color:white;
	padding:0px 10px;
	font-size:12px;
}

ul.sub_nav li:hover{
	background:#004164;
}

ul.sub_nav li:hover a{
	color:#FFFFFF;
}

#teaserbox{
	position:relative;
	width:100%;
	height:308px;
	float:left;
}

#teaser_overlay{
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	width:100%;
	height:308px;
	background:url(/image/templates/regensburg/teaser.png) no-repeat;
}

#teaser{
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:626px;
	margin-left:311px;
	height:300px;
	padding:4px;
	background:#7989a3;
}

.newsbox{
	padding:20px 0 0 30px;
	width:275px;
	position:absolute;
	z-index:2;
	display:none;
}

.newsbox h2{
	font-size:26px;
	color:#0083cc;
	margin-bottom:10px;
}

.newsbox p{
	color:#808080;
	line-height:20px;
	font-size:13px;
	width:265px;
	margin-left:10px;
}

#contentbox{
	position:relative;
	float:left;
	padding:0 18px;
	margin-top:20px;
	margin-bottom:20px;
	width:914px;
}

#homebox{
	position:relative;
	float:left;
	margin-top:10px;
	padding:5px;
	width:940px;
}

#buttonsbox{
	float:left;
	width:470px;
}

#buttonsbox ul{
	margin:0;
	padding:0;
	list-style:none;
}

#buttonsbox ul li{
	float:left;
	margin-right:5px;
	margin-bottom:10px;
}

#buttonsbox ul li:hover{
	background:#efefef;
}

#buttonsbox ul li a{
	display:block;
}

#kontaktbox{
	float:right;
	padding:20px;
	width:425px;
	height:230px;
	color:#0083cc;
	background:url(/image/templates/regensburg/kontaktbox.png) no-repeat;
}

#kontaktbox_headline{
	font-size:17px;
	float:left;
	text-transform:uppercase;
	margin-bottom:20px;
}

#kontaktbox_content{
	float:left;
}

.kontaktbox_content_row{
	width:100%;
	float:left;
	margin-bottom:10px;
}

.kontaktbox_content_row input{
	float:right;
	width:328px;
	border:1px solid #d5d4d4;
	height:20px;
	margin:0;
	padding:3px;
}

.kontaktbox_content_row label{
	font-size:14px;
	text-align:center;
	float:left;
	padding:6px 20px;
}

#kontaktbox_content textarea{
	border:1px solid #d5d4d4;
	width:417px;
	margin:0;
	padding:0;
	height:74px;
	margin-bottom:10px;
	resize:none;
	padding:3px;
	font-family: Arial, sans-serif;
	color:#333;
}

#kontaktbox_content button{
	text-indent:-9999px;
	background:url(/image/templates/regensburg/senden_button.png) no-repeat;
	border:none;
	width:120px;
	height:24px;
	float:right;
	cursor:pointer;
}

#kontaktbox_content button:hover{
	margin:1px;
}

/*----- sibler -----*/

.box_sibler{
	float:left;
	width:300px;
	margin-right:19px;
}

.box_sibler_top{
	background:url(/image/templates/regensburg/box_sibler_top.png) no-repeat;´
	width:300px;
	height:12px;
}

.box_sibler_mid{
	background:url(/image/templates/regensburg/box_sibler_mid.png);´
	width:260px;
	color:#333;
	padding-left:20px;
	padding-right:20px;
	min-height: 200px;
}

.box_sibler_bottom{
	background:url(/image/templates/regensburg/box_sibler_bottom.png) no-repeat;´
	width:300px;
	height:16px;
}

.box_sibler_kopf{
	color: #0993DD;
	font-size: 18px;
	margin-bottom:10px;
	margin-top:0px;
}

.box_sibler_datum{
	color: #0993DD;
	font-size: 12px;
	margin-bottom:5px;
	margin-top:15px;
}

.box_sibler_titel{
	color: #333;
	font-size: 14px;
}

/*----- SITEMAP -----*/

#sitemapbox{
	position:relative;
	float:left;
	padding:0 10px;
	width:930px;
}

#sitemapbox_top{
	position:relative;
	float:left;
	width:930px;
	height:5px;
	background:url(/image/templates/regensburg/sitemap_top.png) no-repeat;
}

#sitemapbox_mid{
	position:relative;
	float:left;
	width:910px;
	padding:10px;
	min-height:50px;
	background:#262626;
	text-align:center;
}

#sitemapbox_bottom{
	position:relative;
	float:left;
	width:930px;
	height:5px;
	background:url(/image/templates/regensburg/sitemap_bottom.png) no-repeat;
	margin-bottom:10px;
}

#footer_headline{
	font-size:21px;
	color: white;
	margin:10px 0px 18px 10px;
	text-align:left;
}

.footer_sitemap{
	width:100%;
	float:left;
	margin-bottom: 0px;
	text-align: left;
}

.footer_sitemap ul {
	padding-left: 10px;
	list-style:none;
	display:inline-block;
}

.footer_sitemap ul li {
	float:left;
	width:150px;
	margin-bottom:20px;
	text-align:left;
}

#footer_kategorie{
	float:left;
	margin-bottom:10px;
	width:100%;
}

#footer_kategorie a{
	font-size : 9pt;
	font-weight: bold;
	font-family: Arial;
	color:white;
}

#footer_kategorie a:hover{
	color:white;;
}

#footer_subkategorie{
	width:150px;
	text-align:left;
}

#footer_subkategorie a{
	font-size : 9pt;
	font-family: Arial;
	color: #0993dd;
	margin-bottom:5px;
	display:block;
}

#footer_subkategorie a:hover{
	color:white;
}

.footer_box_links{
	font-size:11px;
	float:right;
	color:#255F9B;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
}

.footer_box_links a{
	color:#0993dd;
}

.footer_box_links a:hover{
	color:white;
}

/*----- SITEMAP ENDE -----*/


#leftbox{
	position:relative;
	float:left;
	width:630px;
	color:#333;
	font-size:13px;
	line-height:21px;
}

#rightbox{
	position:relative;
	float:right;
	width:200px;
	padding:10px 30px;
	color:#333;
	font-size:13px;
	line-height:21px;
	background:#f6f6f6;
}

img{
	border: 0 none;
}

a{
	text-decoration:none;
	color:#333;
	outline:none;
}

img.bg{
	width:100%;
	height:768px;
	top:0;
	left:0;
	position:fixed;
}

img.wappen{
	width:475px;
	height:555px;
	position:fixed;
	left:50%;
	margin-left:-742px;
	margin-top:50px;
}

img.kopfgrafik{
}

.container{
	width: 976px;
	position:relative;
	margin:auto;
	margin-top:10px;
}

.container_top{
	width:976px;
	height:13px;
	background:url(/image/templates/regensburg/container_top.png) no-repeat;
	float:left;
}

.container_mid{
	width:976px;
	float:left;
	background:url(/image/templates/regensburg/container_mid.png) repeat-y;
}

.container_bottom{
	width:976px;
	height:13px;
	background:url(/image/templates/regensburg/container_bottom.png) no-repeat;
	float:left;
}

.content{
	width:950px;
	margin:0 13px;
	background:url(/image/templates/regensburg/content_bg.png) repeat-x;
	float:left;
}

.header{
	width:950px;
	height:120px;
}

img.kopfgrafik{
	float:right;
	padding:30px 0;
}

.suche{
	position:absolute;
	right:27px;
	top:98px;
	float:right;
	width:190px;
	height:29px;
	background:url(/image/templates/regensburg/suche.png) no-repeat;
}

.navigation{
	width:930px;
	margin:0 10px 20px 10px;
	float:left;
}

.navi_l{
	width:6px;
	height:45px;
	background:url(/image/templates/regensburg/nav_l.png) no-repeat;
	float:left;
}

.navi_m{
	width:918px;
	height:45px;
	background:url(/image/templates/regensburg/nav_m.png) repeat-x;
	float:left;
	margin:0;
	padding:0;
}

.navi_r{
	width:6px;
	height:45px;
	background:url(/image/templates/regensburg/nav_r.png) no-repeat;
	float:left;
}


/*--------------- CSS MODULE ------------------------------*/

.startverweise{
	width:100%;
	text-align:center;
}

#SozialesNetzwerk{
	clear: both;
	margin: 30px 0px;

}

#SozialesNetzwerk ul{
	margin: 0;
	padding: 0;
	height: 20px;
}

#SozialesNetzwerk li{
	float: left;
	list-style: none;
	margin: 0 10px 0 0;
	padding:0;
}

#SozialesNetzwerk li img{
	padding: 1px;
	border: solid 1px #ddd;
}

#SozialesNetzwerk li a{
	font-size: 0.8333em;
}

#SozialesNetzwerk h3{
	font-size: 0.9em;
	color: #666;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.float_all { clear : both }
.float_left { clear : left }
.datum { font-size: 10px;}
.trenner_rubrik {
	width:100%;
	clear:left;
	line-height:7px;
	height:6px;
	border-bottom:1px dotted #BFBFBF;
	margin-bottom:3px;
}

.trenner_rubrik_alle {
	width:100%;
	text-align: left;
	margin-bottom:5px;
	padding-right:10px;
	font-size:10px;
	text-align:right;
}

.trenner_news {
	clear:left;
	padding-bottom:5px;
	width:100%;
}

.trenner_presse {
	clear:left;
	padding-bottom:5px;
	width:100%;
}

.trenner_kommentare {
	clear:left;
	padding-bottom:5px;
	width:100%;
}


/* MODULE */
/* Top-Antraege, Redebeitraege */
#rightbox > .module + .module {
	padding-top:10px;
	border-top:1px dotted #018DCA;
}
.mod_top_antraege > .titel,
.mod_akt_redebeitraege > .titel {
	color:#018DCA;
	font-size:18px;
	line-height:20px;
	padding:15px 5px 0;
	margin:0 0 12px;
	clear: both;
}
.mod_top_antraege > .inhalt,
.mod_akt_redebeitraege > .inhalt {
	font-size:12px;
	padding-bottom:20px;
}
.mod_top_antraege ul,
.mod_akt_redebeitraege ul {
	margin:0;
	padding:0 0 0 20px;
	list-style-image: url(/image/templates/regensburg/arrow_liste.gif);
	line-height:19px;
}
.mod_top_antraege li + li,
.mod_akt_redebeitraege li + li {
	margin-top:5px;
}
.mod_top_antraege a,
.mod_akt_redebeitraege a {
	display:block;
}
.mod_top_antraege a:hover,
.mod_akt_redebeitraege a:hover {
	color:#0079BA;
}
.mod_top_antraege b,
.mod_akt_redebeitraege b {
	color:#777
}
.mod_akt_redebeitraege .videolink
{
	padding-left:25px;
	background: url(/image/templates/regensburg/page_video.gif) no-repeat top left;
}

/* Liste Alle Redebeitraege */
#leftbox .redebeitraege_liste .shl { margin:5px 0; font-size:16px; font-weight:bold; color:#018DCA; }
#leftbox .redebeitraege_liste ul { margin:0; padding:0; list-style:none; }
#leftbox .redebeitraege_liste li { float:none; padding:15px 0 0 22px; background:url('/image/templates/regensburg/arrow_liste.gif') no-repeat 0 25px; }
#leftbox .redebeitraege_liste li + li { margin-top:20px; border-top:1px dotted #BFBFBF; }
#leftbox .redebeitraege_liste .videolink { display:inline-block; padding:3px 0 2px 25px; font-weight:bold; background:url('/image/templates/regensburg/page_video.gif') no-repeat 0 50%; }
#leftbox .redebeitraege_liste .videolink:hover { color:#018DCA; }


/* Bilderserie in News- und Presseartikeln*/

.bilderserie {
	padding:0px;
	border:0px;
	width:100%;
	margin-bottom: 15px;
}

.bilderserie_kopf {
	background-color:#0A374F;
	font-size: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 6px;
	color: white;
	font-family: Arial;
}

.bilderserie_bild {
	float: left;
	margin-top: 15px;
	margin-right: 10px;
	border: 1px solid #0D2941;
	overflow: hidden;
}

.bilderserie_bild img {
	width:100px;
}

/* Skatanzeige */

.skatanzeige {
	width: 100%;
	margin-bottom: 15px;
}

.skatanzeige img{
	width : 648px;
}

/* Titel der jeweiligen Seite : hsuper */
.hsuper {
	font-size:18px;
	font-weight:bold;
	color:#018dca;
	font-family: arial, sans-serif;
	background-color: transparent;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom: 15px;
	display: block;
}

.hsuper img{
	width: 630px;
}

/* Startseite */
/* ------------------------------------------------------------------------------------- */

#start_bild {
	overflow:hidden;
	width:100%;
	margin-bottom:15px;
}

#start_bild img{
	border: 0px;
	max-width:700px;
}

#start_vorwort {
	overflow:hidden;
	width:100%;
	margin-bottom:15px;
}

#start_vorwort_bild {
	float:left;
	margin-right:10px;
}

#start_vorwort_text {
	float: left;
	width: 538px;
}

#start_vorwort_weiter {
	float: right;
	margin-bottom: 15px;
}

#start_vorwort_vorsitzender img {
	width: 150px;
	border : 1px solid black;
}

#start_vorwort_bu {
	font-size:10px;
}

#start_mediathek {
	width:100%;
	margin-bottom: 15px;
}

#start_mediathek_kopf {
	font-family: Arial;
	background-color:#004974;
	height:30px;
	padding-top:15px;
	color:white;
	font-size:25px;
	padding-left:12px;
	font-weight:bold;
}

#start_mediathek_kopf a{
	color : white;
}

#start_mediathek_kopf a:hover{
	text-decoration: none;
}

#start_mediathek_video {
	background-color:#FFFFFF;
	padding-top:5px;
	color:#333333;
	font-size:12px;
	border-bottom: 1px solid #999999;
	min-height: 145px;
}

#start_mediathek_video_film {
	float: left;
	margin-right: 15px;
	margin-left: 0px;
}

#start_mediathek_video_beschreibung {
	font-size: 12px;
}

#start_mediathek_audio {
	background-color:#FFFFFF;
	padding-top:5px;
	color:#333333;
	font-size:12px;
	min-height: 200px;
}

#start_mediathek_audio_file {
	float: left;
	margin-right: 15px;
	margin-left: 0px;
}

#start_mediathek_audio_beschreibung {
	font-size: 12px;
}

#start_cdutv_kopf {
	width:100%;
	height:31px;
	background-color:#FF9900;
}

#start_cdutv_kopf_logo {
	float:left;
	background:#FF9900;
}

.cdu_global_logo{
	float:left;
	margin-left:10px;
}

#start_cdutv_film {
	width: 700px;
	height: 403px;
}

#start_cdutv_film object{
	width: 700px;
	height: 420px;
}

#start_cdutv_film embed{
	width: 700px;
	height: 420px;
}

#start_cdutv_link {
	margin-top: 15px;
	margin-bottom: 15px;
	font-family: Arial;
	font-size: 16px;
}

#start_cdutv_link a:hover{
	text-decoration:underline;
}

#start_cdutv_filme {
	width : 100%;
}

#start_cdutv_bild {
	float: left;
	margin-right: 5px;
}

#start_cdutv_bild img{
	width: 120px;
}

#start_cdutv_beschreibung {
	float: left;
	margin-right: 5px;
	width: 570px;
}

#start_cdutv_titel {
	font-size : 14px;
}

#start_cdutv_titel a{
	font-weight: bold;
}

#start_cdutv_text {
	font-size : 10px;
	margin-bottom: 15px;
	border-bottom: 1px dotted black;
}

.zeige_meldung-leit {
	margin-bottom : 15px;
}

.zeige_meldung-leit_rubrik_headline {
	font-family : Arial, Arial;
	color: #018dca;
	margin: 6px;
	font-size:15px;
	margin-bottom:10px;
}

.zeige_meldung-leit_headline {
	margin: 6px;
	font-size: 16px;
	font-weight: bold;
	color:#004974;
}

.zeige_meldung-leit_subheadline {
	margin: 6px;
	font-size: 14px;
	color: #999999;
	margin-bottom:10px;
}

.zeige_meldung-leit_inhalt {
	margin-left: 6px;
	margin-right: 6px;
	font-size: 12px;
}

.zeige_meldung-leit_bild {
	border:0px;
	margin-left:10px;
}

.zeige_meldung-leit_bild img{
	border:0px;
	width:260px;
}

.zeige_meldung-leit_icons {
	margin : 6px;
	text-align:right;
	width:98%;
	clear: left;
	float: right;
	padding-right:15px;
}

.zeige_meldung_halb_links {
	float:left;
	width:284px;
	padding:5px;
	margin:10px;
	overflow: hidden;
}

.zeige_meldung_halb_rechts {
	float:right;
	margin-left: 6px;
	width:260px;
	padding:5px;
	margin:8px;
	border:1px solid #BFBFBF;
	overflow: hidden;
}

.zeige_meldung_halb_inhalt {
	float:left;
}

.zeige_meldung_halb_bild{
	
}

.zeige_meldung_halb_bild img {
	width:260px;
}

.zeige_meldung_halb_rubrik {
	font-family : Arial;
	color: #018dca;
	margin-bottom: 10px;
	font-size:15px;
}

.zeige_meldung_halb_icons {
	margin : 6px;
	text-align:right;
	width:90%;
	clear: left;
	float: right;
	padding-right:15px;
}

.zeige_meldung_halb_headline {
	margin:5px;
	font-size: 16px;
	font-weight: bold;
}

.zeige_meldung_halb_headline a{
	color:#018dca;
}

.zeige_meldung_halb_subheadline {
	margin:5px;
	font-size: 14px;
	color: #999999;
	font-weight: bold;
}

.zeige_meldung_halb_anreisser {
	margin:5px;
	font-size: 12px;
}

.zeige_rubrik {
	width: 100%;
	min-height: 15px;
	clear: left;
	padding-top:15px;
}

.zeige_rubrik_inhalt {
	font-weight: normal;
}

.zeige_rubrik_titel {
	font-family : Arial;
	color: #018dca;
	margin-bottom: 6px;
	font-size:14px;
	font-weight: bold;
}

.zeige_rubrik_bild_left{
	float: left;
}

.zeige_rubrik_bild_left img{
	margin-right: 15px;
	width : 250px;
	border: 0px;
}

.zeige_rubrik_bild_right{
	float: right;
}

.zeige_rubrik_bild_right img{
	margin-left: 15px;
	width : 250px;
	border: 0px;
}

.zeige_rubrik_headline {
	margin:5px;
	font-size: 16px;
	font-weight: bold;

}

.zeige_rubrik_subheadline {
	margin:5px;
	font-size: 14px;
	color: #999999;
	font-weight: bold;
}

.zeige_rubrik_anreisser {
	margin:5px;
	font-size: 12px;
	
}

.zeige_rubrik_icons {
	margin : 6px;
	text-align:right;
	width:100%;
	clear: left;
	float: right;
	padding-right:15px;
}

.zeige_rubrik_pfeil {
	float: left;
	width : 3%;
	padding-top:8px;
}

.zeige_rubrik_headlines {
	float: left;
	width : 97%;
}

.zeige_rubrik_kheadline {
	margin:5px;
	font-size: 12px;
	font-weight: bold;
}
.zeige_rubrik_kheadline2 {
	margin:5px;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
}

.zeige_rubrik_kicons {
	margin : 6px;
	text-align:right;
	width:100%;
	clear: left;
	float: right;
	padding-right:15px;
}

#start_weitere_meldungen_kopf{
	font-family: Arial;
	background:#018dca;
	height:30px;
	color:white;
	padding:5px 10px;
	font-size:20px;
	line-height:30px;
	font-weight:bold;
}

#start_weitere_meldungen_kopf a{
	color : white;
}

#start_weitere_meldungen_kopf a:hover{
	text-decoration: none;
}

.zeige_meldung {
	width: 100%;
	padding-top:15px;
}

.zeige_meldung_inhalt {
}

.zeige_meldung_headline {
	margin-bottom:10px;
	margin-top:5px;
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
}

.zeige_meldung_headline a{
	color:#018dca;
	font-size:16px;
}

.zeige_meldung_subheadline {
	margin-bottom:5px;
	margin-top:5px;
	font-size: 14px;
	color: #999999;
	font-weight: bold;
	line-height: 1em;
}

.zeige_meldung_anreisser {
	margin-bottom:5px;
	margin-top:5px;
	font-size: 12px;
	
}

.zeige_meldung_icons {
	text-align:right;
	width:100%;
	clear: left;
	float: left;
	padding-right:15px;
}

.zeige_meldung_bild_links{ float: left; margin-right: 15px; width : 250px; }
.zeige_meldung_bild_links img{ width : 250px; border: 0px; }
.zeige_meldung_bild_rechts{ float: right; margin-left: 15px; width : 250px; }
.zeige_meldung_bild_rechts img{ width : 250px; border: 0px; }
.zeige_meldung_bild_mitte{ float: right; }
.zeige_meldung_bild_mitte img{ width : 100%; border: 0px; }

#start_downloads {
	width: 690px;
	margin-top: 15px;
	padding:5px;
	background-color:#F6F6F6;
	border:1px solid #BFBFBF;
	overflow: hidden;
}

#start_downloads_kopf {
	font-family : Arial;
	color: #018dca;
	margin-bottom: 6px;
	font-size:14px;
	font-weight: bold;
}

.start_downloads_symbol {
	width:3%;
	float:left;
}

.start_downloads_bemerkung {
	padding-left: 15px;
	float:left;
	width:97%;;
}

/* Kampagne Zufallsbild */
/* ------------------------------------------------------------------------------------- */
.impressionen_kopf {
	width:100%;
	padding-bottom:10px;
	padding-top:10px;
	
}

.impressionen_kopf_bild {
	float:left;
	width:20px;
	height:23px;
	background:url("/image/templates/regensburg/arrow.png") 0 0 no-repeat;
	display:none;
}

.impressionen_kopf_bild img {
	display:none;
}

.impressionen_kopf_titel {
	width:198px;
	font-family: Arial,Helvetica;
	font-size:20px;
	color : #018DCA;
}

.impressionen_inhalt {
	width:198px;
	float:left;
	padding-bottom:15px;
	border-bottom:1px solid #2bb3ee;
}

.impressionen_inhalt img{
	width:198px;
}

/* Kampagne CDUNet */
/* ------------------------------------------------------------------------------------- */
.cdunet_kopf {
	width:220px;
	height:25px;
	padding-bottom:10px;
}

.cdunet_kopf_bild {
	float:left;
	width:20px;
	height:23px;
	background:url("/image/templates/regensburg/arrow.png") 0 0 no-repeat;
	display:none;
}

.cdunet_kopf_titel {
	width:208px;
	font-family: Arial,Helvetica;
	font-size:20px;
	color:#018dca;
	
	padding-top:10px;
	padding-left:10px;
}

.cdunet_kopf_bild img {
	display:none;
}

.cdunet_inhalt {
	width:186px;
	margin-bottom: 15px;
	margin-left:30px;
}

.cdunet_inhalt input {
	margin-top: 4px;
	width : 160px;
	font-family: Arial;
	font-size : 10px;
}

.cdunet_inhalt_text {
	font-size : 9px;
	margin-top:3px;
}

.cdunet_inhalt_text a{
	text-decoration:none;
	color:#018dca;
}

.cdunet_inhalt_text a:hover{
	color:#0079BA;
}

.cdunet_inhalt_label {
	font-size : 10px;
	font-weight: bold;
}

#loginSend{
	width:62px;
	float:right;
	margin-right:23px;
}

/* Kampagne Startnews */
/* ------------------------------------------------------------------------------------- */
.startnews_kopf {
	width:100%;
	padding-bottom:10px;
	padding-top:10px;
}

.startnews_kopf_bild {
	float:left;
	width:20px;
	height:23px;
	background:url("/image/templates/regensburg/arrow.png") 0 0 no-repeat;
	display:none;
}

.startnews_kopf_titel {
	width:168px;
	font-family: Arial,Helvetica;
	padding-left:10px;
	font-size:20px;
	color:#018dca;
	line-height:24px;
}

.startnews_kopf_bild img {
	display:none;
}

.startnews_inhalt {
	width:172px;
	padding-top:5px;
	margin-bottom: 15px;
	background-color: #C5D4E0;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	overflow:hidden;
}

.startnews_inhalt_listenelemente {
	width:198px;
	padding-top:5px;
	padding-bottom: 15px;
	overflow:hidden;
	border-bottom:1px solid #2bb3ee;
}

.startnews_rubrik {
	border-bottom: 1px solid #ABABAB;
	margin-bottom:5px;
}

.startnews_rubrik a{
	font-weight: bold;
	font-size: 12px;
}

.startnews_rubrik a:hover{
	text-decoration: none;
}

.startnews_rubrik_artikel {
	margin-bottom:10px;
	font-size: 10px;
}

.startnews_inhalt_liste {
	float:left;
	width:14px;
	padding:6px 3px;
}

.startnews_inhalt_liste_titel {
	float:left;
	width:158px;
	font-size:12px;
	margin-left:5px;
}

.startnews_inhalt_liste_titel a{
	text-decoration:none;
}

.startnews_inhalt_liste_titel a:hover{
	color:#0079BA;
}

/* Kampagne Startpresse */
/* ------------------------------------------------------------------------------------- */
.startpresse_kopf {
	width:100%;
	padding-bottom:10px;
	padding-top:10px;
}

.startpresse_kopf_bild {
	float:left;
	width:20px;
	height:23px;
	background:url("/image/templates/regensburg/arrow.png") 0 0 no-repeat;
	display:none;
}

.startpresse_kopf_titel {
	width:168px;
	font-family: Arial,Helvetica;
	font-size:20px;
	color:#018dca;
	padding-left:10px;
}

.startpresse_kopf_bild img {
	display:none;
}

.startpresse_inhalt {
	width:172px;
	padding-top:5px;
	margin-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	overflow:hidden;
}

.startpresse_inhalt_listenelemente {
	width:190px;
	padding-top:5px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	overflow:hidden;
	border-bottom:1px solid #2bb3ee;
}

.startpresse_rubrik {
	border-bottom: 1px solid #ABABAB;
	margin-bottom:5px;
}

.startpresse_rubrik a{
	font-weight: bold;
	font-size: 12px;
}

.startpresse_rubrik a:hover{
	text-decoration: none;
}

.startpresse_rubrik_artikel {
	margin-bottom:10px;
	font-size: 10px;
}

.startpresse_inhalt_liste {
	float:left;
	width:14px;
	padding:6px 3px;
}

.startpresse_inhalt_liste_titel {
	float:left;
	width:158px;
	font-size:12px;
	margin-left:5px;
}

.startpresse_inhalt_liste_titel a{
	text-decoration:none;
}

.startpresse_inhalt_liste_titel a:hover{
	color:#0079BA;
}

/* Kampagne Suche */
/* ------------------------------------------------------------------------------------- */

.suche_kopf {
	width:100%;
	padding:10px 0;
}

.suche_kopf_bild {
	float:left;
	background:url("/image/templates/regensburg/arrow.png") 0 0 no-repeat;
	width:20px;
	height:23px;
	display:none;
}

.suche_kopf_bild img {
	display:none;
}

.suche_kopf_titel {
	width:178px;
	padding-left:10px;
	font-size:20px;
	color:#018dca;
	font-family: Arial,Helvetica;
}

.suche_inhalt {
	width:198px;
	padding-bottom: 15px;
	overflow:hidden;
	border-bottom:1px solid #2bb3ee;
}

.suche_input_suchwort {
	text-align:center;
}

.suche_input_suchwort input {
	font-size:10px;
	width:178px;
	height:16px;
	border:1px solid #2bb3ee;
}

.suche_input_button {
	float: right;
	width:62px;
	height:20px;
	margin-top:4px;
	margin-right:8px;
}

.suche_input_button input{
	width:62px;
	height:20px;
}

/* Banner (rechts) */
/* ------------------------------------------------------------------------------------- */

.banner_spalte_rechts{ width:200px; margin-bottom: 15px; margin-top: 15px; background-attachment: scroll; background-image: none; background-position: 0% 0%; background-repeat: repeat; }
.banner_spalte_rechts img{ width:200px; }

/* Kampagne Startkommentare */
/* ------------------------------------------------------------------------------------- */
.startkommentare_kopf {
	width:100%;
	height:25px;
	padding-bottom:10px;
	
	padding-top:10px;
}

.startkommentare_kopf_bild {
	float:left;
	width:20px;
	height:23px;
	background:url("/image/templates/regensburg/arrow.png") 0 0 no-repeat;
	display:none;
}

.startkommentare_kopf_titel {
	width:168px;
	font-family: Arial,Helvetica;
	font-size:20px;
	color:#018dca;
	padding-left:10px;
}

.startkommentare_kopf_bild img {
	display:none;
}

.startkommentare_inhalt {
	width:172px;
	padding-top:5px;
	margin-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	overflow:hidden;
}

.startkommentare_inhalt_listenelemente {
	width:190px;
	padding-top:5px;
	margin-bottom: 15px;
	margin-left:15px;
	padding-bottom: 5px;
	overflow:hidden;
}

.startkommentare_rubrik {
	border-bottom: 1px solid #ABABAB;
	margin-bottom:5px;
}

.startkommentare_rubrik a{
	font-weight: bold;
	font-size: 12px;
}

.startkommentare_rubrik a:hover{
	text-decoration: none;
}

.startkommentare_rubrik_artikel {
	margin-bottom:10px;
	font-size: 10px;
}

.startkommentare_inhalt_liste {
	float:left;
	width:5%;
	padding:3px;
}

.startkommentare_inhalt_liste_titel {
	width:85%;
	font-size:11px;
	margin-left:10px;
	float:left;
}

.startkommentare_inhalt_liste_titel a{
	text-decoration:none;
}

.startkommentare_inhalt_liste_titel a:hover{
	color:#0079BA;
}

/* Kampagne Starttermine */
/* ------------------------------------------------------------------------------------- */

.starttermine_kopf {
	float: left;
	width:100%;
	height:25px;
	padding-bottom:10px;
	padding-top:10px;
	
}

.starttermine_kopf_bild {
	float:left;
	width:20px;
	height:23px;
	background:url("/image/templates/regensburg/arrow.png") 0 0 no-repeat;
	display:none;
}

.starttermine_kopf_titel {
	width:200px;
	font-family: Arial,Helvetica;
	font-size:20px;
	color:#018dca;
}

.starttermine_kopf_bild img {
	display:none;
}

.starttermine_inhalt {
	float: left;
	font-size: 12px;
	width:198px;
	margin-bottom: 5px;
	margin-left:2px;
}

.starttermine_datum {
	font-size: 11px;
	font-weight: bold;
}

.starttermine_inhalt a{
	text-decoration:none;
}

.starttermine_inhalt a:hover{
	color:#33CCFF;
}

/* Kampagne Startverweise */
/* ------------------------------------------------------------------------------------- */

.startverweise img {
	width:184px;
	margin-bottom: 1px;
}

/* ------------------------------------------------------------------------------------- */
.startverweise_cdu{
	text-align:center;
}


/* Kampagne Startticker */
/* ------------------------------------------------------------------------------------- */

.startticker_kopf {
	width:100%;
	height:40px;
	margin-bottom:10px;
	background-color: #DEDEDE;
}

.startticker_kopf_bild {
	float:left;
}

.startticker_kopf_bild img {
	margin:7px 7px 0;
}

.startticker_kopf_titel {
	float:left;
	width:140px;
	padding-top : 6px;
	font-family: Arial,Helvetica;
	color : black;
	font-size:10px;
}

.startticker_inhalt{
	float:left;
	padding:10px;
}

.startticker_inhalt_liste{
	width:12px;
	height:10px;
	float:left;
	margin:3px 5px 5px 0;
}

.startticker_inhalt_liste_titel{
	float:right;
	width:175px;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:1px solid #CDC7C7;
}


/* Kampagne Startpresse */
/* ------------------------------------------------------------------------------------- */

.kampagne_bild {
	width:182px;
	border-left : 1px solid #2B628B;
	border-right : 1px solid #2B628B;
	border-top : 1px solid #2B628B;
}

.kampagne_bild img{
	width:182px;
	border : 0px;
}

.kampagne_link {
	color : #2B628B;
}

.kampagne_inhalt {
	width:172px;
	padding-top:5px;
	margin-bottom: 15px;
	background-color: #C5D4E0;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	border-left : 1px solid #2B628B;
	border-right : 1px solid #2B628B;
	border-bottom : 1px solid #2B628B;
	overflow:hidden;
}

.kampagne_text_links {
	width:172px;
	margin-bottom: 15px;
	background-color: #C5D4E0;
	padding-top:5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	border : 1px solid #2B628B;
	overflow:hidden;
}

.kampagne_text_links img{
	border:0px;
	width:70px;
	margin-right:5px;
	margin-bottom:3px;
}

.kampagne_text_rechts {
	width:172px;
	margin-bottom: 15px;
	background-color: #C5D4E0;
	padding-top:5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	border : 1px solid #2B628B;
	overflow:hidden;
}

.kampagne_text_rechts img{
	border:0px;
	width:70px;
	margin-left:5px;
	margin-bottom:3px;
}

.kampagne_inhalt_rand {
	width:172px;
	padding:5px;
	margin-bottom: 15px;
	background-color: #C5D4E0;
	border : 1px solid #2B628B;
	overflow:hidden;
}

/* Kampagne Audio */
/* ------------------------------------------------------------------------------------- */

.kampagne_audio_kopf {
	width:184px;
	height:25px;
	background-color: #2B628B;
}

.kampagne_audio_kopf_bild {
	float:left;
	width:20px;
}

.kampagne_audio_kopf_bild img {
	margin-left : 4px;
	margin-top  : 6px;
}

.kampagne_audio_kopf_titel {
	float:left;
	width:158px;
	padding-top : 6px;
	font-family: Arial,Helvetica;
	color : white;
}

.kampagne_audio_inhalt {
	width:182px;
	margin-bottom: 15px;
	background-color: #2B628B;
	border-left : 1px solid #2B628B;
	border-right : 1px solid #2B628B;
	border-bottom : 1px solid #2B628B;
	overflow:hidden;
}

.kampagne_audio_inhalt object{
	width:182px;
}

.kampagne_audio_inhalt embed{
	background-color: #2B628B;
	width:182px;
	height: 48px;
}

/* Kampagne Buchempfehlung */
/* ------------------------------------------------------------------------------------- */

.buchempfehlung_kopf {
	width:100%;
	float:left;
	padding:10px 0;
}

.buchempfehlung_kopf_bild {
	float:left;
	width:20px;
	height:23px;
	background:url("/image/templates/regensburg/arrow.png") 0 0 no-repeat;
	display:none;
}


.buchempfehlung_kopf_titel {
	width:100%;
	font-family: Arial,Helvetica;
	font-size:20px;
	color:#018dca;
}

.buchempfehlung_kopf_bild img {
	display:none;
}

.buchempfehlung_inhalt {
	width:198px;
	float:left;
	padding-bottom:15px;
	margin-bottom: 15px;
	overflow:hidden;
	text-align:center;
	border-bottom:1px solid #2bb3ee;
}

/* Kampagne Audio */
/* ------------------------------------------------------------------------------------- */

.kampagne_video_kopf {
	width:100%;
	padding-bottom:10px;
	padding-top:10px;
	float:left;
}

.kampagne_video_kopf_inhalt{
	float: left;
	padding-bottom:15px;
	border-bottom:1px solid #2bb3ee;
	text-align:center;
}

.kampagne_video_kopf_inhalt .lbvideo .overlay {
	left: -102px;
}

.kampagne_video_kopf_bild {
	float:left;
	width:20px;
	height:23px;
	background:url("/image/templates/regensburg/arrow.png") 0 0 no-repeat;
	display:none;
}

.kampagne_video_kopf_bild img {
	display:none;
}

.kampagne_video_kopf_titel {
	width:168px;
	font-family: Arial,Helvetica;
	padding-left:10px;
	font-size:20px;
	color:#018dca;
}

.kampagne_video_kopf_titel_ein {
	float:left;
	width:168px;
	padding-top : 6px;
	padding-left:10px;
	font-family: Arial,Helvetica;
	font-size:20px;
	color:#018dca;
}

.kampagne_video_kopf_titel_zwei {
	float:left;
	width:168px;
	font-size: 10px;
	padding-top : 6px;
	padding-left:10px;
	font-family: Arial,Helvetica;
	color:#018dca;
}

.kampagne_video_inhalt {
	width:188px;
	margin-bottom: 15px;
	margin-left:15px;
	border:1px solid #efefef;
}

.kampagne_video_inhalt img{
	width:168px;
	border: 10px solid #FFFFFF
}


.kampagne_video_kopf_inhalt object{
	border: 1px solid black;
	height: 114px;
	width: 198px;
}

.kampagne_video_kopf_inhalt object embed{
	width:198px;
}

.kampagne_video_kopf_bild img {
	margin-left : 4px;
	margin-top  : 6px;
}

.kampagne_video_inhalt object{
	width:198px;
}

.kampagne_video_inhalt object embed{
	width:198px;
}

#mp3player{
	width:198px;
}

/* Countdown
-----------------------------------------------------------------------------------*/
.countdown {
	border: 0px;
	width: 100%;
	padding: 0px;
	background: #FFB441;
	margin-bottom: 15px;
}

.countdown_inhalt {
	text-align: center;
	background-image: url(/image/bg_countdown2.jpg);
	border:1px solid #788999;
}

.countdown_noch {
	font: bold 15px arial;
	color: black;
}

#countdown_tage {
	font: bold 20px arial;
	color: black;
}

#countdown_zeit {
	font: bold 12px arial;
	color: black;
}

.countdown_beschreibung {
	font: bold 14px arial;
	color: black
}

/* Fuersprecher Ubersicht
-----------------------------------------------------------------------------------*/
.fuersprecher_ubersicht{
	float:left;
	width:100%;
}

.fuersprecher_ubersicht ul{
	margin:0;
	padding:0;
}

.fuersprecher_ubersicht ul li{
	list-style:none;
	float:left;
	margin:0 10px 10px 10px;
	min-height:300px;
	width:45%;
}

.fuersprecher_obertext_bild{
	width:225px;
	height: 225px;
	overflow: hidden;
}

.fuersprecher_ubersicht ul li img{
	width:225px;
}

.fuersprecher_obertext{
	font-weight:bold;
	margin-bottom:5px;
}

.fuersprecher_fname{
	clear:both;
	font-style:italic;
	font-weight:normal;
	font-size:13px;
	margin-bottom:5px;
}

/* Gartentipps
-----------------------------------------------------------------------------------*/

.gartentipps_kopf{
	width:100%;
	float:left;
	padding:10px 0;
}

.gartentipps_kopf_bild{
	
}

.gartentipps_kopf_titel{
	width:100%;
	font-family: Arial,Helvetica;
	font-size:20px;
	color:#018dca;
	padding:0 1px;
}

.gartentipps_inhalt{
	width:198px;
	float:left;
	padding-bottom:15px;
	border-bottom:1px solid #2bb3ee;
}

/* Fuersprecher
-----------------------------------------------------------------------------------*/
.fuersprecher {
	width:100%;
	float:left;
	padding-bottom:15px;
	border-bottom:1px solid #2bb3ee;
}

.fuersprecher_titel {
	float:left;
	width:198px;
	font-family: Arial,Helvetica;
	padding:10px 0;
	font-size:16px;
	color:#018dca;
}

.fuersprecher_bild{
	float:left;
}

.fuersprecher_bild img{
	width: 198px;
	margin-bottom:5px;
	border:0;
}

.fuersprecher_spruch {
	font-size: 14px;
	color:#018cda;
	margin-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	float:left;
}

.fuersprecher_name {
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	float:left;
}

/* Fuersprecher
-----------------------------------------------------------------------------------*/
.fuersprecher_40 {
	width:430px;
	padding:10px;
	margin-bottom: 15px;
	overflow: hidden;
}

.fuersprecher_bild_40{
	float: left;
	padding:35px;
}

.fuersprecher_bild_40 img{
	width: 172px;
	border : 1px solid #2B628B;
	margin-bottom:5px;
}

.fuersprecher_titel_40 {
	color: #0099FF;
	margin-top:35px;
	font-size: 21px;
	font-weight: bold;
	margin-bottom:5px;
}

.fuersprecher_spruch_40 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom:5px;
}

.fuersprecher_name_40 {
	line-height: 1.3em;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
}

/* Mitmachen
-----------------------------------------------------------------------------------*/
.mitmachen_40 {
	width:430px;
	padding:10px;
	margin-bottom: 15px;
	overflow: hidden;
}

.mitmachen_bild_40{
	float: left;
	padding-left:35px;
}

.mitmachen_bild_40 img{
	width: 180px;
	border: 1px solid black;
	margin-bottom:5px;
	border: 0px;
}

.mitmachen_box {
	float:left;
	width: 170px;
	margin-left: 35px;
}

.mitmachen_titel_40 {
	line-height: 1.3em;
	color: #0099FF;
	font-size: 21px;
	font-weight: bold;
	margin-bottom:5px;

}

.mitmachen_spruch_40 {
	line-height: 1.3em;
	font-size: 14px;
	font-weight: bold;
	margin-bottom:5px;
}

/* AddOn Geburtstagswuensche
-----------------------------------------------------------------------------------*/
.geburtstag_kopf {
	width:184px;
	height:35px;
	background-color: #2B628B;
}

.geburtstag_kopf_bild {
	float:left;
	width:20px;
}

.geburtstag_kopf_bild img {
	margin-left : 4px;
	margin-top  : 6px;
}

.geburtstag_kopf_titel {
	float:left;
	margin-left:20px;
	width:138px;
	padding-top : 2px;
	font-family: Arial,Helvetica;
	color : white;
}

.geburtstag_inhalt {
	width:172px;
	padding-top:5px;
	margin-bottom: 15px;
	background-color: #C5D4E0;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	border-left : 1px solid #2B628B;
	border-right : 1px solid #2B628B;
	border-bottom : 1px solid #2B628B;
	overflow:hidden;
}

.userlogin_label{
	font-size: 10px;
	font-weight: bold;
}

/* Userlogin
-----------------------------------------------------------------------------------*/
.userlogin_kopf {
	width:100%;
	float:left;
	padding:10px 0;
}

.userlogin_kopf_bild {
	float:left;
	width:20px;
	height:23px;
	background:url("/image/templates/regensburg/arrow.png") 0 0 no-repeat;
	display:none;
}

.userlogin_kopf_titel {
	width:100%;
	font-family: Arial,Helvetica;
	font-size:20px;
	color:#018dca;
	padding-left:10px;
	padding-top:10px;
}

.userlogin_kopf_bild img {
	display:none;
}

.userlogin_inhalt {
	width:178px;
	padding:0 10px;
	float:left;
	padding-bottom:15px;
	margin-bottom: 15px;
	border-bottom:1px solid #2bb3ee;
	text-align:center;
}

.userlogin_inhalt input {
	margin-top: 4px;
	width : 160px;
	font-family: Arial;
	font-size : 10px;
}

#loginbutton{
	width:62px;
	height:20px;
	float:right;
	margin-right:10px;
	margin-top:4px;
	margin-bottom:10px;
}

.cdunet_inhalt_text {
	font-size : 9px;
	margin-top:3px;
}

.userlogin_inhalt a{
	text-decoration:none;
	color:#018dca;
	margin-top:5px;
}

.userlogin_inhalt a:hover{
	color:#0079BA;
}

.userlogin_inhalt span{
	float:left;
}

.userlogin_inhalt div a{
}

.userlogin_inhalt_label {
	font-size : 11px;
	font-weight: bold;
	color:#333366;
}

.userlogin_inhalt input {
	margin-top: 4px;
	width : 160px;
	font-family: Arial;
	font-size : 10px;
}

/* Newsletter
-----------------------------------------------------------------------------------*/
.newsletter_kopf {
	width:100%;
	float:left;
	padding:10px 0;
}

.newsletter_kopf_bild {
	float:left;
	width:20px;
	height:23px;
	background:url("/image/templates/regensburg/arrow.png") 0 0 no-repeat;
	display:none;
}

.newsletter_kopf_titel {
	width:100%;
	font-family: Arial,Helvetica;
	font-size:20px;
	color:#018dca;
	padding:0 1px;
}

.newsletter_kopf_bild img {
	display:none;
}

.newsletter_label {
	font-size: 11px;
	color:#018dca;
}

.newsletter_inhalt {
	width:198px;
	float:left;
	text-align:center;
	padding-bottom:15px;
	margin-bottom: 15px;
	border-bottom:1px solid #2bb3ee;
}

.newsletter_inhalt input {
	margin-top: 10px;
	width : 178px;
	font-family: Arial;
	font-size : 10px;
	border:1px solid #2bb3ee;
}

.newsletter_button {
	margin-top:5px;
	margin-right:10px;
	width: 62px;
	height:20px;
	float:right;
}

.newsletter_button input {
	width: 62px;
	height:20px;
	background:url(/image/templates/regensburg/ok_button.png) left  no-repeat;
	color:#ffffff;
	font-weight:bold;
	border:none;
	overflow:visible;
	display:inline;
	margin:0px;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	text-indent:-9999px;
	margin-top:3px;
}

/* ZusatzPodCast
-----------------------------------------------------------------------------------*/
.zusatzpod_inhalt
{
	width:100%;
	padding:0px;
	float:left;
	margin-bottom: 15px;
}

.zusatzpod_inhalt_bild{
	
}

.zusatzpod_inhalt img{
	width: 198px;
	border: 0px;
}

.zusatzpod_inhalt_bild img{
	width: 198px;
	border: 0px;
}

.zusatzpod_inhalt_bild2 img{
	margin-top:9px;
	width: 198px;
	border: 0px;
}

.zusatzpod_script {
	width: 177px;
	height: 45px;
}

.zusatzpod_audio {
	height: 39px;
}

.zusatzpod_inhalt object{
	width: 198px;
	height: 48px;
}

.zusatzpod_inhalt embed{
	width: 198px;
	height: 48px;
}

/* ZusatzRSS
-----------------------------------------------------------------------------------*/
.zusatzrss_kopf {
	width:100%;
	float:left;
	padding:10px 0;
	
}

.zusatzrss_kopf_bild {
	float:left;
}

.zusatzrss_kopf_bild img {
	margin-left : 1px;
	margin-top  : 6px;
}

.zusatzrss_kopf_titel {
	float:left;
	font-family: Arial,Helvetica;
	color : #018dca;
	padding-top:10px;
}

.zusatzrss_kopf_titel a{
	text-decoration:none;
}

.zusatzrss_kopf_titel a:hover{
	color:#33CCFF;
}

/* SMSDienst
-----------------------------------------------------------------------------------*/
.smsdienst {
	width:180px;
	background:url("/image/templates/regensburg/sms_dienst.png") no-repeat;
	height: 293px;
	margin:0 9px;
	margin-bottom: 15px;
}

.smsdienst input{
	margin-top:185px;
	font-size:9px;
	color:#888888;
	height:14px;
	width:138px;
	border:0;
	margin-left:20px;
}



.smsdienst_button {
	margin-right:11px;
	width: 173px;
	height:23px;
	float:right;
}

.smsdienst_button input {
	width: 91px;
	height:25px;
	background:url(/image/templates/regensburg/sms_button.png) right no-repeat;
	border:none;
	overflow:visible;
	margin:0;
	margin-left:50px;
	padding:0;
	color: black;
}

/* Spenden
-----------------------------------------------------------------------------------*/
.spenden_kopf {
	width:100%;
	padding-bottom:10px;
	border-top: 1px solid #dfdfdf;
	padding-top:10px;
}

.spenden_kopf_bild {
	float:left;
	width:20px;
	height:23px;
	background:url("/image/templates/regensburg/arrow.png") 0 0 no-repeat;
	display:none;
}

.spenden_kopf_titel {
	width:168px;
	font-family: Arial,Helvetica;
	font-size:20px;
	color:#018dca;
	line-height:24px;
	padding-left:10px;
	padding-top:10px;
}

.spenden_kopf_bild img {
	display:none;
}


.spenden_inhalt {
	width:100%;
	padding-top:5px;
	padding-bottom:15px;
	margin-bottom: 15px;
	border-bottom:1px solid #2bb3ee;
}

.spenden_label {
	font-size: 11px;
	text-align:center;
}

/* Spendenbutton
-----------------------------------------------------------------------------------*/

.spendenbutton {
	width:100%;
	margin-bottom: 15px;
	padding : 0px;
}

.spendenbutton img {
	width:198px;
	border: 0px;
}

/* Umfrage
-----------------------------------------------------------------------------------*/
.umfrage_kopf {
	width:100%;
	float:left;
	padding:10px 0;
	
}

.umfrage_kopf_bild {
	float:left;
	width:20px;
	height:23px;
	background:url("/image/templates/regensburg/arrow.png") 0 0 no-repeat;
	display:none;
}

.umfrage_kopf_titel {
	width:190px;
	font-family: Arial,Helvetica;
	font-size:20px;
	color:#018dca;
	padding-left:10px;
}

.umfrage_kopf_bild img {
	display:none;
}

.umfrage_label {
	font-size: 12px;
	font-weight: bold;
	margin-bottom:10px;
}

.umfrage_label2 {
	font-size: 11px;
}

.umfrage_inhalt {
	width:178px;
	padding:0 10px;
	padding-bottom:15px;
	border-bottom: 1px solid #2bb3ee;
	text-align:center;
}

.umfrage_inhalt table{
	display:inline-block;
}

.umfragek_button {
	margin-top:5px;
	margin-right:5px;
	width: 170px;
	height:23px;
	background:url(/image/templates/regensburg/bg_button_right.gif) right no-repeat;
	float:right;
}

.umfragek_button input {
	width: 170px;
	height:23px;
	background:url(/image/templates/regensburg/bg_button_left.gif) left  no-repeat;
	color:#ffffff;
	font-weight:bold;
	border:none;
	overflow:visible;
	display:inline;
	margin:0px;
	padding:0px 4px 2px 4px;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}
.umfragek_button{
	float:right;
}
/*
######################################################################################
					MITTE
######################################################################################
*/

/* Scroller Box */
#scroller_container {
	position: relative;
	width: 100%;
	height: 30px;
	overflow: hidden;
	margin-bottom: 10px;
}

#scroller {
	white-space: nowrap;
	line-height: 30px;
	font-size: 18px;
	text-decoration: none;
}

#scroller a{
	text-decoration: none;
}

#scroller p {
	padding: 0;
	text-decoration: none;
}

/* Hinweise:
-----------------------------------------------------------------------------------*/

.mitte_ok_hinweis {
	padding: 10px;
	background-color:#3B4B5B;
	border-color:#00FF30;
	border-width:1px;
	width:100%;
	color: #FFFFFF;
	font-family: Arial;
}

.mitte_no_hinweis {
	padding: 10px;
	border-color:#00FF30;
	border-width:1px;
	width:610px;
	padding:8px;
	color:#000000;
	font-family: Arial;
}

/* Mini Startseite
-----------------------------------------------------------------------------------*/

.mini_box {
	float:left;
	width:50%;
}

#mini_vorwort {
	overflow:hidden;
	width:100%;
	margin-bottom:15px;
}

#mini_vorwort_bild {
	float:left;
	margin-right:10px;
}

#mini_vorwort_text {
	float: left;
}

#mini_vorwort_weiter {
	float: right;
	margin-bottom: 15px;
}

#mini_vorwort_vorsitzender img {
	width: 100px;
	border : 1px solid black;
}

#mini_vorwort_bu {
	font-size:10px;
}

/* Kruemelnavigation
-----------------------------------------------------------------------------------*/

.kruemel { padding-top: 3px; width:100%; font-size:11px; color:#000000; height:18px; vertical-align:middle; margin-bottom: 15px; }
.kruemel a { padding-right:6px; width:100%; font-size:11px; color:#004974; text-decoration:none; }
.kruemel a:hover{ text-decoration:underline; color:#33CCFF; }
.kruemel_seite_senden{ float:right; }
.kruemel_seite_drucken{ float:right; }
.kruemel_uebersicht{ float:right; }

/* News
-----------------------------------------------------------------------------------*/

.news_archivlink {
	margin-top:10px;
	margin-bottom:10px;
	font-size: 12px;
	font-weight: bold;
}

.news_v_seite {
	margin-top: 10px;
	float: left;
}

.news_n_seite {
	margin-top: 10px;
	float: right;
	padding-right: 20px;
}

.news_kopf {
	width: 100%;
	border-top: 1px dotted #000000;
	margin-bottom:20px;
	font-size:10px;
	height: 20px;
}

.news_datum {
	float: left;
	width:49%;
	font-size:10px;
}

.news_links {
	float: right;
	width:49%;
	text-align:right;
}

.news_inhalt {
	width: 100%;
}

.news_titel {
	line-height: 1.3em;
	
	font-size: 16px;
	font-weight: bold;
}

.news_titel2 {
	line-height: 1.3em;
	color: #333333;
	font-size: 14px;
	margin-bottom:15px;
}

.news_anreisser {
	line-height: 1.3em;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	margin-bottom:15px;
}

.news_inhalt {
	line-height: 1.5em;
	color: #333333;
	font-size: 12px;
	margin-bottom:15px;
}

.news_referenzbild_left {
	float: left;
	margin-right : 10px;
	width: 300px;
}

.news_referenzbild_img img{
	width: 300px;
	border: 0px;
}

.news_referenzbild_limg img{
	width: 635px;
	border: 0px;
}

.news_referenzbild_bu {
	font-size: 10px;
	padding: 5px;
}

.news_referenzbild_right {
	float: right;
	margin-left : 10px;
	width: 300px;
	border: 0px;
}

.news_referenzbild_center {
	width: 635px;
	margin-bottom : 15px;
}

.news_trenner_seiten {
	width:100%;
	height: 30px;
	clear:left;
	border-top:1px dotted #BFBFBF;
	margin-bottom:3px;
	padding-top:10px;
}

.news_trenner_1 {
	float:left;
	width: 33%;
	height:30px;
}

.news_trenner_2 {
	height:30px;
	float:left;
	width: 33%;
	text-align: center;
}

.news_trenner_3 {
	height:30px;
	float:right;
	width: 33%;
	text-align: right;
}

.news_autor {
	width: 100%;
	text-align: right;
	float: right;
	font-size: 10px;
	margin-bottom: 15px;
}

.news_zusatzdaten_titel {
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}

.news_zusatzdaten table{
	padding : 0px;
	border : 0px;
	margin-left:20px;
	margin-top:20px;
}

.news_rubrik_name {
	font-size: 18px;
	color: #018dca;
	margin-bottom: 20px;
}

.news_weitere_meldungen {
	background-color: #0a374f;
	color: #ffffff;
	font-family: "Helvetica", "Arial";
	font-size: 25px;
	font-weight: 700;
	height: 30px;
	padding-left: 12px;
	padding-top: 15px;
}

.news_rubrik_icon {
	float:left;
	width:40px;
	margin-left:10px;
	margin-top:6px;
}

.news_rubrik_titel {
	line-height: 1.5em;
	width : 550px;
	float:left;
	margin-left:10px;
	margin-top:3px;
	margin-bottom:10px;
}

.news_rubrik_headline {
	
	font-family: Arial;
	font-size: 18px;
}

.news_rubrik_kurzmeldungen {
	width:100%;
	padding-bottom: 15px;
}

.news_vollstaendige_rubrik {
	width:95%;
	float:right;
	margin-bottom:15px;
	margin-right:10px;
	font-size:10px;
	text-align:right;
}

.news_zur_uebersicht {
	width:95%;
	float:left;
	margin-bottom:15px;
	font-size:10px;
	text-align:left;
}

/* Pressebereich
-----------------------------------------------------------------------------------*/

.presse_archivlink {
	margin-top:10px;
	margin-bottom:10px;
	font-size: 12px;
	font-weight: bold;
}

.presse_v_seite {
	margin-top: 10px;
	float: left;
}

.presse_n_seite {
	margin-top: 10px;
	float: right;
	padding-right: 20px;
}

.presse_kopf {
	width: 100%;
	border-top: 1px dotted black;
	margin-bottom:20px;
	font-size:10px;
	height: 20px;
}

.presse_datum {
	float: left;
	width:49%;
	font-size:10px;
}

.presse_links {
	float: right;
	width:49%;
	text-align:right;
}

.presse_inhalt {
	width: 100%;
}

.presse_titel {
	line-height: 1.3em;
	
	font-size: 16px;
	font-weight: bold;
}

.presse_titel2 {
	line-height: 1.3em;
	color: #333333;
	font-size: 14px;
	margin-bottom:15px;
}

.presse_anreisser {
	line-height: 1.3em;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	margin-bottom:15px;
}

.presse_inhalt {
	line-height: 1.5em;
	color: #333333;
	font-size: 12px;
	margin-bottom:15px;
}

.presse_referenzbild_left {
	float: left;
	margin-right : 10px;
	width: 300px;
	border: 1px solid #7B7B7B;
}

.presse_referenzbild_img img{
	width: 300px;
}

.presse_referenzbild_limg img{
	width: 635px;
}

.presse_referenzbild_bu {
	font-size: 10px;
	padding: 5px;
}

.presse_referenzbild_right {
	float: right;
	margin-left : 10px;
	width: 300px;
	border: 1px solid #7B7B7B;
}

.presse_referenzbild_center {
	width: 635px;
	border: 1px solid #7B7B7B;
	margin-bottom : 15px;
}

.presse_trenner_seiten {
	width:100%;
	height: 30px;
	clear:left;
	border-top:1px dotted #BFBFBF;
	margin-bottom:3px;
	padding-top:10px;
}

.presse_trenner_1 {
	float:left;
	width: 33%;
	height:30px;
}

.presse_trenner_2 {
	height:30px;
	float:left;
	width: 33%;
	text-align: center;
}

.presse_trenner_3 {
	height:30px;
	float:right;
	width: 33%;
	text-align: right;
}

.presse_autor {
	width: 100%;
	text-align: right;
	float: right;
	font-size: 10px;
	margin-bottom: 15px;
}

.presse_zusatzdaten_titel {
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}

.presse_zusatzdaten table{
	padding : 0px;
	border : 0px;
	margin-left:20px;
	margin-top:20px;
}

.presse_login_kopf {
	width:100%;
	height:25px;
	background-color: #2B628B;
}

.presse_login_kopf_bild {
	float:left;
	width:20px;
}

.presse_login_kopf_bild img {
	margin-left : 4px;
	margin-top  : 6px;
}

.presse_login_kopf_titel {
	float:left;
	padding-top : 6px;
	font-family: Arial,Helvetica;
	color : white;
}

.presse_login_inhalt {
	width:688px;
	padding-top:5px;
	margin-bottom: 15px;
	background-color: #C5D4E0;
	padding-left: 5px;
	padding-right: 5px;
	border-left : 1px solid #2B628B;
	border-right : 1px solid #2B628B;
	border-bottom : 1px solid #2B628B;
	overflow:hidden;
}

.presse_login_label {
	float: left;
	font-size: 10px;
	margin-right: 10px;
	padding-top:2px;
}

.presse_login_feld {
	float: left;
	font-size: 10px;
	margin-right: 10px;
	padding-top:2px;
}

.presse_login_button {
	margin-right:5px;
	width: 135px;
	height:23px;
	background:url(/image/templates/regensburg/bg_button_right.gif) right no-repeat;
	float:right;
}

.presse_login_button input {
	width: 135px;
	height:23px;
	background:url(/image/templates/regensburg/bg_button_left.gif) left  no-repeat;
	color:#ffffff;
	font-weight:bold;
	border:none;
	overflow:visible;
	display:inline;
	margin:0px;
	padding:0px 4px 2px 4px;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}

.presse_kontakt_button {
	margin-right:5px;
	margin-bottom:10px;
	width: 135px;
	height:23px;
	background:url(/image/templates/regensburg/bg_button_right.gif) right no-repeat;
	float:right;
}

.presse_kontakt_button input {
	width: 135px;
	height:23px;
	background:url(/image/templates/regensburg/bg_button_left.gif) left  no-repeat;
	color:#ffffff;
	font-weight:bold;
	border:none;
	overflow:visible;
	display:inline;
	margin:0px;
	padding:0px 4px 2px 4px;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}

.presse_kontakt_label {
	font-size: 10px;
	margin-right: 10px;
	padding-top:2px;
}

.presse_kontakt_feld {
	font-size: 10px;
	margin-right: 10px;
	padding-top:2px;
}

.presse_kontakt_feld input{
	width : 300px;
}

.presse_kontakt_feld textarea{
	width : 300px;
	height: 110px;
}

.presse_kontakt_links {
	float: left;
	width:49%;
}

.presse_kontakt_rechts {
	float: right;
	width:49%;
}

#pressezugang_h1
{
	margin-left:6px;
	font-size:18px;
	font-weight:bold;
	color: #0B2840;
	font-family: Georgia, Arial, helvetica, sans-serif;
	background-color: transparent;
	padding-top:10px;
	padding-bottom:10px;
}

#pressezugang_h2
{
	margin-left:6px;
	font-size:14px;
	font-weight:bold;
	color: #0B2840;
	font-family: Georgia, Arial, helvetica, sans-serif;
	background-color: transparent;
	padding-bottom:10px;
}

#pressezugang_h3
{
	margin-left:6px;
	font-size:12px;
	font-weight:bold;
	color: #0B2840;
	font-family: Arial, helvetica, sans-serif;
	background-color: transparent;
	padding-bottom:10px;
}

#pressezugang_inhalt
{
	width:100%;
	font-family: Arial, helvetica, sans-serif;
	padding:6px;
}

.presse_rubrik_name {
	font-size: 18px;
	color: #018dca;
	font-weight: bold;
	margin-bottom: 20px;
}

.presse_weitere_meldungen {
	background-color: #0a374f;
	color: #ffffff;
	font-family: "Helvetica", "Arial";
	font-size: 25px;
	font-weight: 700;
	height: 30px;
	padding-left: 12px;
	padding-top: 15px;
}

.presse_rubrik_icon {
	float:left;
	width:40px;
	margin-left:10px;
	margin-top:6px;
}

.presse_rubrik_titel {
	line-height: 1.5em;
	width : 550px;
	float:left;
	margin-left:10px;
	margin-top:3px;
	margin-bottom:10px;
}

.presse_rubrik_headline {
	
	font-family: Arial;
	font-size: 18px;
}

.presse_rubrik_kurzmeldungen {
	width:100%;
	padding-bottom: 15px;
}

.presse_vollstaendige_rubrik {
	width:95%;
	float:right;
	margin-bottom:15px;
	margin-right:10px;
	font-size:10px;
	text-align:right;
}

.presse_zur_uebersicht {
	width:95%;
	float:left;
	margin-bottom:15px;
	font-size:10px;
	text-align:left;
}

/* Kommentarfunktion
-----------------------------------------------------------------------------------*/

.kommentar_kopf {
	height: 28px;
	background-color: #FFFFFF;
	width:100%;
	cursor: pointer;
}

.kommentar_kopfbild {
	float:left;
	background : url('/image/templates/regensburg/kommentar.gif');
	height: 15px;
	margin-right: 4px;
	width: 26px;
}


.kommentar_kopftext {
	float:left;
	color:#37678D;
	font-family: Arial;
	font-size:14px;
}

.kommentar_formular {
	padding: 0px;
	border:0px;
	width:100%;
}

.kommentar_label {
	width: 150px;
	float:left;
	font-size: 12px;
	font-family: Arial;
}

.kommentar_feld {
	float: left;
	width: 490px;
	text-align: right;
}

.kommentar_feld input{
	width: 480px;
}

.kommentar_feld textarea{
	width: 480px;
	height:160px;
	font-family:Arial;
}

.kommentar_button {
	margin-right:5px;
	width: 135px;
	height:23px;
	background:url(/image/templates/regensburg/bg_button_right.gif) right no-repeat;
	float:right;
}

.kommentar_button input {
	width: 135px;
	height:23px;
	background:url(/image/templates/regensburg/bg_button_left.gif) left  no-repeat;
	color:#ffffff;
	font-weight:bold;
	border:none;
	overflow:visible;
	display:inline;
	margin:0px;
	padding:0px 4px 2px 4px;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}

.kommentar_hinweis {
	font-family: Arial;
	font-size: 12px;
}

.kommentar_inhalte {
	padding: 0px;
	border:0px;
	width:100%;
}

.kommentar_zeile_1 {
	padding: 0px;
	border:0px;
	width:100%;
	background: #EFEFEF;
	margin-bottom: 15px;
}

.kommentar_zeile_2 {
	padding: 0px;
	border:0px;
	width:100%;
	background: #FFFFFF;
	margin-bottom: 15px;
}

.kommentar_datum {
	padding:5px;
	width: 90px;
	float:left;
	font-size: 12px;
	font-family: Georgia;
}

.kommentar_beitrag {
	float: left;
	width: 540px;
}

.kommentar_beitrag_headline {
	line-height: 1.5em;
	font-family: Georgia;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}

.kommentar_beitrag_autor {
	color: #AFAFAF;
	line-height: 1em;
	font-family: Georgia;
	font-size: 14px;
	margin-bottom: 20px;
}

.kommentar_beitrag_text {
	line-height: 1.5em;
	font-family: Georgia;
	font-size: 12px;
}

.kommentar_weitere {
	width: 100%;
	font-family: Georgia;
	font-size: 14px;
}

/* Formular
-----------------------------------------------------------------------------------*/
.universal_anmeldung
{
	padding: 6px;
}

.universal_anmeldung_send
{
	background-color:#3B4B5B;
	border-color:#00FF30;
	border-width:1px;
	color:#FFFFFF;
	font-family: Georgia, Arial;
	padding: 6px;
}

.universal_anmeldung_not_send
{
	background-color:#FF0000;
	border-color:#00FF30;
	border-width:1px;
	color:#FFFFFF;
	font-family: Georgia, Arial;
	padding: 6px;
}

.universal_anmeldung_kopf
{
	border: 1px solid black;
	padding : 10px;
	width:620px;
}

.universal_anmeldung_tabelle
{
	border: 1px solid black;
	padding : 10px;
	margin-top:10px;
	width:620px;
}

.universal_anmeldung_tabelle td
{
	font-size : 12px;
	font-weight: bold;
	padding-bottom : 5px;
}

.universal_anmeldung_tabelle input
{
	font-weight: bold;
	width : 250px;
}

.universal_anmeldung_tabelle textarea
{
	height: 100px;
	font-weight: bold;
}

.universal_anmeldung_tabelle input#submit
{
	width : 250px;
}

/* Terminkalender (global)
-----------------------------------------------------------------------------------*/

.termin_ausgabe {
	border:0px;
	width : 100%;
	padding:0px;
}

.termin_ausgabe_datum {
	float: left;
	width: 100px;
	font-size: 10px;
	font-family: Arial;
}

.termin_ausgabe_datum_trans {
	float: left;
	background: #C5D4E0;
	width: 100px;
	font-size: 10px;
	font-family: Arial;
}

.termin_ausgabe_dmy {
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
}

.termin_ausgabe_tagname {
}

.termin_ausgabe_uhrzeit{

}

.termin_ausgabe_content {
	width: 510px;
	float: left;
	margin-left:20px;
}

.termin_ausgabe_thema {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.termin_ausgabe_details {
	font-size: 12px;
	margin-bottom: 15px;
}

.termin_monatsanzeige {
	width:100%;
	margin-bottom: 15px;
	padding-top:6px;
	padding-bottom:6px;
	background-color:#6fb6eb;
}

.termin_planer_kopf {
	padding: 10px;
	width: 610px;
	background: #004974;
	color : white;
	font-family: Arial;
	font-size: 20px;
	margin-bottom:5px;

}
.termin_planer_springer {
	width: 100%;
	height: 30px;
	background: #6fb6eb;
	color : white;
	font-family: Arial;
	font-size: 20px;
}

.termin_planer_springer_1 {
	padding-left:6px;
	padding-top:1px;
	float: left;
	text-align: left;
	width: 33%;
}

.termin_planer_springer_2 {
	margin-top: 3px;
	float: left;
	text-align: center;
	width: 180px;
	font-family: Arial;
	color: #FFFFFF;
	font-size:20px;
}

.termin_planer_springer_3 {
	padding-right:1px;
	padding-top:1px;
	float: right;
	text-align: right;
	width: 33%;
}

.termin_planer_kalender {
	width: 100%;
}

.termin_planer_abschluss {
	height: 30px;
	width: 100%;
	background: #6fb6eb;
	margin-bottom: 15px;
	display:none;
}

.termin_kalender_wochentage {
	border: 0px;
	width:100%;
	padding:2px;
	height: 20px;
}

.termin_kalender_wochentage td{
	text-align:center;
	background-color:#C6D5E0;
	font-size: 14px;
	color:#333333;
	font-weight: bold;
	border: 0px;
	width:14%;
	padding:2px;
}

.termin_kalender_verlauf {
	width:100%;
	background: url(/image/templates/regensburg/termin_bg_verlauf.png);
}

.termin_kalender_tage {
	border: 0px;
	width:100%;
	padding:2px;
	height: 150px;
}

.termin_kalender_tage td{
	text-align:center;
	vertical-align: middle;
	font-size: 14px;
	color:#333333;
	font-weight: bold;
	border: 0px;
	width:14%;
	padding:2px;
}

/* Profil I (klassisch)
-----------------------------------------------------------------------------------*/

.profil1_bild {
	float : left;
	width : 200px;
	margin-right: 20px;
}

.profil1_bild img{
	width: 180px;
}

.profil1_infos {
	float : left;
	width : 400px;
}

.profil1_name{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.profil1_label {
	float : left;
	width: 100px;
	font-weight: bold;
	margin-bottom: 15px;
}

.profil1_feld {
	width: 350px;
	margin-bottom: 15px;
}

.profil1_vita {
	margin-top: 15px;
	margin-bottom: 15px;
	float : left;
}

/* Profil SPALTENWEISE
-----------------------------------------------------------------------------------*/
#profil_portrait
{
	margin-top: 5px;
}

#profil_portrait img {
	width: 150px;
}

#profil_wahlkreis_text
{
	color: #333366;
	font-size: 18px;
	width:180px;
	margin-top: 23px;
	text-align:left;
}

#profil_wahlkreis_text a
{
	color: #0D284A;
	font-size: 18px;
	font-family: Arial;
	text-decoration: none;
}

#profil_wahlkreis_karte
{
	margin-top: 23px;
	margin-bottom: 23px;
}

#profil_wahlkreis_karte img {
	margin-bottom: 23px;
	width: 150px;
	border: 0px;
}

#profil_kurzportrait
{
	float: left;
	width: 440px;
	margin-top: 23px;
	margin-bottom: 23px;
	margin-left: 23px;
}

#profil_name
{
	width: 300px;
	font-size:20px;
	font-weight:bold;
	color: #0D284A;
	font-family: Arial, helvetica, sans-serif;
	padding-bottom:15px;
}

.profil_zeile{
	width:100%;
	float:left;
	margin-bottom:10px;
}

#profil_zelle1
{
	float: left;
	width: 120px;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	
	font-family: Arial, helvetica, sans-serif;
}

#profil_zelle2
{
	float: right;
	width: 280px;
	font-size:14px;
	line-height:20px;
	font-family: Arial, helvetica, sans-serif;
}

#profil_langportrait
{
	clear:both;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 33px;
	line-height:1.5em;
}

#profil_langportrait strong
{
	width:100%;
	font-size:16px;
	font-weight:bold;
	color: #333132;
	font-family: Arial, helvetica, sans-serif;
	margin-bottom:10px;
	margin-top:15px;
}

#profil_langportrait em
{
	width:100%;
	font-size:14px;
	font-weight:bold;
	color: #333132;
	font-family: Arial, helvetica, sans-serif;
	margin-bottom:15px;
	line-height:2em;
}

#profil_langportrait ul
{
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#profil_langportrait li
{
	line-height: 1.5em;
}

#profil_web20
{
	float : left;
	width: 100%;
	margin-bottom: 33px;
	line-height:1.0em;
}

#profil_web20 a
{
	float: left;
}

#profil_web20 img
{
	height: 34px;
	border: 0px;
	margin-right:15px;
}

/* Rechte Spalte */

#profil_bildergalerie
{
	width: 200px;
	margin: 0 0 5px 9px;
}

#profil_bildergalerie_kopf
{
	width: 200px;
	color: white;
	background-color: #093457;
}

.profil_bildergalerie_titel
{
	width: 200px;
	padding-top: 7px;
	height: 23px;
	color: black;
}

#profil_bildergalerie_inhalt img
{
	width: 200px;
}

#profil_video
{
	width: 180px;
	margin: 0 0 5px 9px;
}

#profil_video_kopf
{
	width: 200px;
	height: 30px;
}

.profil_video_kopfzeile {
	width: 200px;
	padding-top: 7px;
	height: 23px;
	color: black;
}

.profil_video_kopf_text_einzeilig {

}

#profil_video_inhalt img
{
	width: 200px;
}

#profil_audio
{
	clear:both;
	width: 200px;
	margin: 0 0 5px 9px;
}

#profil_audio_kopf
{
	width: 200px;
}

.profil_audio_kopfzeile {
	width: 200px;
	padding-top: 7px;
	height: 23px;
	color: black;
}

#profil_audio_inhalt img
{
	width: 200px;
}

#profil_player
{
	height: 43px;
	text-align:left;
}

#profil_player object {
	width: 200px;
	height: 43px;
}

#profil_player embed {
	width: 200px;
	height: 43px;
}

/* Einzelseite
-----------------------------------------------------------------------------------*/

.einzelseite_icons {
	padding-top: 4px;
	font-size: 10px;
	text-align:right;
}

.einzelseite_icons a
{
	padding-right:6px;
	width:100%;
	font-size:10px;
	color:#004974;
	text-decoration:none;
}

.einzelseite_icons a:hover{
	text-decoration:underline;
	color:#33CCFF;
}

.einzelseite {
	overflow: hidden;
	width: 100%;
}

.einzelseite ul{
	margin-left:10px;
	list-style-image:url("/image/templates/regensburg/arrow_liste.gif");
}

.einzelseite li{
	margin-bottom:5px;
}

.einzelseite li a:hover{
	color:#0079BA;
}

/* Personenkreise
-----------------------------------------------------------------------------------*/

.personenkreis_icons {
	height: 30px;
	border-top: 1px solid black;
	padding-top: 4px;
	font-size: 10px;
	text-align:right;
}

.personenkreis_icons a{
	color:#333366;
	text-decoration:none;
}

.personenkreis_icons a:hover{
	color:#33CCFF;
}

.personenkreis_einleitung {
	overflow: hidden;
	width: 100%;
	margin-bottom: 15px;
}

.personenkreis_schluss {
	overflow: hidden;
	width: 100%;
	padding-top: 15px;
}

.personenkreis_person {
	width:100%;
	float:left;
	margin-bottom: 15px;
}

.personenkreis_funktion {
	float: left;
	width: 150px;
	overflow: hidden;
}

.personenkreis_bild {
	float: left;
	width: 100px;
	margin-right: 15px;
	overflow: hidden;
}

.personenkreis_bild img {
	width: 100px;
	border:0px;
}

.personenkreis_details {
	float: left;
	width: 300px;
	overflow: hidden;
}

.personenkreis_trenner {
	clear: both;
	margin-bottom : 15px;
}

/* Artikelliste
-----------------------------------------------------------------------------------*/

.artikelliste_icons {
	padding-top: 4px;
	font-size: 10px;
	text-align:right;
}

.artikelliste_einleitung {
	overflow: hidden;
	width: 100%;
	margin-bottom: 15px;
}

.artikelliste_schluss {
	overflow: hidden;
	width: 100%;
	padding-top: 15px;
}

.artikelliste_autor {
	width: 100%;
	text-align:right;
	font-size : 10px;
}

.artikelliste_liste {
	width: 100%;
}

.artikelliste_liste ul li{
	margin-left: 40px;
	margin-bottom : 15px;
	list-style-image : url(/image/templates/regensburg/arrow_liste.gif);
}

.artikelliste_titel {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial;
}

.artikelliste_titelzusatz {
	font-size: 12px;
	font-family: Arial;
}

.artikelliste_trenner_seiten {
	width:100%;
	height: 30px;
	clear:left;
	border-top:1px dotted #BFBFBF;
	margin-bottom:3px;
	padding-top:10px;
}

.artikelliste_trenner_1 {
	float:left;
	width: 33%;
	height:30px;
}

.artikelliste_trenner_2 {
	height:30px;
	float:left;
	width: 33%;
	text-align: center;
}

.artikelliste_trenner_3 {
	height:30px;
	float:right;
	width: 33%;
	text-align: right;
}

/* Multiarkti
-----------------------------------------------------------------------------------*/

.multitext_trenner {
	width:100%;
	clear:both;
	line-height:7px;
	height:6px;
	border-bottom:1px dotted #BFBFBF;
	margin-bottom:3px;
}

/* Statistik
-----------------------------------------------------------------------------------*/

.statistik_icons {
	height: 30px;
	border-top: 1px solid black;
	padding-top: 4px;
	font-size: 10px;
	text-align:right;
}

.statistik_einleitung {
	overflow: hidden;
	width: 100%;
	margin-bottom: 15px;
}

.statistik_schluss {
	overflow: hidden;
	width: 100%;
	padding-top: 15px;
}

.statistik_inhalt {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	margin-bottom: 15px;
}

.statistik_grafik_label {
	font-size: 12px;
	margin-bottom: 15px;
	font-family: Arial;
}

.statistik_grafik_bild {
	width: 100%;
}

.statistik_grafik_tabelle table{
	width: 100%

}

/* CDUGlobal
-----------------------------------------------------------------------------------*/

.cduglobal_kopf {
	width:100%;
	height:31px;
	background-color:#018dca;
}

.cduglobal_logo {
	float:left;
	background:#018dca;
}

.cduglobal_link {
	float:right;
	background:#018dca;
	color : white;
	display:none;
}

.cduglobal_film{
	width:100%;
}

.cduglobal_film object {
	width: 100%;
	height:100%;
}

.cduglobal_film object embed{
	width: 630px;
	height:400px;
}

/* Overlay
------------------------------------------------------------------------------------*/

div.master{
	text-align:left;
	width: 100%;
}

div.overlay{
	position: fixed;
	z-index: 10000;
	width: 100%;
	height: auto;
	min-height:100%;
	background-image: url('/image/overlay/1x1_grau.png');
	/*display: none;*/
	margin: auto;
}

.overlay_close{
	background:url("/image/overlay/overlay_close.png") no-repeat;
	width:30px;
	height:30px;
	display:block;
	text-indent:-9999px;

}

div.personenbox{
	position: relative;
	width: 820px;
	top: 125px;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 14px;
	height: 286px;
	margin:auto;
	text-align: center;
	z-index: 11000;
	background: url('/image/overlay/hessen02_overlay_bg.png') no-repeat;
	color: white;
	text-align: left;
}

div.personen_detailbox{
	position: relative;
	width: 430px;
	top: -200px;
	padding-left: 4px;
	padding-right: 4px;
 	height: 500px;
	margin:auto;
	text-align: left;
	z-index: 11000;
	background-image: url('/image/overlay/nrw01_bg_details.png');
	background-repeat: no-repeat;
	color: white;
	text-align: left;
	display: none;
}

div.personenkategorie{
	padding-left: 45px;
	padding-top:10px;
	font-weight : bold;
	font-size: 28px;
	color:#545454;
}

div.personendetails{
	width: 430px;
	padding: 20px;
	float: left;
}

div.detailbild{
	width: 150px;
	float: left;
}

div.detailclose{
	text-align: right;
	padding-right: 50px;
	width: 380px;
	float: right;
}

div.detailinfos{
	width: 260px;
	float: left;
}

div.detailvita{
	width: 400px;
	padding-top : 10px;
	float: left;
}

div.detailtitel{
	width: 210px;
	font-weight: bold;
	float: left;
	clear: left;
}
div.detailwert{
	width: 210px;
	float: left;
	clear: left;
}

div.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 742px;
	float: left;
	height:233px;
	margin-left: 0px;
}

div.scrollable div.items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
	/* decoration */
}

div.scrollable div.items div {
	float:left;
	/* custom decoration */
	position: relative;
	width: 145px;
	height: 193px;
	margin-left: 3px;
}

div.scrollable div.items div.active {
	border:1px inset #ccc;
	background-color:#fff;
}

div.scrollable {
	float:left;
}

a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:37px;
	height:185px;
	margin-top: 5px;
	background:url('/image/overlay/overlay_left.png') no-repeat;
	float:left;
	cursor:pointer;
}

a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px 0px;
}

a.disabled {
	visibility:hidden !important;
}

a.next, a.nextPage {
	background-image:url('/image/overlay/overlay_right.png');
	clear:right;
}

/*********** navigator ***********/
div.navi {
	margin-left:365px;
	width:200px;
	height:20px;
}

div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url('/image/overlay/navigator.png') 0 0 no-repeat;
	display:block;
	font-size:1px;
}

div.navi a:hover {
	background-position:0 -8px;
}

div.navi a.active {
	background-position:0 -16px;
}

div.personenbox_inner_left
{
	padding-top: 5px;
	width: 60px;
	float: left;
}

div.personenbox_inner_right
{
	padding-top: 5px;
	width: 60px;
	float: left;
}

div.personen_vorschau_bild{
	position: relative;
	float: left;
	width: 150px;
	height: 200px;
}

/* Bildergalerie / KLASSIK
-------------------------------------------------------------------------------------------*/

.bildergalerie_klassik {
	width:100%;
}

.bildergalerie_klassik_rahmen {
	width:150px;
	height:100px;
	margin-right: 15px;
	overflow:hidden;
}

.bildergalerie_klassik_rahmen img{
	width: 150px;
}

.bildergalerie_klassik_label {
	font-size: 20px;
}

.bildergalerie_klassik_label {
	font-size: 20px;
}

.bildergalerie_klassik_tabelle {
	width: 100%;
	border: 0;
	padding:0;
}

.bildergalerie_klassik_titel{
	font-size: 14px;
}

.bildergalerie_klassik_beschreibung{
	font-size: 10px;
}

.bildergalerie_klassik_button{
	float: right;
	margin-left: 15px;
}

.bildergalerie_summe{
	font-size: 14px;
}

.bildergalerie__klassik_thumbs {
	width:100%;
}

.bildergalerie_klassik_bild {
	float: left;
	width: 110px;
	height: 110px;
	overflow:hidden;
	border:1px solid black;
	margin-right: 10px;
	margin-bottom: 15px;
}

.bildergalerie_klassik_bildhoch {
	float: left;
	width: 110px;
	height: 110px;
	overflow:hidden;
	border:1px solid black;
	margin-right: 10px;
	margin-bottom: 15px;
}

.bildergalerie_klassik_bild img {
	height: 110px;
}

.bildergalerie_klassik_bildhoch img {
	width: 110px;
}

.bildergalerie_klassik_hinweis {
	font-weight: bold;
	font-size: 12px;
}

.bildergalerie_klassik_name{
	padding-bottom:6px;
	font-size:16px;
	font-weight: bold;
}

/* Bildergalerie / SINGLE
-------------------------------------------------------------------------------------------*/

.bildergalerie_single {
	width:100%;
}

.bildergalerie_single_rahmen {
	width:150px;
	height:100px;
	margin-right: 15px;
	overflow:hidden;
}

.bildergalerie_single_rahmen img{
	width: 150px;
}

.bildergalerie_single_label {
	font-size: 20px;
}

.bildergalerie_single_label {
	font-size: 20px;
}

.bildergalerie_single_tabelle {
	width: 100%;
	border: 0;
	padding:0;
}

.bildergalerie_single_titel{
	font-size: 14px;
}

.bildergalerie_single_beschreibung{
	font-size: 10px;
}

.bildergalerie_single_button{
	float: right;
	margin-left: 15px;
}

.bildergalerie_single_summe{
	font-size: 14px;
}

.bildergalerie_single_thumbs {
	width:100%;
}

.bildergalerie_single_name{
	padding-bottom:6px;
	font-size:16px;
	font-weight: bold;
}

.bildergalerie_single_bemerkung{
	margin-top: 10px;
	font-size:14px;
	line-height: 1.5em;
}

.bildergalerie_single_bild {
	float: left;
	width: 100%;
	overflow:hidden;
	margin-top: 15px;
}

.bildergalerie_single_bild img {
	width: 100%;
}

.bildergalerie_single_buttons {
	width: 100%;
}

.bildergalerie_single_zurueck {
	padding-top: 10px;
	float: left;
	width: 120px;
	margin-right: 10px;
}

.bildergalerie_single_bildunterschrift {
	float:left;
	width: 360px;
	font-size: 11px;
}

.bildergalerie_single_weiter {
	padding-top: 10px;
	float: right;
	text-align: right;
	width: 120px;
}

.bildergalerie_single_details {
	margin-top: 15px;
	width:100%;
}

.bildergalerie_single_details_tabelle {
	margin-top: 15px;
	width:100%;
}

.bildergalerie_single_details_tabelle_zelle1{
	width: 30px;
	font-size: 10px;
}

.bildergalerie_single_details_tabelle_zelle2{
	font-size: 10px;
}

.bildergalerie_single_kommentare {
	color : #2B628B;
	font-size: 20px;
	margin-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #2B628B;
	width: 100%;
}

.bildergalerie_single_kommentare_datum {
	color : #082C71;
	font-size: 11px;
	margin-top: 5px;
	width: 100%;
}

.bildergalerie_single_kommentare_text {
	color : #000000;
	font-size: 12px;
	margin-top: 5px;
	width: 100%;
}

.bildergalerie_single_bilderbewerten {
	margin-top: 15px;
}

.bildergalerie_single_bilderbewerten_titel {
	color : #2B628B;
	font-size: 20px;
	margin-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #2B628B;
	width: 100%;
}

.bildergalerie_single_bilderbewerten_tabelle {
	width: 100%;
	margin-top: 15px;
}

.bildergalerie_single_bilderbemerkung_titel {
	color : #2B628B;
	font-size: 20px;
	margin-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #2B628B;
	width: 100%;
	margin-bottom: 15px;
}

.bildergalerie_single_bilderbemerkung_tabelle {
	width: 100%;
}

.bildergalerie_single_kommentare_buttons_zurueck{
	float:left;
}

.bildergalerie_single_kommentare_buttons_weiter{
	float:right;
}

/* Bildergalerie / FLUSS
-------------------------------------------------------------------------------------------*/

.bildergalerie_fluss {
	width:100%;
}

.bildergalerie_fluss_rahmen {
	width:150px;
	height:100px;
	margin-right: 15px;
	overflow:hidden;
}

.bildergalerie_fluss_rahmen img{
	width: 150px;
}

.bildergalerie_fluss_label {
	font-size: 20px;
}

.bildergalerie_fluss_label {
	font-size: 20px;
}

.bildergalerie_fluss_tabelle {
	width: 100%;
	border: 0;
	padding:0;
}

.bildergalerie_fluss_titel{
	font-size: 14px;
}

.bildergalerie_fluss_beschreibung{
	font-size: 10px;
}

.bildergalerie_fluss_button{
	float: right;
	margin-left: 15px;
}

.bildergalerie_fluss_summe{
	font-size: 14px;
}

.bildergalerie_fluss_thumbs {
	width:100%;
}

.bildergalerie_fluss_name{
	padding-bottom:6px;
	font-size:16px;
	font-weight: bold;
}

.bildergalerie_fluss_bemerkung{
	margin-top: 10px;
	font-size:14px;
	line-height: 1.5em;
}

.bildergalerie_fluss_grossbilder {
	float: left;
	width: 100%;
	overflow:hidden;
	margin-top: 15px;
}

.bildergalerie_fluss_grossbilder img {
	width: 100%;
}

.bildergalerie_fluss_bildunterschrift{
	margin-top: 10px;
	font-size:12px;
	line-height: 1.5em;
}

.bildergalerie_fluss_hinweis {
	margin-top: 15px;
	font-weight: bold;
	font-size: 12px;
}

/* Bildergalerie / LIGHTBOX
-------------------------------------------------------------------------------------------*/

.bildergalerie_light {
	width:100%;
}

.bildergalerie_light_rahmen {
	width:150px;
	height:100px;
	margin-right: 15px;
	overflow:hidden;
}

.bildergalerie_light_rahmen img{
	width: 150px;
}

.bildergalerie_light_label {
	font-size: 20px;
}

.bildergalerie_light_label {
	font-size: 20px;
}

.bildergalerie_light_tabelle {
	width: 100%;
	border: 0;
	padding:0;
}

.bildergalerie_light_titel{
	font-size: 14px;
}

.bildergalerie_light_beschreibung{
	font-size: 10px;
}

.bildergalerie_light_button{
	float: right;
	margin-left: 15px;
}

.bildergalerie_light_summe{
	font-size: 14px;
}

.bildergalerie_light_thumbs {
	margin-top: 15px;
	width:100%;
}

.bildergalerie_light_name{
	padding-bottom:6px;
	font-size:16px;
	font-weight: bold;
}

.bildergalerie_light_bemerkung{
	margin-top: 10px;
	font-size:14px;
	line-height: 1.5em;
}

.bildergalerie_light_summe{
	font-size: 14px;
}

.bildergalerie_light_thumbs {
	width:100%;
}

.bildergalerie_light_bild {
	position:relative;
	float: left;
	width: 110px;
	height: 110px;
	overflow:hidden;
	border:1px solid black;
	margin-right: 15px;
	margin-bottom: 15px;
}

.bildergalerie_light_bildhoch {
	position:relative;
	float: left;
	width: 110px;
	height: 110px;
	overflow:hidden;
	border:1px solid black;
	margin-right: 10px;
	margin-bottom: 15px;
}

.bildergalerie_light_bild > a {
	display:block;
	position:relative;
	width:310px;
	left:-100px;
	text-align:center;
}

.bildergalerie_light_bildhoch > a {
	display:table-cell;
	position:relative;
	height:310px;
	top:-100px;
	vertical-align:middle;
}

.bildergalerie_light_bild img {
	height: 110px;
}

.bildergalerie_light_bildhoch img {
	width: 110px;
}

.bildergalerie_light_hinweis {
	font-weight: bold;
	font-size: 12px;
}

.bildergalerie_light_name{
	padding-bottom:6px;
	font-size:16px;
	font-weight: bold;
}

/* Bildergalerie / GRID
-------------------------------------------------------------------------------------------*/
.bildergalerie_grid { width:100%; }
.bildergalerie_grid_rahmen { width:150px; height:100px; margin-right: 15px; overflow:hidden; }
.bildergalerie_grid_rahmen img{ width: 150px; }
.bildergalerie_grid_label { font-size: 20px; }
.bildergalerie_grid_tabelle { width: 100%; border: 0; padding:0; }
.bildergalerie_grid_titel{ font-size: 14px; }
.bildergalerie_grid_beschreibung{ font-size: 12px; }
.bildergalerie_grid_button{ float: right; margin-left: 15px; }
.bildergalerie_grid_summe{ font-size: 14px; }
.bildergalerie_grid_thumbs { margin-top: 15px; width:100%; }
.bildergalerie_grid_name{ padding-bottom:6px; font-size:16px; font-weight: bold; }
.bildergalerie_grid_bemerkung{ margin-top: 10px; font-size:14px; line-height: 1.5em; margin-bottom: 20px; }
.bildergalerie_grid_hinweis { font-weight: bold; font-size: 12px; }

/* Bildergalerie / Space
-------------------------------------------------------------------------------------------*/
.bildergalerie_space { width:100%; }
.bildergalerie_space_rahmen { width:150px; height:100px; margin-right: 15px; overflow:hidden; }
.bildergalerie_space_rahmen img{ width: 150px; }
.bildergalerie_space_label { font-size: 20px; }
.bildergalerie_space_tabelle { width: 100%; border: 0; padding:0; }
.bildergalerie_space_titel{ font-size: 14px; }
.bildergalerie_space_beschreibung{ font-size: 12px; }
.bildergalerie_space_button{ float: right; margin-left: 15px; }
.bildergalerie_space_summe{ font-size: 14px; }
.bildergalerie_space_thumbs { margin-top: 15px; width:100%; }
.bildergalerie_space_name{ padding-bottom:6px; font-size:16px; font-weight: bold; }
.bildergalerie_space_bemerkung{ margin-top: 10px; font-size:14px; line-height: 1.5em; margin-bottom: 20px; }
.bildergalerie_space_hinweis { font-weight: bold; font-size: 12px; }

/* Suchfunktion
---------------------------------------------------------------------------------------*/

.suche_detailsuche {
	width:100%;
	padding: 10px;
	background:#FFE9C9;
	border: 1px solid black;
}

.suche_detailsuche td{
	padding: 10px;
}

/* AudioCast  (PodCast)
----------------------------------------------------------------------------------------*/

#podcast_rahmen
{
	width:100%;
	font-family: Arial, sans-serif;
	padding:6px;
	font-size : 12px;
}

#podcast_first_left
{
	float: left;
	width: 275px;
	margin-left:22px;
	text-align:center;
}

#podcast_first_right
{
	float: left;
	width: 255px;
	text-align:left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom : 10px;
	background: #FEFEFE;
}

#podcast_left
{
	float: left;
	width: 275px;
	margin-left:22px;
	text-align:center;
}

#podcast_right
{
	float: left;
	width: 255px;
	text-align:left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom : 10px;
	background: #FEFEFE;
}

#podcast_infos
{
	width:550px;
	font-size: 12px;
	font-family: Arial,  sans-serif;
	padding:20px;
}

/* VideoCast  (Videos)
----------------------------------------------------------------------------------------*/

#videocast_rahmen
{
	width:100%;
	font-family: Arial, sans-serif;
}

#videocast_first
{
	text-align:center;
}

#videocast_first_text
{
	width:615px;
	text-align:left;
	padding: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted black;
	border-left: 1px dotted black;
	border-right: 1px dotted black;
	background: #EFEFEF;
}

#videocast_left
{
	float: left;
	width: 275px;
	margin-right: 15px;
	text-align:center;
}

/* AudioCast  (PodCast)
----------------------------------------------------------------------------------------*/


/* Buergerfragen
----------------------------------------------------------------------------------------*/
.buergerfragen{
	margin-top: 15px;
	margin-bottom: 15px;
	width:615px;
	padding:7px;
	float:left;
	font-size:12px;
}

.buergerfragen_formular{
	width:100%;
}

.buergerfragen_formular_einzeiler{
	float:left;
	width:100%;
}

.buergerfragen_formular_spalte1{
	float:left;
	width:80px;
}

.buergerfragen_formular_spalte1 span{
	float:right;
	padding-top:7px;
}

.buergerfragen_formular_spalte2{
	float:left;
	width:480px;
}

.buergerfragen_antworten{
	margin: 20px 0px 20px 0px;
}

/* -----------  ----------- */
#stylized{
	border:solid 1px #2B628B;
	background:#FFFDFA;
}
#stylized h1 {
	color:#37678D;
	font-family:Georgia;
	font-size:20px;
	margin-bottom:8px;
	margin-left:8px;
}
#stylized p{
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	border-bottom:solid 1px #2B628B;
	padding-bottom:10px;
}
#stylized label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
}
#stylized .small{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
}
#stylized input{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #2B628B;
	width:460px;
	margin:2px 0 20px 10px;
}

#stylized textarea{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #2B628B;
	width:460px;
	height:120px;
	margin:2px 0 20px 10px;
}
#stylized button{
	clear:both;
	margin-left:150px;
	width:125px;
	height:31px;
	text-align:center;
	line-height:31px;
	color:#37678D;
	font-size:13px;
	font-weight:bold;
	border:0;
	padding:0;
	cursor:pointer;
}

/* Dokumentenmanager
----------------------------------------------------------------------------------------*/

#dokumente_kategorie
{
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #EFEFEF;
	font-weight: bold;
}

#dokumente_zelle1
{
	text-align:left;
	vertical-align: top;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 100px;
	border-bottom: 1px dotted black;
	overflow:hidden;
}

#dokumente_zelle2
{
	text-align:left;
	vertical-align: top;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 100px;
	border-bottom: 1px dotted black;
	overflow:hidden;
}

#dokumente_zelle3
{
	text-align:left;
	vertical-align: top;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dotted black;
}

#dokumente_zelle4
{
	text-align:center;
	vertical-align: top;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 200px;
	border-bottom: 1px dotted black;
}

#dokumente_zelle4 img
{
	width: 100px;
}

#dokumente_datum
{
	font-weight: bold;
	font-size  : 10px;
}

#dokumente_az
{
	font-weight: bold;
	font-size  : 10px;
}

#dokumente_titel
{
	font-size: 14px;
	font-weight: bold;
}

#dokumente_beschreibung
{
	font-size: 12px;
}

/* Mitglied werden
----------------------------------------------------------------------------------------*/

.mitgliedwerden_infobox
{
	float:right;
	width:320px;
	border:1px solid black;
	margin-left:10px;
	margin-bottom:10px;
	padding:10px;
	font-size:10px;
}

/* Gaestebuch
----------------------------------------------------------------------------------------*/

.gaestebuch
{
	border:1px solid #2B628B;
	width:100%;
	padding:5px;
}

.gaestebuch td
{
	padding:5px;
}

/* Surftipps
----------------------------------------------------------------------------------------*/

.surftipp_kategorie {
	font-size: 14px;
	font-family: Arial;
	padding-bottom: 10px;
	border-bottom:2px solid #2B628B;
	margin-bottom: 15px;
}

.surftipp_link_bild img{
	max-width: 100%;
}

.surftipp_link_beschreibung{
	margin-bottom: 15px;
	font-size: 12px;
	padding: 10px;
	border:1px solid #2B628B;
}

.surftipp_link {
	margin-bottom: 15px;
	font-size: 12px;
	padding: 10px;
	border:1px solid #2B628B;
}

.surftipp_link_beschreibung a{
	display:block;
}

.surftipp_link_beschreibung:hover a{
	color:#0079BA;
}

.surftipp_link a{
	display:block;
}

.surftipp_link:hover a{
	color:#0079BA;
}

/* SeoRing
----------------------------------------------------------------------------------------*/
.seo_ring {
	font-size: 12px;
	padding: 10px;
	border:1px solid #2B628B;
}

.seo_ring ul{
	margin-left: 40px;
	margin-top: 15px;
}

.seo_ring li{
	margin-bottom: 10px;
}

.seo_ring li a{
	font-weight: bold;
}

/* Umfrage
----------------------------------------------------------------------------------------*/

.umfrage_kopftext {
	font-size: 12px;
	margin-bottom: 15px;
}

.umfrage_frage {
	font-family: Arial;
	font-weight: bold;
	font-size:16px;
	margin-bottom: 10px;
}

.umfrage_button {
	margin-right:5px;
	width: 235px;
	height:23px;
	background:url(/image/templates/regensburg/bg_button_right.gif) right no-repeat;
	float:right;
}

.umfrage_button input {
	width: 235px;
	height:23px;
	background:url(/image/templates/regensburg/bg_button_left.gif) left  no-repeat;
	color:#ffffff;
	font-weight:bold;
	border:none;
	overflow:visible;
	display:inline;
	margin:0px;
	padding:0px 4px 2px 4px;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}

.umfrage_tabelle1 {
	border:0px;
	width:100%;
	margin-bottom: 15px;
}

.umfrage_tabelle1 td{
	font-size: 14px;
}

.umfrage_liste {
	width: 100%;
	margin-top : 20px;
	padding:0px;
	text-align:left;
	font-family: Arial;
}

.umfrage_datum {
	float: left;
	width: 80px;
	padding-left:10px;
	font-size : 12px;
	font-weight: bold;
	background: #C5D4E0;
	min-height: 40px;
}

.umfrage_frage {
	float: left;
	width: 530px;
	min-height: 40px;
}

.umfrage_frage a{
	font-size : 14px;
	font-weight: bold;
}

.umfrage_liste_closed {
	width: 100%;
	margin-top : 20px;
	padding:0px;
	text-align:left;
	font-family: Arial;
	margin-bottom : 20px;
}

.umfrage_datum_closed {
	float: left;
	width: 100px;
	font-size : 10px;
	font-weight: bold;
	background: #FF9800;
	min-height: 40px;
}

.umfrage_frage_closed {
	float: left;
	width: 525px;
	min-height: 40px;
	padding-left: 10px;
}

/* Themensammlung
------------------------------------------------------------------------------------------- */
.themenka_kopf { background: url(/image/templates/regensburg/startticker.png) 0px 0px no-repeat transparent; border-top: 1px solid #DFDFDF; height: 25px; padding-bottom: 10px; padding-top: 10px; width: 100%; }
.themenka_kopf_bild { float:left; width:20px; display : none; }
.themenka_kopf_bild img { margin-left : 4px; margin-top  : 6px; display : none; }
.themenka_kopf_titel { color: white; font-family: "Arial", "Helvetica"; font-size: 18px; line-height: 20px; padding: 0px 10px; width: 240px; }
.themenka_themen_inhalt { min-height: 42px; padding: 10px 15px; width: 200px; }
.themenka_themen_inhalt ul { list-style-position:outside; list-style-image:url(/image/templates/regensburg/arrow_liste.gif); width:150px; margin-top:0px; margin-left: 0px; margin-right: 0px; margin-bottom: 10px; padding-left: 0px; line-height: 1.5em; }
#themen_uebersicht { font-size: 14px; }
#themen_uebersicht ul { margin:0; padding:0; }
#themen_uebersicht li { margin-bottom: 20px; list-style-image:url(/image/templates/regensburg/arrow_liste.gif); margin-left: 30px; }
#themen_uebersicht li a{ text-decoration:none; }
#themen_uebersicht li a img { width: 185px; }
#themen_thema { padding : 6px; font-size: 12px; font-family: Helvetica, Arial, Verdana; }
#themen_thema p { padding-left : 10px; padding-right : 10px; }
#themen_thema ul { list-style-position:outside; list-style-image:url(/image/templates/regensburg/arrow_liste.gif); padding-left: 60px; padding-right: 45px; line-height: 1.5em; }
.themenka_themen_inhalt ul { list-style-position:outside; list-style-image:url(/image/templates/regensburg/arrow_liste.gif); width:150px; margin-top:0px; margin-left: 0px; margin-right: 0px; margin-bottom: 10px; padding-left: 24px; line-height: 1.5em; }
.themenka_themen_inhalt li { font-size : 14px; }
.themenka_themen_inhalt_bild { text-align: left; font-size : 10px; line-height:14px; width:182px; background-color:#FFFFFF; border-left: 1px solid #00739C; border-right: 1px solid #00739C; border-bottom: 1px solid #00739C; margin-bottom: 15px; overflow: hidden; }
.themenka_themen_inhalt_bild_titel { width: 100%; padding : 4px; margin-left: 4px; }
.themenka_themen_inhalt_bild img { width: 182px; border: 0px; }
.themenka_themen_inhalt_bild titel { padding: 10px; }


/* Kontakt
-----------------------------------------------------------------------------------*/

.kontakt_uberschrift{
	width:100%;
	height:20px;
	margin-bottom:10px;
}

.kontakt_daten{
	width:100%;
}

.dienstanbieter1{
	width:100%;
	float:left;
	margin-bottom:10px;
}

.dienstanbieter2{
	width:100%;
	float:left;
	margin-bottom:10px;
}

.zusatztext{
	float:left;
	width:100%;
	margin-bottom: 15px;
}

.kontakt_einzeiler{
	width:inherit;
	height:20px;
	float:left;
	margin-bottom: 10px;
}

.kontakt_einzeiler1{
	width:170px;
	font-size: 12px;
	font-weight: bold;
	float:left;
}

.kontakt_einzeiler2{
	font-size: 12px;
	width:370px;
	float:left;
}

.anschrift{
	width:inherit;
	margin-bottom:20px;
}

.kontakt_hinweis{
	font-size: 10px;
	margin-top:40px;
	margin-bottom:20px;
}

.kontakt_einzeiler_input{
	width:100%;
	margin:0;
	padding:0;
}

 .kontakt_einzeiler_input_button{
 	width:20px;
 }

 .kontakt_nachricht{
	width:100%;
	float:left;
	margin-bottom:10px;
}

.kontakt_nachricht2{
	width:370px;
	float:left;
}

.kontakt_nachricht2 textarea{
	width:370px;
	min-height:150px;
}

.kontakt_form > .kontakt_einzeiler {
	margin-bottom:2px;
}

.kontakt_einzeiler_input_button2{
 	float:right;
 }

.kontakt_button {
	float:right;
	margin-right:5px;
	width: 135px;
	height:23px;
	background:url(/image/templates/regensburg/bg_button_right.gif) right no-repeat;
	float:right;
}

.kontakt_button input {
	width: 135px;
	height:23px;
	background:url(/image/templates/regensburg/bg_button_left.gif) left  no-repeat;
	color:#ffffff;
	font-weight:bold;
	border:none;
	overflow:visible;
	display:inline;
	margin:0px;
	padding:0px 4px 2px 4px;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Sitemap
-----------------------------------------------------------------------------------*/

.sitemap_rubrik a{
	font-weight:bold;
}

.sitemap_forum_struktur{
	padding-left:50px;
}

/* Newsletter
-----------------------------------------------------------------------------------*/
.seite_newsletter_form{
	margin-top:20px;
}

.seite_newsletter{
	width:80%;
	margin:auto;
	margin-bottom : 15px;
}
.seite_newsletter_weitere{
	font-weight:bold;
	margin-bottom : 15px;
}
.seite_newsletter_weitere_newsletter{
	margin-bottom:10px;
}

.seite_newsletter_weitere_newsletter img{
	border: 1px solid black;
}

.seite_newsletter_einzeiler{
	float:left;
	width:100%;
	
}

.seite_newsletter_einzeiler1{
	float:left;
	width:20%;
	font-weight: bold;
}

.seite_newsletter_einzeiler2{
	width:80%;
	float:left;
}


.seite_newsletter_einzeiler2 input {
	width:84%;
	float:left;
	height:15px;
	margin-bottom:10px;
	margin-left:0 !important;
}

.seite_newsletter_agb{
	float:left;
}

.seite_newsletter_text{
	width:80%;
	float:left;
}

.seite_newsletter_button {
	margin-right:5px;
	width: 235px;
	height:23px;
	background:url(/image/templates/regensburg/bg_button_right.gif) right no-repeat;
	margin:auto;
	margin-top:20px;
}

.seite_newsletter_button input {
	width: 235px;
	height:23px;
	background:url(/image/templates/regensburg/bg_button_left.gif) left  no-repeat;
	color:#ffffff;
	font-weight:bold;
	border:none;
	overflow:visible;
	display:inline;
	margin:0px;
	padding:0px 4px 2px 4px;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Seite senden
-----------------------------------------------------------------------------------*/

.seitesenden_einzeiler1{ width:150px; float:left; }
.seitesenden_text{ margin-bottom:10px; }
.seitesenden_text textarea{ width:100%; height:100px; }
.seitesenden_einzeiler2 input{ height:12px; }

/* EINZELSEITE BUTTONS
-----------------------------------------------------------------------------------*/

.einzelseite_trenner_seiten{ width:100%; float:left; }
.einzelseite_trenner_1{ float:left; width:33%; }
.einzelseite_trenner_2{ float:left; width:33%; text-align:center; padding-top:4px; }
.einzelseite_trenner_2 b{ color:#018cda; }
.einzelseite_trenner_3{ float:left; width:33%; text-align:right; }

/* TRANSGLOSSAR
-----------------------------------------------------------------------------------*/

.glossar_einsprung{ width:98%; height:30px; border-bottom: 1px dotted black; margin-bottom:10px; font-size:20px; }
.glossar_alphabet{ margin:2px; height:12px; width:14px; border-right:1px dotted #CCCCCC; float:left; padding-bottom:5px; }

/* HELPCLASS
-----------------------------------------------------------------------------------*/
.helpclass{ position:absolute; z-index:3; width:100%; left:885px; width:60px; padding-top:10px; }

/* Fraktionsgremien
*----------------------------------------------------------------------------------------
*/
.fthemen_bild{ width:630px; overflow-x: hidden; }
.fthemen_bild img{ width:630px; }
.fthemen_claim{ float: left; width:610px; line-height: 1.1em; vertical-align:bottom; padding: 15px 10px; color: white; background: #0082CD; font-size: 25px; font-family : Arial, Sans-Serif; }
.fthemen_text{ float: left; width:630px; vertical-align:bottom; padding: 15px 0px; color: #000000; font-size: 14px; overflow-x: hidden; font-family : Arial, Sans-Serif; }
.fthemen_text ul{ margin-left: 0px; margin-bottom : 15px; list-style-image : url(/image/templates/regensburg/arrow_liste.gif); }
.fthemen_text ul li{ padding-bottom : 15px; color: #000000; }
.fthemen_text ul li:last-child{ width:100% !important; }
.fthemenka_kopf { padding-bottom: 10px; padding-top: 10px; width: 100%; }
.fthemenka_kopf_bild { background: url("/image/templates/regensburg/arrow.png") 0px 0px no-repeat transparent; display: none; float: left; height: 23px; width: 20px; }
.fthemenka_kopf_bild img { display: none; }
.fthemenka_kopf_titel { color: #018DCA; font-family: Arial, Helvetica; font-size: 20px; line-height: 24px; padding-left: 0px; }
.fthemenka_themen_inhalt { float: left; font-size: 12px; margin-left: 5px; width: 270px; padding-bottom: 20px; border-bottom: 1px solid #018DCA; }
.fthemenka_themen_inhalt_gremien { float: left; font-size: 12px; margin-left: 5px; width: 270px; padding-bottom: 20px; border-bottom: 1px solid #018DCA; }
.fthemenka_themen_inhalt ul { list-style-type:none; margin:0px; padding:0px; list-style-image: none; position: relative; display:inline-block; width:270px; }
.fthemenka_themen_inhalt_gremien ul { padding-left:31px; margin-left: 0px; margin-bottom : 15px; list-style-image : url(/image/templates/regensburg/arrow_liste.gif); }
.fthemenka_themen_inhalt ul li { width:100%; }
.fthemenka_themen_inhalt_gremien ul li { padding-left:5px; line-height:19px; }
.fthemenka_themen_inhalt_gremien ul li + li { margin-top:5px; }
.fthemenka_themen_inhalt_gremien a { display:block; }
.fthemenka_themen_inhalt_gremien .videolink { padding-left:25px; background: url(/image/templates/regensburg/page_video.gif) no-repeat top left; }
.fthemenka_themen_inhalt_col{ clear:both; margin-top: 15px; text-align:right; }
.fthemenka_themen_inhalt_col0{ float: left; width: 95px; overflow: hidden; text-align:left; }
.fthemenka_themen_inhalt_col1{ margin-left: 10px; float: left; width: 95px; overflow: hidden; }
.fthemenka_themen_inhalt_bild{ width: 95px; height: 95px; overflow: hidden; float: left; }
.fthemenka_themen_inhalt_video{ width: 200px; overflow: hidden; float: left; }
.fthemenka_themen_inhalt_bild img{ width: 95px; border: 0px; }
.fthemenka_themen_inhalt_namen{ width: 95px; line-height: 1.4em; color: #333333; }
.fthemenka_themen_inhalt_namen a{ color: #0082CD; font-style:italic; }
.fthemenka_themen_inhalt_namen strong{ color: #0082CD; }
.fthemenka_themen_inhalt_namen_liste{ width: 100%; text-align:left; }
.fthemenka_themen_inhalt_namen_funktion{ width: 200px; text-align:left; font-weight: bold; color: #333333; padding-top: 20px; }
.fthemenka_themen_inhalt_namen_funktion img { width: 200px; }
.fthemenka_themen_inhalt_namen_vorname{ float: left; width: 200px; text-align:left; font-style:italic; }
.fthemenka_themen_inhalt_namen_nachname{ float: left; width: 120px; color: #0082CD; font-weight: bold; text-align:left; font-style:italic; }
.fthemen_cols { clear:both; }
.fthemen_cols ul{ list-style-type:none; margin:0px; padding:0px; list-style-image: none; position: relative; margin-left: 0px !important;}
.fthemen_cols ul li{ }
.fthemen_cols_titel { color: #018DCA; font-family: Arial, Helvetica; font-size: 20px; line-height: 24px; padding-left: 0px; padding-bottom: 20px; }
.fthemen_cols_artikel ul li{ float:left; padding-bottom: 20px; width:100% !important; }
.fthemen_cols_box{ float:left; clear:both; }
.fthemen_cols_artikel_bild{ float:left; width:210px; overflow:hidden; margin-right:10px; }
.fthemen_cols_artikel_bild img { width:200px; }
.fthemen_cols_artikel_datum{ font-size:10px; line-height:normal; }
.fthemen_cols_artikel_headline{ padding:4px 0 3px; color: #018DCA; font-weight: bold; font-size:16px; }
.fthemen_cols_artikel_headline2{}
.fthemen_cols_artikel_anreisser{ display:inline; margin-right:5px; }
.fthemen_cols_artikel_anreisser > p:last-child{ display:inline; }
.fthemen_cols_artikel_mehr{ display:inline-block; }
.fthemen_cols_artikel_mehr > a{ padding-left:13px; background:url('/image/templates/regensburg/arrow_liste.gif') no-repeat -4px 4px; }
.fthemen_cols_artikel_information{ display:none; }
.fthemen_cols_artikel_text{ margin-left: 220px; }
.fthemen_cols_artikel_zeile{ float: left; width: 100%; line-height: 19px; }
.fthemenka_themen_inhalt_bildgalerie{ width: 200px; float: left; padding-bottom:0px; margin-bottom:0px; }
.fthemenka_themen_inhalt_dokumente{ float: left; font-size: 12px; width: 200px; padding-bottom: 20px; border-bottom: 1px solid #018DCA; }
.fthemenka_themen_inhalt_dokumente ul { list-style:none; margin-left: 0px; margin-bottom : 15px; padding-left:10px; }
.fthemenka_themen_inhalt_dokumente ul li { clear:both; padding-bottom : 15px; color: #003F64; }
.fthemenka_themen_inhalt_dokumente_icon{ float: left; height:18px; width: 16px; margin-right: 10px; padding-top:2px; }
.fthemenka_themen_inhalt_dokumente_icon img{ border: 0; }
.fthemenka_themen_inhalt_dokumente_titel{ float: left; width: 164px; margin-bottom:10px; }
.fthemenka_themen_inhalt_dokumente_titel a { color: #000000; }
.fthemenka_kopf_intranet { padding-bottom: 10px; padding-top: 10px; margin-left: 5px; width: 200px; background: #FFB9B9; }
.fthemenka_kopf_bild_intranet { background: url("/image/templates/regensburg/arrow.png") 0px 0px no-repeat transparent; display: none; float: left; height: 23px; width: 20px; }
.fthemenka_kopf_bild_intranet img { display: none; }
.fthemenka_kopf_titel_intranet { color: #8D0000; font-family: Arial, Helvetica; font-size: 20px; line-height: 24px; padding-left: 10px; }
.fthemenka_themen_inhalt_intranet{ background: #FFEEEE; float: left; font-size: 12px; margin-left: 5px; width: 270px; padding-bottom: 20px; border-bottom: 1px solid #018DCA; }
.fthemenka_themen_inhalt_intranet ul { list-style:none; margin-left: 0px; margin-bottom : 15px; padding-left:10px; }
.fthemenka_themen_inhalt_intranet ul li { clear:both; padding-bottom : 15px; color: #003F64; }
.helpclass{ position:absolute; z-index:3; width:100%; left:888px; width:60px; padding-top:5px; }
.module mod_nl_ak { display: none !important; }

#morenews{ display: none; }
#morepresse{ display: none; }

/*--------------- Themen Accordeon Bildergalerie ------------------------------*/
.set{border-bottom:0px solid #000}
.set1{background-color:#0082CD;}
.set2{background-color:#26648A;}
.set3{background-color:#307FAE;}
.set4{background-color:#4A91BA;}
.set5{background-color:#63A0C3;}
.set6{background-color:#8C4B2D;}
.set7{background-color:#82A668;}

.accordionWrapper{display:inline-block; background-color:#fff; overflow:hidden; width:200px;}
.accordionWrapper img{vertical-align:top; border:0; margin:0; padding:0}
.accordionWrapper div{display:inline; float:left; margin:auto;}
.accordionWrapper div.title{cursor:pointer; color:white; font-size:16px; padding:5px;}
.accordionWrapper div.content{display:none;}

.startset{border-bottom:0px solid #000}
.startset1{background-color:#003F64;}
.startset2{background-color:#26648A;}
.startset3{background-color:#307FAE;}
.startset4{background-color:#4A91BA;}
.startset5{background-color:#63A0C3;}
.startset6{background-color:#003F64;}
.startset7{background-color:#26648A;}
.startset8{background-color:#307FAE;}
.startset9{background-color:#4A91BA;}
.startset10{background-color:#63A0C3;}
.startset11{background-color:#003F64;}
.startset12{background-color:#26648A;}
.startset13{background-color:#307FAE;}
.startset14{background-color:#4A91BA;}
.startset15{background-color:#63A0C3;}
.startset16{background-color:#63A0C3;}
.startset17{background-color:#63A0C3;}
.startset18{background-color:#63A0C3;}
.startset19{background-color:#63A0C3;}
.startset20{background-color:#63A0C3;}

.accordionstartWrapper{display:inline-block; background-color:#fff; overflow:hidden; width:230px;}
.accordionstartWrapper img{vertical-align:top; border:0; margin:0; padding:0}
.accordionstartWrapper div{display:inline; float:left; margin:auto;}
.accordionstartWrapper div.title{cursor:pointer; color:white; font-size:16px; padding:8px 5px 8px 11px; width: 304px;}
.accordionstartWrapper div.content{display:none;}

.antrag-resultlist { line-height:1.5; margin-left: 0px; padding-left: 0px;}
.antrag-resultlist > li > .header { height:50px; }
.antrag-resultlist > li { list-style : none; }
.antrag-resultlist > li > .datum { padding:0 0 7px; }
/*--------------- CSS MODULE ------------------------------*/

@media (min-width:759px) and (max-width:960px)
{
	#container { margin-left: -384px; }
	#container_top{ margin:-1px 1px; }
	@viewport {
		width: device-width;
		zoom: .8;
	}
	ul.menu li a { padding-left : 50px !important; padding-right: 50px !important; }
	.herzkammer_button { display: none; }
}

@media (max-width:768px)
{
	.herzkammer_button { display: none; }
	#container { margin-left: 0px; left: 0; }
}
