* {
	padding: 0;
	margin: 0;
}

html,body { height: 100%; }

body {
	background: url(/images/bg.gif) repeat-x #b3c5b6;
	text-align: center;
}


div {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	color: black;
}

#header {
	margin: 1px 0 1px 0;
	text-align: center;
}

#header a {
	margin: 0 5px 0 5px;
	text-decoration: none;
	color: #030;
	font-size: 10px;
}

#header a:hover {
	text-decoration: underline;
}

#content {
	padding: 5px 0 0 10px;
	width: 579px;
	position: relative;
	left: 2px;
}

#content p {
	padding-top: 10px;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 130%;
}

#content h1 {
	padding-left: 20px;
	font-size: 26px;
	letter-spacing: 2px;
	font-family: Arial,Garamond, Times new roman;
}

#content h2 {
	padding: 20px 0 0 10px;
	font-size: 14px;
	letter-spacing: 2px;
	font-family: Tahoma,Garamond, Times new roman;
}

#content h3 {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: bold;
	padding-top: 10px;
	/*display: inline;*/
}

#content td {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	color: #000;
	vertical-align: top;
}

#content th {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	color: #000;
	vertical-align: top;
	font-weight: bold;
}

#content ul, #content ol {
	margin-left: 20px;
}

#content li {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	margin-top: 3px;
}

#content a:link, #content a:visited {
	color: #00a;
	text-decoration: underline;
}

#content a:hover, #content a:active {
	color: #fff;
	background: #00a;
	text-decoration: none;
}

#content a img {
	border: none;
}

#page {
	background: url(/images/bg2.gif) repeat-x;
	width: 782px;
	min-height: 101%;
	_height: 101%;
	margin: 0 auto 0 auto;
	border-left: 1px solid #889589;
	border-right: 1px solid #889589;
}

#page2 {
	width: 742px;
	margin: 0 auto 0 auto;
	/*padding-top: 10px;*/
	text-align: left;
}

#page2 td { vertical-align:top; }

#menu {
	/*right: auto;*/
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 11px;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 3px 0px 3px 15px;
	display: block;
	width: 100px;
	_width: 118px;
}

#menu a:link, #menu a:visited {
	color: black;
}

#menu a:hover, #menu a:active {
	color: #aaa;
}

.menu_selected {
	cursor: default;
	font-weight: bold;	/*text-decoration: underline;*/
	padding: 3px 0px 3px 15px;
	display: block;
}

.menu_new {
	text-decoration: underline;
}


#bg_top {
	cursor: pointer;
	width: 742px;
	height: 136px;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/top.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
#bg_top[id] {background: url(/images/top.png) no-repeat}

#bg_menu {
	width: 129px;
	text-align: left;
}

#bg_menu_top {
	width: 129px;
	height: 64px;
	background: url(/images/menu_top.gif) no-repeat;
}

#bg_menu_mid {
	width: 129px;
	background: url(/images/menu_mid.gif) repeat-y;
}

#bg_menu_bottom {
	width: 129px;
	height: 28px;
	background: url(/images/menu_bottom.gif) no-repeat;
}

#bg_content {
	padding-left: 7px;
	text-align: left;
	/*margin: -366px 0 0 137px;*/	/*-19 för varje menypost*/
}

#bg_content_top {
	width: 605px;
	height: 15px;
	/*position:relative;
	top: 1;*/
	background: url(/images/content_top.gif) no-repeat top right;
}

#bg_content_mid {
	width: 605px;
	background: url(/images/content_mid.gif) repeat-y top;
}

#bg_content_bottom {
	width: 605px;
	height: 27px;
	background: url(/images/content_bottom.gif) no-repeat;
}

#footer {
	font-size: 9px;
	background: url(/images/footer.gif) repeat-x;
	margin-top: 50px;
	text-align: center;
	position: relative;
	top: 12px;
	left: -10px;
	width: 589px;
}


#second_hand_add_project_table {
	margin-top: 20px;
}

#second_hand_add_project_table td {
	vertical-align: bottom;
	height: 30px;
}


#news_front ul { list-style-type:none; margin:7px 0 0 5px; }
#news_front ul .news_front_date { font-style:italic; font-size:9px; color:#777; border-bottom:1px solid #bbb; margin-bottom:3px; }
#news_front ul .news_front_text { margin-bottom:10px; }


#editPageForm #body {
	width: 570px;
}


#content a.editPage:link, #content a.editPage:visited {
	color: #fff;
	background: #0a0;
	text-decoration: none;
}

#content a.editPage:hover, #content a.editPage:active {
	color: #0a0;
	background: none;
	text-decoration: underline;
}