/* ------- content -------- */

body 
{ 
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/layout/bg.gif);
}


.norm
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height: 15px;
	color: #000000;
}

.small 
{	font-family: Arial, Helvetica, sans-serif;
	font-size : 10px;
	line-height: 13px;
	color: #003366;
}

.pointer
{	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height: 13px;
	color: #666666;
	margin-top: 3px;
	margin-bottom: 3px;
}

.title 
{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 18px;
	line-height: 22px;
	color: #FF0000;
	margin-bottom: 2px;
}

.address
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #CCCCCC;
}
	

.footer 
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height: 13px;
	font-weight: normal;
	color: #666666;
}


a 
{
	text-decoration: none;
	color: #990000;
	font-weight:bold;
	
}

a:hover 
{
	color: #330000;
	text-decoration: underline;
}

a.address
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #CCCCCC;
}

a.address:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #CCCCCC;
}

a.footer 
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height: 13px;
	font-weight: normal;	
	color: #666666;
    text-decoration: none;
}

a.footer:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height: 13px;
	font-weight: normal;	
	color: #666666;
    text-decoration: none;
}

a.pointer
{	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height: 13px;
	color: #666666;
	text-decoration: none;
}

a.pointer:hover
{	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height: 13px;
	color: #999999;
	text-decoration: none;	
}

a.box
{
	text-decoration: none;
	color: #666666;
}
a.box:hover
{
	text-decoration: none;
	color: #999999;
}

a.contentsubmenu
{
	text-decoration: none;
	color: #666666;
}
a.contentsubmenu:hover
{
	text-decoration: none;
	color: #999999;
}


/* ------- navigation -------- */

a.nav {
    font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #CCCCCC;
}

a.nav:hover {
    font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height: 15px;
	font-weight: bold;
	text-decoration: none;
	color:#999999;
}
	
a.navactive {
    font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
	text-decoration: none;
	color:#FFFFFF;
}

a.navactive:hover {
    font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
	text-decoration: none;
	color:#999999;
}	

a.subnav {
    font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration: none;
	color: #000000;
	
}	

a.subnav:hover {
    font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration: none;
	color: #FF0000;
}

a.subnavactive {
    font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration: none;
	color: #660000;
}

a.subnavactive:hover {
    font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration: none;
	color: #FF0000;
}

.subnavtable 
{  
    background-color: #FFFFFF;
    border-color: #999999 #999999 #999999 #999999;
	border-style: solid;
    border-top-width: 0px; 
    border-right-width: 1px; 
    border-bottom-width: 1px; 
    border-left-width: 1px
}



/* ------- sitemap -------- */

body.sitemap
{ 
	margin-top: 0px;
	margin-left: 0px;
} 

a.sitemaptoplevel 
{
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size : 12px;
	font-weight: bold;
	color:#666666;
	height: 10px;
	margin-top: 10px;
}	

a.sitemaptoplevel:hover 
{
	color:#999999;
}
	
a.sitemapsublevel 
{
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size : 11px;
	color:#999999;
}	

a.sitemapsublevel:hover 
{
    color:#CCCCCC;
}

a.sitemapsubsublevel
{
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size : 11px;
	color:#000000;
}	

a.sitemapsubsublevel:hover 
{
    color: #6699CC;
}

/* ------- forms  -------- */

FORM {
	margin : 0px 0px 0px 0px;
}

.formular {
	border-top:  1px solid #003366;
	border-bottom: 1px solid #D1D6E0;
	border-left: 1px solid #003366;
	border-right: 1px solid #D1D6E0 ;
	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;
}

/* ------- specials -------- */

#sitemapminheigh
{
min-height:200PX
}

#box
{
	padding-left:5px;
	padding-bottom:8px;
	padding-right:5px;
	padding-top:8px;

}

.boxtext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height: 15px;
	color: #000000;
	
}

#pic
{
	padding-left:0px;
	padding-bottom:5px;
	padding-right:10px;
	padding-top:0px;

}


.grossfett
{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 14px;
	line-height: 15px;
	font-weight: bold;
	color: #000000;
}

.leadtext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 13px;
	line-height: 15px;
	font-weight: bold;
	color: #FF0000;
}



/* ------- colors -------- */

#white
{
background-color:#FFFFFF;
}

