/* 
Designed by Joe Rozzi from Cirkuit Networks, Inc. - http://www.cirkuit.net
Free to use, please give credit for original design.
*/
body {
	margin-top:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #064799;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
}
#logo1 {
	font-family: Arial, Helvetica, sans-serif;
	width: 80px;
	height: 50px;
}


#main {
	width:740px;
	text-align:center;
	margin:0 auto;
	font-size:80%;
	line-height:130%;
	background-color:#39F;
	height: 630px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
#rechts {
	width: 120px;
	height: 700px;
	position: absolute;
	right: 2%;
	background-image: url(backgroundright.jpg);
	top: 0%;

}

#main #content_wrapper #content #content_l h4 {
	font-size: 16px;
	color: #000;
}


#header_wrapper, #nav_wrapper, #content_wrapper {
	width:765px;
}

/* top right breadcrumbs */
#breadcrumbs {
	float:right;
	margin:0 10px -12px 0;
	font-size:85%;
}

/* blue wave header image */
#header {
	clear:right;
	background-image:url(images/header-1.gif);
	background-repeat:no-repeat;
	text-align:left;
	background-position: top;
	height: 130px;
	width: 740px;
}
#header h1 { color:#2a56d6; height:115px; margin:0 15px; padding:0; line-height:2em; font-size:180% }

/* left navigation area */
#content_left {
	float:left;
	width:145px;
	line-height:135%;
	padding:5px;
	margin:0 0 10px 0;
	text-align:left;
	font-size:100%;
	height: 470px;
}
#content_left p {
	padding:0;
	margin:8px 0 0 8px;
}
#content_left ul { /* starts left navigation */
	margin:8px 0 0 8px;
	padding:0;
	text-align:left;
}
#content_left li { /* main navigation list item */
	display:block;
	list-style:none;
	width:100%;
	margin:0;
	padding:0;
	font-weight:bold;
	font-style: normal;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

#content_left a, #content_left a:visited { /* mouse out navigation anchor link styles */
	display:block;
	width:100%;
	margin:0px;
	padding:0px;
	color:#FFF;
}
#content_left a:hover, #content_left a:visited:hover { /* mouse over navigation anchor link styles */
	display:block;
	width:100%;
	margin:0px;
	padding:0px;
	color:#EA2016;
	text-decoration:blink;
}

/* main textual content area */
#content {
	padding:5px;
	margin:30px 30px 10px 0px;
	line-height:140%;
	text-align:left;
	float:right;
	width:560px;
	height: 450px;
	background-color: #FFF;
	border-top-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #064799;
	border-right-color: #064799;
	border-bottom-color: #064799;
	border-left-color: #064799;
	border-right: double;


}
#content p {
	padding:0;
	margin:8px 0 0 2px;
}
#content_l { /* main textual content area (left box) */
	margin:0;
	padding:5px;
	display:inline;
	float:left;
	width:100%;
}
#content_r { /* main textual content area (right box) */
	margin:0 auto;
	padding:5px;
	display:inline;
	float:right;
	width:48%;
}
h2 {
	display:block;
	width:100%;
	margin:0;
	padding:0;
	color:#000;
	font-size: 16px;
}
#main #content_wrapper #content div p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#main #content_wrapper #content_left h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #FFF;
}

/* header tags */
h1 {
	color:#000;
	font-size:130%;
	display:block;
	width:100%;
}


/* anchor links */
a, a:visited {
	text-decoration:none;
	color:#2a56d6;
}

/* footer */
#footer_wrapper {
	width:765px;
	font-size:80%;
	text-align:center;
	clear:both;
	padding-top: -10px;
	padding-right: auto;
	padding-bottom: -20px;
	padding-left: auto;
	background-image: url(frieslandbanner.gif);
	height: 75px;
	background-repeat: no-repeat;
	background-position: center;
}
#footer {
	padding-right:5px;
	text-align:center;
	clear:both;
	vertical-align:top;
	color: #2A56D6;
	padding-top: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
}
