
body {
		background: url('img/bg.gif');
		/*background: #FBFDCA;*/
}

#page_wrap {
		width: 840px;
		margin-left: auto;
		margin-right: auto;
}

#bg_top {
        float: left;
		width: 100%;
		height: 5px;
		background: white; /*#FBFDCA;*/
		border-top:1px solid lightgrey;
		border-left: 1px solid lightgrey;
		border-right: 1px solid lightgrey;
}

#bg_middle {
		float: left;
		width: 100%;
		background: white; /*#FBFDCA;*/
		border-left: 1px solid lightgrey;
		border-right: 1px solid lightgrey;
}

#bg_bottom {
		float: left;
    	width: 100%;
		height: 10px;
		background: white; /*#FBFDCA;*/
		border-left: 1px solid lightgrey;
		border-right: 1px solid lightgrey;
		border-bottom: 1px solid lightgrey;

}

#page { 
		margin-left: auto;
    	margin-right: auto;
		width: 800px;
}

#header_outer {
		float: left;
		width: 100%;
}


#header_inner {
		margin: 5px auto 0px auto;
    	/*width: 790px;*/
    	text-align: center;
}

#head_line {
		width: 100%;
		float: left;
		height: 18px;
		/*border-top: 1px solid gray;*/
		border-bottom: 1px solid gray;
}

#head_line_left {
		float: left;
		padding-top: 2px; 
		padding-left: 0px;
		padding-bottom: 2px; 
		font-size: 11px;
		width: 25%;
}

#head_line_center {
		float: left;
		width: 50%;
		padding-top: 2px;
		padding-bottom: 2px;
		text-align: center;
		font-size: 11px;
}

#head_line_right {
		float: right;
		padding-top: 2px; 
		padding-right: 20px;
		padding-bottom: 2px; 
		font-size: 11px;
		width: 25%;
		text-align: right;
}

#left_outer {
		float: left;
		width: 130px;
}

#left_inner {
		margin: 17px 0px 5px 0px;
}

#right_outer {
		float: left;
		width: 150px;
}

#right_inner {
		margin: 5px;
}

#content_outer {
		float: left;
		margin: auto;
		width: 650px;
}

#content_inner {
		padding: 2px 10px 10px 10px;
}

#footer_outer {float: left;
		width: 100%;
		height: 20px;
		border-top: 1px solid gray;
		/*border-bottom: 1px solid gray;*/
}

#footer_inner {
		width: 500px;
		margin-left: auto;
    	margin-right: auto;
    	margin-top: 5px;
    	font-size: 8px;
    	text-align: center;
}

.menu {
	border-collapse: collapse;
}

.menuitem {
		background-image: url('img/patron.gif');
		background-repeat: no-repeat;
		width: 105px;
		height: 33px;
		padding-left: 8px;
		font-family: times;
		font-size: 14px;
		font-weight: bold;
		vertical-align: middle;
		/*border: 1px solid black;*/
}

.linkitem {
		background-image: url('img/patron2.gif');
		background-repeat: no-repeat;
		width: 105px;
		height: 33px;
		padding-left: 8px;
		font-family: times;
		font-size: 14px;
		font-weight: bold;
		vertical-align: middle;
}

a:link {
		color: black;
		text-decoration: none;
}

a:hover {
		color: blue;
		text-decoration: none;
}

a:visited {
		color: black;
		text-decoration: none;
}

h1 {
		color: blue;
		font-size: 24px;
		font-family: "times new roman", "arial";
}

h2 {
		color: blue;
		font-size: 20px;
		font-family: "times new roman", "arial";
}

.center {
	text-align: center;
}

.news {	
	background: #F4F4F4;
	padding: 5px;
	border: 1px solid silver;
} 

.s {
	font-size: 10pt;
}

.b_b{
	border-bottom:1px solid black;
}
.b_l{
	border-left:1px solid black;
}
.b_r{
	border-right:1px solid black;
}
.b_t{
	border-top:1px solid black;
}
.b{
	border: 1px solid black;
}

.color{
	background: #e8e8e8;
}
.color_stevne{
	background: #e8e8e8;
}	

.stevne{
	
}

.alias{
	font-size: 10pt;
}

table{
	border-collapse: collapse;
}

content .a:link { color: blue;}