/* ------- content -------- */
body 
{ 
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
} 

span.norm
{
    font-family: Arial;
	font-size : 11px;
	line-height: 15px;
	color: #003366;
}

span.small 
{
    font-family: Arial;
	font-size : 10px;
	line-height: 13px;
	color: #003366;
}

span.pointer
{
    font-family: Arial;
	font-weight: bold;
	font-size : 11px;
	line-height: 13px;
	color: #999999;
}

span.title 
{
	font-weight: bold;
    font-family: Arial;
	font-size : 24px;
	line-height: 26px;
	color: #FF3333;
}

.texttitle
{
    font-family: Arial;
	font-size : 18px;
	font-weight: bold;
	color: #003366;
}

.textsubtitle
{
    font-family: Arial;
	font-size : 13px;
	font-weight: bold;
	color: #003366;
}

.textsmall
{
    font-family: Arial;
	font-size : 9px;
	color: #003366;
}

.textbackground
{
	background-color: #a7c8d6;
}
	
td.title 
{
	font-weight: bold;
    font-family: Arial;
	font-size : 18px;
	line-height: 22px;
	color: #003366;
}

td.norm 
{
    font-family: Arial;
	font-size : 11px;
	line-height: 15px;
	color: #003366;
}

td.small 
{
    font-family: Arial;
	font-size : 10px;
	line-height: 13px;
	color: #003366;
}

td.footer 
{
    font-family: Arial;
	font-size : 10px;
	line-height: 12px;
	color: #FFFFFF;
}

td.servicenav
{
	font-family: Arial;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
}

a 
{
	text-decoration: none;
	color: #666666;
}

a:hover 
{
	color: #999999;
	text-decoration: none;
}

a.servicenav
{
	text-decoration: none;
	color: #666666;
}

a.servicenav:hover 
{
	color: #000000;
	text-decoration: none;
}

a.footer 
{
    font-family: Arial;
	font-size : 10px;
	line-height: 12px;
	font-weight: bold;
	color: #FFFFFF;
    text-decoration: none;
}

a.footer:hover
{
	color: #333333;
    text-decoration: none;
}

a.pointer
{
     font-family: Arial;
	font-weight: bold;
	font-size : 11px;
	line-height: 13px;
	color: #999999;
	text-decoration: none;
}

a.pointer:hover
{
    font-family: Arial;
	font-size : 11px;
	line-height: 13px;
	color: #999999;
	text-decoration: none;	
}



/* ------- navigation -------- */

a.nav {
    font-family: Verdana;
	font-size : 11px;
	line-height: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

a.nav:hover {
    font-family: Verdana;
	font-size : 11px;
	line-height: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
	
a.navactive {
    font-family: Verdana;
	font-size : 11px;
	line-height: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}

a.navactive:hover {
    font-family: Verdana;
	font-size : 11px;
	line-height: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}	

a.subnav {
    font-family: Verdana;
	font-size : 11px;
	font-weight: bold;
	text-decoration: none;
	color: #999999;
	
}	

a.subnav:hover {
    font-family: Verdana;
	font-size : 11px;
	font-weight: bold;	
	text-decoration: none;
	color: #FF3333;
}

a.subnavactive {
    font-family: Verdana;
	font-size : 11px;
	font-weight: bold;	
	text-decoration: none;
	color: #FF3333;
}

a.subnavactive:hover {
    font-family: Verdana;
	font-size : 11px;
	font-weight: bold;	
	text-decoration: none;
	color: #FF3333;
}

.subnavtable 
{  
    background-color: #FFFFFF;
    border-color: #333333 #333333 #333333 #333333;
	border-style: solid;
    border-top-width: 0px; 
    border-right-width: 1px; 
    border-bottom-width: 1px; 
    border-left-width: 1px
}



/* ------- sitemap -------- */

body.sitemap
{ 
	margin-top: 4px;
	margin-left: 0px;
} 

a.sitemaptoplevel 
{
    font-family: Arial;
	text-decoration: none;
	font-size : 12px;
	font-weight: bold;
	color: #003366;
	height: 10px;
	margin-top: 10px;
}	

a.sitemaptoplevel:hover 
{
	color: #336699;
}
	
a.sitemapsublevel 
{
    font-family: Arial;
	text-decoration: none;
	font-size : 11px;
	font-weight: bold;
	color: #000000;
}	

a.sitemapsublevel:hover 
{
    color: #666666;
}

a.sitemapsubsublevel
{
    font-family: Arial;
	text-decoration: none;
	font-size : 11px;
	font-weight: normal;
	color: #000000;
}	

a.sitemapsubsublevel:hover 
{
    color: #666666;
}

/* ------- forms  -------- */

FORM {
	margin : 0px 0px 0px 0px;
}

.formular {
	border-top:  1px  #258AAE;
	border-bottom: 1px solid #095069;
	border-left: 1px solid #258AAE;
	border-right: 1px solid #095069 ;
	background: White;
	font-family : Arial, Helvetica, sans-serif;
	padding-left: 2px;
	font-size: 11px;
	border-style :solid;
	padding-bottom : 2px;
	padding-right : 2px;
	padding-top :1px;
	margin :2px;
}

