@charset "utf-8";

/* CSS Document */

body {
	position:relative;
	margin:0px;
	background-color:#88B285;
	color:#000000;
	font-size: small;
	font-family:Verdana,  Arial, sans-serif;
	text-align:center;
	
}
* html body {
	font-size: x-small; /*für IE5*/
	f\ont-size: small; /* für andere IE versionen*/
}
p, h1, h2, h3, h4, h5, h6, form, ul, li, div, legend, fieldset{
	margin:0pt;
	padding:0pt;
}
.quader_main {
	margin:auto;/*WICHTIG für ZENTRIEREN*/
	position:relative;
	width:900px;	
	background-color:#88B285;
	padding-bottom: 30px;	
	text-align:left;
}
.quader_links_1 {
	float: left;
	top: 77px;
	width: 188px;
	position: fixed !important;
	position: relative;
	padding-right: 12px;
	padding-top: 15px;
	z-index: 5;
	text-align: right;
	background-color: #5fb259;
}
.quader_links_1 .left{
	padding-left: 20px;
}
.quader_mitte_1{
	background-color: #FFFFFF;
	left: 200px !important;
	left: -3px; /*für IE6*/
	width: 500px;
	position: relative;
	top: 0px;
	padding-top: 8px;
	z-index: 2;
	
}
.quader_mitte_2 {
	background-color: #daf0d8;
	width: 500px;
	left: 200px;
	z-index: 1;
	
}
.quader_mitte_3 {
	/*float: center;*/
	width: 500px;
	background-color: #DAF0D8;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #88B285;
	/*position: relative;*/
	text-align: center;
	padding-bottom:8px;
	padding-top:8px;
}
.quader_mitte_3_or {
	width: 500px;
	background-color: #DAF0D8;
	position: relative;
	text-align: center;
	padding-bottom:3px;
	padding-top:3px;
}
.quader_mitte_4 {
	width: auto;
	background-color: #DAF0D8;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #88B285;
	position: relative;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 20px;

}
.quader_mitte_4_or {
	width: auto;
	background-color: #DAF0D8;
	position: relative;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 20px;
}

.space_mitte {
	height: 100px;
	width: 500px;
	background-color: #DAF0D8;
	position: relative;
}


.ausgabe_2 {
	background-color: #DAF0D8;
	width: 500px;
	border-top-style: solid;
	border-top-color: #88B285;
	position: relative;
	padding-top: 5px;
	text-align: center;
	border-top-width: 1px;
	vertical-align: middle;
}
.quader_rechts_1 {
	background-color: #88b285;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 500px;
	position: absolute;
	left: 600px;
}
.quader_rechts_2 .left{
	padding-left: 20px;
}
.quader_rechts_2 {
	background-color: #5fb259;
	position: absolute;
	left: 700px;
	top: 77px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-top: 15px;	
}
.quader_rechts_2  h1{
	font-size: 120%;
	font-weight: bold;
	color: #d6001c;
}
.bg_home {
	background-image: url(pics/regal1.png);
	background-repeat: no-repeat;
}
.quader_mitte_4_links {
	position: relative;
	left: 20px;
	background-color: #DAF0D8;
}
.quader_mitte_4_links td.bild{
	padding-top: 35px;
	vertical-align: top;
}
.quader_mitte_4_links_2 {
	background-color: #DAF0D8;
	position: relative;
	width: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #88B285;
}
/*behandlung der ausgabe der Buchtipps*/
#quader_tipps {position: relative;
	float:left;
	width: 500px;
	background-color: #DAF0D8;
	padding: 10px 0;
}
#quader_tipps dl {
	float:left;
	width: 460px;
	margin: 10px 20px;
	padding: 0;
	display: inline;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #88B285;
}
#quader_tipps dt{
	float: right;
	width: 75px;
	margin: 10px;
	padding: 0;
	font-size: 130%;
	font-weight:bold;
	letter-spacing: 1px;
	color: #627081;
}
#quader_tipps dd {
	margin: 5px;
	padding: 0;
	font-size: 85%;
	line-height: 1.5em;
	color: #000;
}
#quader_tipps dd.img img {
	float: left;
	margin: 0 28px 0 0;
	padding: 8px;
	
}
.navi_leiste {
	font-family: Verdana, Arial, sans-serif;
	font-weight: lighter;
	text-transform: none;
	text-align: right;
	
}
.navi_leiste  a#active{	
	color: #d6001c;
}
.navi_leiste  a#active:hover{	
	color: #d6001c;
}
a.NaviLink:link{
	color: #000000;
	text-decoration: none;
	padding-left: 10px;
	padding-right:5px;
	line-height:18px;
}
a.NaviLink:visited{
	color: #000000;
	text-decoration: none;
	padding-left: 10px;
	padding-right:5px;
	line-height:18px;
}
a.NaviLink:hover{
	color: #000000;
	text-decoration: none;
	background-image:  url(pics/underdot.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-left: 10px;
	padding-right:5px;
	line-height:18px;
}

.button{
	position:relative;
	height:18px;
	width:140px;	
	border:0px solid #626262;	
	background-color:#FFFFFF;
	background-image:url('pics/button.png');
	background-repeat:no-repeat;
	background-position:right center;
	font-size:90%;
	font-weight:bold;
	color:#626262;
	cursor:pointer;
}
.button_2{
	margin: 0;
	padding: 1px 5px 1px 5px;
	border: 1px solid #999;
	background: url('pics/button_bg.gif') repeat-x top left;
	font-size:90%;
	font-weight:bold;
	color:#626262;
	cursor:pointer;
}
.headerbild {
	position: relative;
	background-color: #daf0d8;
	z-index: 7;
	top: 28px;
}

.kontakt {
	height: auto;
	padding-bottom: 50px;
	color: #000000;
	padding-top: 50px;
	font-size: 90%;
	position: relative;
	padding-left: 60px;
	
}
.login {
	height: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-bottom: 50px;
	color: #000000;
	padding-left: 110px;
	padding-top: 50px;
}
.page {/*verändert!!!*/
	background-color: #DAF0D8;
	color: #000000;
	font-size: 110%;
	padding-right: 15px;
	/*text-transform: uppercase;*/
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #88B285;
	padding-bottom: 3px;
	padding-top: 3px;
}
.servicelist{
	list-style-type: none ;
}
.mitpunkt{
	padding: 0px 0 0px 14px;
	background: url(pics/underdot.png) left no-repeat;
}
.ohnepunkt{
	padding: 0px 0 0px 14px;
}
.right {
	text-align: right;
	display:block;
}
.center {
	text-align: center;
}
.left_2{
	text-align: left;
	padding-left: 140px;
	display:block;
}
.left_gutschein{
	padding-left: 116px;
	display:block;
	text-align:left;
}
.left_kontakt{
	padding-left: 73px;
	display:block;
	text-align:left;
}
.left {
	font-weight: lighter;
	text-transform: none;
	text-align: left;
	display:block;
}


a.link:link{
	font-size: 90%;
	color: #000000;
	text-decoration: none;
	padding-left: 10px;
	padding-right:5px;
	line-height:18px;
	border: none;
}
a.link:visited{
	font-size: 90%;
	color: #000000;
	text-decoration: none;
	padding-left: 10px;
	padding-right:5px;
	line-height:18px;
	border: none;
}
a.link:hover{
	font-size: 110%;
	color: red;
	text-decoration: none;
	padding-left: 10px;
	padding-right:5px;
	line-height:18px;
	border: none;
}
/*
a.link:link{
	font-size: 90%;
	color: #000000;
	text-decoration: none;
	padding-left: 10px;
	padding-right:5px;
	line-height:18px;
	border: none;
}
*/
a.link_seiten#active{
	border: 1px solid #5FB259;
	background-color: #fff;
}
a.link_seiten:hover{
	background-color: #fff;
}
a.link_seiten#vorzurueck{
	color: #5FB259;
	border: 1px solid #5FB259;
	background: #DAF0D8;
}
a.link_seiten#vorzurueck:hover{
	color: #5FB259;
	border: 1px solid #5FB259;
	background: #fff;
}
a.link_seiten{
	font-size: 100%;
	color: #5FB259;
	text-decoration: none;
	margin: 0 2px 0 2px;
	padding: 4px 8px 4px 8px;
	line-height:18px;
	border: 1px solid #88B285;
	background-color: #DAF0D8;
}
a.link_gross:visited{
	font-size: 120%;
	color: #000000;
	text-decoration: none;
	line-height:18px;
	font-weight: bold;
}
a.link_gross:hover{
	font-size: 130%;
	color: #d6001c;
	text-decoration: none;
	line-height:18px;
	font-weight: bold;
}

.aktuell_1 {
	background-color: #5fb259;
	/*width: 190px; geändert wegen überlauf*/
	padding-bottom: 10px;
	position: relative;
	text-align:center;
}
.ausgabe_1 {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 20px;
	color: #000000;
	text-transform: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #88B285;
	background-color: #DAF0D8;
}
.counter {
	background-color: #D4D0C8;
	left: 10px;
	position: absolute;
	z-index: 6;
}
.ueberschrift {
	font-size: 150%;
	font-weight: bolder;
	color: #000000;
}
.quader_mitte_4 .ueberschrift_mittel_rot {
	font-size: 140%;
	font-weight: bolder;
	color: #d6001c;
}

.ueberschrift_mittel_rot {
	font-size: 130%;
	font-weight: bolder;
	color: #d6001c;
}
.ueberschrift_mittel {
	font-size: 130%;
	font-weight: bolder;
	color: #000000;
}
.ueberschrift_klein {
	font-size: 110%;
	font-weight: bold;
	color: #000000;
}
.text_klein{
	font-size: 80%;
}	
.meldung_error{
	font-size: 110%;
	font-weight: bolder;
	color: red;
}
.meldung_error_klein{
	font-weight: bolder;
	color: red;
}
.meldung_ok{
	font-size: 110%;
	font-weight: bolder;
	color: blue;
}
.meldung_ok_klein{
	font-weight: bolder;
	color: blue;
}
.trennstrich {
	border-bottom: 1px solid #88B285;
	width: 300px;
}

.infofeld {
	padding: 0px 4px 10px 5px;
	border: 1px solid #88B285;
	text-align: left;
}
.infofeld ul{
	padding: 0 0 0 30px;
	list-style-type: none;
	background: #daf0d8 url(pics/icon_info.gif) top left no-repeat;
}
#impressum_click{
	cursor: pointer;
}
#wir_click{
	cursor: pointer;
}
#design_click{
	cursor: pointer;
}
#email_an_uns_click{
	cursor: pointer;
}
#acrobat_click{
	cursor: pointer;
	color: red;
}
.loeschen{
	padding: 0 0 0 10px;
	background:   url(pics/icon_loeschen.gif) no-repeat ;	
	text-decoration:none; 
	border: none;
	cursor: pointer;
}
.editieren{
	padding: 0 0 0 10px;
	background:   url(pics/icon_edit.gif) no-repeat ;	
	text-decoration:none; 
	border: none;
	cursor: pointer;
}
.info{
	padding: 0 0 0 20px;
	background:   url(pics/icon_info.gif) no-repeat ;	
	text-decoration:none; 
	border: none;
	cursor: pointer;
}
code { 
	font-family: courier, monosize; 
	white-space: pre; 
}
.quadrat_rot{
	padding: 0 0px 0 50px;
}
.quadrat_rot span{
	float: left;
	margin: 0 110px 0 0;
	padding: 0;
	width: 30px;
	height: 30px;
	background: #d6001c;
} 
/*Ende alter css-Teil*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*Tabellenbeschreibung Veranstaltungen*/
table.veranstaltung {
	position: relative;
	top: -4px;
	left: -4px;
	width: 100%;
	border: 1px solid #88B285;
	background: #5fb259;
}
table.veranstaltung th, table.veranstaltung td{
	margin: 0;
	padding: 5px 10px;
	text-align: center;
	
} 
table.veranstaltung th {
	color: #eee;
	background: #5fb259;
}
table.veranstaltung th.datum {
	color: #eee;
	text-align: left;
}
table.veranstaltung td.links{
	width: 10px;
	padding: 5px 5px 0 0;
	text-align: left;
	vertical-align:top;
}
table.veranstaltung td.datum{
	width: 35px;
	padding: 5px 0 5px 10px;
	vertical-align:top;
	text-align: right;
}

table.veranstaltung .name {
	text-align: left;
}
table.veranstaltung tr {
	background: #daf0d8 none repeat scroll 0%;;
}
table.veranstaltung tr.alt {
	background: #fff none repeat scroll 0%;;
}
.fenster{
	background-color: #bbb;
}
/*Ende Tabellenbeschreibung Veranstaltungen*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*Buchtipps float*/
.buchtipps {
	width:420px;
	
}
.buchtipps img {
  float: left;
  padding: 0 10px 0 0;
}

.buchtipps span {
	text-align: right;
}


/*Ende */
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Gallerie */

.gallerie {
	
	padding-left: 25px;
   
}
.gallerie img {
  float: left;
  padding: 0 10px 0 0;
  margin: 10px;
}
