h2#contenthandle {
	margin-bottom: 8px;
	height: 29px;
	color: white;
	background-color: black;
	background-position: 20px 10px;
	background-repeat: no-repeat;
	cursor: move;
}
h2.angebot { background-image: url(../img/h2-angebot.gif); }
h2.veranst { background-image: url(../img/h2-veranst.gif); }
h2.archiv  { background-image: url(../img/h2-archiv.gif); }
h2.team    { background-image: url(../img/h2-team.gif); }
h2.kontakt { background-image: url(../img/h2-kontakt.gif); }
h2.links   { background-image: url(../img/h2-links.gif); }
h2.photos  { background-image: url(../img/h2-photos.gif); }
h2.news    { background-image: url(../img/h2-news.gif); }
h2.newsletter { background-image: url(../img/h2-nletter.gif); }
h2 span { display: none; }

h3 {
	padding-bottom: 2px;
	margin-bottom: 4px;
	text-transform: uppercase;
}
.ruled {
	border-bottom: 1px solid #ccc;
}

#content {
	font: 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Lucida, Verdana, sans-serif;
	visibility: hidden;
	display: none;
	position: relative;
	z-index: 1000;
	width: 340px;
	
	padding: 0 0 5px 0;
	margin: 10px;
	background: #eee;
	border: 1px solid #222;
}
#contentevents {
	font: 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Lucida, Verdana, sans-serif;
	visibility: hidden;
	position: relative;
	z-index: 1000;
	width: 640px;
	
	padding: 0 0 5px 0;
	margin: 10px;
	background: #eee;
	border: 1px solid #222;
}

.innerpad {
	padding: 0 20px;
	max-height: 436px;
	overflow-y: auto;
}

#content p { margin-bottom: 10px; }
#content ul { list-style: none; margin-bottom: 10px; }

a#close {
	position: absolute;
	right: 10px;
	top: 10px;
	height: 11px;
	width: 11px;
	background: transparent url(../img/close.gif) top left no-repeat;
}
a#close:hover { background-image: url(../img/close-hilite.gif); }

.dim { color: #222; }

.team1 {
	float: left;
	width: 140px;
	margin-bottom: 8px;
}

table {
	margin-bottom: 10px;
	width: 100%;
}
.event { margin-bottom: 10px; }
.archivevent {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}
.eventtype {
	font-style: italic;
	color: gray;
}
.eventimage {
	float: right;
	margin-left: 20px;
	width: 130px;
	background: gray;
}
.eventdate {
	font-size: 12px;
	color: gray;
}
.eventtext {
	width: 460px;
}
.eventinfo {
	clear: both;
	color: gray;
	border-bottom: 1px solid #ccc;
}
