/* =basics
--------------------------------------------------------------- */
*{
border:0;
margin:0;
padding:0
text-align: left; /*pour corriger bug IE*/
}
body {
font: normal 0.75em/1.3em Arial, sans-serif;
color: #000000;
/*background-color: #FFF;*/
/*background: #99CCFF url(/pictures/bg-blueline.png) top center;*/
background: #D8E5D8 url(/pictures/fondint.jpg) top center;
}
.bodycontent /* falls hintergrundfarbe des inhalts von der vom body abweicht */ {
background: #FFFFFF;
}
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 {
padding:0;
margin:0 0 0 1.5em;
}
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:link {color:#BF4142; text-decoration:none; }
a:visited {color:#BF4142; text-decoration:none; }
a:hover {color:#BF4142; text-decoration:none; }
a:active  {color:#BF4142; text-decoration:none; }

a img {
	border: none;
	}	
	
/* =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;
	}

