/* Start of CMSMS style sheet 'SilentForce' */
<!--
/* Main layout */
html {
	height: 100%;
	margin-bottom: 0.01em;
}

body {
	background-color: #f7941f;
	margin: 0px;
	background-image: url('images/bg1.jpg');
	background-position:  left top;
	background-repeat: repeat-x;
}

img { border: 0px; }

a { text-decoration: underline; color: #000000; }

a:hover { text-decoration: underline; color:#f7941f; }

#mainframe {
	width: 620px;
	background-image: url('images/bg2.jpg');
	background-position:  left top;
	background-repeat: repeat-y;
	border: 0px;
}

#left {
	height: 300px;
	width: 11px;
	background-image: url('images/left.jpg');
	background-position:  right top;
	background-repeat: no-repeat;
}

#right {
	height: 300px;
	width: 11px;
	background-image: url('images/right.jpg');
	background-position:  left top;
	background-repeat: no-repeat;
}

#top {
	height: 86px;
	width: 599px;
	background-image: url('images/top.jpg');
	background-position:  left top;
	background-repeat: no-repeat;
}

#blok1 {
	font-family: arial;
	font-size: 11px;
	text-align: left;
	padding-top: 7px;
}

.b1_titel {
	position: relative;
	top: 4px; left: 9px;
	color: #FFFFFF;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

#b1_content {
	width:166px;
	background-color:#ededed;
	border:1px solid #000000;
	border-top:0px;
	padding-top:0px;
	padding-left:7px;
	padding-right:7px;
	padding-bottom:7px;
}

#blok2 {
	font-family: arial;
	font-size: 11px;
	text-align: left;
	padding-top: 7px;
}

.b2_titel {
	position: relative;
	top: 4px; left: 9px;
	color: #FFFFFF;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

#b2_content {
	/* display:table-cell; */
	/* height:400px; */
	width:376px;
	background-color:#ededed;
	border:1px solid #000000;
	border-top:0px;
	padding-top:0px;
	padding-left:7px;
	padding-right:7px;
	padding-bottom:7px;
}

#bottom {
	height: 47px;
	width: 620px;
	background-image: url('images/bottom.jpg');
	background-position:  left top;
	background-repeat: no-repeat;
}

.menuitem {
	text-decoration: none;
	background: url('images/menu_bg_hover.jpg') repeat-x top left;
}

.menuitem a {
	display: block;
	height: 20px;
	width: auto;
	color: #000000;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding-left: 4px;
	padding-right: 4px;
	text-decoration: none;
	background: url('images/menu_bg.jpg') repeat-x top left;
}

.menuitem a:hover {
	text-decoration: none;
	background: url('images/menu_bg_hover.jpg') repeat-x top left;
}

.menuscheiding {
	width: 1px;
	background-color: #000000;
}
//-->
/* End of 'SilentForce' */

