/* CSS Document */
a {
	display: block;
	color: #320000;
	text-decoration	: none;
}
a:hover {
	color: #980000;
	text-decoration	: none;
}
/*********************************************************************************/
/* POSITIONIERUNG */
#subnavigation {
	margin: 75px 0 0 60px;
	width: 300px;
	float: left;
}
#content {
	margin: 75px 60px 0 0;
	width: 780px;
	min-height: 250px;
	float: left;
}
#footer {
	margin: 10px 60px 0 0;
	width: 780px;
	float: right;
}
/*********************************************************************************/
/* SCHRIFTFORMATIERUNG */
#subnavigation {
	font-size: 85%;
}
#subnavigation ul.level1,
#subnavigation ul.level2 {
	background: url("../images/bg_2ndnav.png") 0% 0% repeat-y;
}
#subnavigation li {
	width: 250px;
}
#subnavigation li.l1_NO a,
#subnavigation li.l1_CUR a,
#subnavigation li.l1_ACT a {
	margin: 0 15px;
	padding: 0 15px;
	border-bottom: #d9e1e1 1px dotted;
	line-height: 2em;
}
#subnavigation li.l1_CUR a,
#subnavigation li.l1_ACT a {
	color: #980000;
	font-weight: bold;
}
#subnavigation li.l1_ACT a {
	border: 0;
}

#subnavigation li.l2_NO a,
#subnavigation li.l2_CUR a {
	margin: 0 25px;
	padding: 0 15px;
	color: #320000;
	font-size: 85%;
	font-weight: normal;
}
#subnavigation li.l2_NO a:hover,
#subnavigation li.l2_CUR a:hover {
	color: #980000;
}
#subnavigation li.l2_CUR a {
	color: #980000;
	font-weight: bold;
}


#subnavigation div.csc-textpic {
	width: 250px;
	background: url("../images/bg_2ndnav.png") 0% 0% repeat-y;
}
#subnavigation div.csc-textpic-text {
	line-height: 30px;
}


#content div.csc-textpic {
	margin: 20px 0;
	width: 390px;
	height: 200px;
	float: left;
}
#subnavigation div.csc-textpic img,
#content div.csc-textpic img {
	margin: 0 10px;
	float: left;
}
#content p.bodytext {
	font-size: 85%;
	text-align: justify;
}
#content div.csc-textpic p.bodytext {
	text-align: left;
}

#content table.contenttable th {
	width: 85px;
	text-align: left;
	vertical-align: top;
	font-size: 95%;
	font-style: italic;
	font-weight: normal;
}
#content table.contenttable td {
	text-align: left;
	vertical-align: top;
}
