@import url("bofa_cssstyledoverrides.css");

body {
	background-color: #FCF8F1;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: black;
	text-align: center;
}
a:link {
	color: black;
	text-decoration: underline;
}
a:visited {
	color: black;
	text-decoration: underline;
}
a:active {
	color: black;
	text-decoration: underline;
}
a:hover {
	color: black;
	text-decoration: none;
}
h1, h2, h3, h4, h6 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 16px;
	color: darkblue;
	font-weight: bold;
}
h6 {
	font-size: 12px;
	color: black;
}
h1.csc-firstHeader {
	margin-top: 0;
}
img {
	border: none;
	margin: 0;
	padding: 0;
}
div {
	margin: 0;
	padding: 0;
}
td {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: black;
}
div#main {
	width: 970px;
	margin: 0 auto;
	margin-top: 10px;
	text-align: left;
	background-color: white;
}
div#header_bild {
	height: 87px;
	background-image: url("../img/top2.jpg");
	background-repeat: no-repeat;
}
div#header_wo {
	margin-top: 2px;
	float: left;
	font-size: 10px;
}
div#header_wann {
	margin-top: 2px;
	margin-left: 700px;
	font-size: 10px;
	text-align: right;
}
div#menu ul {
	width: 113px;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	padding-top: 2px;
}
div#menu ul li {
	list-style-type: none;
	padding-top: 2px;
}
div#menu ul li a {
	display: block;
	text-decoration: none;
	padding: 2px 2px 2px 20px;
	width: 100%;
    background-image: url("../img/pfeil1.gif");
    background-repeat: no-repeat;
	background-color: #D6E4F7;
	color: #000000;
}
div#menu ul li.current a {
	display: block;
	text-decoration: none;
	padding: 2px 2px 2px 20px;
	width: 100%;
    background-image: url("../img/pfeil2.gif");
    background-repeat: no-repeat;
	font-weight: bold;
	color: #000000;
}
div#menu ul li.current_start a {
	display: block;
	text-decoration: none;
	padding: 2px 2px 2px 20px;
	width: 100%;
    background-image: url("../img/pfeil1.gif");
    background-repeat: no-repeat;
	font-weight: bold;
	color: #000000;
}
div#menu ul li.sub a {
	display: block;
	text-decoration: none;
	padding: 2px 2px 2px 20px;
	width: 100%;
    background-image: url("../img/punkt.gif");
    background-repeat: no-repeat;
	background-color: #F7EFDB;
	color: #000000;
}
div#menu ul li.sub_current a {
	display: block;
	text-decoration: none;
	padding: 2px 2px 2px 20px;
	width: 100%;
    background-image: url("../img/punkt.gif");
    background-repeat: no-repeat;
	background-color: #F7EFDB;
	font-weight: bold;
	color: #000000;
}
div#menu ul li.sub_produkte a {
	display: block;
	text-decoration: none;
	padding: 2px 2px 2px 20px;
	width: 100%;
    background-image: url("../img/pfeil1.gif");
    background-repeat: no-repeat;
	background-color: #F7EFDB;
	color: #000000;
}
div#menu ul li.sub_produkte_current a {
	display: block;
	text-decoration: none;
	padding: 2px 2px 2px 20px;
	width: 100%;
    background-image: url("../img/pfeil2.gif");
    background-repeat: no-repeat;
	background-color: #F7EFDB;
	font-weight: bold;
	color: #000000;
}
div#menu ul li.sub2 a {
	display: block;
	text-decoration: none;
	padding: 2px 2px 2px 20px;
	width: 100%;
    background-image: url("../img/punkt.gif");
    background-repeat: no-repeat;
	background-color: #FCF8F1;
	color: #000000;
}
div#menu ul li.sub2_current a {
	display: block;
	text-decoration: none;
	padding: 2px 2px 2px 20px;
	width: 100%;
    background-image: url("../img/punkt.gif");
    background-repeat: no-repeat;
	background-color: #FCF8F1;
	font-weight: bold;
	color: #000000;
}
div#menu ul li a:link, div#menu ul li a:visited, div#menu ul li a:active {
	color: #000000;
	text-decoration: none;
}
div#menu ul li a:hover {
	background-color: #C9E3F5;
	color: #000000;
	text-decoration: none;
}
div#sprachen {
	position: absolute;
	padding: 2px 2px 2px 20px;
	font-size: 10px;
}
div#sprachen img {
	position: relative;
	bottom: -5px;
}
div#mitte {
	width: 970px;
	margin-top: 4px;
}
div#menu {
	float: left;
	width: 145px;
}
div#content {
	margin-left: 150px;
}
div#maincontent {
	float: left;
	width: 644px;
}
div#pdflink {
	text-align: right;
	height: 20px;
	vertical-align: middle;
}
div#rightcontent {
	margin-left: 649px;
	<!--[if lte IE 7]>
	margin-left: 652px;
	<![endif]-->
	min-height: 350px;
	border: 2px solid #6db5e4;
	font-size: 10px;
}
div#rightcontent ul {
	margin: 0;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 0;
	list-style: none;
}
div#rightcontent ul li {
	margin: 0;
	padding: 1px;
}
div#footer {
	margin-top: 35px;
	font-size: 10px;
	text-align: center;
}
div.clear {
	clear: both;
}