@charset "utf-8";
/* febelfin_default.css */

/* html = for opera */
html {
	margin: 0;
	border: 0;
}

body {
	margin: 0;
	border: 0;
	color: #435a69;
	background-color: #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	background-color: transparent;
	color: #435a69;
	text-decoration: none;
}

legend {
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 12px;
}

img {
	border: 0;
}

dt {
	display: list-item;
	list-style-image: url(../images/bull.jpg);
	font-weight: bold;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 6px;
}

dd#id0 {
	color: #7090a8;
	font-weight:bold;
}

dd {
	width: 420px;
	padding: 0px;
	margin-bottom: 6px;
	margin-left: 2px;
}

dd a {
	font-weight: bold;
}

.hide {
	display: none;
	border: 0 !important;
}

div#topshade {
	background: #ffffff url(../images/top.jpg) no-repeat;
	background-position: center;
	height: 12px;
	border: 0;
}

div#shadowbox {
	position: relative;
	background-image:url(../images/body_bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
}

div#container {
	margin-left: auto;
	margin-right: auto;
	width: 975px;
}

div#homeContainer {
	width: 100%;
	height: 100%;
}

div#leftFloat {
	position: relative;
	float: left;
	width: 66%;
}

div#rightFloat {
	float: right;
	width: 33%;
	text-align: center;
}


/*		HEADER		*/
div#header {
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 975px;
	text-align: right;
}


/* HEADER - languages	*/
div#languages {
	float: right;
	height: 18px;
	padding-top: 18px;
	padding-right: 15px;
}

div.lang {
	float: left;
	height: 18px;
	width: 18px;
	margin: 0 7px 0 0;
	background: url(../images/language_btn.jpg) 0 0 no-repeat;
}

div.lang a	{
	display: block;
	width: 100%;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 300;
}

div.lang a span {
	display: block;
	margin: 0;
	padding: 2px 0 0 0;
	text-align: center;
}

div.lang a:hover	{
	background: url(../images/language_btn.jpg) -18px 0 no-repeat;
}

div.lang a:active	{
	background: url(../images/language_btn.jpg) -36px 0 no-repeat;
	color: #fff;
}


/*				NAVIGATION 			*/
div#navigation {
	position: relative;
	left: 0;
	top: 0;
	padding-top: 10px;
	width: 192px;
	min-height: 365px;
}

div.loggedin {
	display: block;
	background-color: #f4e4e3;
	border: 1px solid #960032;
	width: 120px;
	padding: 3px;
}

div#navigation ul {
	list-style: url(../images/bullet.jpg);
}

div#navigation ul li {
	padding: 0 10px 10px 10px;
}

div#navigation ul li img {
	border: 0 !important;
	vertical-align: bottom;
}

#subbtns li {
	list-style: url(../images/bull.jpg);
	margin-left: -42px;
}

#subperm li {
	list-style: url(../images/bull.jpg);
	margin-left: -42px;
}

div#navigation form {
	margin-top: 2px;
	margin-left: 50px;
	color: #960032;
	font-size: 10px;
	padding: 0 !important;
}

div#navigation form input {
	display: block;
	background-color: #f4e4e3;
	border: 1px solid #960032;
	width: 130px;
	padding: 0 !important;
}

div#navigation input.btn {
	background-color: transparent !important;
	color: #960032;
	border: 0 !important;
	text-align: right;
	cursor: default;
	font-size: 9px;
	padding: 0;
}


/* NAVIGATION leftbottom */
div#navigation div#leftbottom {
	position: relative;
	bottom: 0;
	height: 307px;
}

div#leftbg {
	position: relative;
	margin: 0;
	border-bottom: 1px solid #ccd6df;
	top: 0;
	left: 0;
	background: url(../images/links_onder.jpg) bottom left no-repeat;
}


/*			CONTENT			*/
div#content {
	position: relative;
	float: right;
	width: 704px;
	padding-left: 20px;
	padding-right: 20px;
}

div#content h1 {
	color: #992135;
	font-size: 14px;
	display: block;
}

div#content p {
	font-size: 11px;
	color: #435a69;
}

div#content div.bericht {
	display: block;
	padding-bottom: 5px;
	color: #960032;
	font-size: 11px;
	font-weight: normal;
}

div#content div.bericht div.date {
	color: #9caebe;
}

div#content div.bericht div.title {
	font-weight: bold;
}

div#content div.bericht div.subtitle {
	color: #435a69;
}

div#content div.bericht div.poster {
	color: #435a69;
}

div#content div.bericht div.link a {
	color: #960032;
	font-weight: bold;
}


/* CONTENT - topnav */
div#topnav {
	display: block;
	text-align: right;
	margin-right: 10px;
	height: 20px;
	width: 100%;
}

div#topnav ul {
	list-style: none;
	margin: 0;
}

div#topnav ul li {
	display: inline;
	border-left: 1px solid #960032;
	height: 12px;
	padding: 0 5px;
}

#bd {
	color: #960032 !important;
}

ul li.firstLi {
	border : 0 !important;
}


div#topnav ul li form {
	display: inline;
}

div#topnav ul li form input {
	margin-top: 1px;
	margin-right: 2px;
	height: 12px;
	border-top: 1px solid #435a69;
	border-left: 1px solid #435a69;
	border-right: 1px solid #7090a8;
	border-bottom: 1px solid #7090a8;
	font-weight: bold;
	font-size: 10px;
	color: #960032;
	width: 120px;
}


div#topnav ul li input.button {
	background-image: url(../images/detail.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	width:16px;
	height:16px;
	border: 0;
	background-color: #ffffff;
	cursor: pointer;
}

div#topnav ul li a {
	font-size: 10px;
	color: #435a69;
	text-decoration: none;
	font-weight: bold;
}

div#topnav ul li a:hover {
	color: #7090a8;
}


/*			 FOOTER 			*/
div#footer {
	clear: both;
	background-image: url(../images/footer.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 10px;
	color: #809aad;
	width: 100%;
	padding-top: 1px;
}

div#footer ul {
	list-style: none;
}

div#footer ul li {
	display: inline;
	border-left: 1px solid #960032;
	padding: 0 5px;
}

div#footer a {
	color: #809aad;
}


/* content forms */
div#content input.txt {
color: #435a69;
background-color: #E3F2F7;
border: 1px inset #435a69;
width: 200px;
}

div#content textarea {
color: #435a69;
background-color: #E3F2F7;
border: 1px inset #435a69;
width: 200px;
}

div#content select {
color: #435a69;
background-color: #E3F2F7;
border: 1px inset #435a69;
min-width: 200px;
}

div#content input.btn {
color: #435a69;
background-color: #c5d5df;
border: 1px outset #435a69;
}

div#content form div {
clear: left;
margin: 0;
padding: 0;
padding-top: 5px;
}

div#content form div label {
float: left;
width: 40%;
font: bold 0.9em Verdana, Helvetica, sans-serif;
padding-left: 5px;
}

div#content fieldset {
border: 1px dotted #7090a8;
margin-top: 1.4em;
padding: 0.6em;
}

div#content legend {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #435a69;
background-color: #FFFFFF;
}

img#examnbtn:hover {
  cursor: pointer;
	cursor: hand;
}

img#permbtn:hover {
    cursor: pointer;
    cursor: hand;
}

li.smalli {
    list-style: url(../images/bull.jpg);
    margin-left: -42px;
}

li.smallestli {
    list-style: url(../images/bl.jpg);
    margin-left: -52px;
    width: 120px;
}

li.smallestli a {
  font-weight: normal;
}

.oplijsting {
  display: block;
  width: 100%;
  height: 18px;
  border-bottom: 1px dotted #ababab;
}

.sbutton {
    border: none;
    background: url('../images/button_normal.png') 2px 2px no-repeat;
    padding: 2px 8px;
}
.sbutton:hover {
    border: none;
    background: url('../images/button_over.png') 2px 2px no-repeat;
    padding: 2px 8px;
}