@charset "utf-8";
/* CSS Document */
/* layout */
body  {
	padding: 0;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: auto; 
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-image: url(../images/body-bgr.gif);
	background-repeat: repeat-y;
	background-position: 50% 0px;
	background-attachment: fixed;
}
p, h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
}
ul,ol {
	margin: 0px;
	padding: 0px;
}
li {
}

#container {
	width: 780px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFFFFF;
}
#header {
	width: 100%;
	height: 80px;
	background-color:#FFFFFF;
}
.logo {
	padding: 30px 0px 20px 0px;
	float: left;
}
#nav {
	float:left;
	width: 396px;
	height: 80px;
	margin-left: 78px;
	background-color: #208EC4;
}
#nav a {
	float: left;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	padding-top: 60px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 3px;
}
#nav ul{
	list-style-type: none;
	display: block;
	margin: 0px;
	position: relative;
}
#nav li {
	display: inline;
}
#nav a:link, #nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	border-right: 1px solid #FFFFFF;
}
#nav a:hover, #nav a:active {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #182065;
}
#nav  a.current    {
	color: #FFFFFF;
	border-bottom: 1px solid #182065;
}
#menu {
	padding-left: 12px;
}
#menu ul {
	list-style-type: disc;
	font-size: 140%;
	font-weight: normal;
	color: #EB9838;
	letter-spacing: 2px;
	font-style: italic;
}
#menu  li {
	margin-bottom: 2px;
}
#menu a:link, #menu a:visited {
	text-decoration: none;
}
#menu a:hover, #menu a:active {
	color:#208EC4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #182065;
}
#menu a.current {
	color:#182065;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #182065;
	
}
#sizer {
	float: right;
	background-color: #208EC4;
	width: 80px;
	height: 80px;
}
#sizer a img { 
	border: none;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 27px;
	padding-bottom: 1px;
}
#sizer a:hover, #nav a:active {
	border-bottom: 1px solid #182065;
}
#maincontent {
	width: 100%;
	margin-top: 40px;
}
#topblock {
}
#leftblock {
	width: 380px;
	height: 100%;
	float: left;
	margin-top: 20px;
	background-color: #FFFFFF;
}
#rightblock {
	width: 380px;
	height: 100%;
	float: right;
	margin-top: 20px;
	background-color: #FFFFFF;
}
#rightblock ul {
	padding-left: 0px;
	list-style-type:none;
	font-size: 120%;
	font-weight: normal;
}
#rightblock ol {
	margin-left: 18px;
	font-size: 120%;
	font-weight: normal;
}
#container_id {
	margin: 0px;
	padding: 0px;
}
.floatleftimg {
	float:left;
	margin-right: 10px;
}
.floatrightimg {
	float:right;
	margin-left: 10px;
	margin-top: 15px;
}
#footer {
	width: 100%;
	height: 50px;
	background-color:#EB9938;
	margin-top: 20px;

}
#footer p {
	padding-top: 5px;
	font-size: 110%;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 0.7px;
}

.clearfloat { 
	clear:both;
    height:0;
}

/* typografy */
p {
	font-size: 120%;
}
h1, h2 {
	font-size: 140%;
	color: #208EC4;
	font-weight: bold;
	letter-spacing: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EB9938;
}
h3 {
	font-size: 120%;
	color: #208EC4;
	font-weight: bold;
	letter-spacing: 2px;
}
#rightblock   th  {
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#rightblock  td {
	font-size: 120%;
	vertical-align: top;
	line-height: 18px;
}
a:link {
	color: #208EC4;
	text-decoration: underline;
	outline: none;
}
a:visited {
	text-decoration: underline;
	color: #208EC4;
	outline: none;
}
a:hover {
	text-decoration: underline;
	color: #182165;
	outline: none;
}
a:active {
	text-decoration: underline;
	color: #EB9838;
	outline: none;
}

.vergader {
	list-style-type: none;
}
/*
.pdf  {
	background-image: url(../images/pdf.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;
	display: block;
	height: 20px;
}
*/

