@import url('reset.css');
@import url('formulare.css');


/* Body + Allgemeines */
body {
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
}

.clear,
.clboth,
.clearer  {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}

h1 { margin: 1.0em 0 1.0em 0; font-size: 1.3em; }
h2 { margin: 1.0em 0 1.0em 0; font-size: 1.2em; }
h3 { margin: 1.0em 0 1.0em 0; font-size: 1.1em; }
h4 { margin: 1.0em 0 1.0em 0; font-size: 1.3em; }
h5 { margin: 1.0em 0 1.0em 0; font-size: 1.2em; }
h6 { margin: 1.0em 0 1.0em 0; font-size: 1.1em; }


#header,
#mainnav,
#footer,
#sidebar,
.thumbs,
#selectjahr,
#print  {
	display: none;
}

.datum {
	color: #555;
	font-size: 11px;
	font-weight: normal;
	display: block;
	margin: 0 0 4px 0;
}

.monatstrenner {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	border-bottom: 2px solid #2ba1b2;
	width: 100%;
	display: inline-block;
	padding: 4px 0 3px 3px;
	margin: 20px 0 10px 0;
}


.accordionueberschrift .ueberschrift {
	display: block;
	padding: 0 0 15px 0 !important;
}

.accordionueberschrift {
	color: #000;
	font-weight: bold;
	margin: 0;
	padding: 5px 3px 5px 0px;
	background: url("../content/arrow_right_small_grey.png") no-repeat 10px center;
}

.accordioninhalt {
	display: inline-block;
}
.accordionueberschrift {
	color: #23b9ce;
	background: #efefef !important;

}

a:link,
a:visited {
	color: #003a6f;
	text-decoration:none;
}


.textbild .floatLeft {
	float:left;
	margin: 0 15px 0 0;
	
}

.textbild .floatRight {
	float:right;
	margin: 0 0 0 15px;
}


.textbild img {
	margin: 0;
	border: 1px solid #333;
}


.subline p{
	font-size: 10px !important;
	margin: 5px 0 0 0;
}

.subline .extern  {
	margin: 0;
	padding: 0;
	background: none;
}


.zweispalter {
	width: 690px; 
	margin-bottom: 10px;
}

.zweispalter_1 {
	float: left;
  	width: 330px;
}

.zweispalter_2 {
	float: left;
  	width: 330px;
  	margin-left: 30px;
}

.zweispalter .floatLeft {
	float:left;
	margin: 0 15px 0 0;
	
}

.zweispalter .floatRight {
	float:right;
	margin: 0 0 0 15px;
}

.zweispalter img {
	margin: 0;
	border: 1px solid #333;
}

.download_container img {
	border: none;
}



/*	Events & Meetings  *****************************************************************/
	
.monat {
	width: 100%;
	font-size: 11px;
	display: block;
	border-bottom: 1px solid #2ba1b2;
	padding: 10px 0 5px 0;
	margin: 20px 0 20px 0;
	text-align: right;
}


.accordionueberschrift.hover .datum  {
	color: #000;
}

.accordionueberschrift.hover .ueberschrift {
	color: #2ba1b2;
}

.eventstrenner {
	width: 100%;
	height: 1px;
	margin: 8px 0 8px 0;
	border-top: 1px solid #eee;
}

.select_jahr {
	float: right;
}
	
.select_jahr select {
	border: 1px solid #2ba1b2;
	padding: 5px;
	font-weight: bold;
}

.datum {
	color: #555;
	font-size: 11px;
	font-weight: normal;
	display: block;
	margin: 0 0 4px 0;
}

.ueberschrift {
	margin-bottom: 5px;
	font-weight:normal;
  	font-family: "PT Sans Caption", Arial, Verdana, sans-serif;
	line-height: 1.1;	
	font-size: 16px;
	color: #333;
	text-transform: none;
	width: 100%;
}

.eventleft {
	width: 100px;
	font-size: 11px;
	text-align: left;
	float: left;
	padding: 4px 0 0 0;	
}

.eventright {
	width: 520px;
	font-size: 12px;
	text-align: left;
	float: left;
	padding: 0 0 10px 0;
}


.green{
	color: #2ba1b2 !important;
}

.eventleft1 {
	width: 60px;
	font-size: 11px;
	text-align: left;
	float: left;
	padding: 4px 0 0 0;	
	height: 12px;
}

.eventright2 p {
	margin: 0 !important;
	padding: 0 !important;
}

.eventright2 {
	width: 460px;
	font-size: 12px;
	text-align: left;
	float: left;
	padding: 0 0 2px 0;
}

.eventstrenner2 {
	clear: both;
	width: 100%;
	height: 11px;
	margin: 25px 0 10px 0;
	border-bottom: 1px solid #ddd;	
}

.eventright img {
	clear: both;
	width: 200px;
	margin: 0 0 20px 15px;
	border: 1px solid #999 !important;
}


a.eventpdf {
	padding-left: 20px;
	width: 100%;
	display: block;
}

a.btnPrint {
		clear: both;
		float: right;
		font-weight: bold;
		text-transform: none;
		font-size: 11px;
		color: #282828;
		text-decoration: none !important;
		margin: 0 0;
		padding: 0 0 0 8px;
	background: url("../content/arrow_right_small_grey.png") no-repeat left center;
	}

a.btnPrint:hover {
	color: #23b9ce;
	background: url("../content/arrow_right_small_blue.png") no-repeat left center;
}


.footermetanavi a.btnPrint {
	font-weight: normal;
		background: none;
}


.ajaxworking {
	padding: 0 0 0 20px;
	background: url("../content/ajax_loader.gif") no-repeat 0;
}

.ueberschriftinliste {
	display: inline-block;
	margin: 5px 0 5px 0;
	display: inline-block;
	font-weight:normal;
  	font-family: "PT Sans Caption", Arial, Verdana, sans-serif;
	line-height: 1.1;	
	font-size: 16px;
	color: #333;
	text-transform: none;
	width: 100%;

}

.ajaxcontent_abmeldung {
	display: inline-block;
	float: right;
	margin: 0;
	padding: 0 5px 0 0;
}

.ajaxcontent_abmeldung a{
	float: right;
	font-weight: bold;
	text-transform: none;
	font-size: 11px;
	color: #282828;
	text-decoration: none;
	padding: 0 0 0 7px;
	margin: 0 5px 0 5px;
	background: url("../content/arrow_right_small_grey.png") no-repeat left center;
}

.ajaxcontent_abmeldung a:hover{
	color: #23b9ce;
	background: url("../content/arrow_right_small_blue.png") no-repeat left center;
}

.eventsliste {
	border-top: 1px solid #eee;
	padding: 8px 0 10px 5px;
	margin: 0 0 1px 0;
}

.eventsliste:hover {
	color: #23b9ce;
	background: #f5f5f5;
}

.userliste {
	display: inline-block;
	float: right;
	margin: 15px 0 0 0;
	width: 660px;
}

.usercounter {
	display: inline-block;
	float: left;
	font-size: 12px;	
	width: 20px;
	text-align: right;
	margin: 0 0 7px 0;	
	color: #aaa;
}

.userleft {
	display: inline-block;	
	width: 630px;
	font-size: 12px;
	text-align: left;
	margin: 0 0 7px 10px;
	float: left;
}

.mailanalle {
	font-size: 12px;
	display: block;
	padding: 15px 0 15px 30px;
}

.keineanmeldung {
	font-size: 12px;
	display: block;
	padding: 15px 0 15px 30px;
	font-weight: bold;
	font-style: italic;
}
