
body {
	background: #FFFFFF;
	color:#160786;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-align:center;
}

img, iframe {
	border:none;
}

#container {
        background: #FFFFFF url(../img/bg-container.jpg) repeat-y center;
	margin:auto;
	width: 1000px;
	text-align:left;
	top: 0;
	position:relative;

        min-height: 670px;
        height:auto !important;
	height: 670px;
   }

#main {
	background: url(../img/bg-main.jpg) no-repeat left bottom;
	font-size: 12px;
	float: left;
	height: 700px;

	min-height: 670px;
	height:auto !important;
	height: 670px;

	position:relative;
}

#main a, #main a:visited {
	color: #001B58;
}

#main a:hover {
	color: #16068A;
}

#main hr {
	background: #001B58;
	border: 0;
	color: #001B58;
	height: 1px;
}

#header {
	background:url(../img/bg-header.jpg) no-repeat left top; 
	height: 132px;
	width:1000px;
}

#header span {
	display:none;
}

#header h1 {
	background: url(../img/logo-content.gif);
	display:block;
	height: 132px;
	width: 140px;
	right:10px;
	top:-15px !important;
	top:0;
	position: absolute;
}

#left {
	float:left;
	width:240px;
	position: relative;
}



#left hr.clearer {
	border:none;
	height:0;
}

#nav-taal{
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom:10px;
	height: 13px;
	width: 204px;
}

div.NO, div.CUR, div.INACT{
	width: 25px;
	height: 13px;
	float: right;
}

#search {
	float: left;
	margin-left: 10px;
	width: 200px;
}
#search input {
          color: #001b58;
          font-family: Arial, Helvetica, sans-serif;
          font-size: 11px;
          font-weight: normal;
	  width: 170px;
}

#search_input {
	float: left;
	top: 3px;   
	position:relative;
}

#search_lupe
{
	float: right;
	width: 21px;
	height: 20px;
}

#search_lupe input {
	width: 21px;
}


#center {
	background: url(../img/bg-content-bot.gif) no-repeat bottom left;
	float:left;
	
	min-height: 524px;
	height:auto !important;
	height: 524px;
	
	width:629px;
}

#content {
	background: url(../img/bg-content.gif) no-repeat top left;
	line-height: 18px;
	
	min-height: 500px;
	height:auto !important;
	height: 500px;
	
	padding: 6px;
	padding-left: 16px;
	padding-right: 12px;
	text-align: justify;
/*	overflow:auto;*/
}

#content h1, #content h2, #content h3 {
	font-size: 16px;
	margin-top:4px;
}

#content h5 {
	font-size: 12px;
}

#content iframe {
	height:500px;
	width: 600px;
}

#footer {
	background: url(../img/bg-footer.jpg);
	line-height: 33px;
	height: 38px;
	width:1000px;
	margin:auto;
	float: left;
}

#footer a {
        color: #c3deff;
         font-weight: normal;
        text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
}

#footer_left
{
	float:left;
	width: 215px;
	position: relative;
	top: -1px;
}

#copyright {
	padding-left: 8px;
	float:left;
}
#copyright img {
                position: relative;
                top: 6px; 
}
#disclaimer {
	padding-right: 4px;
	float:right;
}




