@import url(/local/site/global.css);

body {
	background: url(/local/site/layout/bg.jpg) repeat;
	font-family: Georgia, Arial, sans-serif;
	font-size: 14px;
	color: #443317;
}

* {
	padding: 0px;
	margin: 0px;
}

img, div {
	behavior: url(/local/site/js/iepngfix.htc)
}

p {
	font-size: 14px;
	color: #443317;
}

hr {
	height: 4px;
	border: none;
	background: url(/local/site/layout/news_border.jpg) repeat-x;
}

h1, h2, h3, h4 ,h5 ,h6 {
	color: #443317;
}

#container {
	width: 942px;
	margin: 0 auto;
	background: url(/local/site/layout/bg_content.png) repeat-y;
}

#top {
	width: 914px;
	height: 190px;
	margin: 0 auto;
	background: url(/local/site/layout/top.jpg) no-repeat right;
}


#header {
	width: 912px;
	height: 306px;
	margin: 0 auto;
}

#forss {
	width: 816px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10px;
}

#forss a {
	color: #000;
}

#header p {
	padding: 0px;
}

#logga {
	width: 261px;
	height: 139px;
	float: left;
	margin-left: 40px;
	padding-top: 22px;
}

#content {
	width: 914px;
	padding-top: 30px;
	margin: 0 auto;
}

#maincontent1 {
	width: 540px;
	margin-left: 50px;
	float: left;
}

#rightcontent1 {
	width: 246px;
	margin-left: 625px;
}

#maincontent3 {
	width: 814px;
	margin: 0 auto;
}

#bottom {
	width: 942px;
	margin: 0 auto;
	height: 32px;
	background: url(/local/site/layout/bottom.png) no-repeat;
	font-size: 0px;
}

.box {
	width: 237px;
	height: 177px;
	padding: 2px;
	float: left;
	margin-left: 50px;
	border: 1px solid #6c5735;
	margin-bottom: 10px;
	margin-top: 20px;
	cursor: pointer;
}

.boxtext {
	position: relative;
	top: 130px;
	width: 100%;
	height: 40px;
	padding-top: 7px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	z-index: 3;
}

.boxtext p, .boxtext a {
	font-size: 24px;
	color: #fff;
	text-decoration: none;
}

.boxtext_bg {
	width: 100%;
	height: 40px;
	padding-top: 7px;
	background-color: #000;
	position: relative;
	top: 83px;
	filter:alpha(opacity=55);
	-moz-opacity:0.55;
	opacity: 0.55;
	z-index: 2;
}

#box1 {
	background: url(/local/site/layout/start-gastgiveri.jpg) no-repeat 2px 2px;
	margin-left: 42px;
}

#box2 {
	background: url(/local/site/layout/start-konferens.jpg) no-repeat 2px 2px;
}

#box3 {
	background: url(/local/site/layout/start-evenemang.jpg) no-repeat 2px 2px;
}

#news_start {
	padding-top: 33px;
}

.startnews {
	margin-bottom: 20px;
}

.startnews_header {
	font-size: 18px;
	height: 35px;
	margin-bottom: 10px;
	background: url(/local/site/layout/news_border.jpg) repeat-x bottom;
}

.startnews_text {

}

div.news div.border {
	background: url(/local/site/layout/news_border.jpg) repeat-x bottom;
	margin-bottom: 15px;
}

div.news div.date {
	font-size: 12px;
}

/* menu */

#menu {
	width: 590px;
	margin-left: 320px;
	padding-top: 85px;
	background: url(/local/site/layout/menu_border_h.jpg) no-repeat 12px 108px;
}

#menu-root {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#menu-root li {
	float: left;
	margin-bottom: 10px;
}

#menu-root li.border {
	padding-top: 2px;
	height: 10px;
	width: 2px;
}

#menu-root li a {
	padding-left: 12px;
	padding-right: 12px;
	font-size: 16px;
	color: #443317;
	text-decoration: none;
}

#menu-root li:hover a, #menu-root li.active a, #menu-root li.subactive a {
    color: #443317;
}

#menu-root li ul {
	margin: 9px 0 0 0px;
	padding: 0;
	list-style-type: none;
	position: absolute;
}

#menu-root li ul li {
	margin: 0px;
	padding: 0px;
	float: none;
}

#menu-root li ul.dropdown li {
    margin-top: 2px;
    background-color: #00349a;
    padding: 5px; 
    width: 150px;
}

#menu-root li ul.dropdown li a {
	padding-left: 15px;
	padding-right: 10px;
    color: #fff;
    font-weight: normal; 
}

#menu-root li ul.dropdown li:hover  { 
    background: #00349a;
}

#menu-root li ul.dropdown li.active  { 
    background: #00349a;
}

#menu-root li ul.dropdown li:hover a { 
    color: #99CCFF;
}

#menu-root li ul.dropdown li ul.flyout {
	margin-left: 2px;
}
#menu-root li ul.dropdown li ul.menu_level2 li {
	background: #00349a;
	width: 190px;
}
#menu-root li ul.dropdown li ul.menu_level2 li:hover {
	background: #00349a;
}

#menu-root li ul.dropdown li ul.menu_level2 li.active {
	background: #00349a;
}
#menu-root li ul.dropdown li:hover ul.flyout li a {
    color: #99CCFF;
}

#menu-root li ul.dropdown li:hover ul.flyout li:hover a {
	color: #99CCFF; 
}

