@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, em, strong, 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;

}

html{
	text-align:center;
	
}

body {
	background:url(../img/backgrounds/top-bg.gif) 0 0 repeat-x;
	margin: 0px auto ;
	width: 800px;
	text-align: left;
	/* IE 6 resizing bug fix */
	position: relative;
}
#wrap {
	text-align:left;
	float:left;
	width:800px;
	margin-bottom:20px;
	background:url(../img/backgrounds/body-bg.gif) bottom left no-repeat;
	
	
}

html>body #wrap {
	height:auto;

}

#header {
	float:left;
	
}
div#topmenu {
	float:left;
	width:800px;
	background:url(../img/backgrounds/top-menu-bg.gif) bottom left no-repeat;
	height:46px;
}

html>body #topmenu {
	height:auto;
	min-height:46px;
	
}

ul#topmenulist {
	float:left;
	width:760px;
	padding:17px 0 0 17px;
	

}
#topmenulist li {
	float:left;
	padding:0 0 0 23px;
}

#topmenulist li.selected a {
	color:#a01422;

}

#topmenulist li.selected {
	background:url(../img/topmenu-selected.gif) 10px 2px no-repeat;
}

#topmenulist li a {
	font-weight:bold;
	color:#000;

}

#topmenulist a:hover {
	color:#a01422;

}


#content {
	float:left;
	width:100%;
	height:437px;
	padding-bottom:40px;
	
}

html>body #content {
	min-height:457px;
	height:auto;
}

div#content_start_left {
	width:560px;
	float:left;
	padding:15px 0 0 23px;
}

div#content_start_right {
	float:left;
	width:194px;
	padding:15px 0 0 23px;
}

div.puff {
	float:left;
	clear:both;
	width:165px;
	background:url(../img/backgrounds/puff-bg.gif) top left repeat-x #fff;
	height:208px;
	margin-bottom:13px;
	
}

html>body .puff {
	height:auto;
	min-height:208px;
}

/* Vanliga sidor */

div#content_left {
	width:152px;
	float:left;

}

ul#submenulist {
	background:url(../img/backgrounds/puff-bg.gif) 0 0 repeat-x;
	height:170px;
	margin:15px 0 0 23px;
	padding:13px 0 13px 18px;
	
}

html>body #submenulist {
	height:auto;
	min-height:170px;
}

#submenulist li {
	padding-bottom:8px;
	

}

div#content_right {
	float:left;
	width:585px;
	padding:15px 35px 0 28px;
}

#content_right img, #content_news img {
	float:right;
	clear:both;
	margin:0 0 25px 25px;

}

div#content_news {
	float:left;
	width:727px;
	padding:15px 35px 0 28px;
}

div#content_christmas {
	float:left;
	width:727px;
	padding:15px 35px 0 28px;

}

.news {
	margin-bottom:20px;
}

#christmas_table {
	margin:20px 0 0 0;

}

#christmas_table td {
	vertical-align:top;
	padding:3px 0;
}

#christmas_table td h3 {
	font-size:1.0em;
}

#footer {
	float:left;
	border-top:2px solid #a01422;
	width:750px;
	/*padding:0 25px;*/
	text-align:left;
	margin:0 0 0 25px;
	display:inline;
}

#footer img {
	float:left;
	margin:8px 106px 8px 5px;
}
#footer div {
	text-align:center;
	padding:17px 0 25px 0;
}

#adminLinks {
	position:absolute;
	top:100px;
	left:-150px;
	font-size:.8em;
	border:1px solid #a01422;
	padding:10px;
	background:#fff;

}
#adminLinks a {
	color:#a01422;
	font-size:1em;
	font-weight:bold;
	text-decoration:none;

}

#adminLinks a:hover {
	text-decoration:underline;

}
