html
	{
	overflow:hidden;
	}

body
	{
    background: #636C79;
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	font: small arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	color: #000;
	overflow:hidden;
	}

#wrapper
	{
	display: inline;
	padding: 0;
	position: absolute;

	margin-left: -498px;
	left: 50%;
	width: 995px;

	margin-top:-295px;
	top:50%;
	height: 590px;


	margin-right: 0;
	margin-bottom: 0;


	border: 1px solid #666666;
	}

#header
	{
	background-image:url(grfx/spenner_header2.jpg);
	background-repeat: no-repeat;
	text-align: left;
	position: absolute;
	left:0px;
	top: 0px;
	width: 995px;
	height:82px;

	}






#slogan
	{
	background-image:url(grfx/bg_nav_1.gif);
	position: absolute;
	left:0px;
	top: 82px;
	width: 183px;
	height:180px;
	font-size:0.8em;
	text-align:left;
	padding:0 0 0 11px;
	}

#slogan a
	{
	color:#000;
	text-decoration:none;
	}

#slogan img
	{
	border:none;
	}
#menu
	{
	background-image:url(grfx/bg_nav_3.gif);
	text-align: left;
	position: absolute;
	left:0px;
	top: 181px;
	width: 183px;
	height:409px;
	font-size:1.2em;
	}

#menu a,
#menu a:hover
	{
	background-image: url('grfx/item.gif');
	background-repeat: no-repeat;
	text-decoration: none;
	padding: 2px 0 0 22px;
	margin: 2px;
	margin-bottom: 1px;
	margin-top: 1px;
	display: block;
	color: #eee;
	}

#menu a:hover
	{
	background-image: url('grfx/item_.gif');
	background-repeat: no-repeat;
	color: #fff;
	}
	
.activ
	{
	background-image: url('grfx/item_.gif');
	background-repeat: no-repeat;
	color: #fff;
	padding: 2px 0 0 22px;
	margin: 2px;
	margin-bottom: 1px;
	margin-top: 1px;
	display: block;
	}

.activ_sub
	{
	background-image: url('grfx/item_sub.gif');
	background-repeat: no-repeat;
	color: #fc0;
	padding: 2px 0 0 22px;
	margin: 2px;
	margin-bottom: 1px;
	margin-top: 1px;
	display: block;
	}


#main
	{
	text-align: left;
	position: absolute;
	top: 82px;
	left: 183px;
	width: 812px;
	height:508px;
	background-color: #F0F0FF;
	background-image:url(grfx/bg_main_2.jpg);
	z-index: 10;
	overflow: auto;
	overflow-x: hidden;
	}

h1, h2
	{
	margin: 5px 0 5px 0;
	padding: 0;
	color: #000;
	font-size:1.5em;
	}
	
h3, h4, h5
	{
	margin: 5px 0 5px 0;
	padding: 0;
	color: #000;
	font-size:1.2em;
	}

.content
	{
	margin: 20px 20px 0px 20px;
	}
a.content {
	text-decoration:none;
	color:#000000;
}
a.content:hover {
	text-decoration:underline;
	color:#000000;
}
a.content2 {
	text-decoration:none;
	color:#000000;
}
a.content2:hover {
	text-decoration:underline;
	color:#000000;
}

.spacer
	{
	padding:0;
	margin:0;
	}

.norm {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px}
.mini {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px}
.sub { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8px}





table
	{
	width:765px;
	border: 1px solid #0C3489;
	background-color: #DEE3E9;
	}

tr
	{
	height: 2.0em;
	}

td
	{
	padding-left:5px;
	}

.shadow
	{
	background-image: url('grfx/tbl_shadow.png');
	height:15px;
	width:765px;
	}

.strich_head
	{
	background-image: url('grfx/tbl_steg.gif');
	background-repeat: repeat-y;
	}

.strich_body
	{
	background-image: url('grfx/tbl_steg2.gif');
	background-repeat: repeat-y;
	}

.headrow_h
	{
	background-color:#DEE3E9;
	color:#000000;
	font-weight:bold
	}

.headrow
	{
	background-color: #0C3489;
	color:#FFFFFF;
	font-weight:bold
	}

.news_headrow
	{
	background-image: url('grfx/news_headrow.gif');
	height:37px;
	width:765px;
	}




#login
	{
	background-image:url(grfx/login.gif);
	text-align: left;
	position: absolute;
	left:10px;
	top: 510px;
	width: 166px;
	height:69px;
	font-size:1.2em;
	}

#lg_spacing
	{
	padding: 25px 0 0 5px;
	}

.user
	{
	background-image:url(grfx/lg_user.gif);
	width: 152px;
	height: 13px;
	border: 1px solid #fff;
	margin-bottom: 2px;
	}

.pass
	{
	background-image:url(grfx/lg_pw.gif);
	width: 130px;
	height: 13px;
	border: 1px solid #fff;
	margin-right:4px;
	}

