.text	{
	font-family: verdana, arial, sans-serif;
	font-weight: 400;
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
	color: #333333;
}

.texts	{
	font-family: verdana, arial, sans-serif;
	font-weight: 400;
	font-size: 10px;
	line-height: 13px;
	text-decoration: none;
	color: #333333;
}

.subheader	{
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	color: #333333;
}

.header	{
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	text-decoration: none;
	color: #333333;
}

.footer	{
	font-family: verdana, arial, sans-serif;
	font-weight: 400;
	font-size: 10px;
	line-height: 13px;
	text-decoration: none;
	color: #333333;
}

.fromnavi	{
	font-family: verdana, arial, sans-serif;
	font-weight: 400;
	font-size: 10px;
	line-height: 13px;
	text-decoration: none;
	text-transform: lowercase;
	color: #999999;
}

.textbold {font-weight:bold;}

A.footer:link {color: #333333; text-decoration: none;}
A.footer:visited {color: #333333; text-decoration: none;}
A.footer:active {color: #333333; text-decoration: none;}
A.footer:hover {color: #333333; text-decoration: underline;}

A:link {color: #333333; text-decoration: underline;}
A:visited {color: #333333; text-decoration: underline;}
A:active {color: #333333; text-decoration: underline;}
A:hover {color: #CC9900; text-decoration: none;}


.bglinel{
	background-image: url(/images/line_l.gif);
	background-repeat: repeat-y;
	background-position: left;
}


.trennlinie{
	background-color:#CCCCCC;
}


div.navi{
	margin-bottom: 10px;
	margin-right: 10px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
}

A.navi_no:link {color: #333333; text-decoration: none; font-weight: normal;}
A.navi_no:visited {color: #333333; text-decoration: none; font-weight: normal;}
A.navi_no:active {color: #333333; text-decoration: none; font-weight: normal;}
A.navi_no:hover {color: #CC9900; text-decoration: none; font-weight: normal;}

A.navi_act:link {color: #CC9900; text-decoration: none; font-weight: bold;}
A.navi_act:visited {color: #CC9900; text-decoration: none; font-weight: bold;}
A.navi_act:active {color: #CC9900; text-decoration: none; font-weight: bold;}
A.navi_act:hover {color: #CC9900; text-decoration: none; font-weight: bold;}

A.fromnavi:link {color: #999999; text-decoration: none; font-weight: normal;}
A.fromnavi:visited {color: #999999; text-decoration: none; font-weight: normal;}
A.fromnavi:active {color: #999999; text-decoration: none; font-weight: normal;}
A.fromnavi:hover {color: #947A5A; text-decoration: none; font-weight: normal;}


/* =========================== TOOLTIPPS ============================== */
div#container{
margin: 0px;
}

a.info{
position:relative; 
z-index:24;
background-color: #FFFFFF;
font-family: verdana, arial, sans-serif;
font-size: 11px;
line-height: 15px;
font-weight: normal;
color: #333333;
text-decoration: none;
}

a.info:hover{
z-index: 25;
background-color: #cccccc;
}
a.info span{
display: none;
}
a.info:hover span{ 
display: block;
position:absolute;
top: 2em;
left: 2em;
width: 30em;
border: 1px solid #333333;
background-color: #cccccc;
font-family: verdana, arial, sans-serif;
font-size: 11px;
line-height: 15px;
font-weight: normal;
color: #333333;
padding: 5px;
}


/* =========================== SITEMAP =========================== */

#sitemap_box{
   float: none;
	width: 330px;
	margin-bottom: 30px;
}

.bg_sitemap{
	background-color: #cccccc;
}

.sitemap_level1 {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	line-height: 15px;
	text-decoration: none;
	text-transform: uppercase;
	color: #333333;
}

.sitemap_level2 {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-decoration: none;
	font-weight: normal;
}

.sitemap_level3 {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 11px;
	text-decoration: none;
	font-weight: normal;
}


A.sitemap:link {color: #333333; text-decoration: none;}
A.sitemap:visited {color: #333333; text-decoration: none;}
A.sitemap:active {color: #333333; text-decoration: none;}
A.sitemap:hover {color: #CC9900; text-decoration: none;}
