/*
Theme Name: SLN
Theme URI: http://victorryden.se
Description: Tema för SLN
Version: 1.0
Author: Victor Rydén
Author URI: http://victorryden.se
Tags: SLN

	Tema åt SLN

*/

@import url("include/reset.css");
@import url("include/clearfix.css");
@import url("include/text.css");

body {
	background: url(gfx/bg.gif);
	padding-bottom: 30px;
}

#wrapper {
	background: url(gfx/head.gif) left top no-repeat;
	width: 835px;
	min-height: 300px;
	margin: 0 auto;
}

#contentWrap {
	margin-left: 55px;
}

#content {
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	margin-top: 3px;
	padding: 5px 0 15px 0;
}

#content img {
	border: 1px solid #d9d9d9;
	padding: 3px;
}

#content table {
	width: 100%;
	border: 1px solid #b8b8b8;
	margin-bottom: 30px;
}

#content td, #content th {
	font-size: 13px;
	font-family: arial;
	color: #646464;
	padding: 10px;
}

#content tr:hover {
	background-color: #e9e9e9;
}

#content th { background: #d4d4d4; font-weight: bold; border-bottom: 1px solid #b8b8b8; }

#nytt li {
	margin-bottom: 5px !important;
	line-height: 13px;
}

#nytt li p { margin: 0 !important; }