/* GENERAL STYLES */
body 
{
	margin: 0px;
	padding: 10px;
	background-color: #ffffff;
	color: #325974;
	font-family: verdana;
	font-size: 10px;
	line-height: 14px;
}
body.kustvagen
{
	padding: 0px;
	margin: 0;
	background-color: #1b2023;
	background-image: url('/images/background.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	font-family: Verdana;
	font-size: 10px;
}
hr
{
	border: 0;
	height: 1px;
	color: #d2d2d2;
	background: #d2d2d2;
}
#header
{
	float: left;
	height: 154px;
}
#wrapper
{
	width: 908px;
	margin: 0px auto;
	margin-bottom: 0px;
}
#navigation
{
	padding: 0px;
	padding-top: 1px;
	float: left;
	width: 896px;
	height: 63px;
	vertical-align: middle;
	background-color: White;
}
#navigation ul
{
	padding-left: 0px;
	margin: 0px;
}
#navigation li
{
	text-align: center;
	width: 111px;
	margin-right: 0px;
	height: 37px;
	float: left;
	display: block;
	border-left: 1px solid #dddddd;
	border-bottom: 5px solid #dddddd;
	background: url('/images/menu_background.jpg');
}
#navigation li.first
{
	border-left: 1px solid white;
}
#navigation li:hover
{
	border-bottom: 5px solid #0099dc;
}

#navigation a
{
	color: #325974;
	
	text-decoration: none;
	padding-top: 14px;
	display: block;
	height: 29px;
}
#navigation a.last
{
	background: white;
}
#navigation a:hover
{
	color: #0099dc;
	padding-top: 10px;
	height: 33px;
}
#navigation a.last:hover
{
	background: url('images/menu_btn_bg_hover_last.jpg');
}
/* #navigation ul
{
	padding: 0px;
	margin: 0px;
	margin-left: 15px;
	float: left;
	list-style: none;
}
#navigation li
{
	padding: 0px;
	margin: 0px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 15px;
	margin-top: 2px;
	height: 18px;
	float: left;	
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid transparent;
}
#navigation li.selected
{
	background-image: url('/images/menu_hover.jpg');
	background-position: center right;
	background-repeat: no-repeat;
	border: 1px solid #325974;
	background-color: #90bdec;
}
#navigation li:hover
{
	background-image: url('/images/menu_hover.jpg');
	background-position: center right;
	background-repeat: no-repeat;
	border: 1px solid #325974;
	background-color: #90bdec;
}
#navigation li a
{
	color: white;
	text-decoration: none;
}
#navigation li:hover a
{
	color: #325974;
	text-decoration: none;
}

#navigation li.selected a
{
	color: #325974;
	text-decoration: none;
}
*/

#content_wrapper
{
	float:left;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 0px;
	padding-bottom: 50px;
	width: 898px;
}
#mainContent
{
	clear: both;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 876px;
	min-height: 480px;
	background-color: White;
}
#footer
{
	clear: both;
	float: left;
	height: 4px;
	width: 896px;
	background-color: White;
}

.twoColLeft
{
	width: 525px;
	float: left;
	padding-right: 5px;
        background-color: White;
}
.twoColLeftOne
{
	width: 198px;
	float: left;
	padding-right: 5px;
        background-color: White;
}
.twoColLeftTwo
{
	width: 316px;
	float: left;
	padding-right: 10px;
        background-color: White;
}

.twoColRight
{
	width: 345px;
	float: left;
	padding-left: 0px;
        background-color: White;
}
.col
{
	padding: 0px;
	width: 846px;
}
.col img
{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
a
{
	color: #325974;
}
div.myspace-scroll-box 
{
	height:350px;
	width:198px;
	overflow-y:scroll;
}


/* EDITOR PROPERTIES */
h1 {
font-size: 14pt;
font-weight: bold;
margin-bottom: -6px;
line-height: 16pt;
font-family: arial;
}

h2 {
font-size: 12pt;
font-weight: bold;
margin-bottom: -4px;
line-height: 14pt;
font-family: arial;
}

h3 {
font-size: 10pt;
font-weight: bold;
margin-bottom: -2px;
line-height: 12pt;
font-family: arial;
}


