@charset "utf-8";
/* CSS Document */

a {
	text-decoration: underline;
	font-weight: bold;
}

a:link, a:visited {
	color: #0fa6c2;
}

a:active, a:hover {
	color: #0fa6c2;
}

body {
	background-color: #000000;
	background-image: url(images/head.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Tahoma;
	font-size:10px;
}

h1 {
	font-size:12px;
	font-weight:bold;
}

h2 {
	font-size:12px;
	font-weight:normal;
}

h3 {
	font-size: 11px;
	font-weight:bold;
}

h4 {
	font-size:11px;
	font-weight:normal;
}

img {
	border:none;
}

textarea {
	width:370px;
}

ul.menulevel1, ul.menulevel2, ul.menulevel3, ul.menulevel4, ul.menulevel5, ul.sitemaplevel1, ul.sitemaplevel2, ul.sitemaplevel3, ul.sitemaplevel4, ul.sitemaplevel5, ul.submenu, ul.search {
	padding-left: 0;
	margin-left: 0;
}

.doc, .docs, .sdoc, .sdocs {
	list-style: none;
	padding-left: 15px;
	background: url(images/menu.jpg) no-repeat;
}

#content {
	position:absolute;
	left:225px;
	top:178px;
	width:385px;
	height:328px;
	padding-left:6px;
	padding-top:6px;
	padding-right:6px;
	overflow:auto;
}

#footer {
	position:absolute;
	left:514px;
	top:533px;
	width:131px;
	height:16px;
}

#footer a {
	color:#000000;
}

#main {
	position:absolute;
	top:0px;
	left:0px;
	width:738px;
	height:561px;
	background-image: url(images/body.jpg);
	background-repeat: no-repeat;
}

#navi {
	position:absolute;
	left:103px;
	top:184px;
	width:114px;
	height:252px;
}