/*
Liste mit Treffen
*/

.treffen-list td {
	vertical-align: top;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

.highlight {
	border: 5px solid #CCCCCC;	
}

.treffen-list .content {
	background-color: #FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
}

.highlightcontent {
	background-color: #FFFFCC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
}

.treffen-list .titel {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 3px;
}

.treffen-list .place {
	font-size: 11px;
	margin-top: 3px;
}

.treffen-list .beschreibung {
	margin-top: 3px;
	font-size: 10px;
}

.treffen-list .description {
	margin-top: 3px;
	font-size: 12px;
}

.treffen-list .teilnehmer {
	margin-bottom: 3px;
}

.treffen-list .teilnehmer img {
	margin-right: 5px;
}

.treffen-list .teilnehmer a {
	font-size: 12px;
	color: #009900;
	text-decoration: none;
	font-weight: bold;
}

.treffen-list .comments {
	margin-bottom: 3px;
}

.treffen-list .comments img {
	margin-right: 5px;
}

.treffen-list .comments a {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

.treffen-list .more {
	text-align: right;
}

.treffen-list .more a {
	font-size: 11px;
	text-decoration: none;
}

.treffen-list .datum {
	font-weight: bold;
	font-size: 16px;
	padding-top: 3px;
	margin:0px;
	text-align: center;
	background-image: url(/static/frobbel/img/treffen/datum_bg.png);
	background-repeat: no-repeat;
	height: 45px;
	width: 80px;
}

.treffen-list .teilnahme {
	margin: 0px;
	padding: 0px;
	height: 18px;
	width: 80px;	
}

/*
Freischaltung
*/

.list-freischaltung td {
	vertical-align: top;
	text-align: left;
	padding: 5px;
	margin: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.list-freischaltung .datum {
	font-size: 11px;
}

.list-freischaltung .nick {
	font-size: 14px;
	font-weight: bold;
}

.list-freischaltung .titel {
	font-size: 11px;
}

/*
Treffen Detailseite
*/

.veranstalter td {
	vertical-align: top;
	text-align: left;
	padding: 5px;
	margin: 2px;
}

.treffencontent .titel {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}

.treffencontent .content {
	font-size: 13px;
	background-color: #FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	margin-bottom: 10px;
}

/*
Eingetragene User in den Listen
*/

.liste-eingetragen td {
	vertical-align: top;
	text-align: left;
	padding: 5px;
	margin: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.liste-eingetragen .username {
	font-size: 11px;
}

.liste-eingetragen .comment {
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 14px;
}

.liste-eingetragen .added {
	font-size: 10px;
}

.liste-eingetragen .mf {
	text-align: right;
	font-size: 11px;
}

.liste-eingetragen .status1 {
	font-weight: bold;
	color: #009900;
	margin-bottom: 3px;
}

.liste-eingetragen .status0 {
	font-weight: bold;
	color: #FF0000;
	margin-bottom: 3px;
}