html
{
	margin:			0;
	height:			100%;
}

body
{
	height:			100%;
	margin:			0;
	background-image:	url(../images/headerside.jpg);
	background-repeat:	repeat-x;
}

#background_navigation
{
	background-image:	url(../images/navigation.jpg);
	background-repeat:	no-repeat;
}

#background_subnavigation
{
	background-image:	url(../images/subnavigation.jpg);
	background-repeat:	repeat-y;
}

#background_subnavigation_footer
{
	background-image:	url(../images/subnavigation_footer.jpg);
	background-repeat:	no-repeat;
}

#background_content
{
	background-color:	#FFFFFF;
}

#background_footer_content
{
	background-image:	url(../images/footer.jpg);
	background-repeat:	no-repeat;
}

#background_sidebar
{
	background-image:	url(../images/sidebar.jpg);
	background-repeat:	repeat-y;
}

#background_footer_sidebar
{
	background-image:	url(../images/footer_sidebar.jpg);
	background-repeat:	no-repeat;
}

.background_submenu
{
	background-color:	#8FBBDA;
	padding-left:		5px;
}

.background_submenu_active
{
	background-color:	#B1D0E5;
	padding-left:		5px;
}

a.navigation:link 	{color:#FFFFFF; text-decoration:none; 	font-family: Trebuchet MS; font-size: 14px; }
a.navigation:visited 	{color:#FFFFFF; text-decoration:none; 	font-family: Trebuchet MS; font-size: 14px; }
a.navigation:hover 	{color:#FFFFFF; text-decoration:underline; 	font-family: Trebuchet MS; font-size: 14px; }
a.navigation:active 	{color:#FFFFFF; text-decoration:none;	font-family: Trebuchet MS; font-size: 14px; }
a.navigation:focus 	{color:#FFFFFF; text-decoration:none; 	font-family: Trebuchet MS; font-size: 14px; }

a.navigation_active:link 	{color:#FFFFFF; text-decoration:underline; 	font-family: Trebuchet MS; font-size: 14px; }
a.navigation_active:visited 	{color:#FFFFFF; text-decoration:underline; 	font-family: Trebuchet MS; font-size: 14px; }
a.navigation_active:hover 	{color:#FFFFFF; text-decoration:underline; 	font-family: Trebuchet MS; font-size: 14px; }
a.navigation_active:active 	{color:#FFFFFF; text-decoration:underline;	font-family: Trebuchet MS; font-size: 14px; }
a.navigation_active:focus 	{color:#FFFFFF; text-decoration:underline; 	font-family: Trebuchet MS; font-size: 14px; }

a.subnavigation:link 	{color:#FFFFFF; text-decoration:none; 	font-family: Trebuchet MS; font-size: 12px;  }
a.subnavigation:visited {color:#FFFFFF; text-decoration:none; 	font-family: Trebuchet MS; font-size: 12px; }
a.subnavigation:hover 	{color:#FFFFFF; text-decoration:underline; font-family: Trebuchet MS; font-size: 12px; }
a.subnavigation:active 	{color:#FFFFFF; text-decoration:none;	font-family: Trebuchet MS; font-size: 12px; }
a.subnavigation:focus 	{color:#FFFFFF; text-decoration:none; 	font-family: Trebuchet MS; font-size: 12px; }

a.subnavigation_active:link 	{color:#FFFFFF; text-decoration:underline; 	font-family: Trebuchet MS; font-size: 12px; font-weight: bold;}
a.subnavigation_active:visited 	{color:#FFFFFF; text-decoration:underline; 	font-family: Trebuchet MS; font-size: 12px; font-weight: bold;}
a.subnavigation_active:hover 	{color:#FFFFFF; text-decoration:underline; 	font-family: Trebuchet MS; font-size: 12px; font-weight: bold;}
a.subnavigation_active:active 	{color:#FFFFFF; text-decoration:underline;	font-family: Trebuchet MS; font-size: 12px; font-weight: bold;}
a.subnavigation_active:focus 	{color:#FFFFFF; text-decoration:underline; 	font-family: Trebuchet MS; font-size: 12px; font-weight: bold;}

a.sidebar:link 		{color:#494949; text-decoration:underline; 	font-family: Trebuchet MS; font-size: 11px; padding-left: 4px;}
a.sidebar:visited 	{color:#494949; text-decoration:underline; 	font-family: Trebuchet MS; font-size: 11px; padding-left: 4px;}
a.sidebar:hover 	{color:#494949; text-decoration:underline; 	font-family: Trebuchet MS; font-size: 11px; padding-left: 4px;}
a.sidebar:active 	{color:#494949; text-decoration:underline;	font-family: Trebuchet MS; font-size: 11px; padding-left: 4px;}
a.sidebar:focus 	{color:#494949; text-decoration:underline; 	font-family: Trebuchet MS; font-size: 11px; padding-left: 4px;}

a.second:link 		{color:#FFFFFF; text-decoration:none; 	font-family: Trebuchet MS; font-size: 11px; }
a.second:visited 	{color:#FFFFFF; text-decoration:none; 	font-family: Trebuchet MS; font-size: 11px; }
a.second:hover 		{color:#FFFFFF; text-decoration:underline; 	font-family: Trebuchet MS; font-size: 11px; }
a.second:active 	{color:#FFFFFF; text-decoration:none;	font-family: Trebuchet MS; font-size: 11px; }
a.second:focus 		{color:#FFFFFF; text-decoration:none; 	font-family: Trebuchet MS; font-size: 11px; }


.text_sidebar
{
	font-family:		Trebuchet MS, Verdana;
	font-size:		11px;
	color:			#494949;
	text-align:		right;
}

.text_headline
{
	font-family:		Trebuchet MS, Verdana;
	font-size:		13px;
	font-weight:		bold;
	color:			#0069B2;
}

.text_content
{
	font-family:		Trebuchet MS, Verdana;
	font-size:		11px;
	color:			#494949;
	line-height:		160%;
}
