html, body {
	background-image: url("../img/bg/bodybg.jpg");
	background-repeat: repeat-x;
	background-color: #8da7ca;
	padding: 0;
	margin: 0;
}
html, body, div, td {
	font-family: Verdana;	
	font-size: 10px;
	color: black;
}
div {
	margin: 0;
	padding: 0;
	border: 0;
}
a {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
table.form {
	border: 1px solid #52647f;
	background-color: #C8E1F5;
	margin: 5px;
}
input {
	font-size: 10px;
	border: 1px solid #52647f;
	width: 180px;
}


#main {
	width: 864px;
	margin: 0 auto;
}
#header {
	background-image: url("../img/bg/header.jpg");
	height: 106px;
	position: relative;
}
#header div {
	position: absolute; 
	font-weight: bold;  
	left: 264px; 
	top: 60px; 
	color: #ff8b00; 
	font-size: 16px;
}
#header img {
	position: absolute;
	right: 15px;
	bottom: 0;
}

#menu div{
	height: 32px;
	float: left;
}
#menul {
	width: 11px;
	background-image: url("../img/bg/menul.jpg");
}
#menum {
	width: 842px;
	background-image: url("../img/bg/menu.jpg");
}
#menum a {
	float: left;
	display: block;
	color: white;
	font-weight: bold;
	text-decoration: none;
	margin: 13px 10px 0 10px;
}
#menur {
	width: 11px;
	background-image: url("../img/bg/menur.jpg");
}

#content {
	padding: 0 11px;	
	background-image: url("../img/bg/contentbg.jpg");
}
#contentt {
	float: left; 
	padding: 0; 
	margin: 0;
}
#footer div {
	float: left;
	height: 48px;
}
#footl {
	width: 11px;
	background-image: url("../img/bg/footl.jpg");
}
div#foot {
	width: 801px;
	background-image: url("../img/bg/foot.jpg");
	padding-top: 18px;
	height: 30px;
	color: white;
	text-align: center;
}
#footr {
	width: 52px;
	background-image: url("../img/bg/footr.jpg");
}


.col {
	vertical-align: top;
	width: 266px;
	padding: 7px;
}

.blok {
	border: 1px solid #52647f;
	margin-bottom: 15px;
	position: relative;
}
.handle {
	cursor: move;
	height: 23px; 
	width: 200px; 
	z-index: 999; 
	position: relative; 
	top: 0;
	position: absolute;
	background-image: url("../img/bg/trans.gif");
}
.icons {
	height: 23px; 
	width: 60px; 
	z-index: 9999; 
	position: relative; 
	top: 0;
	right: 0;
	position: absolute;
}
.icons a {
	margin: 4px 5px auto 3px;
	display: block;
	width: 13px;
	height: 13px;
	float: right;
}
.icons a:hover {
	background-position: 0px 13px;
}
.add {
	background-image: url("../img/icon/add.gif");
}
.close {
	background-image: url("../img/icon/close.gif");
}
.blok h1 {
	display: block;
	font-size: 10px;
	z-index: 99; 
	color: #3371b3;
	height: 19px;
	background-image: url("../img/bg/blokkop.jpg");
	margin: 0; border: 0;
	padding: 4px 3px 0 10px;
}
h2 {
	display: block;
	font-size: 10px;
	color: #3371b3;
	margin: 0; border: 0;
	padding: 3px;
}
.inner {
	padding: 5px;
	background-color: #ddeef9;
	line-height: 1.5;
}
.list {
	margin: 5px;
}
.list a {
	padding-left: 10px;
	background-image: url('../img/bg/bb.jpg');
	background-repeat: no-repeat;
	background-position: center left;
	display: block;
}
