@charset "UTF-8";
:root {

--bodybgfarbe :	#fff;
--bgfarbe :	#fff8f5;
--rahmenfarbe : gold; 

}
/* CSS Document */


/*Allgemeine Definitionen*/

* {
	margin: 0;
	padding: 0;
}

html {
	height: 101%;
}

.no-js {
	display:none;
}

.noscrpt {
	background-color: var(--bgfarbe);
	font-size:14px;
}

body {
	font-family: 'Open Sans', arial, serif;
	background-color:  var(--bodybgfarbe);
	background-position: 0 0;
	background-repeat: repeat-x;
}

h2 {
	font-family: 'Open Sans', arial, serif;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 14px;
}

h2a {
	font-family: 'Open Sans', arial, serif;
	font-size: 22px;
	font-weight: normal;
	position: relative;
	top: -20px;
	margin-bottom: 4px;
	}

h3 {
	font-family: 'Open Sans', arial, serif;
	font-weight: normal;
	font-size:14px;
	align:justify;

	}

h4 {
	font-family: 'Open Sans', arial, serif;
	font-weight: normal;
	font-size: 3px;
	margin-bottom: 10px;
}
	
pre {
	font-family: 'Open Sans', arial, serif; 
}

p {	margin-bottom: 115px; }

img {	border:none; }

a {	outline:none;
	color:#000000;  }

#wrapper {
	position: absolute;
	width: 800px;
	margin-top:10px;
	margin-left: 30px;
	height: 100%;
}

/*Headerbereich*/

#content {
	width: 280px;
	position: absolute;
	top: 100px;
	left: 0;
	font-family:'Open Sans', arial, serif;
	font-size: 13px;
	line-height: 20px;	
}

#inhalt {
	position: absolute;
	top: -9px;
	margin-top: 0px;
	margin-left: 10px;
	font-family: 'Open Sans', arial, serif;
	font-size: 13px;
	line-height: 1.5em;
	left: 10px;
	width:  600px;
	height: 663px;
	text-align:justify;
}
#inhalt img {
	border-style:none;
	text-decoration:none;
}

#inhalt ul {
		margin-left: 15px;
}

#inhalt li {
	list-style-type: circle;
}

#inhalt th, #inhalt td {
	padding-right: 12px;
	text-align: left;
}

#inhalt td.datum {
	width: 80px;
}

#inhalt td.nr, #inhalt th.nr{
	padding-right: 10px;
	min-width:25px;
	vertical-align:top;
	text-align:right;
}

#inhalt td.titel, #inhalt th.titel{
	min-width: 160px;
	vertical-align:top;
}

#inhalt td.stil, #inhalt th.stil{
	min-width: 60px;
	vertical-align:top;
}



#inhalt td.ver{
	padding-right: 10px;
	font-weight:bold; }

.ueberschrift {
	font-weight:inherit;
}

.rechts {
	float: right;
	width: 185px;
	height: 200px;
	padding: 5px 5px 10px 5px;
}

.links {
	float:left;
	width: 185px;
	height: 200px;
	padding: 5px 10px 5px 5px;
}


.abstand_oben {
	margin-top: 20px;
}

.abstand_unten {
	margin-bottom: 50px;
}

.bold {
	font-weight:bold;
}



.datum, .ort, .zeit, .veranstaltung { 
	float:left;
	margin-right:10px; }
	
.suchen {
	vertical-align: middle;
}

#termine {
	min-width:600px;}
	

.datum2 {
	padding: 0 20px 20px 0; 
}

#inhalt footer { 
    border-bottom: 1px dotted #E0DBD7;
    border-top: 1px dotted #E0DBD7;
    margin-bottom: 20px;
    padding: 0.5em 0; 
}

#inhalt footer p { margin:0; float:left;
}

.blog h2 {
	margin-top:10px;
}


.success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
  display:none;
}

.failure {
	 width:auto;
  height:1.5em;
  padding-left:5px;
  padding-right:5px;
 position:absolute;
 	margin-left: 15em;
	text-align:center;
     border: 2px solid;
    border-radius: 4px;
	font-weight:bold;
    color: #a94442;
    background-color: #f2dede;
    border-color: yellow;
/* display: none;*/
}

.scrollup {
    width: 25px;
    height: 45px;
    position: fixed;
    bottom: 350px;
    left: 100px;
    display: none;
    cursor:pointer;
    z-index: 80;
    background: url('../bilder/admin/arrowup_klein.png') no-repeat;
}
 .knopf1 {
	margin-top:20px;
	font-size: 14px;
	padding:0 5px;
	border-radius: 5px;
	border:solid 1px darkblue;
	cursor:pointer;
} 

 .knopf2 {
	margin-top:10px;
	margin-left:250px;
	font-size:14px;
	padding:0 5px;
	border-radius: 5px;
	border:solid 1px #F90;
	cursor:pointer;
   } 

	