* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #ffffff url(pics/top.png) repeat-x; 
}
.site { /*Whole site*/
	height: 100%;
}




/*---------------Header + Footer*/
.header {/*Header Logo*/
	/*width: 315px;*/
	padding: 10px;
	padding-left: 20px;
	height: 85px !important;
	height: 105px; 
	height/**/:/**/85px;
	
	font-family: Arial Black, Impact;
	font-size: 48px;
	color: #ffffff;
}
.header_word {/*Header word*/
	position: absolute;
	margin-top: 85px;
	margin-left: 140px;
	
	font-family: Arial Black, Impact;
	font-size: 12px;
	color: #ffffff;
}

.footer {/*Footer*/
	background-image: url(pics/foot.png);
	background-repeat: repeat-x;
	height: 50px;
	width: 100%;
	float: left;
	clear: both;
	margin-top: 40px;
}



/*---------------Sitecontent*/
.content {/*Text + Menu*/
	width: 1270px; /*Kanske blir snyggare med 965px*/
	border: 1px #000000;
}
.textcontent {/*Where the text will be*/
	text-align: left;
	float: left;
	
	padding: 10px;
	width: 760px !important;
	width: 780px; 
	width/**/:/**/760px;
}
.menu {/*The menu*/
	clear: none;
	float: left;
	margin-top: 10px;
	background-color: #f5f5f5;	
	border-bottom: 1px solid #647d9d; 
	border-top: 1px solid #647d9d; 
	font-size: 16px; /* "Lucida Sans Unicode", "Lucida Sans"; */
	
	padding: 10px;
	width: 160px !important;
	width: 180px; 
	width/**/:/**/160px;
}
.menu2 {/*The menu*/
	clear: none;
	/*float: left;*/
	margin-top: 10px;
	background-color: #f5f5f5;	
	border-bottom: 1px solid #647d9d; 
	border-top: 1px solid #647d9d; 
	font-size: 16px; /* "Lucida Sans Unicode", "Lucida Sans"; */
	
	padding: 10px;
	width: 160px !important;
	width: 180px; 
	width/**/:/**/160px;
}



/*---------------Special content*/
.text_right {/*Ad's and other right aligned content*/
	padding: 10px;
	width: 350px !important;
	width: 370px; 
	width/**/:/**/350px;
	
	float: right; 
	padding: 0px; 
	margin: 0px; 
	background-color: #ffffff; 
	text-align: left;
}
.pics_right {/*Ad's and other right aligned content*/
	float: right; 
	font-size: 12px;
	padding: 0px; 
	margin: 3px; 
	background-color: #ffffff; 
}
.search {/*Specialstil på söktermer*/
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(pics/searchterm.png);
	background-repeat: repeat-y;
	padding-left: 15px;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: lowercase;
	display: block;
	line-height: 20px;
	border-left: 5px solid silver;
}
.padd_1 {/*IE fix*/
	padding: 10px;
}
.block {/*Keeping two align: left; togheter*/
	float: left;
	text-align: center;
	margin-top: 10px;
}
.box { /*Länkar till artiklar från första sidan*/
	padding: 10px;
	margin: 15px;	
	width: 320px !important;
	width: 370px; 
	width/**/:/**/320px;
	
	float: left;
	position: relative;
	clear: none;
	background-color: #f5f5f5;
	text-align: left;
	border-bottom: 1px solid #647d9d; 
	border-top: 1px solid #647d9d;
}
.box h2 {/*In page topics*/
	font-size: 17px;
	font-weight: bolder;
	color: #000000;
}
.belowtopic { /*Text under topic*/
	font-size: 11px;
	float: right;
}
.topklam { /*Ads on top*/
	width: 900px;
	float: left;
	margin-bottom: 20px;
	margin-left: 15px;
}
.tbl_std {
	border-width: 2px;
	border-color: #9bbb59;
	text-align: center;
}
.tbl_top {
	background-color: #9bbb59;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
.tbl_left {
	font-weight: bold;
	text-align: left;
}
.tbl_odd {
	background-color: #e9fac7;
}
.table {
	border: 2px solid #9bbb59; 
	width: 95%;
}



/*---------------Text styles*/
h1 {/*Page topic*/
	border: 1px solid #647D9D; 
	font: bold 11pt arial, "arial narrow", helvetica, sans-serif; 
	margin-top: 0px; 
	padding: 5px 10px 5px 10px; 
	text-align: center;
	background: #66cc00 url(pics/header.png) repeat-x top left; 
}
h2 {/*In page topics*/
	font-size: 17px;
	font-weight: bolder;
	/*text-decoration: underline;*/
	color: #008000;
}
h3 {/*Looks like h1 but less importan*/
	border: 1px solid #647D9D; 
	font: bold 11pt arial, "arial narrow", helvetica, sans-serif;
	margin-top: 0px; 
	padding: 5px 10px 5px 10px; 
	background: #66cc00 url(pics/header.png) repeat-x top left; 
}
h4 {/*Menu topics*/
	font-size: 14px;
	font-weight: bolder;
}
a{ /*Link color*/
	color: #0000ee;
}

a:visited { /*Visited menus*/
	color: #0000ee;
}



