/* CSS Standard */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-position: center;
	margin: 0;
	background-color: #ccc;
}
img {
	border: none;
	}
#submenu ul, #menu {
	margin: 0;
	padding: 0;
	}
#submenu ul li, #menu li {
	margin: 0;
	padding: 0;
	float: left;
	height: auto;
	width: auto;
	list-style-type: none;
	}
h1, h2, h3 {
	margin: 10px 0;
	}
h2 a {
	font-size: x-large;
	color: #485670;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
a {
	color: #485670;
	}
#form input, #form textarea, #form select {
    position: absolute;
    margin-left: 3cm;
}
#form label {
    display: block;
    }
	
/* CSS Top */
	
#doc3 {
	position: relative;
	width: 950px;
	height: auto;
	margin: 0 auto;
	}
#hd {
	position: relative;
	background: #FFFFFF;
	width: auto;
	height: 185px;
	}
.logo {
	position: absolute;
	top: 30px;
	left: 10px;
	}
.banner {
	position: absolute;
	top: 4px;
	right: 0px;
	}
#menu {
	position: relative;
	width: auto;
	height: 32px;
	top: 158px;
        background: #777;
	/*background: url(/internett1/images/menu.gif);*/
	}
#menu a {
	border-right: 1px solid #FFF;
	color: #FFF;
	font-size: small;
	text-decoration: none;
	padding: 8px 27px;
	display: block;
	float: left;
	font-weight: bold;
	}
#menu a:hover {
	background: #333;
	}

/* CSS Body */
	
#bd {
	position: relative;
	background: #FFFFFF;
	width: auto;
	height: auto;
	padding: 4px 0;
	}
#submenu {
	position: absolute;
	width: 191px;
	height: auto;
	float: left;
	background: #FFF;
	margin: 10px 10px 0 0;
	background: #FFF;
	}
#submenu ul li a {
	font-size: small;
	background: #777;
	color: #FFF;
	font-weight: bold;
	padding: 3px 10px;
	}
#submenu ul li a:hover {
	background: #333;
	}
#submenu ul.sub li a {
	font-size: x-small;
	padding: 7px 10px;
	background: #777;
	}
#submenu ul.sub li a:hover {
	background: #333;
	}

#submenu a {
	display: block;
	width: 171px;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
	}
#info {
	position: relative;
	width: 180px;
	height: auto;
	float: right;
	padding: 20px 20px 220px 20px;
	background: #FFF;
	margin: 10px 0 0 10px;
	background-position: bottom;
	color: #485670;
	font-weight: bold;
	}
#info p {
	margin: 0 0 5px 0;
	}
#text {
	position: relative;
	width: 497px;
	min-height: 300px;
	max-height: 5000px;
	padding: 10px;
	float: right;
	}
.article {
	position: relative;
	width: auto;
	height: auto;
	display: block;
	float: left;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	}
.pic {
	float: left;
	margin: 0 10px 10px 0
	}
.ingress {
	font-weight: bold;
	font-size: small;
	}
.more {
	border-top: 1px solid #CCC;
	text-align: right;
	}
.more a {
	color: #485670;
	background: #CCC;
	padding: 0 10px;
	text-decoration: none;
	}
.more a:hover {
	color: #FFFFFF;
	background: #fdc300;
	}
	
/* CSS Bottom */

#frontpage {
	text-align: center;
	}
#frontpage a {
	font-size: large;
	color: #999;
	text-decoration: none;
	margin: 0;
	display: inline;
	}
#ft {
	position: relative;
	width: auto;
	clear: both;
	text-align: center;
	padding: 10px;
	}
#ft a {
	}

