/* -------------------- contact box */

div.contactbox
{
	padding-left:	25px;
	padding-top:	15px;
}

div.contactbox p,
div.contactbox span,
div.contactbox a
{
	font-size:			12px;
	line-height: 		16px;
}

/* -------------------- header box */

div.headerbox
{
	height:				85px;
	width:				900px;
	background-color:	#000080;
}

div.spaceontop
{
	height:				20px;
	width:				900px;
	background-color:	#ADCFF1;
	background-image: 	url(../images/bg_head.gif);
}

div.spaceontop2
{
	height:				4px;
	width:				900px;
	background-color:	#ADCFF1;
}

div.logoimg
{
	float:				left;
	padding-top: 		20px;
	padding-left: 		20px;
}

div.logotext
{
	float:				left;
	padding-top: 		5px;
	padding-left: 		28px;
	color: #ffffff;
	font-weight: bold;
	font-size: 9px;
	font-family:        	Verdana, Helvetica, Verdana, Geneva, sans-serif;
}

div.headerboxprint
{
	display:none;
	height: 65px;
}

/* -------------------- bottom of header box */

div.bottomofheaderbox
{
	height:				4px;
	width:				900px;
	background-color:	#FFFFFF;
	overflow:			hidden;
}



/* -------------------- content box */

div.content
{
	position: 			relative;
	overflow:			auto;
	width:				900px;
	background-image: 	url(../images/bg_middle.gif);
}

div.contentleft
{
	position: relative;
	float:				left;
	height: 100%;
	width:				25%;
	overflow:hidden;
}

div.contentmiddle
{
	float:				left;
	width:				70%;
	height: 			100%;
}


/* -------------------- footer box */

div.spaceonbottom
{
	height:				8px;
	width:				900px;
	background-color:	#3C7AB8;
	overflow:			hidden;
}

div.spaceonbottom2
{
	height:				26px;
	width:				900px;
	background-color:	#000080;
	overflow:			hidden;
}

div.footernavibox
{
	width:				600px;
	float:				left;
	padding-left: 		15px;
	padding-top: 		15px;
	font-size:			12px;
	line-height: 		18px;
}

div.footernavibox div
{
	padding-left: 		25px;
	padding-top: 		17px;
	overflow:			hidden;
}

div.footernavibox a
{
	text-decoration:	none;
	text-transform:		uppercase;
	font-size: 			10px;
	font-weight:		500;
	color:				#3C7AB8;
	padding-left: 5px;
	padding-right: 5px;
}

img.footernavibox_trenner
{
	padding-left: 3px;
	padding-right: 3px;
}

div.footernavibox a:hover
{
	text-decoration:	none;
	color:				#ffffff;
	background-color:				#3C7AB8;
}

div.footerboxprint
{
	display:none;
}

