html
{
	margin:			0;
	height:			100%;
}

body
{
	height:			100%;
	margin:			0;
}

#background_top
{
	background-image:	url(../images/top.jpg);
	background-repeat:	no-repeat;
}

#background_footer
{
	background-image:	url(../images/footer.jpg);
	background-repeat:	no-repeat;
}

#background_subnavigation
{
	background-image:	url(../images/subnavigation.jpg);
	background-repeat:	repeat-x;
}

.background_content
{
	background-image:	url(../images/content.jpg);
	background-repeat:	repeat-y;
}

/*.background_maincontent
{
	background-image:	url(../images/maincontent.jpg);
	background-repeat:	repeat-x;
	background-attachment:	fixed;
	background-position:	bottom;
}*/

.background_maincontentStart
{
	background-image:	url(../images/maincontent.jpg);
	background-repeat:	repeat-x;
	background-position:	bottom;
}

#background_navigationLine
{
	background-color:	#BFD8E8;
}

#background_navigation
{
	background-color:	#0064A3;
}

#background_navigationDown
{
	background-color:	#80A7CD;
}

#background_blueline
{
	background-image:	url(../images/icons/blueline.gif);
	background-repeat:	repeat-y;
}

.text
{
	font-family:		Trebuchet MS, Verdana;
	font-size:		12px;
	color:			#4f4f4f;
}

.text_white
{
	font-family:		Trebuchet MS, Verdana;
	font-size:		11px;
	color:			#FFFFFF;
}

.text_headline
{
	font-family:		Trebuchet MS, Verdana;
	font-size:		16px;
	font-weight:		bold;
	color:			#3081b4;
}

#newsbox
{
	border:			1px solid #DADADA;
	font-family:		Trebuchet MS, Verdana;
	font-size:		12px;
	color:			#4f4f4f;
	padding:		15px;
	background-color:	#FFFFFF;
}	

a:link 		{color:#3081b4; text-decoration:underline; font-family: Trebuchet MS, Verdana; font-size: 12px; font-weight:bold}
a:visited	{color:#3081b4; text-decoration:underline; font-family: Trebuchet MS, Verdana; font-size: 12px; font-weight:bold}
a:hover 	{color:#61a1ce; text-decoration:underline; font-family: Trebuchet MS, Verdana; font-size: 12px; font-weight:bold}
a:active 	{color:#3081b4; text-decoration:underline; font-family: Trebuchet MS, Verdana; font-size: 12px; font-weight:bold}
a:focus 	{color:#3081b4; text-decoration:underline; font-family: Trebuchet MS, Verdana; font-size: 12px; font-weight:bold}

a.mainNavigation:link 	{color:#FFFFFF; text-decoration:none; font-family: Trebuchet MS, Verdana; font-size: 12px; font-weight:bold}
a.mainNavigation:visited{color:#FFFFFF; text-decoration:none; font-family: Trebuchet MS, Verdana; font-size: 12px; font-weight:bold}
a.mainNavigation:hover 	{color:#FFFFFF; text-decoration:none; font-family: Trebuchet MS, Verdana; font-size: 12px; font-weight:bold}
a.mainNavigation:active {color:#FFFFFF; text-decoration:none; font-family: Trebuchet MS, Verdana; font-size: 12px; font-weight:bold}
a.mainNavigation:focus 	{color:#FFFFFF; text-decoration:none; font-family: Trebuchet MS, Verdana; font-size: 12px; font-weight:bold}

a.subNavigation:link 	{color:#FFFFFF; text-decoration:none; font-family: Trebuchet MS, Verdana; font-size: 12px; font-weight:bold}
a.subNavigation:visited {color:#FFFFFF; text-decoration:none; font-family: Trebuchet MS, Verdana; font-size: 12px; font-weight:bold}
a.subNavigation:hover 	{color:#FFFFFF; text-decoration:none; font-family: Trebuchet MS, Verdana; font-size: 12px; font-weight:bold}
a.subNavigation:active 	{color:#FFFFFF; text-decoration:none; font-family: Trebuchet MS, Verdana; font-size: 12px; font-weight:bold}
a.subNavigation:focus 	{color:#FFFFFF; text-decoration:none; font-family: Trebuchet MS, Verdana; font-size: 12px; font-weight:bold}

a.topNavigation:link 	{color:#4f4f4f; text-decoration:none; font-family: Trebuchet MS, Verdana; font-size: 11px; font-weight:bold}
a.topNavigation:visited {color:#4f4f4f; text-decoration:none; font-family: Trebuchet MS, Verdana; font-size: 11px; font-weight:bold}
a.topNavigation:hover 	{color:#4f4f4f; text-decoration:none; font-family: Trebuchet MS, Verdana; font-size: 11px; font-weight:bold}
a.topNavigation:active 	{color:#4f4f4f; text-decoration:none; font-family: Trebuchet MS, Verdana; font-size: 11px; font-weight:bold}
a.topNavigation:focus 	{color:#4f4f4f; text-decoration:none; font-family: Trebuchet MS, Verdana; font-size: 11px; font-weight:bold}

a.bottomNavigation:link 	{color:#FFFFFF; text-decoration:underline; font-family: Trebuchet MS, Verdana; font-size: 11px; }
a.bottomNavigation:visited 	{color:#FFFFFF; text-decoration:underline; font-family: Trebuchet MS, Verdana; font-size: 11px; }
a.bottomNavigation:hover 	{color:#FFFFFF; text-decoration:underline; font-family: Trebuchet MS, Verdana; font-size: 11px; }
a.bottomNavigation:active 	{color:#FFFFFF; text-decoration:underline; font-family: Trebuchet MS, Verdana; font-size: 11px; }
a.bottomNavigation:focus 	{color:#FFFFFF; text-decoration:underline; font-family: Trebuchet MS, Verdana; font-size: 11px; }

#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;
}

.pictureBorder
{
	border:			1px solid #ADADAD;
}

.pictureBorderBottom
{
	border-bottom-width:	1px;
	border-bottom-style:	solid;
	border-bottom-color:	#ADADAD;
}

.backgroundTeam
{
	background-color:	#DADADA;
	border-top-width:	1px;
	border-top-style:	solid;
	border-top-color:	#ADADAD;
	border-right-width:	1px;
	border-right-style:	solid;
	border-right-color:	#ADADAD;
	border-bottom-width:	1px;
	border-bottom-style:	solid;
	border-bottom-color:	#ADADAD;
}


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;
}

select#textsmall
{
	font-family:	Trebuchet MS,Verdana;
	font-size:	11px;
	color:		#333333;
	width:		100px;
	height:		20px;
}

#infobox
{
	border:			1px solid #ADADAD;
	background-color:	#DADADA;
}

ul
{
	list-style-image:url(../images/icons/listStyle.jpg);
}
