html, body {
    background-color:#FFFFFF;
	background-image:url(../images/background.jpg);
	margin:0px;
	padding:0px;
    height:100%;
}

.global {
	background-image:url(../images/background.jpg);
    height:100%;
	width: 100%;
    margin:0px;
	padding:0px;
}

#globalheader {
    height:0px;
	margin:0px;
	padding:0px;
}

#globalfooter {
    height:0px;
	margin:0px;
	padding:0px;
}

#localheader {
    height:140px;
	background-image:url(../images/background-header.jpg);
	text-align:right;
	font-size:22px;
	font-weight:bold;
	padding-right:20px;
	padding-top:0px;
	color:#000000;
	/margin-top:-15px;
}

#localfooter {
	background-image:url(../images/background.jpg);
	color: #333333;
	font-size:10px;
	text-align:right;
	margin:0px;
	padding:0px;
	height:14px;
}

#navi {
	padding:5px;
	line-height:1.5em;
	font-weight:bold;
}

.navi {
	background-image:url(../images/background-menu.jpg);
	vertical-align:top; 
}

.active{
	list-style-type:disc;
	color:#000000 !important;
}

#content {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:25px;
	padding-right:5px;
	text-align:left;
}

.content {
	background-image:url(../images/background-content.jpg);
	background-repeat:repeat-y;
	background-position:left;
	vertical-align:top;
	background-color:#FFFFFF;	
}

.pager {
	margin-top:1em;
}

.more {
	margin-top:1em;
}
