@charset "utf-8";
/* CSS Document */

/*
-------------------------
	Allgemein - Layout der Startseite
-------------------------
*/

div#content_artikel {
	margin-left: 20px;
	margin-right: 20px;
	width: 480px;
	float: left;
	clear: both;
	margin-top: 25px;
}

div#content_seitenbox {
	margin-left: 10px;
	width: 370px;
	text-align: justify;
	float: right;
	margin-top: 25px;
}

.h1allo {
	
	padding: 7px;
	margin-bottom: 25px;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/*
-------------------------
	Artikel auf der Startseite
-------------------------
*/

.artikel_ueberschrift {
	font-size: 13px;
	text-align:left;
	font-weight: bold;
}

.artikel_unterueberschrift {
	color: #37388e;
	text-align: left;
	font-size: 12px;
}

.artikel_datum {
	color: #37388e;
	text-align: left;
}

.trennbalken_top {
	margin-bottom: 15px;
}

.trennbalken {
	margin-top: 15px;
	margin-bottom: 15px;
}


/*
-------------------------
	Begegnung 
-------------------------
*/

div#contentbegegnung {
	
	padding: 7px;
	margin-bottom: 35px;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
}

div#contentbegegnung_mannschaften {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

div#contentbegegnung_datum {
	margin-top: 7px;
	text-align: center;
	color: #37338e;
}

/*
-------------------------
	Termine
-------------------------
*/

div#contenttermine {
	height: 310px;
	
	padding: 7px;
	margin-bottom: 35px;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
}

.termin_content {
	clear: both;
}

.termin_datum {
	float: left;
	width: 70px;
}

.termin_beschreibung {
	float: right;
	width: 260px;
	margin-bottom: 20px;
	text-align: left;
}



.Container {
  position: relative;
  width: 350px;
  height: 280px;
}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 350px;
  height: 280px; 
  border-bottom: 1px solid #E3E3E3;
}

.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
    padding: 10px 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;

}
.Scrollbar-Up {
	margin-top: 10px;
	margin-right: 10px;
  	cursor: pointer;
  	position: relative;
}
.Scrollbar-Down {
	margin-top: 10px;
	margin-right: 10px;
  	cursor: pointer;
  	position: relative;
}

/* Termin in der Facebox */

.h {
	width: 500px;
	min-height: 300px;
}

.ueberschrift {
	color: #37388e;
	font-size: 13px;
	font-weight: bolder;
	margin-bottom: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid #e3e3e3;
	height: 25px;
}

.info {
	color: #37388e;
	font-size: 12px;
	float: left;
	width: 400px;
}

.beginn, .ende, .ort {
	width: 75px;
	float: left;
	color: #CCCCCC;
}

.text {
	float: left;
	width: 500px;
	text-align: justify;
}
