@import url(typography.css);

/* CSS Document */
/* Normalisera margin och padding */
* {
	margin:0;
	padding:0;
}

/* Normalisera fontsize för headers */
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;

}

/* Normalisera list-style */
ol, ul {
	list-style:none;

}

/* Normalisera font-style och font-weight till normal */
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}

/* Normalisera tabellstil från tabeller */
table {
	border-collapse:collapse;
	border-spacing:0;

}

/* Ta bort border från img och fieldset */
fieldset, img {
	border:none;

}

/* Vänsterställ text i th och caption */
th, caption {
	text-align:left;

}
/* Ta bort citationstecken */
q:before, q:after {
	content:'';

}

/*Ta bort underlinen på a element */
a {
	text-decoration:none;
	
}
.clearthefloats {
	clear:both;

}
body {
	background:url(../img/backgrounds/body-bg2.gif) 0 -0px repeat-x;
	text-align: center;
	/* IE 6 resizing bug fix */
	position: relative;
}
#wrap {	
	margin: 0px auto ;
	text-align:left;
	width:770px;
	margin-bottom:0px;
	
}

#copy {	
	margin: 0px auto ;
	text-align:left;
	width:770px;
	margin-bottom:20px;
	
}

html>body #wrap {
	height:auto;

}

#branding {
	height:148px;

	float:left;
	width:100%;

}


img#logo {
	float:left;
	padding:0;
	margin:0;

	

}
ul#topmenulist {
	float:left;
	width:100%;
	clear:both;
	padding:0px 0 0 0px;
	height:30px;
	margin-top:18px;
	

}

html>body ul#topmenulist {
	height:31px;

}


#topmenulist li {
	float:left;
	/*height:31px;*/
	
}

ul#submenulist {
	background:#eeefef;
	height:476px;
	width:180px;
	
	
}

html>body #submenulist {
	height:auto;
	min-height:476px;
}

#submenulist li {
	
	

}

#content_main {
	float:left;
	background:#fff;
	height:500px;
	width:100%;
	padding-bottom:30px;

}

html>body #content_main {
	min-height:500px;
	height:auto;

}

div#content_left {
	width:200px;
	float:left;
	margin-top:25px;
}

div#content_right {
	float:left;
	margin:25px 0 0 0px;
	background:#eeefef;
	width:570px;
	height:475px;
	padding:0 0px 0px 0px;

}

html>body #content_right {
	min-height:475px;
	height:auto;

}

#content_main #content_right img {
	float:right;
	padding:0 0 0 10px;

}


html>body {
	height:auto;
	min-height:500px;

}

img.flags {
	position:relative;
	top:120px;
	left:420px;

	
}

#flag_swe {
	margin-right:5px;

}

div.puff {
	float:left;
	width:340px;
	margin:20px 0 30px 0; 
}

#puff_right{
	margin-left:20px;
	float:right;
	padding-right:20px;

}
#site_info{
	clear:both;
	background:url(../img/backgrounds/site-info-bg.gif) 0 0 repeat-x;
	height:149px;
}

#copy {
	background:url(../img/backgrounds/copy-bg.gif) bottom right no-repeat;
	height:149px;

}

#adminLinks {
	position:absolute;
	top:50px;
	left:100px;
	font-size:.8em;
	border:1px solid #80a9d9;
	padding:10px;
	background:#fff;
	text-align:left;

}
#adminLinks a {
	color:#80a9d9;
	font-size:1em;
	font-weight:bold;
	text-decoration:none;

}

#adminLinks a:hover {
	text-decoration:underline;

}

#news {
	float: left;
}

div.news_item {
	
	padding-bottom:10px;
	margin:5px 2px 5px 2px;

}

.cleartheNews{
	clear:both;
	width:90%;
	margin:15px 10px 5px 10px;
	border-bottom:1px solid #BFD5E0;

}

table {
	margin-left:10px;

}