/* grundelemente 
------------------------------------------
------------------------------------------*/

.bodycontent /* falls hintergrundfarbe des inhalts von der vom body abweicht */ {
text-align: left;
margin: 0;
padding: 0;
background-color: #fff;
}

/* links	
------------------------------------------
------------------------------------------*/

a, a:link  {
color: #206db9;
}

a:visited {
color: #0e4f90; }

a:hover { 
color: #000;
}
a img { 
border: none;
	}

/* typo / tables 
------------------------------------------
------------------------------------------*/

p, .normal	{
padding: 0;
font-size: 1em;
line-height: 1.45em;
margin: 7px 0px 7px 0px;
	}
h1 {
font-size: 1.3em;
letter-spacing: 1px;
margin: 10px 0px 15px 0px;
}

h2  {
margin: 0;
padding: 0;
font-size: 1.1em;
font-weight: normal;
margin: 10px 0px 10px 0px;
	}

h3, .untertitel  {
margin: 0;
padding: 0;
font-weight: normal;
font-size: 1em;
	}
hr {
color: #1355a8;
background-color: #1355a8;
height: 2px;
/*background-image: url(/pictures/hr_blau.gif);
background-repeat: no-repeat;*/
border: 0;
margin: 8px 0px 8px 0px;
padding: 0;
 }


table  {
margin: 0;
padding: 0;
border-collapse: collapse;
border-spacing: 0;
font-size: 1em;
 }

th  {
font-weight: bold;
text-align: left;
font-size: 1em;
font-weight: bold;
background-color: #f5f5f5;
padding: 4px 3px 1px 1px;
border-bottom: 1px solid #C2D3DA;
line-height: 1.4em;
	}
td  {
font-size: 1em;
vertical-align: top;
line-height: 1.4em;
  	}

img	{
border: 0;
}

blockquote {
font-size: 1.4em;
font-weight: bold;
color: #1355a8;
margin: 0px 0px 0px 250px;
padding: 0;
}

blockquote p {
margin: 0;
padding: 0;
}

cite {
display: block;
margin: 5px 0px 0px 0px;
color: #000;
font-size: 12px;
font-weight: normal;
}


/* 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: 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;
	}

