body{
	color: #333333;
	/*font-family:Helvetica, Verdana, Arial, sans-serif;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:68%;
	margin:0;
	padding:0;
	background:#EDEBE6;
}

#flashcontent {
	height: 448px;
	width: 1280px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: transparent;
}

.preStart {
	width:100%;
	background:#FFFFFF;
	height:26px;
}

.startMeny {
	width:100%;
	position:absolute;
	margin-top:0px;
}

.startContent {
	width:100%;
	height:100%;
	position:absolute;
	margin-top:0px;
	background:#EDEBE6;
}

#menu {
	background:#FFF;
	width:1000px;
}

#menu #logo {
	position:relative;
	float:left;
	width:300px;
	padding:8px 0px 7px;
}

#menu #menuItems {
	float:left;
	width:700px;
	padding:6px 0px 7px;
	font-size:10px;
}

#menu #menuItems .firtsItems {
	padding-right:5px;
}

#menu #menuItems .items {
	padding:0px 5px 0px 5px;
}

#mainContent {
	background:#EDEBE6;
	padding-top:100px;
	width:1020px
}

#mainContent .siteInfo {
	position:relative;
	float:left;
	width:300px;
}

#mainContent .back {
	float:left;
	width:102px;
	padding-right:20px;
	text-align:right;
}

#mainContent .active {
	float:left;
	width:140px;
	padding-left:4px;
}

#mainContent #content {
	float:left;
	width:700px;
}

#mainContent #content a:hover, a:visited:hover {
	color:#333333;
}

}

#mainContent #content .narrowContent {
	width:352px;
}


#mainContent #content .wideContent {
	width:713px;
}


#mainContent #content .wideContent #text{
	position:relative;
	float:left;
	width:352px;
}

#mainContent #content .wideContent #image{
	float:left;
	width:264px;
	padding-left:16px;
}

/* -- CLASSES -- */ 
.clear {
	clear:both;
}

.orange {
	color:#666666;
}

.grey {
	color:#666666;
}

.darkGrey {
	color:#333333;
}

/* -- TAGS -- */


h1 {
	font-weight:bold;
	font-size:100%;
	line-height:10px;
	padding:0px;
}

h2 {
	font-weight:bold;
	font-size:100%;
	line-height:5px;
	color:#666666;
}

h3 {
	font-weight:normal;
	font-style:italic;
	font-size:100%;
	line-height:5px;
}

hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	padding-bottom: 10px;

}

a {
	color:#666666;
	text-decoration: none;
}

a:active {
	color:#333333;
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}

a:hover, a:visited:hover {
	color:#333333;
}

ul {
	list-style-image: url(img/list_dot.gif);	
}