﻿/* template fuer www.oberalstervfw.de
   copyright 2010 Oberalster V.f.W. e.V.
*/

html, body {
	margin: 0;
	padding: 0;
	height: 98%;
}

body {
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 62.5%;
	background: #50abe3 url(./background_verlauf.jpg) 0 0 repeat-x;
	color: #333;
}

a:focus {
	outline: none;
}

.oablau {
	color: #0173b9;
}

/* ------------------------------------------ top -------------------------------------- */
#top {
	font-size: 1.0em;
	background: #0173b9;
	height: 23.6em;
	width: 88em;
	padding: 0;
	margin: 1.0em auto;
	border: .5em solid #fff;
}

#top h1 {
	width: 10em;
	height: 10em;
	font-size: 0;
	text-indent: -9999px;
}

#top div.moduletable_header {
	width: 100%;
	height: 20em;
}

/* Top-Menü */
#top div.moduletable_topmenu {
	float: left;
	font-size: 1.0em;
	background: #0173b9 url(./navi_bckgrnd.jpg) 0 0 repeat-x;
	width: 88em;
	height: 3.2em;
	border-top: .3em solid #fff;
}

#top div.moduletable_topmenu ul {
	list-style: none;
	float: left;
	margin: 0 0 0 10em;
	padding: 0;
	
}

#top div.moduletable_topmenu ul li {
	float: left;
	height: 1.3em;
	margin: 0;
	padding: 0;
	text-align: center;
}

#top div.moduletable_topmenu ul li a {
	color: #fff;
	font-weight: normal;
	font-size: 1.2em;
	text-decoration: none;
	letter-spacing: 0.01em;
	display: block;
	margin: 0;
	padding: 0.9em 0.9em 0 1.1em;
	height: 1.8em;
	background: url(./navi_button_bckgrnd.jpg) 0 0 no-repeat;
}

#top div.moduletable_topmenu ul li a:hover {
	background: #0173b9 url(./navi_button_aktiv_bckgrnd.jpg) 0 0 no-repeat;
	color: #fff;
}	

#top div.moduletable_topmenu ul li a#active_menu,
#top div.moduletable_topmenu ul li a.mainlevel_active {
	background: #0173b9 url(./navi_button_aktiv_bckgrnd.jpg) 0 0 no-repeat;
	color: #fff;
}

/* Logo des Sportvereins */
a#logo {
	background: url(./logo.png) no-repeat scroll 0 0 transparent;
	cursor: pointer;
	display: block;
	height: 187px;
	margin-left: -85px;
	margin-top: -75px;
	position: absolute;
	width: 200px;
	z-index: 100;
}

/* ---------------------------------------- container ------------------------------------------ */
#container {
	font-size: 1.0em;
	width: 88em;
	min-height: 63%;
	margin: -1.5em auto 0 auto;
	padding: 0;
	background: #fff;
	border: .5em solid #fff;
}

/* ----------------------------------------- infobox ------------------------------------------- */
#infobox {
	font-size: 1.0em;
	background: #fff101;
	width: 87em;
	min-height: 1.5em;
	height: auto;
	padding: .5em;
	margin: -0.3em 0 .7em 0;

}

#infobox div.moduletable_breadcrumbs {
	padding-left: 10em;
}

#infobox div.moduletable_breadcrumbs a {
	text-decoration: none;
	color: #184f78;
}

#infobox div.moduletable_breadcrumbs a:hover {
	text-decoration: underline;
}


/* search box */
#infobox div.moduletable_search {
	float: right;
	margin: -4px 0 0 0;
	padding: 0;
}

#infobox div.moduletable_search form.search_search {
	margin: 0px 0 0 11px;
}

#infobox div.moduletable_search form.search_search label {
	display: none;
}
#infobox div.moduletable_search form.search_search input#mod_search_searchword.inputbox_search {
	width: 177px;
}
#infobox div.moduletable_search form.search_search  .button_search {
	padding-left: 7px;
}

/* -------------------------------------------- editor ----------------------------------------- */
#editor {
	font-size: 1.0em;
	float: left;
	width: 84em;
	padding: 1em;
	margin: 2em 0 0 0;
	background: #fff;
}

/* ------------------------------------------- content ----------------------------------------- */
#content {
	font-size: 1.0em;
	float: left;
	width: 64em;
	padding: 1em;
	margin: 3em 0 0 0;
	background: #fff;
}

#content h1,
#content_full h1 {
	padding: 0 0 0.5em 0 ;
	margin: 0 0 0.5em 0;
	color: #0173b9;
	font-weight: bold;
	font-size: 1.5em;
	word-spacing: 0.2em;
	line-height: 130%;
	text-align: left;
	border-bottom: 1px solid #eaeaea;
}

#content h2, 
#content h2.contentheading
#content_full h2,
#content_full h2.contentheading {
	padding: 0;
	margin: 1.1em 0 1.0em 0;
	color: #0173b9;
	font-weight: bold;
	font-size: 1.4em;
	word-spacing: 0.2em;
	line-height: 130%;
	text-align: left;
}

#content h3,
#content_full h3 {
	padding: 0;
	margin: 1.0em 0 0.5em 0;
	color: #333;
	font-weight: bold;
	font-size: 1.3em;
	word-spacing: 0.2em;
	line-height: 130%;
	text-align: left;
}

#content h3.category,
#content_full h3.category {
	margin: 0 0 -1.0em 0;
	padding: 0.5em 0 0 0;
}

#content h4,
#content_full h4 {
	padding: 0;
	margin: 1.5em 0 0.5em 0;
	color: #333;
	font-weight: bold;
	font-size: 1.2em;
	word-spacing: 0.2em;
	line-height: 130%;
	text-align: left;
}

#content p,
#content_full p {
	margin: 0;
	padding: 0;
	color: #333;
	text-align: left;
}

#content p.small,
#content_full p.small {
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
}

#content p + p,
#content_full p + p {
	margin: 1.0em 0 0 0;
}

#content p, #content ul, #content ol,
#content_full p, #content_full ul, #content_full ol {
	font-size: 1.3em;
	line-height: 1.3em;
}

#content p#bu {
	float: right;
	clear: both;
	margin-top: -55px;
}

#content p.iteminfo,
#content_full p.iteminfo {
	margin-top: -1.3em;
}

#content img,
#content_full img,
#content div.newsbox img {
	margin: 0;
	padding: 0;
	border: 0;
}

/* Fügt automatisch Abstände zwischen Bild und Text ein */
#content img[style*='float: left;']{ margin: 5px 10px 10px 0 !important;}
#content img[style*='float: right;']{ margin: 5px 0 10px 10px !important;}

#content a,
#content_full a {
	font-weight: 600;
	color: #0a71b4;
	text-decoration: none;
}

#content a:hover,
#content_full a:hover {
	text-decoration: underline;
}

#content a.readon,
#content_full a.readon {
	float: right;
	display: block;
	margin-bottom: 25px;
	font-size: 11px;
	height: 13px;
	width: 96px;
	padding: 2px 0 3px 7px;
	color: #fff;
	font-weight: normal;
	background: url(./button_bckgrnd.jpg) 0 0 no-repeat;
}

#content a.readon:hover,
#content_full a.readon :hover {
	text-decoration: none;
	background: url(./button_bckgrnd.jpg) 0 -18px no-repeat;
}

#content a.goback,
#content_full a.goback {
	float: left;
	display: block;
	margin-bottom: 25px;
	font-size: 11px;
	height: 13px;
	width: 96px;
	padding: 2px 0 3px 7px;
	color: #fff;
	font-weight: normal;
	background: url(./button_bckgrnd.jpg) 0 0 no-repeat;
}

#content a.goback:hover,
#content_full a.goback :hover {
	text-decoration: none;
	background: url(./button_bckgrnd.jpg) 0 -18px no-repeat;
}


#content div.leading a.readon,
#content_full div.leading a.readon {
	padding: 0px 0 4px 7px;
	height: 14px;
}

/* Anpassung für die Startseite */
#content p > a.readon,
#content_full p > a.readon {
	background: url(./button_bckgrnd.jpg) 0 2px no-repeat;
	padding-bottom: 2px;
	height: 16px;
}

#content p > a.readon:hover,
#content_full p > a.readon:hover {
	background: url(./button_bckgrnd.jpg) 0 -18px no-repeat;
	padding-bottom: 2px;
	padding-top: 0;
	margin-top: 2px;
	height: 16px;
}

#content div.pagenavbar,
#content_full div.pagenavbar {
	margin: 2.0em 0 0 0;
	font-size: 1.2em;
	color: #0a71b4;
}

#content div.pagenavbar a,
#content_full div.pagenavbar a {
	color: #0a71b4;
}

#content ul,
#content_full ul {
	list-style-type: square;
	margin-top: 0.5em;
}

#content ul li,
#content ol li,
#content_full ul li,
#content_full ol li {
	padding: 0.2em 0;
}

#content li + li,
#content_full li + li {
	padding-top: 0em;
}

/* Styles für die Seite Vereinszeitung */
#content ul#vereinszeitung {
	list-style-type: none;
	float: left;
}

#content ul#vereinszeitung li {
	float: left;
	margin: 10px 10px 10px 10px;
	padding: 0;
	height: 220px;
}

#content ul#vereinszeitung li + li {
	padding: 0;
}

#content ul#vereinszeitung li img {
	width: 150px;
	height: 215px;
	padding: 0;
	margin: 0 10px 0 0;
	border: 1px solid #ccc;
}

#content ul#vereinszeitung li a  {
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#content ul#vereinszeitung li a:hover  {
	text-decoration: none;
}

/* Seitennavigation bei blog-ansicht */
#content p.counter,
#content_full p.counter {
	clear: both;
	margin: 50px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #eee;
}

#content ul.pagination,
#content_full ul.pagination {
	list-style-image: none;
}

#content ul.pagination li,
#content_full ul.pagination li {
	list-style-type: none;
	margin: 0;
	float: left;
	padding: 0 5px;
	border-left: 1px solid #aaa;
}

#content ul.pagination li:first-child,
#content_full ul.pagination li:first-child {
	border-left: 0px;
}

#content hr,
#content_full hr {
	color: #fff;
	height: 0px;
	border: 1px solid #eaeaea;
}

#content .autor,
#content_full .autor {
	font-style: italic;
	float: right;
}

/*styles fuer die Tabellen */
#content table {
	table-layout: auto;
	padding: 0 5px 0 0px;
	border-collapse: collapse;
	width: 640px;
	margin-left: -3px;
	font-size: 1.2em;
}

#content tr.row0 {
	background-color: #FFF;
}

#content tr.row1 {
	background-color: #EFEFEF;
}

#content tr.row0:hover {
	background-color: #DDDDDD;
}

#content tr.row1:hover {
	background-color: #DDDDDD;
}

#content td {
	padding: .1em;
/*
	padding: .7em;
	border-bottom: 1px solid #B3B3B3;
	border-left: 1px solid #B3B3B3;
*/
	text-align: center;
}

#content td a {
	white-space: nowrap;
}

#content td:first-child {
	border-left: 0;
}

#content td.td_left {
	text-align: left;
	vertical-align: top;
}

#content td.td_noline {
	border-left: 0;
	vertical-align: top;
	text-align: left;
}

#content td.td_topline {
	border-top: 1px solid #B3B3B3;
}

#content td.right {
	text-align: right;
}

#content td ul {
	font-size: 1.0em;
}

#content .thead{
	background: #0173b9;
	color: #FFF;
	border-top: 0;
	border-bottom: 0;
}

/*
#content .thead th {
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding: 5px;
	border-bottom: 1px solid #B3B3B3;
}
*/

#content table.noborder tr td {
	border: 0;
	white-space: nowrap;
}

#content td.col1 {
	text-align: left;
	padding-left: 3px;
	border-left: 0;
	border-right: 1px solid #B3B3B3;
}

#content td.col2 {
	border-left: 1px solid #B3B3B3;
	border-right: 1px solid #B3B3B3;
}

#content td.col2a {
	border-left: 1px solid #B3B3B3;
	border-right: 0;
}

#content td.col2b {
	border-left: 0;
	border-right: 1px dotted #B3B3B3;
}

#content td.col2ab {
	border-left: 1px solid #B3B3B3;
	border-right: 1px dotted #B3B3B3;
}

#content td.col2c {
	border-left: 1px dotted #B3B3B3;
	border-right: 1px solid #B3B3B3;
}

#content td.col3 {
	border-left: 1px solid #B3B3B3;
	border-right: 1px solid #B3B3B3;
}

#content td.col3a {
	border-left: 1px solid #B3B3B3;
	border-right: 0;
}

#content td.col3b {
	border-left: 0;
	border-right: 1px solid #B3B3B3;
}

#content td.col4 {
	text-align: left;
	padding-left: 3px;
	border-left: 1px solid #B3B3B3;
	border-right: 0;
}

#content a.Training {
	font-weight: normal;
}

#content a.Pktsp {
	font-weight: 600;
}

#content a.vPktsp {
	font-weight: 600;
	color: #8B0000;
}

#content a.cPktsp {
	font-weight: 600;
	text-decoration: line-through;
	color: #8B0000;
}


/* +++++++++++++++++++++++ Kontaktformulare ++++++++++++++++++++++ */
form[id*="ChronoContact"] {
	font-size: 1.0em;
}

form[id*="ChronoContact"] fieldset {
	width: 42.0em !important;
	background: #fff;
	border: 1px solid #bbb;
	padding: 1.0em;
	margin: 1.0em 7.7em 2.0em 0;
	float: right;
}

form[id*="ChronoContact"] fieldset p {
	font-size: 1.2em;
}

form[id*="ChronoContact"] fieldset legend {
	color: #333;
	font-size: 1.2em;
	margin-left: 1.0em;
	font-weight: bold;	
}
form[id*="ChronoContact"] fieldset label {
	width: 33.0em;	
}

form[id*="ChronoContact"] p {
	font-size: 1.2em;
	margin-bottom: 2.0em;	
	float: left;
	width: 40em;
}


form[id*="ChronoContact"] label {
	font-size: 1.1em;
	font-weight: bold;
	color: #464646;
	display: block;
	float: left;
	clear: both;
	width: 18em;
	margin-bottom: 0.5em;
	text-align: right;
	padding-right: 1.5em;
}

form[id*="ChronoContact"] fieldset > input {
	margin-bottom: 0.8em;
	border: 1px solid #bbb;
	width: 20em;
	float: right;
	clear: right;
	background: #fff;
}

form[id*="ChronoContact"] input {
	margin-bottom: 0.8em;
	border: 1px solid #bbb;
	width: 20em;
	float: left;
	clear: right;
	background: #fff;
}

form[id*="ChronoContact"] input[type="checkbox"],
form[id*="ChronoContact"] input[type="radio"] {
	width: 1.0em;
	margin: 0 0 0.8em 0;	
}

form[id*="ChronoContact"] textarea {
	width: 20.5em;
	height: 10em;
	float: left;
	margin-bottom: 0.8em;
	border: 1px solid #bbb;
	background: #fff;
}

form[id*="ChronoContact"] img {
	border: 1px solid #bbb;
	margin: 0;
	float: left;
}

form[id*="ChronoContact"] textarea:hover,
form[id*="ChronoContact"] textarea:focus {
 	width: 20.5em;
 	height: 10em;
 	margin-bottom: 0.8em;
}

form[id*="ChronoContact"] input:hover,
form[id*="ChronoContact"] textarea:hover {
	border: 1px solid #000;
	background: #fff;
}

form[id*="ChronoContact"] input:focus,
form[id*="ChronoContact"] textarea:focus {
	border: 1px solid #000;
	background: #eaeaea;
}

form[id*="ChronoContact"] input.button {
	float: right;
	color: #fff;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	text-transform: uppercase;
	padding-bottom: 0.2em;
	width: 85px;
	height: 26px;
	border: 0;
	margin: 1.0em 6.8em 0 0;
	cursor: pointer;
	background: url(./button_senden_bckgrnd.jpg) left top no-repeat;
}

form[id*="ChronoContact"] input.button:hover {
	background: url(./button_senden_bckgrnd.jpg) 0 -26px no-repeat;
}

/* +++++++++++++++++++++ event calendar ++++++++++++++++++++++++++ */

#extcalendar a {
	color: #000;
}

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

#extcalendar .maintable .tableh1 {
	padding: 15px 5px;
}

#extcalendar .eventdesclarge li {
	width: 475px;
}

#extcalendar a.buttontext {
	font-size: 11px;
}
#extcalendar td.tablec {
	padding: 5px 10px;
	background: #0173b9;
}

#extcalendar td.tablec .atomic,
#extcalendar td.tablec .cattitle,
#extcalendar td.tableb .cattitle,
#extcalendar td.tablec  .catdesc {
	font-size: 12px;
}

#extcalendar td.tableb .cattitle {
	color: #0a71b4;
}

#extcalendar td.tablec .cattitle {
	color: #fff;
}

#extcalendar td.tablec td.legend {
	text-align: left;
}

#extcalendar td.tablec td.legend a {
	font-weight: normal;
}

#extcalendar td.tablec tr  td {
	margin: 5px 0;
	padding: 5px;
}

#extcalendar .catdesc,
#extcalendar .userdesc,
#extcalendar .groupdesc {
	font-size: 10px;
	color: #000;
}

#extcalendar .catdesc {
	padding: 3px 0 0 10px;
}

#extcalendar .tableb div.catdesc {
	font-size: 12px;
	color: #333;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#content p.buttonheading a {
	margin: 0;
	padding: 0;
}
#content p.buttonheading a img {
	float: right;
	border: 0;
	margin: 0;
	padding: 2px;
	margin: -17px 0 0 0;
}
#content small, .small, .smalldark, .mosimage_caption, .createdby, .createdate, .modifydate, a.readon, .img_caption {
	color: #666;
	font-size: 0.8em;
}

/* Datum unterhalb der Überschrift */
#content h2.contentheading + p.articleinfo {
	margin-top: -20px;
}

/* Position für google maps karte */
#content div[id*="googlemap50"] {
	margin-left: 0.8em;
}

/* styles fuer die Artikel Index */
#content table.contenttoc {
	float: right;
	margin: 10px 0 0px 15px;
	padding-bottom: 20px;
	font-size: 1.1em;
	background: #0173b9 url(./newsbox_right_bottom.gif) left bottom no-repeat;
	width: 200px;
}

#content table.contenttoc th {
	padding: 10px 0 10px 15px;	
	color: #7b675c;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	background: url(./box_right_top.gif) top right no-repeat;
}

#content table.contenttoc td {
	font-weight: normal;
}

#content table.contenttoc td a.toclink {
	border-top: 1px solid #fff;
	text-decoration: none;
	border-bottom: 0;
	display: block;
	padding: 5px 15px 5px 15px;
	margin: 0;
	color: #000;
	font-weight: normal;
	text-indent: -3px;
}

#content table.contenttoc td a.toclink:hover {
	background: #0173b9;
}

#content table.contenttoc td a.toclink.active {
	background: #0173b9;
	color: #000;
	font-weight: bold;
}

#content table.contenttoc td a.toclink:before,
#content table.contenttoc td a.toclink.active:before {content:""}

#content div.pagenavcounter {
	display: none;
}

#content .pagenavbar a {
	text-decoration: none;
	border: 0;
}

/* Sitemap */
#content .xmap {
	font-size: 1.0em;
	margin-left: 40px;
}

#content .xmap .componentheading {
	font-size: 1.6em;
	font-weight: bold;
	color:  #0173b9;
}

#content .xmap ul {
	margin: 0 0 0 20px;
	font-size: 1.2em;
}

#content .xmap ul.level_0 {
	font-size: 1.4em;
}

#content .xmap ul.level_1,
#content .xmap ul.level_2,
#content .xmap ul.level_3 {
	font-size: 12px;
}

/* ------------------------------------------- right --------------------------------------- */
#right {
	float: right;
	font-size: 1.0em;
	width: 20.5em;
	background: #fff;
	padding: 0;
	margin: 0;
}

#right h3 {
	font-weight: normal;
	height: 2.3em;
	color: #fff;
	padding: 0.5em 0 0 0.8em;
	margin: 0;
	font-size: 1.4em;
	text-align: left;
	background: url(./right_box_top_bckgrnd.jpg) top right no-repeat;
}

#right div[class*="moduletable"] {
	padding: 0 0 1.5em 0;
	margin: 0 0 0.5em 0;
	background: #eaeaea url(./right_box_bottom_bckgrnd.jpg) left bottom no-repeat;
}

#right div[class*="moduletable"] h2 {
	color: #333;
	padding: 0.7em 0.7em 0 0.7em;
	margin: 0 0 0.2em 0;
	font-size: 1.4em;
	border-top: 1px solid #fff;
}

#right div[class*="moduletable"] p {
	color: #333;
	padding: 0 0.8em;
	margin: 0 0 0.8em 0;
	font-size: 1.2em;
	line-height: 1.3em;
}
#right div[class*="moduletable"] .oablau {
	color: #0173b9;
	font-size: 1.1em;
	font-weight: bold;
}

/* Box für das HSB Stützpunkt Logo */
#right div.moduletable_stuetzpunkt {
	margin: 5px 0 -5px 0;
}

#right div.moduletable_stuetzpunkt,
#right div.moduletable_stuetzpunkt h2 {
	background-image: none;
	background-color: #fff;
}

/* news-box */
#right div.moduletable_news {
	font-size: 1.0em;
}

#right div.moduletable_news h2 {
	padding: 0.4em 0.7em 0 0.7em;
	margin: 0;
}

#right div.moduletable_news ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#right div.moduletable_news ul li {
	margin: 0;
	padding: 0;
}

#right div.moduletable_news ul a{
	text-decoration: none;
	display: block;
	padding: 0 0 0.1em 0em;
	margin: 0 0 -0.3em 0;
}

#right div.moduletable_news ul a:hover {
	text-decoration: none;
	background: #fff101;
	color: #000;
}
#right div.moduletable_news ul a p {
	color: #0173b9;
	font-size: 1.2em;
}

#right div.moduletable_news ul a:hover p {
	color: #165581;
}

/* Menü erste Ebene */
#right div.moduletable_menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0.5em 0 0 0;
	width: 100%;
}
#right div.moduletable_menu ul li {
	text-align: left;
	padding: 0;
}

#right div.moduletable_menu a {
	font-size: 1.3em;
	color: #000;
	text-decoration: none;
	display: block;
	padding: 0.3em 0 0.3em 1.0em;
	border-top: 1px solid #fff;
}

#right div.moduletable_menu a:hover {
	color: #000;
	font-weight: normal;
	background: #fff101;
	padding: 0.3em 0 0.3em 1.0em;
	border-top: 1px solid #fff;
}

#right div.moduletable_menu li#current a#active_menu:hover {
	font-weight: bold;
}

#right div.moduletable_menu li > a#active_menu,
#right div.moduletable_menu li.parent.active > a {
	color: #000;
	background: #fff101;
	padding: 0.3em 0 0.3em 1.0em;
	border-top: 1px solid #fff;
}

/* Menü zweite Ebene */
#right div.moduletable_menu ul li ul {
	margin: -0.7em 0 0.3em 0em;
}

#right div.moduletable_menu ul li ul li {
	border: 0;
}
/* Menüpunkte zweite Ebene */
#right div.moduletable_menu ul li ul li + li {
	margin: -0.3em 0 -0.3em 0;
}

#right div.moduletable_menu ul li ul li a,
#right div.moduletable_menu ul li ul li a:hover {
	display: block;
	padding-left: 2.3em;
	font-size: 1.2em;
	border-top: 0;
}

#right div.moduletable_menu ul li ul li a:hover {
	background: #fff101;
}	

#right div.moduletable_menu ul li ul li a:hover span {
 	font-weight: normal;
}

#right div.moduletable_menu ul li ul li > a#active_menu {
	display: block;
	padding-left: 2.3em;
	background: #fff101;
	text-decoration: none;
	border-top: 0;
}

#right div.moduletable_menu ul li ul li > a#active_menu span {
	font-weight: bold;
}

/* ------------------------------------------ footer  -------------------------------------- */
#footer {
	font-size: 1.0em;
	height: 3.0em;
	width: 88em;
	margin: 0 auto 2em auto;
    padding: 0;
	background: #fff url(./footer_bckgrnd.jpg) 0 0 repeat-x;
	border: .5em solid #fff;
	border-top: 0;
}

#footer .moduletable {
	margin: 0;
	padding: 0;
	text-align: right;
}

#footer ul {
	float: left;
	width: 83em;
	margin: 0.9em auto 0 auto;
	list-style: none;
}

#footer ul li {
	display: inline;
	padding: 0 0.3em;
}

#footer ul li:before{content:"·"; color: #333; padding-right: 0.5em;}

#footer ul li:first-child {
	border-left: 0;	
}

#footer ul li:first-child:before{content:""}

#footer a {
	color: #333;
	text-decoration: none;
	font-weight: normal;
	font-size: 1.1em;
}

#footer a:hover {
	color: #fff;
}

#footer p {
	font-size: 1.2em;
	color: #333;
	text-align: center;
}

#footer div.moduletable_hsb_logoleiste img {
	margin: 25px 0 20px -5px;
}

/* --------------------------------------- joomla kern ------------------------------------ */
div.back_button a {
	text-decoration: none;
}

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

.chronoform {
	display: none;
}

/* Separator zwischen einzelnen Texten in der blog ansicht */
.leading_separator, span.row_separator, .article_separator {
	display: block;
	clear: left;
	margin: 0;
	padding: 0;
}

.article_separator {
	border-bottom: 1px solid #eaeaea;
	padding-top: 1.0em;
	margin-top: 1.0em;
}

/* blog-Ansicht, einzelne Beitraege direkt untereinander */
.blog {
	float: left;
}

/* System Messages */
#system-message {
	margin: 10px 0 20px 0;
	padding: 0 !important;
	background: #fff;
	border: 0;
	font-size: 1.0em;
}

#system-message ul li {
	margin-right: 30px;
}

#system-message dt {
	font-weight: normal;
}

#system-message dd {
	margin: 0;
	font-weight: bold;
	text-indent: 0px;
	background:#fff;
	padding: 0;
}

#system-message dd ul {
	color: #fff;
	margin-bottom: 10px;
	list-style: none;
	padding: 0px;
	border-top:	3px solid #ab3859;
	border-bottom: 3px solid #ab3859;
}

/* System Standard Messages */
#system-message dt.message {
	display: none;
}

#system-message dd.message {

}

#system-message dd.message ul {
	background: #ca7ca9;
}

/* System Error Messages */
#system-message dt.error {
	color: #cf3738;
	font-size: 1.4em;
	font-weight: bold;
}

#system-message dd.error {
	font-weight: normal;
}

#system-message dd.error ul {
	display: block;
	color: #cf3738;
	padding: 20px 30px 20px 45px;
	background: #ffd5d5 url(../../../components/com_chronocontact/css/images/alert.png) 5% 50% no-repeat;
	border-top: 1px solid #ffacad;
	border-bottom: 1px solid #ffacad;
	margin: 20px;
}

/* System Notice Messages */
#system-message dt.notice {
	display: none;
}
#system-message dd.notice {

}

#system-message dd.notice ul {
	color: #cf3738;
	background: #ffd5d5;
	border-top: 1px solid #ffacad;
	border-bottom: 1px solid #ffacad;
}

#system-message dl {
	font-size: 1.2em;
}

/* Formulare */
form.limit {
}

form.login {
	background: #fff;
	color: #333;
	font-size: 0.9em;
	margin: 5px 0 20px;
	padding: 10px 10px 20px 15px;
	text-align:left;
}

form.login_form .inputbox:focus {
	border: 1px solid #000;
	background: #eaeaea;
}

form.login_form p {
	clear: both;
	border: solid 0 #000;
	font-size: 1em;
}

form.login_form .button,
form.logout_form .button,
#editor form.user button.button  {
	background: #0173b9 url(./pfeil.gif) no-repeat;
	clear: left;
	color: #fff;
	display: block;
	font-weight: bold;
	margin: 10px 0 10px !important;
	padding: 0 0 0 30px !important;
	cursor: pointer;
	border: 0;
	width: 255px;
}

form.login_form fieldset {
	border: 0;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;
}

#editor form.user div.user_name span{
	font-size: 1.2em;
}

form.login_form input,
#editor form.user input {
	background: #fff;
	border: 1px solid #0173b9;
	color: #000;
	padding: 2px 2px 0;
	width: 250px;
}

form.login_form input.checkbox {
	background: none;
	border: 0;
	float: left;
	margin: 11px 0 0;
	padding: 5px;
	width: 20px;
}

form.login_form div.remember label {
	float: left;
	width: 150px;
	font-size: 1.2em;
}

form.login_form div.remember input#rem  {
	float: left;
	width: 30px;
	position: relative;
	top: 6px;
}

form.login_form label,
#editor form.user label {
	color:#000;
	display:block;
	font-weight:bold;
	margin:5px 0 0;
	padding:2px 2px 0;
}

form.login_form label.remember {
	float:left;
	margin:5px 0 20px;
	padding:5px 0 0;
	width:11em;
}

form.login_form p {
	
}

form.login_form p a {
	
}

form.login_form p a:hover,form.login_form p a:active,form.login_form p a:focus {
	color:#000;
	text-decoration:none;
}

form.lost_password .button,.login_form .button {
	background:url(./pfeil.gif) #000 no-repeat;
	border:0;
	color:#fff;
	font-weight:bold;
	margin:0;
	padding:0 0 0 30px;
	cursor:pointer;
}