/* Ocean's View CSS  by Len Saunders http://www.lensaunders.com -  You must keep this line here if you use this template/ 
/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

* {
	margin: 0;
	outline: none;
}

body {
	color: #333;
	font: normal 16px/1.3em verdana, arial, helvetica, sans-serif;
	background-color: #fff;
	background-image: url(Gifbestanden/bgB.gif);
	background-position: center top;
	background-attachment: scroll;
	background-repeat: repeat-y;
}

#header h1 {
	color: #045C97;
}

#navcontainer {
	width: auto;
}

#navcontainer ul { margin: 0 0 1em 0; padding-left: 0; list-style-type: none; font-size: 0.75em; }

#navcontainer a {
	display: block;
	padding: 3px;
	width: 160px;
	background-color: #045c97;
	border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited {
	color: #eee;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

#navcontainer a:hover { background-color: #ccc; color: #000; }

.glossymenu {
	position: inherit;
	padding: 0;
	height: 46px;
	list-style: none;
	background-image: url(Gifbestanden/menub_bg.gif);
	background-repeat: repeat-x;
	margin-top: -15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.glossymenu li {
	text-align: center;
	color: #045C97;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	clip: rect(auto,auto,auto,auto);
	line-height: 47px;


}

.glossymenu li a { float: left; display: block; color:#000; text-decoration: none; font-family: sans-serif; font-size: 0.8em; font-weight: bold; padding:0 0 0 16px; height: 46px; line-height: 46px; text-align: center; cursor: pointer; }

.glossymenu li a b { float: left; display: block; padding: 0 24px 0 8px; }

.glossymenu li.current a, .glossymenu li a:hover {
	color: #fff;
	background-position: left;
	background-image: none;
	background-repeat: no-repeat;
}

.glossymenu li.current a b, .glossymenu li a:hover b {
	color: #fff;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right top;
}

a,a:link,a:active,a:visited {
	color: #045C97;
	font-weight: bold;
	text-decoration: underline;
}

a:hover { text-decoration: none; }

h1,h2,h3,h4 { letter-spacing: 1px; }

h1 {
	font-size: 2em;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	padding-top: 18px;
	padding-right: 18px;
	padding-bottom: 18px;
	padding-left: 10px;
}

h2 {
	font-size: 1.0em;
	font-weight: normal;
	color: #666;
	text-align: left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
}

#leftcol h2 {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 9px;
	margin-left: 0;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	color: #666;
	margin: 0;
	text-align: left;
}

p {
	font-size: 0.75em;
	text-align: center;
}

#contain { margin: 0 auto; width: 1000px; border-right: 2px solid #000; border-left: 2px solid #000; background: #fff; }

#header {
	width: 1000px;
	height: 150px;
	border-bottom: 1px solid #ccc;
	text-align: right;
	background-color: #fff;
	background-image: url("images/Header 1.png");
	background-repeat: no-repeat;
	background-position: center;
}

#leftcol {
	width: 200px;
	float: left;
	padding: 0 0 0 18px;
	margin: 0;
}

#leftcol p { padding: 18px 0 18px 0; margin: 0; }

#content {
	margin-left: 240px;
	width: 750px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-left-style: double;
}

#content p { margin: 18px 18px 18px 0; }

#footer {
	font-size: 0.75em;
	width: 1000px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background: #045c97;
	color: #fff;
	margin-top: 10px;
	text-align:center;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
}

#footer a,#footer a:link,#footer a:active,#footer a:visited { color: #fff; font-weight: bold; text-decoration: underline; }

#footer a:hover { text-decoration: none; }

.leftImg { float: left; margin: 6px 6px 6px 0; }

a.boldbuttons{
	display: block;
	float: right;
	font: bold 13px Arial; /* Change 13px as desired */
	line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	height: 30px; /* Height of button background height */
	padding-left: 8px; /* Width of left menu image */
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;

}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
color: white; /*button text color*/
}

a.boldbuttons span{
	display: block; /*Set 10px to be equal or greater than'padding-left' value above*/
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right top;
}

a:hover.boldbuttons{ /* Hover state CSS */
text-decoration: none;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

