/* format standard */
#portal {
	height: 339px;
	width: 770px;
	text-align: center;
	background-image: url(../images/foto/foto_home.jpg); 
	background-position: top left;
	background-repeat: no-repeat; 
	border-bottom: #5A0057 26px solid;
}
#search {
	position: absolute;
	top: 272px;
	width: 376px;
	height: 325px;
}
#tekst {
	position: absolute;
	top: 438px;
	margin-left: 394px;
	width: 376px;
}
#footer {
	clear: both;
	width: 376px;
	height: 32px;
	margin-top: 20px;
	text-align: right;
}

/* diversen */
#search #stop {
	height: 26px;
	background-color: #0E909F;
	filter:alpha(opacity=50);
    opacity: 0.5; -moz-opacity: 0.5;
}
#search #stop2 {
	position: absolute;
	height: 26px;
	width: 376px;
	margin-top: -26px;
}
#search td a {
	color: #FFFfff;
	text-decoration:none;
}
#search td a:hover, a:active {
	color: #FFFfff;
	text-decoration:underline;
}
#search #stop2 h1 {
    margin: 0px 0px 0px 9px;
    line-height: 26px;
	font-size: 11pt;
	font-weight: normal;
	color: #FFF;
}
#search #smiddle {
    padding: 5px 0px 0px 9px;
	color:#FFFFFF;
	height: 273px;
	background-color: #4AABB7;
	overflow: auto;
}
#search #sbottom {
	height: 26px;
	color: #FFFFFF;
	text-align: right;
	background-color: #0E909F;
	padding-right: 28px;
}
#search #sbottom a{
	color: #FFFFFF;
	text-decoration: none;
}
#search #sbottom a:hover, #search #sbottom a:active{
	color: #FFFFFF;
	text-decoration: underline;
}

/* Menu */
#search ul {
    text-align: left;
	margin: 0px;
	padding: 9px;
	list-style-type: none;
}
#search ul li {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 338px;
	height: 16px;
	line-height: 14px;
	clear: both;
	*margin-bottom: -10px;
}
#search ul li a {
	float: left;
	width: 338px;
	height: 16px;
	margin: 0px;
	padding: 0px;
	color: white;
	text-decoration: none;
	display: block;
}
#search ul li a:hover, #search ul li a.active  {
	text-decoration: underline;
	cursor: pointer;
	background-color: #0E909F;
}
#search ul li .act {
	float: left;
	text-align: left;
	color: #FFF;
}
#search ul li .datum {
	float: right;
	text-align: right;
	color: #FFF;
}
.search_kop {
	font-size: 11pt;
	color: #0E909F;
	text-align: left;
}
.search_datum {
	font-size: 8pt;
	color: #5A0057;
	text-align: right;
}
.search_footer, .search_tekst {
	text-align: left;
}
