/*******************************************************************************

	Project		:	Redaxo Demo

	Copyright	:	blumbeet - web.studio
					www.blumbeet.com

*******************************************************************************/




/*	undo
*******************************************************************************/

:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
/*img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0; vertical-align:bottom; }*/
address { font-style:normal }

table {	border:none; padding:0px; margin:0px; border-spacing:0px;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }


legend { display:none; }

body, div,p,li { background-repeat:no-repeat;
color:#7a7a7a;
font-size:12px;
font-weight:normal;
line-height:16px;
}

.rc_separator{
	width: 165px;
	height: 12px;
	line-height: 1px;
	clear: both;
	display: block;
	/*margin: 0px auto;	
	background-color:#ffb31f;*/
	background-image:url(/images/trennlinie_175px.gif);
	background-position:0px;
	background-repeat:no-repeat;
}


#main .separator{
	width: 495px;
	height: 23px; 
	clear: both;
	display: block;
	font-size:1px;
	margin-bottom: 2px;
	margin-top: 2px;
	background-image:url(/images/trennlinie_495px.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.nav_separator{
	width: 150px;
	height: 2px; 
	clear: both;
	display: block;
	font-size:1px;
	margin-bottom: 3px;
	margin-top: 3px;
	background-image:url(/images/trennlinie_navigation.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.separator{
	width: 625px;
	height: 23px; 
	clear: both;
	display: block;
	font-size:1px;
	margin:0px;
	margin-bottom: 2px;
	margin-top: 2px;	
	/*background-color:#ffb31f;*/	
	background-image:url(/images/trennlinie.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/*	reset some basic style
*******************************************************************************/
dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p			{margin-bottom: 0em;}

ul			{
	list-style: none;
	list-style-position:inside;
	
	}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre			{font-size:1.2em; }

a:hover { text-decoration:none; }

a {color:#EE6407;}

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

/*	body
*******************************************************************************/
body {
	background-color:#FFFFFF;
	background-image:url(/images/bg.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: 11px;
}


.clearer {
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
}

.clear {
	clear:both;
}

.flLeft { float:left; }
.flRight { float:right; }

.warning { color:#f00; }


/*	website
*******************************************************************************/
#website {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	height:100%;
	width: 1023px;
	color:#000;
	text-align:left;
	margin: 0px auto;
	margin-top: 10px;
}


/*	header
*******************************************************************************/
#header {
	position:relative;
	margin:0;
	padding:0;
	height:130px;
	/*background-image:url(bg_header.jpg);*/
}

/*	logo / breadcrumb
*******************************************************************************/
#logo {
	position:absolute;
	top:0px;
	left:0px;
}

#logo a {
	display:block;
	height:100px;
	width:170px;
	text-indent:-700em;
}


#breadcrumb {
	position:relative;
/*	top:5px;*/
	left:10px;
	padding-bottom: 2px;
	font-size:11px !important;
}

#breadcrumb a, 
#breadcrumb a:link {
	color:#000;
	
}

#breadcrumb a:hover {
	text-decoration:underline;
}
/*	content
*******************************************************************************/


#content, #content2 {
	display:block;
	clear:both;
	position:relative;
}


/* hide from IE/MAC \*/
* html #content, * html #content2 {
	height:1px;
}
/* end hide */


#content {
padding:0px 10px 20px 65px;
}

#content2 {
	background-repeat:repeat-y;
	padding-bottom:15px;
	z-index:99;
}

#main {
	float:left;
	width:515px;
	/*background-color:#FFFFCC;*/
}

#main_700 {
	float:left;
	width:625px;
	padding-left: 50px;
	padding-right: 25px;
	/*background-color:#3366FF;*/
}

#main_700_mit_navigation {
	float:left;
	width:650px;
	padding-left: 0px;
	padding-right: 50px;
	/*background-color:#3366FF;*/
}

#main_breit {
	float:left;
	width:850px;
}


#main-block {
padding:0px;
margin:0px;
}

#main-block2 {
	padding: 0px;
	/*background-color:#00FFFF;*/
}




/*	Navigation horizontal and vertical - 
	Wenn die Navigation mit der ID 2 verwendet wird, kann alles bis 
	zum nächsten Kommentar gelöscht werden
------------------------------------------------------------------------------*/

#header-nav {
	position:absolute;
	bottom:30px;
	left:200px;
	width:560px;
	background:#fff;
}

#header-nav ul.nav1st {
}


#header-nav ul.nav1st li {
	display:block;
	float:left;
	padding:5px 7px 5px 7px;
}

#header-nav ul.nav1st li.active {
}

#header-nav ul.nav1st li.active a,
#header-nav ul.nav1st li.active a:link {
	color:#090;
}

#header-nav ul.nav1st a, 
#header-nav ul.nav1st a:link {
	color:#606060;
	font-size:1.2em;
	font-weight:bold;
}

#header-nav ul.nav1st a:hover {
	color:#090;
}


#navigation {
	float:left; 
	padding:0px 10px 0px 5px;
	width: 170px;
	float:left;
	/*background-color:#CCCCFF;*/
}
 
#navigation ul.nav2nd li {
	padding:0;
	margin-left:3px;
	font-size:1.1em;
	font-weight:normal;
}

#navigation ul.nav2nd li a, 
#navigation ul.nav2nd li a:link {
	display:block;
	padding:5px 5px 5px 5px;
	color:#666666;
	font-weight:normal;
	font-weight:bold;
	/*background-image:url(/images/Navigation_Icon_current.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;*/
}

#navigation ul.nav2nd li a.current, 
#navigation ul.nav2nd li a.current:link, 
#navigation ul.nav2nd li a:hover {
	color:#ee6407;
	font-weight:bold;
	list-style:none;
	/*background-image:url(/images/Navigation_Icon_circle.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;*/
}




/*******************************************************************************
        
        Rechte BOX, CSS
        
        
*******************************************************************************/

#right_column {
	float:left;
	/*width:185px;*/
	padding:0px 5px 10px 10px;
	/*background-color:#CCFFCC;*/
	margin:0px;
}

td.rechte_box_separator {
	color:#bbbbbb;
	border:	thin;
	border-bottom: 1px solid;
	border-spacing:0px;
	margin:0px;
	padding:0px;
	vertical-align:top;
	line-height:1px;
}

/***********************************************************************************/
        



/*	firefox Werbebanner
------------------------------------------------------------------------------*/
#firefox {
	margin:2em 0 0 14px;
}

#firefox a, 
#firefox a:link {
	display:block;
	width:120px;
	height:60px;
	background-image:url(ff_120x60_2.gif);
	text-indent:-1000em;
}
/*	Headlines
------------------------------------------------------------------------------*/

/* Headline 1 */
#main-block h1 {
	color:#999999;
	font-size:18px;
	font-weight:normal;
	line-height:18px;
	padding-bottom: 5px;
	/*line-height:1.8em;*/
}

#main-block .teaser h1 {
	font-size:1.4em;
}

/* Headline 2 */
#main-block h2 {
	color:#888887;
	color:#CC0000;
	font-family:arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height: 14px;
}


/*	Paragraphs / Lists
------------------------------------------------------------------------------*/
#main-block p,
#main-block ul,
#main-block ol {

}
#main-block ul li ul,
#main-block ul li ol,
#main-block ol li ol,
#main-block ol li ul {
	font-size:1em;
}

#main-block ul {
	margin-left:0px;
	list-style-type:disc;
}


#main-block ol {
	list-style-type:decimal-leading-zero;
}


/*	Hyperlinks
------------------------------------------------------------------------------*/
#main-block a, #main-block a:link {
	font-weight:bold;
	color: #EE6407;
}
#main-block a:visited {
	color:#ee6407;
}
#main-block a:hover {
	color:#CC3300;
	text-decoration:underline;
}

/*	Images
------------------------------------------------------------------------------*/
#main-block div.image {
	margin-bottom:0;
}
#main-block div.image p {
	margin:0;
	font-size:0.9em;
}
#main-block div.flLeft {
	margin-right:14px;
}
#main-block div.flRight {
	margin-left:14px;
}



/*	footer
------------------------------------------------------------------------------*/
.footer {
	display:block;
	width:100%;
	/*background-image:url(bg_body.jpg);
	background-position:0 -100px;*/
}

.footer .addresse{
	
}

.footer .copyright{
	color:#cccccc !important;
	padding-top: 5px;
	font-size:10px !important;
}

.footer 
.footer a,
.footer a:link {
	
}
.footer a:hover {
	text-decoration:underline;
}

/* form-module
*******************************************************************************/
#form-module * {
	padding:0px;
	margin:0px;
}

#form-module {
	margin:0px;
	padding:0px;
	width:500px;
	/*background-color:#f7f7f7;*/
	color:#666;
}

#form-module fieldset {
	border:0px solid #fff;
}

#form-module legend {
	display:none;
}


#form-module p {
	margin:0;
	padding:5px;
	font-size:1em;
	font-weight:bold;
	text-align: left;
	color:#646464;
	font-size:12px;
	line-height:16px;
}

#form-module .element {
	display:block;
	clear:both;
	/*background-color:#f7f7f7;*/
	border-top:2px solid #fff;
}


#form-module label {
	display:block;
	float:left;
	padding:5px;
	padding-left: 20px;
	width:120px;
	border-right:1px solid #fb830a;
	text-align:left;
	font-size: 12px;
	color:#929292;
	font-size:12px;
	line-height:15px;
}

#form-module label .text {
	display:block;
	float:left;
	padding:5px;
	width:120px;
	border-right:1px solid #fb830a;
	text-align:left;
	font-size:12px;
}

#form-module label.checkbox {
	width:200px;
	border-left:2px solid #fff;
	border-right:none;
	padding:0px;
}

#form-module input, 
#form-module select, 
#form-module textarea {
	float:left;
	margin: 0px 0px 0px 10px;
	width:295px;	
	border-color:#848484 rgb(204, 204, 204) rgb(204, 204, 204) rgb(132, 132, 132);
	border-style:solid;
	border-width:1px;
	padding: 2px;
	padding-left:4px;
	color:#666666;
}

#form-module input.text {
	/*	height:20px; */
}

#form-module input.checkbox {
	width:20px;
	padding:0;
	border:none;
	margin-left: 138px;
}

#form-module input.submit { 
	margin:5px 5px 5px 195px;
	padding:2px 5px;
	border:1px solid #333;
	background-color: #fff2e3;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	text-align:center;
	cursor:pointer;
	width: 200px;
}

#form-module input.submit:hover { 
	background-color:#f7f7f7;
	color:#000;
}

table.eventchooser input.submit { 
	margin:5px 5px 5px 120px;
	padding:2px 5px;
	border:1px solid #333;
	background-color: #fff2e3;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	text-align:center;
	cursor:pointer;
	width: 200px;
}

table.eventchooser input.submit:hover { 
	background-color:#f7f7f7;
	color:#000;
}

#form-module label.textarea, 
#form-module textarea.textarea {
	height:96px;
}

#form-module-thanks {
	display:block;
	color:#666;
	/*font-family:verdana, arial, helvetica, sans-serif;
	font-size:1.2em;*/
}

/* Sitemap Module START
*******************************************************************************/
#sitemaplevel1 ul{
}
#sitemaplevel1 ul a.level1{
}

#sitemaplevel2 ul{
}
#sitemaplevel1 ul a.level2{
}
/* Sitemap Module End
*******************************************************************************/


/* download
*******************************************************************************/
#main-block .download-hdl p, 
#main-block .download-file p, 
#main-block .download-desc p {
	margin:0;
}
#main-block .download-hdl p {
	padding:5px 7px;
	background-color:#f5841f;
	font-weight:bold;
	color:#fff;
}

#main-block .download-file {
	padding:4px 7px;
	background-color:#FFFFFF;
	border-left:2px solid #f5841f;
	border-right:2px solid #f5841f;
}

#main-block .download-desc {
	margin-bottom:1.2em;
	padding:4px 7px;
	background-color:#ffe5d4;
	border-left:2px solid #f5841f;
	border-right:2px solid #f5841f;
	border-bottom:2px solid #f5841f;
}

#main-block .download-without-desc {
	margin-bottom:1.2em;
	border-top:2px solid #f5841f; 
}






/* GALLERY OVERVIEW BLOCK START
*******************************************************************************/

.gal_overview_block {
	width: 235px;
	float:left;
	margin-right: 5px;
	margin: 0px 2px 5px 2px;
	padding: 5px;
	border:1px solid #ffc87a;
	border-style:dotted;
	background-color: #fffcf7;
}

.gal_overview_pic {
	width:100px;
	float:left;
}

.gal_overview_pic a img{
	border:none;
}


.gal_overview_content {
	float:left;
	padding-left: 5px;
}

.gal_overview_title{
	color:#586B7A;
	font-size:12px;
	font-weight:bold;
	padding:0pt 0pt 5px;
	text-decoration: none;
}

.gal_overview_title a{
	color:#666666 !important;
	display:block;
	font-size:12px;
	font-weight:bold;
	padding:0pt 0pt 5px;
}

.gal_overview_title a:hover{
	text-decoration:none !important;
	}

.gal_overview_text a:hover{
	text-decoration:none !important;
	}

.gal_overview_text{
	color:#888888;
	font-size:12px;	
}

.gal_overview_text a{
	color:#888888 !important;
	font-size:12px;
	font-weight: normal !important;
}

img.gall_overview_img {
	width: 100px;
	margin:0px;
	float: left;
	color: #00CC33 !important;
	border: 1px;
}

img.galimg {
	margin:5px;
	vertical-align:middle ;
	padding: 8px;
	border:1px solid #999999;
}

/* GALLERY OVERVIEW BLOCK END
*******************************************************************************/






/* RENDER HEadlins Start
*******************************************************************************/
<style type="text/css">
/* Ausgabe am Bildschirm */
@media screen {
	.renderhead {
		display: block;
	}
	.renderhead span { 
		display: none;
	}
	.renderhead img { 
		padding:5px;
	}
}
/* Ausgabe auf dem Drucker */
@media print {
	.renderhead {
		display: block;
	}
	.renderhead span {
		display: block;
		color: blue;
	}
	.renderhead img { 
		display: none;
	}
}
</style>

/* RENDER HEadlins END
*******************************************************************************/

.content {
	font: 12px/16px Arial, Helvetica, Geneva, sans-serif;
	}

.content .linkespalte {
	width: 300px;
	float: left;
	}

.content .rechtespalte {
	width: 300px;
	margin-left: 40px;
	float: left;
	}

/* Magazin Layout Start
*******************************************************************************/
.magazine-container{
	/*float:left;*/
	margin: 0px auto !important;
}

/* Magazin Layout End
*******************************************************************************/


/*--------------NEWS TAGS------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/

/* NEWS CSS Start
*******************************************************************************/

.news .date .monat {
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:700;
	line-height:normal;
	text-transform:uppercase;
}

.news .date .tag {
	display:block;
	font-size:2.1em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:700;
	line-height:normal;
}

.news .title {
	display:block;
	font-size:1.2em;
	font-weight:bold;
	padding:0pt 0pt 5px;
}

.news {
	border-bottom:1px solid #CCCCCC;
	float:left;
	margin-bottom: 35px;
	position:relative;
	width:100% !important;
}

.news p {
	border-left: 1px solid #CCCCCC;
	margin:0pt 0pt 0pt 3.5em;
	padding:0px 0px 15px 15px;
	width: 550px;
	font-size:12px;
	line-height:15px;
}

.news .date {
	left:5px;
	position:absolute;
	text-align:right;
	top:0pt;
	width:2.3em;
}

/* NEWS CSS End
*******************************************************************************/

/* Langueage Switch Start
*******************************************************************************/

div.lang_switch {
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	margin-right:10px;
	padding-top:2px;
	padding-left: 52px;
	text-align:left;
	width:500px;
}
div.lang_switch .langID_1_off, div.lang_switch .langID_2_off{
	background-position:0px 1px;
	background-repeat:no-repeat;
	color:#333333;
	display:block;
	float:left;
	margin-left:10px;
	opacity:0.3;
	padding-left:20px;
	text-align:left;
	text-decoration:none;
	width: 146px;
	height: 36px;
}
div.lang_switch .langID_1, div.lang_switch .langID_2 {
	background-position:0px 1px;
	background-repeat:no-repeat;
	color:#333333;
	display:block;
	float:left;
	margin-left:10px;
	padding-left:20px;
	text-align:left;
	text-decoration:none;
	width: 146px;
	height: 36px;
}
div.lang_switch .langID_1_off {
background-image:url(/images/nachtschichtbar_link_lenzburg.gif);
}
div.lang_switch .langID_2_off {
background-image:url(/images/nachtschichtbar_link_aarau.gif);
}

div.lang_switch .langID_1:hover, div.lang_switch .langID_2:hover {
text-decoration:underline;
text-decoration:none;
}
div.lang_switch .langID_1 { 
background-image:url(/images/nachtschichtbar_link_lenzburg.gif);
}
div.lang_switch .langID_2 {
background-image:url(/images/jojo_link_aarau.gif);
}
/* Langueage Switch End
*******************************************************************************/

/* Navigation Separator Start
*******************************************************************************/

#navigation_separator {
margin: opx auto;
background-image:url(/images/Navigation_separator.gif);
background-position: 20px 0px;
width:850px;
height: 20px;
padding-left:10px;
}


/* Navigation Separator End
*******************************************************************************/

/* Veranstaltungskalender Start
*******************************************************************************/
#main-block2 table.eventlist{
width: 644px;
border: 0px solid #FF0000;
}

.eventlist_title{
color:#646464;
display:block;
font-family:arial,sans-serif;
font-size: 18px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:700;
line-height:normal;
padding-left: 5px;
}

.eventlist_separator {
	background-color:#999999;
	clear:both;
	height:1px;
	line-height:1px;
	font-size: 1px;
	margin-bottom:2px;
	margin-top:1px;
	width:100%;
	padding:0px;
}

.eventlist_space{
	height:3px;
}

.zurueck{	
	background-image:url(/images/symb_zurueck20.gif);
	background-position: 2px 2px;
	background-repeat:no-repeat;
	color:#E95504;
	padding-bottom:2px;
	padding-left:20px;
	padding-top:1px;
}

.zurueck:hover{	
	background-image:url(/images/symb_zurueck20_over.gif);
	background-position: 2px 2px;
	background-repeat:no-repeat;
	color:#E95504;
	padding-bottom:2px;
	padding-left:20px;
	padding-top:1px;
}


.vor{
	background-image:url(/images/symb_vor20.gif);
	background-position: 94px 2px;
	background-repeat:no-repeat;
	color:#E95504;
	padding-bottom:2px;
	padding-right:20px;
	padding-top:1px;
}

.vor:hover{
	background-image:url(/images/symb_vor20_over.gif);
	background-position: 94px 2px;
	background-repeat:no-repeat;
	color:#E95504;
	padding-bottom:2px;
	padding-right:20px;
	padding-top:1px;
}

.anfang{	
	background-image:url(/images/symb_zurueck20.gif);
	background-position: 2px 2px;
	background-repeat:no-repeat;
	color:#E95504;
	padding-bottom:2px;
	padding-left:0px;
	padding-top:1px;
	padding-right: 10px !important;
	background-color:#FFFFFF !important;
	border:0px !important; 
	
}

.anfang:hover{	
	background-image:url(/images/symb_zurueck20_over.gif);
	background-position: 2px 2px;
	background-repeat:no-repeat;
	color:#E95504;
	text-decoration: none;
	background-color:#FFFFFF !important;
	border:0px !important; 
	padding-bottom:2px;
	padding-left:0px;
	padding-top:1px;
	padding-right: 10px !important;
}


.ende{
	background-image:url(/images/symb_vor20.gif);
	background-position: 2px 2px;
	background-repeat:no-repeat;
	color:#E95504;
	padding-bottom:2px;
	padding-left:0px;
	padding-top:1px;
	padding-right: 16px !important;
	background-color:#FFFFFF !important;
	border:0px !important; 
}

.ende:hover{
	background-image:url(/images/symb_vor20_over.gif);
	background-position: 2px 2px;
	background-repeat:no-repeat;
	color:#E95504;
	text-decoration: none;
	background-color:#FFFFFF !important;
	border:0px !important; 
	padding-bottom:2px;
	padding-left:0px;
	padding-top:1px;
	padding-right: 16px !important;
}


.switch{
margin: 0px auto;
text-align: center;
}

#main-block2 table.eventlist .elDateMore{
	width:170px;
}



#main-block2 table.eventlist .elDate{
	width:170px;
}
#main-block2 table.eventlist .elcat,
#main-block2 table.eventlist .eltitle,
#main-block2 table.eventlist .elvenue{
	width:170px;
	color:#646464;
	font-weight:normal;
}

#main-block2 table.eventlist .eltitle a,
#main-block2 table.eventlist .elcat a,
#main-block2 table.eventlist .elvenue a{
	color:#646464;
	font-weight:normal;
}

#main-block2 table.eventlist .eltitle a{
	color:#EE6407;
	font-weight:bold;
}

#main-block2 table.eventlist .eleventtit {
	color:#646464;
	font-weight: bold;
	padding-right: 10px;
	padding-bottom:3px;
}

#main-block2 table.eventlist img {
	padding-top: 5px;
}

#main-block2 table.eventlist td.eldesc a,
#main-block2 table.eventlist td.eldesc a:active{
	background-image: url(/images/link_arrow.gif) !important;
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 10px;
}

#main-block2 table.eventlist td.eldesc a:hover{
	background-image: url(/images/link_arrow_over.gif) !important;
	background-repeat: no-repeat;
	background-position: 0px 4px;	
	padding-left: 10px;
}




/* Veranstaltungskalender  End
*******************************************************************************/


table.eventchooser{
background-color: #fff;
/*border: 1px solid #FF0000;*/
margin-left:20px;
}

table.eventchooser tr{
background-color: #fff;
border: 0px solid #0066CC;*/
vertical-align:middle;
}

table.eventchooser td{
background-color: #fff;
/*border: 1px solid #0066CC;*/
vertical-align:middle;
padding-bottom: 4px;
padding-top: 4px;
}

table.eventchooser label{
padding-right: 25px;
padding-left: 0px;
width: 250px;
font-weight: bold;
}

table.eventchooser label.chkMonth{
padding-right: 2px;
}

table.eventchooser label.chkYear{
padding-right: 2px;
padding-left: 20px;
}

a.mehr,
a.mehr:active{
	color:#2d1e00;
	text-decoration: none;
	background-image: url(/images/link_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 10px;
}

a.mehr:hover{
	color:#9f8663;
	background-image: url(/images/link_arrow_over.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;	
	padding-left: 10px;
	text-decoration: underline;
}

/* --- Sitemap Start ---
-------------------------------------------------------------------------------------------------------*/
.sitemap{
	float:right;
	position: relative;
	right: 80px;
	top: 22px;
	font-size: 11px;
	font-weight: bold;
}

.sitemap a{
	color: #e95504;
	background-image:url(/images/symb_sitemap16.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	padding-left: 20px;
	padding-bottom: 2px;
	padding-top: 1px;
}

ul.sitemaplevel1 {
	list-style-image:none;
	list-style-position:inside;
	list-style-type:disc !important;
}

ul.sitemaplevel1 a:hover{
	text-decoration:underline;
}

ul.sitemaplevel1 li{
	border-bottom: 1px solid #CCCCCC !important;
	padding-bottom: 5px;
	padding-top: 3px !important;
	margin-left:15px;
}

ul.sitemaplevel2 {
	list-style-image:none;
	list-style-position:inside;
	list-style-type:circle !important;	
}

ul.sitemaplevel2 li{
	border-bottom: 1px solid #FFF !important;
	padding-bottom: 0px;
	padding-top: 0px !important;
}

ul.sitemaplevel2 a{
	font-size:11px;
	font-weight:normal !important;
}

ul.sitemaplevel2 a:hover{
	font-size:11px;
	font-weight:normal !important;
	text-decoration:underline !important;
}

/* --- Sitemap End ---
-------------------------------------------------------------------------------------------------------*/


/* --- Teaser Gross Start ---
-------------------------------------------------------------------------------------------------------*/
.teaser_gross {
	/*margin:0px 50px 37px 0px;*/
	padding:0px 0px 1px 10px;;
	width: 273px;
	background-color:#fff7e6;
	float:left;
	margin: 0px 10px 10px 10px;
	
}

.teaser_gross div.left {
	float:left;
	margin:0px;
	padding:0px;
	background-color: #FFFFFF;
}
.teaser_gross_content .left{
	padding:0px 0px 0px 0px !important;
	width: 273px;
	margin:0px;
}

.teaser_gross_content .content {
	padding: 0px 10px 10px 10px;
}

.teaser_gross_content p {
	font-size:12px;
	font-weight:normal;
	line-height:14px;
	padding: 0px 0px 5px 0px;
}

.teaser_gross_content h2 {
	color:#333333 !important;
	font-size:14px !important;
	line-height:16px !important;
	padding-bottom: 5px !important;
}

.more {
	float:right;
	margin:0px;
	padding:0px 10px 3px 0px;;
}


.more{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	}

.more a,
.more a:active{
	text-decoration: none !important;
	background-image: url(/images/link_arrow.gif) !important;
	background-repeat: no-repeat !important;
	background-position: 0px 3px !important;
	padding-left: 10px !important;
}

.more a:hover{
	background-image: url(/images/link_arrow_over.gif) !important;
	background-repeat: no-repeat !important;
	background-position: 0px 3px !important;	
	padding-left: 10px !important;
	text-decoration: underline !important;
}
/* --- Teaser Gross End ---
-------------------------------------------------------------------------------------------------------*/

/* --- Messages Start---
-------------------------------------------------------------------------------------------------------*/
div.msg_info,
div.msg_error,
div.msg_ok {
	background-position: 5px 5px;
	background-repeat:no-repeat;
	margin-bottom:10px;
	margin-top: 10px;
	padding:5px 5px 5px 45px;
	width:420px;
	background-color:#FFF3EB;
	border:1px solid #ffc39a;
}

div.msg_infoSm,
div.msg_errorSm,
div.msg_okSm {
	background-position:5px 5px;
	background-repeat:no-repeat;
	background-color:#FFF3EB;
	margin-bottom:0px;
	border:1px solid #ffc39a;
	padding:5px 5px 5px 27px;
}

div.msg_info {	
	background-image:url(/images/symb_info32.gif);
}

div.msg_error {	
	background-image:url(/images/symb_error32.gif);
}

div.msg_ok {	
	background-image:url(/images/symb_ok32.gif);
}

div.msg_infoSm {
	background-image:url(/images/symb_info16.gif);
}

div.msg_errorSm {
	background-image:url(/images/symb_error16.gif);
}

div.msg_okSm {
	background-image:url(/images/symb_ok16.gif);
}


div.msg_error_gb {
	background-color:#FFF3EB;
	background-image:url(/images/symb_error32.gif);
	border:1px solid #ffc39a;
	background-position:5px;
	background-repeat:no-repeat;
	margin-top: 0px;
	padding:5px 5px 5px 45px;
	width: 280px;
	margin: 0px auto;
	margin-bottom:10px;
}

/* --- Messages End---
-------------------------------------------------------------------------------------------------------*/










/*@author staab[at]public-4u[dot]de Markus Staab
 @author <a href="http://www.public-4u.de">www.public-4u.de</a>
 @package redaxo3
 @version $Id: guestbook.css,v 1.9 2006/10/08 18:53:24 koala_s Exp $
 */


/*
  Formular Styles
*/


/* Formular */
.a63-form {
  width: 470px;
  border: 0px;
}

/* Eingabefelder */
.a63-form input, .a63-form textarea {
  border: 1px solid black;
  margin: 1px 2px 1px 2px;
  width: 250px;
  background-color: #fff !important;
}

.a63-form input:focus, .a63-form textarea:focus {
  background-color: #EEEEEE;
}

/* Text-Eingabefeld*/
.a63-form textarea {
  height: 100px;
}

/* Beschriftungen der Eingabefelder */
.a63-form label {
  width: 80px;
  float: left;
  padding-left: 40px;
  text-align:left;
}


.a63-form label.error_input {
	background-image:url(/images/symb_error16_aarau.gif);
	background-position: 20px 0px;
	background-repeat:no-repeat;
	color:#000000;
	font-weight:bold;
	padding-left:40px;
	float: left;
	width:80px;
}


/* Buttons */
.a63-form .a63-fsubmit {
  width: 100px;
  margin: 0px;
  margin-top: 5px;
  background-color: #D6D3CE;
}

/* Buttons-Layer*/
.a63-form .a63-buttons {
  padding-left: 105px;
}

/* Zusatztext-Layer*/
.a63-form .a63-info {
  text-align: right;
  padding: 0px 50px 0px 0px;
}

/* Fehlermeldungs-Layer*/
.a63-form fieldset ul.error {
  font-weight: bold !important;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align:left;
  padding-left: 10px;
}


.a63-form fieldset ul.error .error {
  font-weight: bold !important;
  color:#000000;
  padding: 0px;
}



/*
  Listen Styles
*/


/* Einträge-Layer */
.a63-entries .a63-entry {
  padding-bottom: 10px;
  border-bottom: 1px dotted #859885;
  
}

.a63-entries p {
  margin: 0px;
  padding: 0px;
}

/* Pagination-Layer */
.a63-entries .a63-pagination {
  text-align: center;
  width:470px;
  padding-bottom:2px;
}

/* Pagination-Links */
.a63-entries .a63-pagination a {
  padding-left: 2px;
  padding-right: 2px;
}

.a63-entries .a63-pagination li a {
	font-weight: bold;
	text-decoration:underline;
	border:1px solid #FFFFFF;
	color:#006666;
	padding:0px 5px;
	text-decoration:underline;
}

.a63-entries .a63-pagination li a:hover {
	background-color:#ffecc6;
	border:1px solid #ffb31f;
	font-weight:normal;
	padding:0px 5px;
	text-decoration:none !important;
}

.a63-entries .a63-pagination li.a63-pagination_aktuell a{
	background-color:#ffecc6;
	border:1px solid #ffb31f;
	font-weight:normal;
	padding:0px 5px;
	text-decoration:none !important;
	color:#EE6407 !important;
}

.a63-entries .a63-pagination li.a63-pagination_aktuell a:hover{
	background-color:#ffecc6;
	border:1px solid #ffb31f;
	font-weight:normal;
	padding:0px 5px;
	text-decoration:none !important;
	cursor:default;
	color:#EE6407 !important;
}


/* hervorheben des Aktuelle-Seite-Links */



ul.bf_navigation li a:hover {bf_base.css (line 626)
background-color:#F4FCFD;
border:1px solid #006666;
font-weight:normal;
padding:0px 5px;
text-decoration:none;
}
ul.bf_navigation li a:hover {bf_base.css (line 626)
background-color:#F4FCFD;
border:1px solid #006666;
font-weight:normal;
padding:0px 5px;
text-decoration:none;
}
ul.bf_navigation li a {bf_base.css (line 619)
border:1px solid #FFFFFF;
color:#006666;
padding:0px 5px;
text-decoration:underline;
}


.a63-entries ul li {
  list-style-type: none;
  display: inline;
}

/*
  Allgemeine Formatierungen
*/

/* Beschriftungen */
.a63-entries .a63-label {
  float: left;
  width: 70px;
}

/* Werte */
.a63-entries .a63-value {
  padding-left: 70px;
}

/* Mozilla */
li.a63-pagination {
  list-style-type: none;
}

/* Ausgabe der Dateiversion
  möglichst unauffällig und klein */
.Modulversion {
  font-size: 0.5em;
  color: #aaaaaa;
/*  color: #dddddd; */ /* (fast) unsichtbar*/
}


.guestbook_bg {
background:url(/images/guestboog_bg.jpg);

}


 
.bg_guestbook_box_bottom{
	background: url(/images/bg_guestbook_bottom.jpg) bottom left no-repeat;
	width: 470px;
	margin: 0px;
	padding:0px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.bg_guestbook_box_top{
	background: url(/images/bg_guestbook_top.jpg) top left no-repeat;
	width: 470px;
	height:4px; 
	margin:0px; 
	padding:0px;
}

.bg_guestbook_box_bottom_input{
	background: url(/images/bg_guestbook_input_bottom.jpg) bottom left no-repeat;
	width: 470px;
	margin: 0px;
	padding:0px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin: 10px 0px 10px 0px;
	border: 0px;
}

.bg_guestbook_box_top_input{
	background: url(/images/bg_guestbook_input_top.jpg) top left no-repeat;
	width: 470px;
	height:36px; 
	margin:0px; 
	padding:0px;
	text-align:left;
	padding-left:40px;
	padding: 10px 0px 0px 40px;
	font-size: 18px;
	color:#333333;
	font-weight:bold;
}

fieldset
{
     border: 0px solid #000000;
	 text-align:center;
}
/* ***********
  Adminbereich
  ************ */
/* TODO: hier könnten noch Formatierungen für den Adminbereich rein */

td.email_field a{
	background-image:url(/images/symb_email16.gif) !important;
	background-position:0px !important;
	background-repeat:no-repeat !important;
	padding-bottom:3px;
	padding-left:20px !important;
	padding-right:2px;
	padding-top:2px;
}


td.homepage_field{
	color:#FFFFFF !important;
	width:16px;
}

td.homepage_field a{
	background-image: url(/images/symb_homepage16.gif) !important;
	background-repeat: no-repeat !important;
	background-position: 0px 0px !important;
	padding-left: 16px !important;
	padding-bottom:3px;
	padding-top: 2px;
	padding-right: 1px;
}

td.homepage_field a:hover{
	text-decoration:none !important;
}

.seo{
display:none;
