body {
	margin: 0;
	padding: 0;
	font: 12px georgia, palatino, "Times New Roman", serif;
	background: #ffffff url(bc-01.gif) repeat-y;
}

html, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, em, font, img, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label, table, tbody, tfoot, tr, th, td, brotMenue,
csc-textpic csc-textpic-center csc-textpic-above csc-textpic-imagewrap csc-textpic-image csc-textpic-lastcol
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}


#menuContainer
{
	width: 360px;
	padding: 0;
	margin: 0;
}

#topLogo
{
	height: 88px;
	width: 446px;
	padding: 80px 0px 50px 154px;
	position: absolute;
	left: 360px;
	top: 0px;
	background: #FFFFFF;
}

#topLogo img
{
	border:none;
}

  .thispace 
{
	margin-right:0.15em;
	margin-left:0.15em;
}


/* --------------------------------------------------
----------------------------------------------------

menue oben 

----------------------------------------------------
----------------------------------------------------*/


#topMenue
{
	width: 280px;
	height: 130px;
	margin: 0;
	background-image:url(br-01.jpg);
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 88px 0px 0px 70px;
}

#topMenue ul
{
	list-style-type: none;
	list-style-image: none;
	display: block;
	margin: 10px 0px;
	padding: 0px;
}

#topMenue ul a
{
	display: block;
	text-decoration: none;
	background: url(arrow-03.gif) no-repeat 5px;
	text-transform: uppercase;
	color: #CCCCCC;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 5px 10px 5px 30px;
}

#topMenue ul a:hover
{
	background: #3F3D41 url(arrow-04.gif) no-repeat 5px;
	color: #FFFFFF;
	border-right: 5px solid #A9A8AA;
}



#topBorder
{
	width: 10px;
	background-color: #a9a8aa;
	height: 218px;
	position: absolute;
	left: 350px;
	top: 0px;
}

/* --------------------------------------------------
----------------------------------------------------

menue 

----------------------------------------------------
----------------------------------------------------*/


#mainMenue
{
	width: 290px;
	position: absolute;
	left: 0px;
	top: 219px;
	padding: 40px 0px 0px 70px;
}

#mainMenue ul
{
	list-style-type: none;
	list-style-image: none;
	display: block;
	margin: 10px 10px 10px 0px;
	padding: 0px;
}

#mainMenue ul a
{
	display: block;
	text-decoration: none;
	background: url(arrow-01.gif) no-repeat 5px;
	text-transform: uppercase;
	color: #ECEBC6;
	font: 14px Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #D6D580;
	padding: 5px 10px 5px 30px;
}

#mainMenue ul a:hover
{
	background: #8f8c01 url(arrow-02.gif) no-repeat 5px;
	color: #FFFFFF;
	border-right: 5px solid #D6D580;
}

#mainMenue ul ul
{
	list-style-type: none;
	list-style-image: none;
	display: block;
	margin: 0px;
	padding: 0px;
	background: #8F8C01;
}

#mainMenue ul ul a
{
	display: block;
	text-decoration: none;
	background: url(arrow-05.gif) no-repeat 25px;
	text-transform: uppercase;
	color: #ECEBC6;
	font: 12px Arial, Helvetica, sans-serif;
	border-style: none;
	padding: 5px 10px 5px 45px;
}

#mainMenue ul ul a:hover
{
	background: #7C7901 url(arrow-06.gif) no-repeat 25px;
	color: #FFFFFF;
	border-right: 2px solid #D6D580;
	border-bottom-style: none;
}

#mainMenue ul ul ul
{
	list-style-type: none;
	list-style-image: none;
	display: block;
	margin: 0px;
	padding: 0px;
}

#mainMenue ul ul ul a
{
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #ECEBC6;
	font: 11px Arial, Helvetica, sans-serif;
	border-style: none;
	padding: 4px 10px 4px 45px;
	background: #7C7901 url(none);
}

#mainMenue ul ul ul a:hover
{
	color: #FFFFFF;
	border-right: 1px solid #D6D580;
	border-bottom-style: none;
	background: #615F01 url(none);
}


#contentContainer
{
	width: 600px;
	position: absolute;
	left: 360px;
	top: 218px;
	background: #FFFFFF url(line-01.gif) no-repeat;
}

/* --------------------------------------------------
----------------------------------------------------

content 

----------------------------------------------------
----------------------------------------------------*/


#content
{
	width: 500px;
	padding: 20px 50px 15px;
}

#content p
{
	font-size: 15px;
	padding-bottom: 10px;
	line-height: 20px;
	color: #333333;
}

#content h1
{
	font: 22px/20px Arial, Helvetica, sans-serif;
	color: #8F8C01;


	padding-top: 10px;
	padding-bottom: 15px;
	letter-spacing: 1px;
}

#content h2
{
	font: 18px/20px Arial, Helvetica, sans-serif;
	color: #8F8C01;
	padding-bottom: 10px;
	padding-top: 10px;
}

#content h3
{
	font: 15px/20px Arial, Helvetica, sans-serif;
	color: #8F8C01;
	padding-bottom: 10px;
	letter-spacing: 1px;
	padding-top: 10px;
}

#content h4
{
}

#content h5
{
}

#content h6
{
}

#content ol
{
	margin: 0px;
	padding-bottom: 10px;
	padding-left: 22px;
}

#content ol li
{
	line-height: 20px;
	font-size: 15px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #333333;
	list-style: decimal outside;
}


#content ul
{
	list-style: none inside;
	margin: 0px;
	padding-bottom: 10px;
}

#content ul li
{
	line-height: 20px;
	font-size: 15px;
	list-style: none outside;
	background: url(bi-01.gif) no-repeat 2px 8px;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #333333;
}

#content a
{
	color: #615F01;
}

#content a:hover
{
	color: #333333;
}

#content a[href $='.pdf'] 
{ 
	padding-right: 17px;
	background: transparent url(pdfsym-12.gif) right 60% no-repeat;
	margin-right: 2px;
}

#content p a[href^="http://"] 
{
	padding-right: 16px;
	background: url(ext-link.gif) right 60% no-repeat;
	margin-right: 2px;
}

.brotMenue
{
	padding-bottom: 20px;
	color: #A9A8AA;
	font-size: 16px;
	line-height: 0px;
}

.brotMenue a
{
	font: 13px/0px Arial, Helvetica, sans-serif;
	color: #A9A8AA!important;
	text-decoration: none;
}

.brotMenue a:hover
{
	color: #8F8C01;
	text-decoration: underline;
}

.infoBox
{
	background: #D6D580;
	border: 1px dotted #8F8C01;
	margin-bottom: 15px;
	padding: 10px 15px 5px;
	margin-top: 5px;
}


/* --------------------------------------------------
----------------------------------------------------

footer 

----------------------------------------------------
----------------------------------------------------*/



#footer
{
	width: 500px;
	padding: 20px 50px 25px;
	background: #FFFFFF url(line-01.gif) no-repeat;
}

#footer a
{
	font: 12px Arial, Helvetica, sans-serif;
	color: #A9A8AA!important;
	text-decoration: none;
}

#footer a:hover
{
	color: #8F8C01;
	text-decoration: underline;
}

#footer h6
{
	color: #A9A8AA;
	font: normal 10px Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

#footer h6 a
{
	font: 10px Georgia, "Times New Roman", Times, serif;
}
