html
{
	margin:			0;
	height:			100%;
}

body
{
	height:			100%;
	margin:			0;
	font-family:		Trebuchet MS, Verdana;
	font-size:		12px;
	color:			#4f4f4f;
	line-height:		150%;

}


.background_topline
{
	background-image:	url(../images/layout/topline.jpg);
	background-repeat:	repeat-x;
}

.background_subnavigation
{
	background-image:	url(../images/layout/kids.jpg);
	background-repeat:	no-repeat;
	background-position:	bottom;
	backgrouond-attachment:	fixed;
}

.text
{
	font-family:		Trebuchet MS, Verdana;
	font-size:		12px;
	color:			#4f4f4f;
	line-height:		150%;
}

.text_headline
{
	font-family:		Trebuchet MS, Verdana;
	font-size:		14px;
	font-weight:		bold;
	color:			#173047;
}

.text_bigheadline
{
	font-family:		Times New Roman, Verdana;
	font-size:		18px;
	color:			#FFFFFF;
}


.text_white
{
	font-family:		Trebuchet MS, Verdana;
	font-size:		11px;
	color:			#FFFFFF;
}


a:link 		{color:#505050; text-decoration:none; font-family: Trebuchet MS, Verdana; font-size: 12px; font-weight:bold}
a:visited	{color:#505050; text-decoration:none; font-family: Trebuchet MS, Verdana; font-size: 12px; font-weight:bold}
a:hover 	{color:#0058a3; text-decoration:none; font-family: Trebuchet MS, Verdana; font-size: 12px; font-weight:bold}
a:active 	{color:#505050; text-decoration:none; font-family: Trebuchet MS, Verdana; font-size: 12px; font-weight:bold}
a:focus 	{color:#505050; text-decoration:none; font-family: Trebuchet MS, Verdana; font-size: 12px; font-weight:bold}

a.mainNavigation:link 	{color:#505050; text-decoration:none; font-family: Trebuchet MS, Verdana; font-size: 12px; font-weight:bold}
a.mainNavigation:visited{color:#505050; text-decoration:none; font-family: Trebuchet MS, Verdana; font-size: 12px; font-weight:bold}
a.mainNavigation:hover 	{color:#0058a3; text-decoration:none; font-family: Trebuchet MS, Verdana; font-size: 12px; font-weight:bold}
a.mainNavigation:active {color:#505050; text-decoration:none; font-family: Trebuchet MS, Verdana; font-size: 12px; font-weight:bold}
a.mainNavigation:focus 	{color:#505050; text-decoration:none; font-family: Trebuchet MS, Verdana; font-size: 12px; font-weight:bold}

a.mainNavigationActive:link 	{color:#505050; text-decoration:none; font-family: Trebuchet MS, Verdana; font-size: 12px; font-weight:bold}
a.mainNavigationActive:visited	{color:#505050; text-decoration:none; font-family: Trebuchet MS, Verdana; font-size: 12px; font-weight:bold}
a.mainNavigationActive:hover 	{color:#0058a3; text-decoration:none; font-family: Trebuchet MS, Verdana; font-size: 12px; font-weight:bold}
a.mainNavigationActive:active 	{color:#505050; text-decoration:none; font-family: Trebuchet MS, Verdana; font-size: 12px; font-weight:bold}
a.mainNavigationActive:focus 	{color:#505050; text-decoration:none; font-family: Trebuchet MS, Verdana; font-size: 12px; font-weight:bold}

a.navigationWhite:link 	{color:#FFFFFF; text-decoration:none; font-family: Trebuchet MS, Verdana; font-size: 12px; font-weight:bold}
a.navigationWhite:visited{color:#FFFFFF; text-decoration:none; font-family: Trebuchet MS, Verdana; font-size: 12px; font-weight:bold}
a.navigationWhite:hover 	{color:#FFFFFF; text-decoration:underline; font-family: Trebuchet MS, Verdana; font-size: 12px; font-weight:bold}
a.navigationWhite:active {color:#FFFFFF; text-decoration:none; font-family: Trebuchet MS, Verdana; font-size: 12px; font-weight:bold}
a.navigationWhite:focus 	{color:#FFFFFF; text-decoration:none; font-family: Trebuchet MS, Verdana; font-size: 12px; font-weight:bold}


#scroll
{
	scrollbar-face-color:		#E9E9E9;
 	scrollbar-arrow-color:		#006FB4;
 	scrollbar-track-color:		#FFFFFF;
 	scrollbar-base-color:		#F5F5F5;
 	scrollbar-shadow-color:		#EBF5FF;
 	scrollbar-highlight-color:	#F5F5F5;
 	scrollbar-3dlight-color:	#C3C3C3;
 	scrollbar-darkshadow-Color:	#9D9D9D;
}


input
{
	font-family:	Trebuchet MS,Verdana;
	font-size:	11px;
	color:		#333333;
	width:		300px;
	height:		20px;
}

textarea
{
	font-family:	Trebuchet MS,Verdana;
	font-size:	11px;
	color:		#333333;
	width:		300px;
	height:		120px;
}

select
{
	font-family:	Trebuchet MS,Verdana;
	font-size:	11px;
	color:		#333333;
	width:		300px;
	height:		20px;
}

input#submit, input#reset
{
	width:		100px;
}

input#checkbox
{
	width:		20px;
}

ul
{
	list-style-image:url(../images/icons/listStyle.jpg);
}