html,body{
	 margin:0;
	 padding:0;
	 background-color: #444;
	 overflow: hidden;
}
div#horizon {
	text-align:center;
	position:absolute;
	top:50%;
	left:0;
	width:100%;
}
div#inner{
	text-align:left;
	margin:0 0 0 -460px;
	position:absolute;
	top:-347px;
	left:50%;
	border: 10px solid #FFF;
	width:900px;         /* 2*|div#inner{margin-left}| */
	height:675px;        /* 2*|div#inner{top}|         */
}

#top {
	width: 900px;
	height: 82px;
	background-image: url(images/top.jpg);
}
#left {
	float: left;
	width: 69px;
	height: 519px;
	background-image: url(images/left.jpg);
}
#kader {
	float: left;
	width: 765px;
	height: 519px;
}
#kader #menu {
	width: 765px;
	height: 28px;
}
#kader #menu IMG {
	border: none;
}
#kader #submenu {
	width: 752px;
	height: 18px;
	background-image: url(images/submenu.gif);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #437b94;
	padding: 1px 0px 0px 13px;
	font-weight: bold;
}
#kader #submenu A {
	text-decoration: none;
	color: #5c90a7;
}
#kader #submenu A:hover {
	color: #164c64;
}
#kader #submenu .active {
	color: #164c64;
}
#kader #content {
	width: 742px;
	height: 460px;
	background-image: url(images/kader.jpg);
	font-family: Verdana, Geneva, sans-serif;
	padding: 6px 10px 6px 13px;
	line-height: 17px;
	font-size: 11px;
	color: #437b94;
	overflow:auto;
	text-align: justify;
}
#kader #content H1 {
	font-family: Arial Narrow, Arial, Geneva, sans-serif;
	font-weight: normal;
	font-size: 17px;
	margin: 0px 0px 10px 0px;
}
#kader #content A {
	text-decoration: none;
	font-weight: bold;
	color: #437b94;
}
A:hover {
	text-decoration: underline;
}
#kader #content UL {
	padding-left: 0px;
	margin-left: 14px;
}
#right {
	float: left;
	width: 66px;
	height: 519px;
	background-image: url(images/right.jpg);
}
#bottom {
	width: 900px;
	clear: both;
	height: 74px;
	background-image: url(images/bottom.jpg);
}
#kader #content .agenda {
	border-collapse: collapse;
}
#kader #content .agenda TD {
	padding-right: 4px;
}
#kader #content .agenda TD A {
	font-weight: normal;
}
#kader #content .agenda TD A:hover {
	text-decoration: none;
}
.thumb {
	border: solid 1px #437b94;
	margin: 0px 3px 3px 0px;
}
