/* Blue Style 001 */
/* Copyright 2007 Casey Lee for Joomlashack.com */


/* main background color, header background, and default text color, page_bg.gif entfernt */
body#page_bg {
	background: url(../images/bg_mountain.jpg) no-repeat center top;
	background-color: #f4f4f4;
	color: #363636;
}


/* default font */
html, body, form, fieldset {
	font: 9pt/150% Arial, Helvetica, Geneva, sans-serif;
}


/*Top Nav Link Color*/

#header-top li a {
	color: #434343;
        font-weight: bold;
}
#header-top li a:hover {
	color: #fff;
}


/*Header (TEXT) 	letter-spacing: -3px;*/
#header-text h1, #header-text h1 a {
	color: #f7f7f7;
	font: normal 45px/45px Arial, Helvetica, Geneva, sans-serif;

}
/*Header (GRAPHIC) */
/*Adjust the height below - Proceed with caution or use "text" based logo from config*/
/*Notes: If your logo extends the default size (67px) the page.png must be re-exported as well */
/*It is recommended to use the Fireworks source */

/* Grafik ist hier ein transparentes GIF um die Höhe zu definieren*/
#header-graphic {
	background: url(../images/header_logo_transparent.gif) no-repeat left top;
	height: 67px;
}

/* Defines the clickable hotspot area of the logo */
/* You can temporarily uncomment the red border to see your zone */
#header-graphic h1 a {
	height: 58px;
	width: 358px;
	/*border: 1px solid red;*/
	cursor: pointer;
}


/* Headings Typography */

h1 {
	font-size: 28px;
	color: #333;
}

h2 {
	font-size: 24px;
	color: #797f83;
}

h3 {
	font-size: 20px;
	color: #3d3d3d;
}

h4 {
	font-size: 16px;
	color: #3d3d3d;
}
/* Default Link Styles */
a {
	color: #5E6F75;
	text-decoration: underline;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

/* Because serifs don't look all that great. Remove this if you change to a sans-serif font 

b, strong {
	font: bold .95em Arial, Helvetica, Geneva, sans-serif;
} */


/* Left and Right Column Typography */

#leftcol h1, #rightcol h1 {
	font-size: 18px;
	line-height: 125%;
}

#leftcol h2, #rightcol h2 {
	font-size: 16px;
	line-height: 125%;
}
#leftcol h4, #rightcol h4 {
	font-size: 14px;
	line-height: 125%;
}

#leftcol .inside,
#rightcol .inside {
	font-size: 10pt;
	line-height: 135%;
}

#leftcol a.contentpagetitle,
#rightcol a.contentpagetitle,
#rightcol td.contentheading,
#leftcol td.contentheading {
	font-size: 10pt;
	line-height: 10pt;
}
/* Bottom stroke, border-bottom: 5px solid #629BCC; entfernt */
table#main {
	
}

/* Teaser Background 

#teaser-wrapper {
	background: url(../images/teaser_bg.png) repeat-x center top;
	background-color:#E0E7EB;
}*/
/* Secondary (inner) Teaser Background 
#teaser {
	background: url(../images/teaser.jpg) repeat-x center top;
}*/
/* Teaser (icon position) Typography */

#teaser h3 {
	color: #3d3d3d;
	font-size: 28px;
	line-height: 32px;
}
#teaser p {
	color: #3d3d3d;
	font-size: 18px;
	line-height: 20px;
}
#teaser a {
}
/* @group Module Headings */

/* Style 1 - S1/Default letter-spacing: 1px;*/

div.moduletable h3, div.moduletableS1 h3 {
        text-transform: uppercase;
        font-size: 13px;
	background: #3d3d3d url(../images/moduleheading1.gif) no-repeat left bottom;
	color: #fff;
        line-height: 165%; 
	word-spacing: .25em;
        height: 21px;
	
}

/* Style 2 - S2 */

div.moduletableS2 h3 {
	text-transform: uppercase;
	font-size: 13px;
	background: #558a97 url(../images/moduleheading2.png) no-repeat left bottom;
	color: #fff;
	line-height: 165%;
	word-spacing: .25em;
}
/* Style 3 - S3 */

div.moduletableS3 h3 {
	text-transform: uppercase;
	font-size: 13px;
	background: #ccc url(../images/moduleheading3.png) no-repeat left bottom;
	color: #333;
	line-height: 165%;
	word-spacing: .25em;
}
/* Style 4 - S4 */

div.moduletableS4 h3 {
	text-transform: uppercase;
	font-size: 13px;
	background: #c0ccd3 url(../images/moduleheading4.png) no-repeat left bottom;
	color: #333;
	line-height: 165%;
	word-spacing: .25em;
}

/* Style 5 - S5 */

div.moduletableS5 h3 {
	text-transform: uppercase;
	font-size: 13px;
	background: #558a97 url(../images/moduleheading5.png) no-repeat left bottom;
	color: #fff;
	line-height: 165%;
	word-spacing: .25em;
}

/* Style 6 -bdr */


div.moduletable-bdr {
	background: #f4f4f4;
	border: 1px solid #ccc;
}

/* Style 7 -nopad */

div.moduletable-nopad h3 {
	text-transform: uppercase;
	font-size: 13px;
	color: #333;
	line-height: 165%;
}

/*Footer*/

#footer {
	color: #ccc;
	background: url(../images/footer_balken.gif) no-repeat center bottom;
        height: 13px;
}
#footer a {
	color: #9ca2aa;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
}
#footer a, #footer p, #footer div, #footer a {
}
#footer .moduletable h3 {
	font-family: Arial, Helvetica, Geneva, sans-serif;
}
/* @end */

/*Author Text*/
span.small,.createdate {
	font: normal 8pt/8pt Arial, Helvetica, Geneva, sans-serif;
	color: #666;
}

/* Innenabstände des Erstellungsdatums */
table tr td.createdate {
        padding: 4px 4px 4px 4px;
}

/*Last Updated Text*/
.modifydate {
	font: normal 8pt/8pt Arial, Helvetica, Geneva, sans-serif;
	color: #666;
}
/* Content Headings */

a.contentpagetitle {
	text-decoration: none;
	color: #629bcc;
}

a.contentpagetitle:hover {
	color: #0160b1;
	text-decoration: none;
}

/* Textfarbe der Beitragstitel von #3d3d3d geändert */ 
td.contentheading {
	color: #629bcc;
}

.contentheading {
	color: #3d3d3d;
	font: bold 10pt Arial, Helvetica, Geneva, sans-serif;

}

.componentheading {
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #333;
}
/*Read more... Textfarbe von #747a7e geändert und bold entfernt */
a.readon {
	font:8pt/20px Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	color: #629bcc;
        padding-left: 2px;
}

a.readon:hover {
        font-weight: bold;
	color: #0160b1;
	text-decoration:none;
}
/*Buttons*/

input.button {
	border: 1px outset #666;
	background: #3d3d3d;
	color: #fff;
	font: bold 10pt Arial, Helvetica, Geneva, sans-serif;
}
/* Category Tables */

td.sectiontableheader {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #797f83;
	font-weight: bold;
}

td tr.sectiontableentry1 td,
td.sectiontableentry1 {
	background: #fefefe;
	border-bottom: 1px solid #f0f0f0;
}

td tr.sectiontableentry2 td,
td.sectiontableentry2 {
	background: #f6f6f6;
	border-bottom: 1px solid #f2f2f2;
}

.sectiontableentry1 a,
.sectiontableentry2 a {
	text-decoration: none;
}

/* Formatierung Eventlist Details Anlässe */

.el_details ol{
        margin: 0px 0px 12px 0px;
}


.el_details ol li{
        margin: 0px 0px 0px 12px;
}

/* Formatierung Eventlist-Modul kommende Anlässe */

ul.eventlistmod {
        font: 8pt Arial, Helvetica, Geneva, sans-serif;
        list-style: outside;
        margin: 5px 4px 5px 20px;
}

ul.eventlistmod li{
        padding: 5px 0px 5px 0px;
}

/* Formatierung Search-Modul */

div.moduletable_search {
        margin: 5px 0px 10px 0px;
	background: #ffffff url(../images/searchfield.gif) no-repeat left bottom;
        height: 23px;
}

.inputbox_search {
        border: 0px;
        margin: 5px 0px 0px 0px;
        padding: 0px 0px 0px 30px;
        background-color: transparent;
        width: 153px;
}

/* Formatierung Wetter-Modul */

/* a.wettercomsmall222335, 
a.wettercomtext222335, 
.wettercomsmall222335 hr  {
        display: none;
}  */

.moduletable div .wettercomsmall222335 {
        margin: -10px 0px 0px 0px;
}

font.wettercomtext222335{
        margin: 0px 0px 0px -1px;
        font-weight: normal;
}

.wettercomtext222335 strong {
        font-weight: normal;
}

font.wettercomheadline222335 strong {
        font-weight: bold;
}