/* Links 
---------------------------------------------------------- */	
a:link  {
	color: #f00; }
a:visited { 
	color: #f00; }
a:hover { 
	color: #666; }
a:active { 
	color: #666; }
a img { 
	border: none;
	}
#zurueck {
	margin-left: 22px;
	margin-top: 30px;
	width: 180px;
	}
#zurueck a {
	color: #fff;
	text-decoration: none;
	display: block;
	background-color: #666;
	padding: 5px 0px 5px 27px;
	background-image: url(/pictures/pfeil_home.gif);
	background-repeat: no-repeat;
	background-position: 12px 10px;
	}
#zurueck a:hover {
	background-color: #999;
	}

#inhalt ul.abisz {
	padding:5px;
	margin: 0;
	background-color: #eaeaea;
	}
#inhalt ul.abisz li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #000;
	font-weight: bold;
	text-align: center;
	}

/* Text 
---------------------------------------------------------- */	
p, .normal	{
	margin: 0;
	margin-bottom: 1.3em;
	font-size: 1.0em;
	}
h1, .titel	{
	margin: 0;
	margin-bottom: 1.3em;
	font-weight: bold;
	font-size: 1.4em;
	}
h2 {
	margin: 0;
	margin-bottom: 1.3em;
	font-weight: bold;
	font-size: 1.2em;
	}
h3, .untertitel  {
	margin: 0;
	font-size: 1.0em;
	font-weight: bold;
	}
h4 {
	margin: 0;
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 1.3em;
	}
hr {
	color: #000;
	background-color: #000;
	height: 1px;
	border: 0 }
#inhalt ul {
	margin: 0;
	padding: 0;
	padding-left: 15px;
	margin-top: 7px;
	margin-bottom: 15px;
	}
html>body #inhalt ul {
	list-style-image: url(/pictures/square.gif);
	}
* html #inhalt ul {
	list-style-type: square;
	}
#inhalt li {
	margin: 0;
	}
li {
	margin: 0;
	padding: 0;
	}
ol {
	}
.normal {font-weight: normal;}
.normal1 {font-weight: bold;}
.normal2 {font-weight: normal;}
table  {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1.0em;
	line-height: 1.3em;
	}
th  {
	font-weight: bold;
	text-align: left;
	}
table caption {
	text-align: left;
	font-weight: bold;
	}
.ungerade td {
	font-weight: normal;
	text-align: left;
	background-color: #e2e2e2;
	padding: 2px;
	}
.gerade td {
	font-weight: normal;
	text-align: left;
	background-color: #fff;
	padding: 2px;
	}
td  {
  	vertical-align: top;
  	}
img	{
	border: 0;
	}

/* Dokumente 
---------------------------------------------------------- */
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.document {
	background-position: 0 0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	background-repeat: no-repeat;
	}
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;
	}

/*=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: 0.4em;
	}
.card-nofloat {
	width: 170px;
	padding: 10px 0;
	text-align: center;
	background: white;
	border: 1px solid #ccc;
	font-size: 1em;
	margin-top: 0.4em;
	}
.card-right {
	float: right;
	}

.card-title {
	margin: 0 0 5px 0;
	font-size: 1em;
	color: #d72522;
	}
.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;
	}

