/*
	CSS für Template "CDU Sinnersdorf 2009"
*/


/*
	allgemein
*/

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	text-align: center;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	background-color: #FFFFFF;
	color: #053D63;
	margin-right: auto;
	height: 100%;
	width: 100%;
	background-color: #62a2c6;
	background-image: url("../images/pageBGtrans846.jpg");
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 50% 0pt;
	position: relative;
}

a {
	text-decoration: none;
	font-weight: normal;
	color: #E32B23;
}

a:hover {
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6,p,blockquote,ol,dl,form,label,fieldset,address {
	margin: 0px 0px 10px 0px;
}

li,dd {
	margin-left: 20px;
}

ul
{
	list-style-type: disc;
	list-style-position: outside;
	margin-bottom: 10px;
}

fieldset {
	padding: 15px;
	border: 2px solid #D2E2EB;
}

legend {
	background-color: #D2E2EB;
	padding: 0px 8px;
}

img{
	border: 0px;
}

h1, .componentheading {
	border-bottom: 2px solid #E32B23;
	font-size: 16pt;
	font-weight: normal;
	margin-bottom: 25px;
	padding: 0;
	line-height: normal;
}

h2, .contentheading {
	font-size: 13pt;
	font-weight: bold;
	margin-bottom: 20px;
	border-left: 7px solid #E32B23;
	padding-left: 8px;
	line-height: 1.2;
}

h3 {
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 5px;
}

table.standardtable {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #053D63;
	font-size: 9pt;
	line-height: 1;
	margin-bottom: 15px;
}

table.standardtable th {
	border: 1px solid #053D63;
	padding: 4px;
	font-weight: bold;
	text-align: left;
}

table.standardtable td {
	border: 1px solid #053D63;
	padding: 4px;
	font-weight: normal;
	text-align: left;
}

.small {
	font-size: 8pt;
}


/*
	Seitenaufbau
*/

#wrap {
	width: 846px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}

#header1 {
	float: left;
	width: 846px;
	background-image: url("../images/header1.png");
	background-repeat: no-repeat;
	background-position: top left;
	height: 138px;
}

#header2 {
	float: left;
	width: 846px;
	background-image: url("../images/header2.png");
	background-repeat: no-repeat;
	background-position: top left;
	height: 74px;
}

#header2 .moduletable-breadcrumb {
	float: right;
	margin-right: 25px;
	width: 400px;
	text-align: right;
	font-size: 8pt;
	padding-top: 25px;
}

#header2_right {
	float: right;
	width: 226px;
}

#date_today {
	position: relative;
	top: 25px;
	left: 15px;
	width: 100px;
	height: 15px;
	font-size: 8pt;
	color: #075699;
}

#main {
	float: left;
	width: 846px;
	min-height: 450px;
	background-image: url("../images/mainback.png");
	background-repeat: repeat-y;
	background-position: top left;
}

#content {
	float: left;
	width: 570px;
	padding: 0px 25px 25px 25px;
}

#sidebar {
	float: right;
	width: 196px;
	padding: 15px;
	font-size: 9pt;
}

div.moduletable {
	margin-bottom: 20px;
}

#footer {
	clear: both;
	background-image: url("../images/footer.png");
	background-repeat: no-repeat;
	background-position: top left;
	height: 222px;
	text-align: center;
	color: #97C5DC;
	font-size: 8pt;
	padding-top:6px;
}


/*
	Infomenü
*/

.moduletable-infomenu {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 400px;
	height: 30px;
	color: #97C5DC;
	font-size: 8pt;
}

.moduletable-infomenu ul {
	float: right;
	margin: 0px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

.moduletable-infomenu li {
	display: inline;
	margin: 0px;
	padding-left: 10px;
}

.moduletable-infomenu li a {
	color: #97C5DC;
}

.moduletable-infomenu li a:hover {
	color: #97C5DC;
	text-decoration: underline;
}


/*
	Suchfeld
*/

#header2 .moduletable {
	position: relative;
	margin: 0px;
	top: 28px;
	left: 15px;
	width: 182px;
	height: 20px;
}

#header2 .moduletable label {
	display: none;
}

form.search input.button {
	float: right;
	background-image: url("../images/search_button.png");
	background-repeat: no-repeat ;
	background-attachment: scroll;
	background-position: top right;
	width: 20px;
	height: 20px;
	border: 0 none;
}

input#mod_search_searchword {
	position: relative;
	left: 0px;
	top: 2px;
	width: 153px;
	height: 15px;
	border: 0 none;
	margin: 0px;
}


/*
	Artikeldarstellung
*/

.pagenavcounter {
	display: none;
}

table.contenttoc{
	float: right;
	border: 1px solid #D2E2EB;
	padding: 10px;
	margin: 10px 0px 10px 10px;
	font-size: 9pt;
}

.pagenavbar{
	text-align: center;
	font-size: 8pt;
}

.articleinfo {
	text-align: right;
	font-size: 8pt;
	font-weight: bold;
}


/*
	Blog-Ansicht
*/

.blog .article_row {
	margin-bottom: 20px;
}

.iteminfo {
	font-size: 8pt;
	font-weight: bold;
}

p.counter{
	margin: 0px;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
}

ul.pagination {
	margin-top: 3px;
	padding-top: 2px;
	border-top: 1px solid #053d63;
	text-align: center;
	list-style-image: none;
	list-style-type: none;
	font-size: 8pt;
}

ul.pagination li {
	display: inline;
	margin: 0px 5px;
	padding: 0px;
}


/*
	Blog Startseite (Aufmacher)
*/

.blog-frontpage .article_row-frontpage {
	background-color: #E6EFF4;
	background-image: url("../images/leadbox_top.png");
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 20px;
	padding: 0px;
}

.blog-frontpage .article_column {
	background-image: url("../images/leadbox_bottom.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 10px;
}

.blog-frontpage h2 {
	border-left: none;
	border-bottom: 1px solid #E32B23;
	border-bottom: 1px solid #053D63;
	padding: 0px;
	margin-bottom: 15px;
}

.blog-frontpage .article_separator, .blog-frontpage .row_separator-frontpage {
	display: none;
}


/*
	Modul Startseite (Aktuelle Meldung)
*/

.moduletable-frontpagenews {
	border-bottom: 2px solid #97C5DC;
}

.moduletable-frontpagenews h3 {
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	background-color: #97C5DC;
	margin-bottom: 10px;
	padding: 0px 5px;
	font-size: 10pt;
}

.moduletable-frontpagenews h2 {
	margin-bottom: 10px;
}

.moduletable-frontpagenews .articleinfo {
	text-align: left;
}


/*
	Bildunterschriften (EasyImageCaption plugin)
*/

.easy_img_caption {
	background-color: #E6EFF4;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	text-align: left;
}

.easy_img_caption p {
	margin: 0;
	padding: 4px 8px;
}


/*
	Simple List
*/

div.simplelists {
	margin: 20px 0px;
	width: 100%;
}

div.simplelists-item {
	margin-bottom: 3px;
	padding: 5px;
	background-color: #F6F9FB;
	border: 1px solid #D2E2EB;
}

div.simplelists-item div.body {
	padding: 0px;
	font-size: 9pt;
}

div.simplelists-item  .contentheading {
	margin: 0px 0px 5px 0px;
	padding: 2px 5px;
	font-size: 11pt;
	font-weight: bold;
	line-height: normal;
	border: none;
	background-color: #E6EFF4;
}

.simplelists-pagecounter {
	display: none;
}

div.simplelists-item div.image {
	float: left;
	text-align: left;
	padding: 5px 15px 5px 0px;
}

div.simplelists-item div.image img {
	padding: 0px;
}


/*
	Suchergebnisse
	(im override angepasst)
*/

div.searchintro {
	margin-bottom: 40px;
}

div.results {
	margin-bottom: 0px;
}

div.results ol {
	margin-bottom: 30px;
}

div.results ol li {
	margin-bottom: 3px;
	padding: 5px;
	background-color: #F6F9FB;
	border: 1px solid #D2E2EB;
	font-size: 9pt;
}

div.results ol li p {
	margin: 5px 0px 0px 0px;
	font-size: 8pt;
	font-weight: bold;
}

div.results h4 {
	margin: 0px 0px 5px 0px;
	padding: 2px 5px;
	font-size: 11pt;
	font-weight: bold;
	line-height: normal;
	border: none;
	background-color: #E6EFF4;
}

div.results h4 a {
	font-weight: bold;
}

div.results ul.pagination {
	margin-top: 3px;
	padding-top: 2px;
	border-top: 1px solid #053d63;
	text-align: center;
	list-style-image: none;
	list-style-type: none;
	font-size: 8pt;
}

div.results ul.pagination li {
	display: inline;
	margin: 0px 5px;
	padding: 0px;
}

div.display {
	margin-bottom: 40px;
	text-align: center;
	font-size: 9pt;
}

.highlight  {
	background-color: #ECD537;
}


/*
	Formulare
*/

form#ChronoContact_cdusdf_contact {
	margin-top: 20px;
}

input.inputbox, input.cf_inputbox {
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	padding: 1px 0;
	text-align: left;
}

label.cf_label {
	width: 100px;
	display: block;
	float: left;
}

.LV_validation_message, .LV_invalid {
	font-weight: normal;
	color: #E32B23;
	font-style: italic;
	font-size: 9pt;
}


/*
	EventList
*/

/* Liste */
div#eventlist .buttons {
	float: none;
	text-align: right;
}

div#eventlist table.eventtable {
	border-collapse: collapse;
	font-size: 9pt;
	width: 99%;
	border: 1px solid #D2E2EB;
}

div#eventlist table.eventtable th {
	background-color: #E6EFF4;
	color: #053D63;
	font-weight: bold;
	padding: 0px;
	text-align: left;
	border: none;
	border-bottom: 1px solid #D2E2EB;
	font-size: 10pt;
}

div#eventlist table.eventtable th a {
	display: block;
	padding: 4px;
	color: #053D63;
	font-weight: bold;
}

div#eventlist table.eventtable th a {
	text-decoration: none;
}

div#eventlist table.eventtable th img {
	margin: 0 0 5px 5px;
	vertical-align: middle;
	border: none;
}

div#eventlist table.eventtable td {
	padding: 4 px;
	border: none;
	border-bottom: 1px solid #D2E2EB;
	vertical-align: top;
}

div#eventlist table.eventtable tr.sectiontableentry1 td, div#eventlist table.eventtable tr.sectiontableentry2 td {
	background-color: #F6F9FB;
}

div#eventlist table.eventtable tr:hover td {
	background-color: #F6F9FB;
}

div#eventlist .copyright {
	text-align: center;
	font-size: 8pt;
	margin-top: 10px;
	color: #BABABA;
}

div#eventlist .copyright a {
	color: #BABABA;
}

/* Detailseite */
div#eventlist h2 {
	border-left: 7px solid #E32B23;
	border-bottom: none;
	font-size: 13pt;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 8px;
}

div#eventlist div.description {
	margin: 10px 0px 40px 12em;
	padding:0 5px;
}

div#eventlist dt {
	border-bottom:1px solid #D2E2EB;
}


/*
	EventList Module (Special Edition)
*/

.moduletable-termine {
	margin-bottom: 20px;
}

.moduletable-termine ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}

.moduletable-termine li {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #97C5DC;
}

.calendar_page {
	float: left;
	background-color: #FFFFFF;
	font-weight: bold;
	font-size: 11pt;
	line-height: 1;
	width: 28px;
	height: 25px;
	border-top: 8px solid #97C5DC;
	border-right: 2px solid #97C5DC;
	border-bottom: 2px solid #97C5DC;
	border-left: 2px solid #97C5DC;
	text-align: center;
	margin-right: 3px;
	padding-top: 3px;
}

.weekday {
	font-weight: normal;
	font-size: 7pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.full_date {
	float: left;
	font-size: 8pt;
	margin-left:3px;
	padding-top: 4px;
}

.time {
	font-size: 9pt;
	font-weight: bold;
}

.clearbox {
	clear: both;
}

.location {
	margin-top:3px;
}


/*
	Modul: Modulbox rechte Spalte
*/

.moduletable-box {
	padding: 5px 8px 0px 8px;
	background-color: #DDE9F0;
	border: 1px solid #C0D9E6;
	margin-bottom: 20px;
}


/*
	Modul: UCD "pseudomenu" (Beitrags-Linkliste)
*/

.moduletable-pseudomenu {
	padding: 0px;
	margin-bottom: 20px;
}

.moduletable-pseudomenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}

.moduletable-pseudomenu li {
	margin: 0px;
	padding: 2px 0px;
	border-bottom: 1px solid #97C5DC;
}


/*
	Modul: Link-Liste
*/

.moduletable-linklist, .moduletable-weblinks {
	padding: 2px;
	background-color: #DDE9F0;
	border: 1px solid #C0D9E6;
	margin-bottom: 20px;
}

.moduletable-linklist ul, .moduletable-weblinks ul {
	margin: 0px;
	padding: 0px 3px 0px 5px;
	list-style-type: none;
}

.moduletable-linklist li, .moduletable-weblinks li {
	margin: 0px;
	padding: 3px 0px;
	line-height: 1.3;
	border-bottom: 1px solid #C0D9E6;
}

.moduletable-linklist li .ucd_title, .moduletable-weblinks li .weblink_wrap, .moduletable-linklist li .link_wrap {
	margin: 0px;
	padding: 0px 20px 0px 0px;
	background-image: url("../images/list_arrow.png");
	background-repeat: no-repeat;
	background-position: center right;
}

.moduletable-linklist li:last-child, .moduletable-weblinks li:last-child {
	border: none;
}

.moduletable-linklist h3, .moduletable-weblinks h3 {
	font-size: 10pt;
	margin-bottom: 3px;
	background-color: #C0D9E6;
	padding: 1px 5px;
}

/* Weblink-spezifisch */
.moduletable-weblinks {
	background-image: url("../images/mod_weblinks.png");
	background-repeat: no-repeat;
	background-position: top left;
}

.moduletable-weblinks h3 {
	background-color: transparent;
}
.dn-title{
	white-space:nowrap;}