/*----------------------------------------------------------*/
/*					Nolla allt!!!!							*/
/*----------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img,embed,object,a {
	margin:0;
	padding:0;
	border: 0;
}

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background:#ebebeb;
	color:#666;
}


/*----------------------------------------------------------*/
/*					grundstruktur							*/
/*----------------------------------------------------------*/

#centerwrapper {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	
}
.sayswho_blogg_link {
	margin-top: 50px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 0;
}
#mainwrapper {
	float: left;
	width: 900px;
	min-height:600px;
	padding:0 0 0 0;
	background-color: #fff;
	background-image: url(/images/content-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#topwrapper {
	width: 600px;
	height: 40px;
	margin:25px 0 0 0;
}
	#topwrapper a {
		margin:0 0 0 30px;
		background:none;
	}

#menuwrapper {
	float: left;
	width: 172px;
	padding-top: 15px;
	padding-left: 30px;
}

#contact {
	margin-top: 40px;
	padding-bottom: 30px;
}
#contact hr {
	padding: 0;
	margin: 0;
	border: 0;
	padding-top: 5px;
}
#contact h3 {
	font-size: 11px;
	font-weight: bold;
	color:#666;
}
#contact h4 {
	font-size: 11px;
	font-weight: normal;
	
}
#contentwrapper {
	float: left;
	width: 353px;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 180px;
	padding-left: 30px;
}
#contentwrapper h1 {
	font-size: 22px;
	font-weight: normal;
	color:#666;
	padding-bottom: 3px;
	line-height: 25px;
}
#contentwrapper p {
	font-size: 11px;
	line-height: 14px;
}
#contentwrapper a {
	cursor: pointer;
	background:#ffd700;
	color:#666;
}
#imagearea {
	width: 351px;
}
#imageswap {
	width: 351px;
	height: 17px;
}
/*----------------------------------------------------------*/
/*							meny							*/
/*----------------------------------------------------------*/

#menu {
	overflow: hidden;
	font-size: 11px;
	line-height: 17px;
	font-family: Helvetica, "Arial sans-serif";
	color: #AAAAAA;
	font-weight: bold;
}
#menu a {
	text-decoration: none;
	color:#666;
	cursor: pointer;
}
#menu a:hover {
	color: #ffd700;
	cursor: pointer;
}
#menu a#menu_1 {
		color: #ffd700;
}
#menu a#menu_7 {
		color: #ffd700;
}
#menu a#menu_25 {
	background:none;
}
#menu ul {
	list-style: none;
}
.menuItem{	
	color:#666;
	overflow:hidden;
	cursor:pointer;
	background:none;
}
.subMenu{
	visibility:hidden;
	height:0px;
	overflow:hidden;
}
.subMenu_content {
	margin-left: 15px;
	font-weight: normal;
}

/*----------------------------------------------------------*/
/*					bildbläddrare							*/
/*----------------------------------------------------------*/

#imageswap {
	margin-top: 10px;
}
#imageswap a {
	text-decoration: none;
	color:#666;
	background:none;
}
#imageswap a:hover {
	color: #777777;
	cursor: pointer;
}
#imageswap ul {
	list-style: none;
}

#imageswap li {
	float: left;
	font-size:11px;
	width: 15px;
	text-align: center;
	font-weight: bold;
}

