/* GENERAL */

body {
	background-color: #E8E8E8;
	font-family: verdana;
	font-size: 10px;
}

iframe { border: none; }

h2 {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 12px;
	padding-top: 0px;
	margin-top: 0px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 8px;
	padding-top: 0px;
	margin-top: 0px;
}

img {
	border: 0px;
}

p {
	margin-top: 0px;
}

a {
	color: #000000;
}

/* TABELLER */

.tabelnews {
	line-height: 15px;
}


/* TOP */

#box {
	width: 800px;
	text-align: left;
	margin: auto;
	background-color: #ffffff;
	position: relative;
}

#top {
}

#top #logo {
	height: 50px;
	background-color: #687992;
	margin-bottom: 4px;
	position: relative;
}

#box #top #logo .uclogo {
	float: left;
	height: 35px;
	width: 300px;
	margin-left: 20px;
	margin-top: 8px;
}

#box #top #logo .kommunelogo {
	float: right;
	height: 35px;
	width: 50px;
	margin-right: 20px;
	margin-top: 10px;
	text-align: right;
}


#top #teaser {
	position: relative;
	height: 150px;
	margin-bottom: 4px;
	background-image: url("teaser.jpg");
}

#top #teaser .headline {
	position: absolute;
	top: 110px;
	left: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

#top #menu {
	background-color: #97A100;
	height: 35px;
	background-image: url("/gfx/background_topfade.png");
	background-position: bottom;
	background-repeat: no-repeat;
	position: relative;
}

#top #menu .menu {
	position: absolute;
	left: 180px;
	margin-top: 7px;
	height: 27px;
}

#top #menu .menu ul {
	list-style-position: inside;
	list-style-type: none;
	margin: 0px;
	position: relative;
	padding: 0px;
}

#top #menu .menu li {
	display: inline;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	padding-top: 4px;
	font-weight: bold;
	padding-bottom: 10px:
}

#top #menu .menu li.active {
	background-color: #FFFFFF;
	padding-bottom: 15px;
	margin-bottom: 10px;
	padding-bottom: 10px:
}

#top #menu .menu li a {
	text-decoration: none;
	color: #FFFFFF;
}

#top #menu .menu li.active a {
	text-decoration: none;
	color: #000000;
}

/* MAIN */

#content {
	background-image: url("/gfx/background.png");
	background-position: top;
	background-repeat: repeat-y;
	margin-top: 0px;
	padding-top: 10px;
	min-height: 450px;
}

#submenu {
	padding-left: 15px;
	padding-right: 0px;
	margin: 0px;
	padding-top: 0px;
	width: 165px;
	float: left;
}

#submenu .submenu1 {
	float: left;
	margin-top: 0px;
	width: 150px;
	height: 8px;
	background-image: url("/gfx/submenu_top.png");
	overflow: hidden;
}

#submenu .submenu2 {
	float: left;
	width: 140px;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
	border-bottom: solid 1px #E3E3E3;
	border-right: solid 1px #E3E3E3;
	border-left: solid 1px #E3E3E3;
	word-wrap: break-word;
}

#submenu .submenu2 ul {
	margin: 0px;
	list-style-type: none;
	text-align: left;
	padding: 0px;
}
#submenu .submenu2 li.niveau1 {
	background-image: url("/gfx/menu_arrow.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
	padding-bottom: 6px;
	font-weight: bold;
}
#submenu .submenu2 li.niveau2 {
	padding-left: 20px;
	padding-bottom: 6px;
}

#submenu .submenu2 li a {
	text-decoration: none;
	color: #000000;
}
#submenu .submenu2 li a.active {
	text-decoration: underline;
	color: #000000;
}
#submenu .submenu2 li a:hover {
	text-decoration: underline;
	color: #000000;
}

#foot{
	clear: both;
	height: 2px;
}

/* BOTTOM */

#bottom {
	height: 40px;
	width: 800px;
	float: left;
	background-image: url("/gfx/background_bottomfade.png");
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
}
#bottom .bottom {
	position: absolute;
	height: 30px;
	width: 800px;
	top: 10px;
	background-color: #687992;
}

