body { font-family: Tahoma, Verdana; font-size: 12pt; }

DIV.csc-textpic-text h3 {
font-family: Tahoma, Verdana; font-size: 12pt;
	font-weight: none;
}
DIV.csc-textpic-text h4 {
font-family: Tahoma, Verdana; font-size: 10pt;
	font-weight: none;
}

#content {
	width: 780px;
	padding: 20 20 0 20;
}
h1 {
	color: #909090; /* alt: #A5B42B */
	font-family: Tahoma, Verdana;
	font-size: 12pt;
}
h2 {
	color: #909090; 
	font-family: Tahoma, Verdana;
	font-size: 11pt;
	font-weight: bold;
}
p.bodytext {
	font-family: Tahoma, Verdana;
	font-size: 10pt; 
	color: #133333; 
	text-align:justify;
}
p.align-left {
	text-align:justify;
}	
p.align-center {
	font-family: Tahoma, Verdana;
	font-size: 10pt; 
	color: #133333; 
	text-align:center;
}
ul, ol {
	color: #133333; 
	font-family: Tahoma, Verdana;
	font-size: 10pt; 
	list-style-image: url(/fileadmin/template/images/bullet.gif); 
	margin-left: 16px;	
	margin-top: 8px;
}
.csc-bulletlist.csc-bulletlist-0 {
	font-family: Tahoma, Verdana;
	font-size: 10pt; 
	color: #133333; 
	list-style-image: url(/fileadmin/template/images/bullet.gif);
	margin-left: 16px;	
	margin-top: 8px;

}
p.bodytext a:link {  
	font-family: Tahoma, Verdana;
	font-size: 10pt; 
	color: #022A89; 
	text-decoration:none; 
}

p.bodytext a:visited {  
	font-family: Tahoma, Verdana;
	font-size: 10pt; 
	color: #022A89; 
	text-decoration:none; 
}

p.bodytext a:active {  
	font-family: Tahoma, Verdana;
	font-size: 10pt; 
	color: #022A89; 
	text-decoration:none; 
}

p.bodytext a:hover {  
	font-family: Tahoma, Verdana;
	font-size: 10pt; 
	color: #646263; 
	text-decoration:none; 
}

/********************************************/
/********************************************/
/**************** menu coding *****************/
/********************************************/
/********************************************/

/* ERSTE EBENE */
/**************/
#menu li a.menu1 {
	font-family: Arial; 
	font-size: 8pt; 
	color: #808080; 
	border-right: 1px solid #FFFFFF;
	text-decoration:none; 
	background:none;
	/* padding: 0 5 0 5; */
		padding-left:0px;
	text-align:center;
}



/* ZWEITE EBENE */
/**************/
#menu li a.menu2 {
	font-family: Arial; 
	font-size: 10pt; 
	color: #FFFFFF; 
	border-bottom: 1px dotted #CCCCCC;
/*	margin:5px 10px 5px 10px; */
/*	padding-left:0px; */
	text-decoration:none; 
/*	background:url(images/menu_link_padding3.gif) no-repeat center left #666666;
	padding-left:12px */
}
#menu li a.menu2:hover {
/*	background:#892c2c; 
	background:url(images/menu_link_padding3.gif) no-repeat center left #892c2c; */
}


/* ZWEITE EBENE */
/**************/
#menu li a.menu3 {
	font-family: Arial; 
	font-size: 10pt; 
	color: #FFFFFF; 
	border-bottom: 1px dotted #CCCCCC;
/*	margin:5px 10px 5px 10px; */
/*	padding-left:0px; */
	text-decoration:none; 
/*	background:url(images/menu_link_padding3.gif) no-repeat center left #666666;
	padding-left:12px */
}

#menu {
width: 100%;
background: none;
float: left;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 8em; 
float: left;
}

#menu a, #menu h2 {
font: 10pt arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: none;
border-color: none;
margin: 0;
padding: 2px 3px;
/* border-right: 1px dotted #CCCCCC; */
}

#menu h2 {
color: #fff; /* linkfarbe top menue */
background: none;
text-transform: uppercase;
}

#menu a {
color: #FFFFFF; /* linkfarbe submenue */
background: #666666;

text-decoration: none;
/* border-bottom: 1px dotted #CCCCCC; */
}

#menu a:hover {
color: #FFFFFF; /* submenue hover */
background: #012A88;
}

#menu li {
position: relative;
/* text-align:center; */
}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
width:200px;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
