/*****************************************************************************/
/* IMPORT STUFF                                                              */
/*****************************************************************************/
@import "template_colors.css";

/*****************************************************************************/
/* CORE HTML STUFF                                                           */
/*****************************************************************************/
a:link,
a:visited {
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	font-weight: normal;
	text-decoration: underline;
}

body {
	font-size: 12px;
	height: 100%;
	margin: 0px;
	padding: 10px;
}

form {
  margin: 0px;
  padding: 0px;
}

html {
  height: 100%;
  margin-bottom: 1px;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
}

div,
p,
table,
td,
th {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
}

/*****************************************************************************/
/* MAIN LAYOUT AREAS                                                         */
/*****************************************************************************/
div#wrapper {
	margin: 0px auto;
	width: 830px;
}

div#header_right {
	height: 124px;
}

div#topbar {
	margin: 20px auto 10px auto;
	text-align: right;
	width: 800px;
}

div#topbar_right {
	height: 32px;
	padding: 7px 15px 0px 0px;
}

div#columns {
}

table#main_content {
	width: 795px;
}

table#main_content td#column_left {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	width: 188px;
}

table#main_content td#column_spacer {
	width: 8px;
}

table#main_content td#content {
	background-color: #ffffff;
	vertical-align: top;
}

table#main_content td#content_l {
	width: 24px;
}

table#main_content td#content_r {
	width: 24px;
}

table#main_content td#content_t {
	text-align: right;
	vertical-align: bottom;
	width: 617px;
}

table#main_content td#content_tl {
	width: 24px;
	height: 24px;
}

table#main_content td#content_tr {
	width: 24px;
	height: 24px;
}

div#footer {
}

div#footer_left {
}

div#footer_right {
	padding: 20px 0px 30px 0px;
}

/*****************************************************************************/
/* CUSTOM PAYTHWAY                                                           */
/*****************************************************************************/

/* Link text */
a.pathway:link,
a.pathway:visited {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

/* Link hover text */
a.pathway:hover {
	text-decoration: underline;
}

/* Standard text (no link) */
span.pathway {
	float: right;
	font-size: 11px;
	font-weight: normal;
}

/* Separator image */
span.pathway img {
	margin: 0px 2px;
}

/*****************************************************************************/
/* CUSTOMISED JOOMLA SEARCH RESULT                                           */
/*****************************************************************************/
div.search-result-wrapper {
	padding: 5px;
}

div.search-result-text {
	font-size: 12px;
}

span.search-result-nr {
	font-size: 12px;
	font-weight: bold;
}

div.search-result-date,
span.search-result-cat {
	font-size: 11px;
}

a.search-result-title:link,
a.search-result-title:visited,
a.search-result-title:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

/*****************************************************************************/
/* FOOTER                                                                    */
/*****************************************************************************/
table.moduletable-footer {
	margin: 0px auto;
}

table.moduletable-footer tr td {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

table.moduletable-footer a:link,
table.moduletable-footer a:visited {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

table.moduletable-footer a:hover {
	text-decoration: underline;
}

/*****************************************************************************/
/* SEARCH                                                                    */
/*****************************************************************************/
/*div#header_search {
	position: relative;
	left: 440px;
	top: 18px;
}*/

div#header_search input.inputbox-search {
	font-size: 11px;
}

div#header_search input.button-search {
	font-size: 11px;
	margin-left: 3px;
}

/*****************************************************************************/
/* MENU ON TOP                                                               */
/*****************************************************************************/
a.mainlevel-sections,
a.mainlevel-sections:link,
a.mainlevel-sections:visited {
	font-size: 11px;
	font-weight: bold;
	margin: 0px 4px 0px 4px;
	text-decoration: none;
}

a.mainlevel-sections:hover {
	text-decoration: underline;
}

table.moduletable-sections {
	margin-left: auto;
}

/*****************************************************************************/
/* MENU ON LEFT SIDE                                                         */
/*****************************************************************************/
ul#mainlevel-left {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 188px;
}

ul#mainlevel-left li {
	/*position: relative;*/
}

ul#mainlevel-left li a.mainlevel-left:link,
ul#mainlevel-left li a.mainlevel-left:visited {
	background: url( ../images/menu_level1.gif );
	background-position: 0 100%;
	background-repeat: no-repeat;
}

span.mainlevel-left,
ul#mainlevel-left li a.mainlevel-left:link,
ul#mainlevel-left li a.mainlevel-left:visited {
	display: block;
	font-size: 11px;
	font-weight: normal;
	line-height: 22px;
	padding-left: 24px;
	text-decoration: none;
	vertical-align: middle;
}

span.mainlevel-left {
	background: url( ../images/menu_level1_sep.gif );
	background-position: 0 100%;
	background-repeat: no-repeat;
	font-weight: bold;
	padding-left: 10px;
}

ul#mainlevel-left li a.mainlevel-left:hover {
	background: url( ../images/menu_level1_hover.gif );
	background-position: 0 100%;
	background-repeat: no-repeat;
}

ul#mainlevel-left li ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul#mainlevel-left li ul li {
	position: relative;
}

ul#mainlevel-left li a.sublevel-left:link,
ul#mainlevel-left li a.sublevel-left:visited {
	background: url( ../images/menu_level2.gif );
	background-position: 0 100%;
	background-repeat: no-repeat;
	display: block;
	font-size: 11px;
	font-weight: normal;
	line-height: 22px;
	padding-left: 37px;
	text-decoration: none;
	vertical-align: middle;
}

ul#mainlevel-left li a.sublevel-left:hover {
	background: url( ../images/menu_level2_hover.gif );
	background-position: 0 100%;
	background-repeat: no-repeat;
}

/* Fix IE. Hide from IE Mac \*/
* html ul#mainlevel-left li { float: left; height: 1%; }
* html ul#mainlevel-left li a { height: 1%; }
/* End */

/*****************************************************************************/
/* MODULES                                                                   */
/*****************************************************************************/
div.module,
div.module-astats-show,
div.module-left,
div.module-login,
div.module-poll {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	width: 188px;
}

div.module div,
div.module-astats-show div,
div.module-left div,
div.module-login div,
div.module-poll div {
	margin: 0px;
	padding: 0px;
}

div.module div div,
div.module-astats-show div div,
div.module-left div div,
div.module-login div div,
div.module-poll div div {
	margin: 0px;
	padding: 0px;
}

div.module div div div,
div.module-astats-show div div div,
div.module-left div div div,
div.module-login div div div,
div.module-poll div div div {
	margin: 0px;
	padding: 0px 0px 27px 0px;
}

div.module div div div h3,
div.module-astats-show div div div h3,
div.module-left div div div h3,
div.module-login div div div h3,
div.module-poll div div div h3 {
	font-weight: bold;
	font-size: 12px;
	line-height: 24px;
	margin: 0px;
	padding: 4px 0px 0px 10px;
	text-align: left;
	vertical-align: middle;
}

/*****************************************************************************/
/* ASTATSPRO                                                                 */
/*****************************************************************************/
table.astats-show-table {
	width: 100%;
}

td.astats-show-normal {
	font-size: 11px;
	padding: 1px 0px 1px 5px;
}

td.astats-show-title {
	font-size: 11px;
	font-weight: bold;
	padding: 1px 5px 1px 5px;
}

td.astats-show-value {
	font-size: 11px;
	padding: 1px 5px 1px 5px;
	text-align: right;
}

/*****************************************************************************/
/* BSQ SITESTATS SUMMARY                                                     */
/*****************************************************************************/
table.bsq_sss_ssscom_table {
	width: 100%;
}

td.bsq_sss_ssscom_col {
	font-size: 11px;
}

td.bsq_sss_ssscom_firstcol {
	font-size: 11px;
	padding-left: 5px;
}

td.bsq_sss_ssscom_heading_col {
	font-size: 11px;
}

/*****************************************************************************/
/* LOGIN                                                                     */
/*****************************************************************************/
div.module-login div div div table td {
	font-size: 11px;
	padding: 3px 3px 3px 6px;
}

/*****************************************************************************/
/* POLLS                                                                     */
/*****************************************************************************/
div.module-poll form {
	padding: 3px 3px 3px 6px;
}

table.poll-poll tr td div {
	margin: 0px;
	padding: 0px;
}

table.pollstableborder-poll {
	margin: 3px 0px;
}

table.pollstableborder-poll tr td {
	text-align: left;
}

/*****************************************************************************/
/* TSV CALENDAR                                                              */
/*****************************************************************************/
div.tsvcal-list-item1,
div.tsvcal-list-item2 {
	margin: 10px 0px;
}

div.tsvcal-list-title-category {
	font-size: 11px;
	font-weight: bold;
}

div.tsvcal-list-title-date {
	font-size: 11px;
	font-weight: normal;
}

div.tsvcal-list-title-event {
	font-size: 13px;
	font-weight: bold;
}

div.tsvcal-list-title-split {
	font-size: 14px;
	font-weight: bold;
}

div.tsvcal-status {
	font-size: 12px;
	font-weight: bold;
	padding: 25px 0px;
}

table.tsvcal-userselect {
}

table.tsvcal-userselect td {
	padding: 5px;
	vertical-align: top;
}

table.tsvcal-userselect td.tsvcal-userselect-label {
	font-weight: normal;
	font-style: italic;
	padding-right: 10px;
}

/*****************************************************************************/
/* JOOMLA! CONTENT TABLES                                                    */
/*****************************************************************************/
table.contentpane table {
	border-collapse: collapse;
}

table.blog {
	width: 100%;
}

/* Table that holds the actual text for an article. */
table.contentpaneopen {
	margin-bottom: 10px;
	width: 100%;
}

td.sectiontableheader {
	font-weight: bold;
	padding: 10px 5px 10px 5px;
}

tr.sectiontableentry1 td {
	padding: 4px;
}

tr.sectiontableentry2 td {
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	padding: 4px;
}

td.sectiontableentry1 {
	padding: 3px;
}

td.sectiontableentry2 {
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	padding: 3px;
}

/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/
a.contentpagetitle:link,
a.contentpagetitle:visited,
a.contentpagetitle:hover {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

/* Style for the "Read More" link that is displayed for large content items */
a.readon:link,
a.readon:visited {
	font-size: 11px;
	text-decoration: none;
}

a.readon:hover {
	text-decoration: underline;
}

/* Used e.g. with "News" -> "Meldungen" */
div.componentheading,

/* Used e.g. with "Downloads" */
div.contentheading,

/* Used e.g. with "Sitemap" */
h2.componentheading,

/* Used e.g. as news and page title */
td.contentheading {
	background: url( ../images/gradient_light.gif );
	background-position: 0 0;
	background-repeat: repeat-x;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 3px 3px 5px;
	vertical-align: bottom;
}

div.componentheading,
div.contentheading {
	margin-bottom: 5px;
}

/* For styling the date the content/articles are created under contents title */
.createdate {
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	vertical-align: top;

}

/* small text */
.small {
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}






div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

h1 {
	padding: 0;
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	color: #666;
	text-align: left;
	width: 100%;	
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

h3, table.moduletable th {
  margin: 0;
  font-weight: bold;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1.1em;
  color: #135cae;
  padding-left: 0px;
	margin-bottom: 10px;
	text-align: left;
}

.modifydate {
  height: 20px;
  vertical-align: bottom;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}


/* menu links */
a.mainlevel:link, a.mainlevel:visited {
	padding-left: 5px;
}

a.mainlevel:hover {

}

a.mainlevel#active_menu {
	font-weight: bold;
}

a.mainlevel-nav#active_menu-nav {
	color: red;
}

/* spacers */
span.article_seperator {
	display: block;
	height: 20px;
}

.article_column {
	padding-right: 5px;
}

.column_seperator {
	border-left: 1px dashed #e0e0e0;
	padding-left: 10px;
} 

td.buttonheading {
	
}

.clr {
	clear: both;
}

td.greyline {
  width: 20px;
  background: url(../images/mw_line_grey.png) 50% 0 repeat-y;
}

div#maindivider {
  border-top: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
  height: 1px;
}

table.blog span.article_seperator {
	display: block;
	height: 20px;
}

/* table of contents */
table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
}

table.contenttoc td {
  padding: 0 5px;
}




table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #ddd;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

table.contentpaneopen h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

/* module control elements */
table.user1user2 div.moduletable {
	margin-bottom: 0px;
}

div.moduletable, div.module {
  margin-bottom: 25px;
}

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

table.moduletable tr th {
	color: #000000;
	font-weight: bold;
}

div.module_menu h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #eee;
	margin: -23px -4px 5px -5px;
	padding-left: 10px;
	padding-bottom: 2px;
}

div.module_menu {
	background: url(../images/mw_box_blue_br.png) 100% 100% no-repeat;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

div.module_menu div {
	background: url(../images/mw_box_blue_bl.png) 0 100% no-repeat;
}

div.module_menu div div {
	background: url(../images/mw_box_blue_tr.png) 100% 0 no-repeat;
}

div.module_menu div div div {
	background: url(../images/mw_box_blue_tl.png) 0 0 no-repeat;
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 15px;
	width: auto;
}

div.module_menu div div div div {
	background: none;
	padding: 0;
}

div.module_menu ul {
	margin: 10px 0;
	padding-left: 20px;
}

div.module_menu ul li a:link, div.module_menu ul li a:visited {
	font-weight: bold;
}

#leftcolumn div.module {
	padding: 0 10px;
}

#leftcolumn div.module table {
	width: auto;
}

/* forms */
table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

div.search input {
	width: 145px;
	border: 1px solid #ccc;
	margin: 15px 0 10px 0;
}

/* thumbnails */
div.mosimage {
  margin: 5px;
}

div.mosimage_caption {
  font-size: .90em;
  color: #666;
}


/* Parameter Table */
table.paramlist {
	margin-top: 5px;
}

table.paramlist td.paramlist_key {
	width: 128px;
	text-align: left;
	height: 30px;
}

table.paramlist td.paramlist_value {
}

div.message {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 14px;
	color : #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}


