/* =basics
--------------------------------------------------------------- */
body {
	font-style: Arial;
	}
.bodycontent /* falls hintergrundfarbe des inhalts von der vom body abweicht */ {
	
	}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	}
p, .normal {
	
	}
h1, .titel {
	
	}
h2 {
	
	}
h3, .untertitel {
	
	}
h4 {
	
	}
hr {
	color: #000;
	background-color: #000;
	height: 1px;
	border: 0
	}
ul {
	
	}
ol {
	
	}
table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0
	}
table th {
	font-weight: bold;
	text-align: left;
	}
table td {
	vertical-align: top;
	}
img {
	border: 0;
	}

/* =A-Z-Ausgabe
--------------------------------------------------------------- */
.abisz {
	padding:5px;
	margin: 0;
	background-color: #eaeaea;
	}
.abisz li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #000;
	font-weight: bold;
	text-align: center;
	}
	
/* =links
--------------------------------------------------------------- */
a {color: #0099FF;}
a:link {color:#0099FF; text-decoration:none; }
a:visited {color:#0099FF; text-decoration:none; }
a:hover {color:#0099FF; text-decoration:none; }
a:active  {color:#0099FF; text-decoration:none; }

a img {border:0;}
	
/* =document-links
--------------------------------------------------------------- */

a.pdf {
	background-image: url("/icons/module/Dokument3_0/icon_pdf_klein.gif");
	}
a.doc, a.rtf {
	background-image: url("/icons/module/Dokument3_0/icon_word_klein.gif");
	}
a.xls {
	background-image: url("/icons/module/Dokument3_0/icon_excel_klein.gif");
	}
a.pps {
	background-image: url("/icons/module/Dokument3_0/icon_powerpoint_klein.gif");
	}
a.zip {
	background-image: url("/icons/module/Dokument3_0/icon_zip_klein.gif");
	}
a.txt {
	background-image: url("/icons/module/Dokument3_0/icon_txt_klein.gif");
	}
a.vcf {
	background-image: url("/icons/module/Dokument3_0/icon_vcf_klein.gif");
	background-position: 0 3px;
	}
a.document {
	background-position: 0 0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	background-repeat: no-repeat;
	}

/* =image mit legende
--------------------------------------------------------------- */

.card-left, .card-right {
	float: left;
	width: 170px;
	padding: 10px 0;
	text-align: center;
	background: white;
	border: 1px solid #ccc;
	font-size: 1em;
	margin-top: 1em;
	}
.card-right {
	float: right;
	}
.card-title {
	margin: 0 0 5px 0;
	font-size: 1em;
	color: green;
	}
.card-photo {
	margin: 0 auto;
	padding: 0;
	border: none;
	}
.card-desc {
	margin: 5px 10px 0 10px;
	padding: 0;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.1em;
	}

div#events_short{
font-size:12px;
font-family: Arial;
}
