@charset "utf-8"; /* [#CONVERT-2-UTF8] */


/* Main Sections 
------------------------------------------------------------------------- */
html {
	font-family: Verdana, 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif;
	font-size: 100.01%; /* set to end size in body */
	padding: 0px; 
	margin: 0px;
}
body {
	font-size: 0.68em; /* 11px */
	/* line-height moved to conten_wrapper to avoid space at bottom of page in IE */
	
	padding: 0px; 
	margin: 0px;

	color: #000;
	text-align: center; /* centering content */
	/* providing background deco */
	background: #f5f5f5 url(images/bg_body.gif) repeat center 0; /* was #747474 */
}
div, p, img, a, td, ul, ol {
    font-size: 1em; 
}

ol {
    margin-left: 1em;
    padding-left: 1em;
}
ol li {
    margin-left: 1em;
    padding: 0 0 .5em.3em;
    list-style: decimal;
}
h1, h2, h3, h4 {
	font-family: verdana, helvetica, arial, sans-serif;
	font-weight: normal;
	margin: .5em 0;
	letter-spacing: 1px;
	padding-bottom: 12px;
}
h1 { font-size: 218% }
h2 { font-size: 164%; }
h3 { font-size: 1.8em; font-weight: 400; }
h4 { 
	font-size: 118%; 
	line-height: 1.3em;
	letter-spacing: 1px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 2px;
	color: #666;
	font-weight: normal;
}

p { margin: 0; padding: 0 0 1em; }

a, a:link, a:visited { 
    text-decoration: none;
    color: #3d64a4;
    /*border-bottom: 1px dotted #69c;*/ 
}
a:hover { color: #88e; }
a:active { color: #c33; }


a img, img {
    border: none;
}

/*ul {
    list-style: none;
    margin: 0 0 20px 1em;
}
li {
    list-style: none;
    padding-left: 1em;
    padding-bottom: 3px;
}*/


.clear, .cb {
    clear: both;
    height: 1px;
    margin: -1px 0 0;
    font-size: 1px;
}
/* self-clear floats */
.group:after {
	content: " "; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }


#page {
    width: 948px;
    margin: 0 auto;
    margin-bottom: 0;
    text-align: left;
    position: relative;
}
#content_wrapper {
	position: relative;
    float: left;
    text-align: left;
    width: 582px;
    margin: 0;
    margin-left: 3px;
    padding: 0;
    background-color: #fff;
    z-index: 100;
    min-height: 400px;
    display: inline; /* IE6 double margin bug */
    line-height: 1.6em; /* moved here from body to avoid space added in IE */
}
#content {
    padding: 44px 32px 56px 12px;
    background-color: #fff;
    min-height: 400px;
}
#content ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#content ul li {
	padding: 2px;
	padding-left: 14px;
	margin: 0;
	margin-left: 2px;
	background: transparent url(images/list_dot.gif) no-repeat 0 5px;
}
#back_link {
	text-align: right;
	padding: 4px;
	padding-left: 0;
	padding-right: 0;
	margin-top: 36px;
	border-top: 1px dotted #ccc;
	letter-spacing: 1px;
}
#back_link a {
	display: block;
	padding-left: 19px;
	letter-spacing: 1px;
	font-size: 1em;
	background: transparent url(images/Arrow_Left_16x16_inactive.png) no-repeat left 0;
}
#back_link a:hover {
	background: transparent url(images/Arrow_Left_16x16.png) no-repeat left 0;
}

/* Special text formatting 
------------------------------------------------------------------------------- */
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
	text-decoration: none;
}
h2 a:hover, h3 a:hover {
	color: #06c;
	border-bottom: 1px dotted #06c;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h4.date-header {
    margin-top: 0;
    padding-left: 14px;
    font-size: 90%;
    color: #f93;
    background: url(images/date_icon.gif) no-repeat 0 50%;
}

blockquote {
    margin: 0 0 0 30px;
    padding: 10px 0 0 20px;
    font-size: 88%;
    line-height: 1.5em;
    color: #666;
    background: url(images/quotes.gif) no-repeat top left;
}

blockquote p { margin-top: 0; }

blockquote cite {
	margin: 5px 0 0;
	display: block;
}
code {
	font: 1em/2.5em 'Courier New', Courier, monospace;
	color: #444;
	white-space: pre; 
    width: 350px;
    height: auto;
	overflow: auto;
    display: block;
    border: 1px solid #999;
    border-width: 2px 0;
    padding: 1em;
    margin: 0 0 1em 0;
    background-color: #fafafa;
}
li code { width: 330px }

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
	/*cursor: help;*/
	border-bottom: 1px dotted #3f3f3f;
}

.center { text-align: center;}
.alignright { float: right; }
.alignleft { float: left; }

hr { display: none; }


.error, .message {
    padding: 12px;
    background-color: red;
    color: #fff;
}
.message {
    background-color: green;
}
div.errors {
	color: #e00;
	border: 1px dotted #f33;
	border-bottom: 2px solid #fbb;
	padding: 6px;
	padding-bottom: 8px;
	width: 86%;
	margin: auto;
	font-size: 0.92em;
	background-color: #fdd;
}
.box_spacer {
	height: 6px;
}
/* @group Header 
------------------------------------------------------------------------- */

#header { 
    /*background: #e0e0e0 url(images/top_div.gif) no-repeat top left;*/
    position: relative;
    height: 95px;
    /*margin-left: 192px;*/
}
#header img#logo { 
	float: left;
	margin-top: 6px;
	border: 0px solid red;
}
#header #flashcontent { 
	position: absolute;
	top: 0;
	right: 0;
	width: 768px;
	border: 0px solid red;
}
#header #flashcontent div { 
	margin-top: 6px;
	margin-left: 3px;
	height: 86px;
}
#header h1 {
    margin: 0;
    padding: 45px 60px 45px 75px;
    color: #fff;
    /*text-shadow: #81A75B 2px 2px 2px;
    background: url(images/top_h1.gif) no-repeat bottom left;*/
}
#header h1 a {
    text-decoration: none;
    border-bottom: none;
    color: #fff;
}
#header h1 a:hover { 
    color: #eee; 
    /*text-shadow: #fff 0 0 4px;*/
}
/* @end */


/* @group Main Navigation
---------------------------------------- */
div#nav_main {
	border: 0px solid red;
	width: 180px;
	z-index: 100; 
	float: left;
}
div#nav_main ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#nav_main ul li {
	padding: 0;
	margin: 0;
	margin-bottom: 1px;
	line-height: 1.3em;
	letter-spacing: 0px;
	border: 1px solid #f8f8f8;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}
div#nav_main ul li#nav16 {
	margin-bottom: 3px;
}
div#nav_main ul li a {
	display: block;
	padding: 12px;
	padding-top: 12px;
	padding-bottom: 8px;
	text-align: right;
	margin: 0;
	background-color: #f8f8f8;
	letter-spacing: 1px;
}
div#nav_main ul li a:hover {
	background-color: #fff;
}
div#nav_main ul li.active {
	/*font-weight: 700;*/
}
div#nav_main ul li.active a {
	background-color: #fff;
	color: #ec7406;
}
div#nav_main ul li:first-child a {
	background-image: none;
}
/* @end */

div#stretcher_left {
	border: 0px solid red; 
	position: absolute; 
	width: 180px; 
	bottom: 0px; 
	left: 0px; 
	z-index: 1; 
	background-color: #f8f8f8;
}
#stretcher_right {
	border: 0px solid red;  
	width: 180px;  
	z-index: 1; 
	background-color: #f8f8f8;
	bottom: 0;
}

/* @group News */
div.news_more {
	width: 100%;
	position: relative;
}
div.news_more a {
	display: block;
	padding-right: 19px;
	letter-spacing: 1px;
	font-size: 0.91em;
	background: transparent url(images/Arrow_Right_16x16_inactive.png) no-repeat right 0;
}
div.news_more a span {
	color: #ec7406;
}
div.news_more a:hover {
	background: transparent url(images/Arrow_Right_16x16.png) no-repeat right 0;
}
/* @end */


/* @group News */
div.download_file {
	width: 100%;
	position: relative;
}
div.download_file a {
	display: block;
	padding-right: 19px;
	letter-spacing: 1px;
	font-size: 0.91em;
	background: transparent url(images/Arrow_Down_16x16_inactive.png) no-repeat right 1px;
}
div.download_file a span {
	color: #ec7406;
}
div.download_file a:hover {
	background: transparent url(images/Arrow_Down_16x16.png) no-repeat right 1px;
}
/* @end */


/* Search Form 
------------------------------------------------------------------------------- */
#search {
    position: absolute;
    right: 60px;
    top: 40px;
    padding: 15px 15px 0;
}
form.FSF_form {
    margin: 0;
    padding: 0;
    width: auto;
    text-align: right !important;
}

input.FSF_input { 
    display: inline;
    height: 17px;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background: #fff url(images/input-bg.gif) repeat-x top left;
    margin: -1px 3px 0;
    padding: 3px 0 0;
}
input.FSF_submit { 
    display: inline;
    margin: -1px 0 0;
    padding: 0;
    height: 22px;
    line-height: 22px;
}


/* Post (main content entries)
------------------------------------------------------------------------- */
.post {
    margin: 0 0 1.5em 0;
    padding: 0 0 1.5em 14px;
    /*border-bottom: 1px solid #ddd;*/
}

.post h3 {
    margin-top: 0;
    color: #ec7406;
}
.post ul li {
	/*background: url(images/tictac_orange.gif) no-repeat 0 6px;
	margin-left: 0em;*/
}



/* Related Links 
------------------------------------------------------------------------- */
#navlist li { 
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}


/* @group UserComments 
------------------------------------------------------------------------- */                        
.comment {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding: 10px;
    overflow: hidden;
}
.commentAlt {
    background-color: #f4f4f4;
}
.commentAuthor {
    background-color: #ffc;    
}
.commentMe {
    background-color: #ccf !important;
    padding-top: 5px;
}
.commentNum {
    font-family: Arial, sans-serif;
    font-size: 50px;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    color: #f2f2f2;
    font-weight: bold;
    letter-spacing: -4px;
    z-index: 1;
}
.commentAlt .commentNum {
    color: #eaeaea;
}
.commentMe .commentNum {
    color: #b0b0ff;
}
.commentAuthor .commentNum {
    color: #f3f3bb;
}
.commentTitle {
    position: relative;
    z-index: 10;
    color: #999;
}
.commentTitle span {
    text-transform: uppercase;
    font-size: 86%;
}
.commentTitle strong {
    color: #693;
    font-size: 110%;
    text-transform: none;
    font-weight: normal;
    margin-right: 6px;
}
.comment .content {
    position: relative;
    z-index: 10;
}
/* @end */


/* @group Sidebar 
------------------------------------------------------------------------- */

#sidebar_wrapper {
    margin: 0;    
    line-height: 1.3em;
    color: #999;
    padding: 0;
    border: 0px solid red;
    width: 180px;
    float: right;
}
/* when margins are used on element that is slided in/out
these margins are removed by mootols js - tried not to use
any margins, but paddings instead */
#sidebar ul { 
	list-style: none; 
	margin: 0; 
	padding: 0;
	padding-bottom: 2px;
	width: 100%;
}
#sidebar ul li { 
	margin: 0;
	margin-top: 0;
	margin-bottom: 1px;
	padding: 0;
	padding-top: 0;
	background-color: #f8f8f8;
}
#sidebar ul li a {
	display: block;
	padding-left: 12px;
	padding-right: 8px;
	padding-top: 9px;
	padding-bottom: 7px;
	letter-spacing: 0px;
	margin: 0;
}
#sidebar ul li a:hover {
	background-color: #fff;
}
#sidebar ul ul {
	padding-bottom: 0;
	padding-top: 0;
	margin: 0;
}
#sidebar ul ul li { 
	padding-bottom: 0;
	padding-top: 0;
	padding-left: 6px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	background-color: #fff;
	margin-bottom: 0;
}
#sidebar ul li.active ul { /* only first sub level with added padding at bottom */
	padding-bottom: 3px;
	background-color: #fff;
}
#sidebar ul li.active ul li ul {
	padding-bottom: 0;
}
#sidebar ul li ul li a { 
	padding-top: 0;
	padding-bottom: 7px;
	color: #3d74b4;
}
#sidebar ul li.active a {
	color: #ec7406;
	background-color: #fff;
}
#sidebar ul li.active ul li a {
	color: #3d74b4;
}
#sidebar ul li.active ul li a:hover {
	color: #88e;
}
#sidebar ul li.active ul li.active ul li a {
	color: #3d74b4;
}
#sidebar ul li.active ul li.active ul li a:hover {
	color: #88e;
}
#sidebar ul li.active ul li.active a {
	color: #ec7406;
}
#sidebar ul li.active ul li.active ul li.active a {
	color: #ec7406;
}
#sidebar_address {
	background-color: #fff;
	padding: 12px;
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 0.91em;
	line-height: 1.6em;
	letter-spacing: 1px;
}
#sidebar_events {
	background-color: #f8f8f8;
	padding: 12px;
	padding-bottom: 6px;
	font-size: 0.91em;
	line-height: 1.6em;
	letter-spacing: 1px;
}
#sidebar_events div.event_sidebar {
	border: 0px solid red;
	margin-bottom: 6px;
	line-height: 1.5em;
}
#sidebar_events div.event_sidebar a {
	display: block;
}
#sidebar_events_goto {
	background: transparent url(images/btn_all_events_sidebar_bg.gif) 0 0;
	margin-bottom: 3px;
}
#sidebar_events_goto a {
	letter-spacing: 0;
}
/* @end */


/* @group Footer 
------------------------------------------------------------------------- */
#footer {
    margin: 0px;
    padding: 0;
    color: #999;
    width: 582px;
    font-size: 0.86em;
    line-height: 1.4em;
    letter-spacing: 1px;
	margin-left: 183px;
	margin-top: 3px;
    z-index: 1;
    float: left;
    display: inline;
}
#footer p {
	text-align: center;
	margin: 0;
    padding: 10px 24px 10px 12px;
    background-color: #f8f8f8;
    /*background: url(images/bottom_sash.gif) no-repeat top left;*/
}
#footer a { 
	border-bottom: none; 
	color: #ccc;
}
/* @end */


/* Special handling for images & alignment 
------------------------------------------------------------------------------- */

p img {
	padding: 0;
	/*max-width: 100%;*/
}

img.centered {
	display: block;
	margin: 0 auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

/* Fixes for RichText widgets
------------------------------------------------------------------------------- */
.MODX_RichTextWidget {
	float: left;
}

.MODX_RichTextWidget a {
	border: 0px;
}

/* @group MaxiGallery */
#content div.thumbscontainer {
	border: 0px solid red;
}
#content ul.thumbs {
	margin: 0;
	margin-left: 2px;
	padding: 0;
	border: 0px solid red;
	width: 532px;
}
#content ul.thumbs li {
	float: left;
	text-align: center;
	vertical-align: middle;
	border: 0px solid #ccc;
	margin: 0;
	margin-left: 17px;
	margin-bottom: 17px;
	padding: 0;
	background: #fff url(images/bg_body.gif) repeat 0 0;
}
#content ul.thumbs li:first-child {
	margin-left: 0;
}
#content div.thumbscontainer ul.thumbs li a {
	display: block;
	width: 118px;
	height: 118px;
}
#content div.thumbscontainer ul.thumbs li a img {
	display: none;
}
#content div.thumbscontainer ul.thumbs li:hover {
	background-color: #efefef;
}
#content div.childscontainer ul.thumbs li a {
	display: block;
	width: 118px;
	height: 118px;
}
#content div.childscontainer ul.thumbs li a img {
	display: none;
}
#content div.childscontainer ul.thumbs li:hover {
	background-color: #efefef;
}
#content div.childscontainer ul.thumbs li p {
	background-color: #fff;
	display: block;
	width: 118px;
	font-size: 0.86em;
	line-height: 1.3em;
	padding-top: 4px;
}
/* @end */


/* @group Guestbook */
.guestbook_top {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 4px;
	margin-bottom: 5px;
}
.guestbook_big {
	letter-spacing: 1px;
}
.guestbook_small {
	color: #666;
}
.guestbook_contact {
	float: right;	
}
/* @end */

/* @group AjaxSearch */
#ajaxSearch_form {
	color: #444;
	width: auto;
	background-color: #fff;
	padding: 12px;
	position: relative;
	height: 20px;
	margin: 0;
}
#ajaxSearch_form fieldset {
	border: 0px solid red;
	height: 20px;
}
#ajaxSearch_form label {		
	display: inline;		
	width: 50px;	
	height: 4px;
}
#ajaxSearch_input {
	border: 1px solid #ddd;
	/*background: #fff url(images/input-bg.gif) repeat-x top left;*/
	margin: 0 0 0 0;
	padding: 0px 0 0 2px;
	color: #999;
	width: 122px;
	height: 18px;
	position: absolute;
	top: 12px;
	left: 12px;
	letter-spacing: 1px;
	font-weight: 400;
}
#ajaxSearch_submit {
	width: 24px;
	border: 1px solid #bbb;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	color: #3d74b4;
	background-color: #efefef;
	padding: 0;
	height: 20px;
	margin: 0;
	font-weight: 700;
	letter-spacing: 1px;
	position: absolute;
	top: 12px;
	right: 12px;
}
#current-search-results {
	padding: 10px;
	background: #fff;
}
#ajaxSearch_output {
	display: block;
	height: auto;
	min-height: 0;
	vertical-align: top;
	font-size: 0.91em;
	margin: 0;
	margin-bottom: 3px;
}
.ajaxSearch_paging {
    
}
.AS_ajax_result {
	color: #444;
	margin-bottom: 3px;
}
.AS_ajax_resultLink {
	text-decoration: underline;
}
.AS_ajax_resultDescription{
	color: #555;
}
.AS_ajax_more {
	color: #555;
}
#indicator {
	border: 0px solid red;
	position: absolute;
	top: 14px;
	left: 120px;
}
#searchClose {
	border: 0px solid red;
	position: absolute;
	top: 54px;
	right: 5px;
}
/* @end */

/* @group Contact */
form#form_site div.required_note {
	border-top: 1px dotted #b2b2b2;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 8px;
}
form#form_site div.required_fill_in {
	text-align: left;
	padding: 8px;
	color: #f33;
	border: 1px dotted red;
	background-color: #fee;
}
form#form_site em {
	font-weight: 700;
	color: #f66;
}

form#form_site {
	margin: auto;
	margin-top: 24px;
	padding: 0;
	text-align: center; /* submit-btn centered */
	width: 523px;
}
	
form#form_site {
	background-color: #fff;
	border: none;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	text-align: left; /* form fields/text left-aligned */
}
form#form_site fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
form#form_site legend {
	color: #999;
	font-size: 0.92em;
	font-weight: bold;
	padding: 0 2px;
}
	
form#form_site label {
	display: inline-block;
	vertical-align: top;
	width: 180px;
	padding-top: 2px;
	font-weight: 400;
}
form#form_site li.form_remarks label {
	width: 320px;
}
form#form_site ol {
	margin: 0;
	padding: 0;
}
	
form#form_site ol li {
	background-color: #f5f5f5;
	border-top: 1px dotted #b2b2b2;
	list-style: none;
	margin: 0;
	padding: 5px;
	padding: 6px 14px 6px;
}
form#form_site ol li.form_title {
	text-align: center;
	background-color: #fff;
}
form#form_site ol li.form_required input, form#form_site ol li.form_required select {
	background-color: #ffe;
}
form#form_site ol li.form_required label {
	font-weight: 700;
}
form#form_site ol li.form_picture {
	border-left: 6px solid #ccf;
	border-right: 6px solid #ccf;
	padding-left: 6px;
}
	
form#form_site ol li input,
form#form_site ol li textarea { /* breite textfelder */
	font-family: "Lucida Grande", Lucida, Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	margin-left: 12px; /* if js disabled, in mozilla-based browser a gap is still shown despite collapse */
	width: 292px;
	background-color: #fff;
	border: 1px solid #aaa;
	padding-left: 2px;
	background-image: none;
}
form#form_site ol li textarea.form_text_wide {
	margin-left: 0;
	width: 436px;
}
form#form_site ol li select {
	margin-left: 12px; /* if js disabled, in mozilla-based browser a gap is still shown despite collapse */
	width: 220px;
	font-size: 1em;
	float: none;
}

form#form_site ol li input.form_contact_input_short {
	width: 180px;
}
form#form_site ol li input.form_contact_input_tiny {
	width: 80px;
}
.jot-captcha {
	margin-left: 192px;
	border: 1px dotted #ccc;
	width: 148px;
}
/* @end */

/* @group Buttons
---------------------------------------------------------- */
form .button {
	display: block;
	float: left;
	margin: 0 auto;
	padding: 0;
	background: url(images/form/button_left.gif) no-repeat center left;
	text-decoration: none;
	border: 0px solid red;
}
form .button span {
	/*position: relative; makes text appearing in front of popup (sets z-index?) */
	white-space: nowrap; 
	display: block;
	padding: 0;
	margin: 0;
	background: url(images/form/button_right.gif) no-repeat center right;
	border: 0px solid red;
}
/* in this way (setting class on span) you can overwrite default right pic if backgrounf != white */
form .button span.button_login {
	background: url(images/form/button_right.gif) no-repeat center right;
}
form .button input {
	background-color: transparent; 
	border: 0; 
	margin: auto;
	padding: 8px;
	padding-top: 9px;
	padding-left: 0px;
	padding-right: 0px;
	cursor: pointer;
	color: #06a;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: 700;
}
form .button input:hover {
	color: #39d;
}


form .button_small {
	display: block;
	float: left;
	margin: 0 auto;
	background: url(images/form/button_small_left.gif) no-repeat center left;
	text-decoration: none;
}
form .button_small span {
	/*position: relative; makes text appearing in front of popup (sets z-index?) */
	white-space: nowrap; 
	display: block;
	padding: 0;
	background: url(images/form/button_small_right.gif) no-repeat center right;
}
/* in this way (setting class on span) you can overwrite default right pic if backgrounf != white */
form .button_small span.button_login {
	background: url(images/form/button_small_right_eaebee.gif) no-repeat center right;
}
form .button_small input {
	background-color: transparent; 
	border: 0; 
	padding: 4px;
	padding-top: 5px;
	padding-left: 16px;
	padding-right: 16px;
	cursor: pointer;
	color: #06a;
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: 700;
}
form .button_small input:hover {
	color: #39d;
}
/* @end */
