/* ---- BASICS ---- */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background: #ffffff no-repeat top center fixed;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
	color: #000000;
	padding:0px;
	margin:0px;
	width: 100%;
}

.clear {
	clear: both;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover, a:active {
	color: #000000;
	text-decoration: underline;
}

/* ---- WRAP, CONTENT ---- */

#header {
    background: url(bg/top.jpg) top center no-repeat;
    margin: 0 auto;
    height: 200px;
    width: 900px;
    border: 1px solid #000000;
}


#wrap { 	
	margin: 10px auto;
	height:520px; 
	text-align: left;
	padding: 0px;
}


#content {
	margin: 0 auto;
	width: 900px;
	background: #ffffff;
	border: 1px solid #000000;
}

/* ---- MAIN MENU ---- */

#main_menu {
	width: 100%;
	height: 25px;
	background-color: #cccccc;
}

#main_menu ul {
	margin: 0 auto;
	height: 25px;
	width: 900px;
}

#main_menu ul li {
	margin: 0 4px 0 0;
	display: inline;
	text-align: center;
	height: 25px;
	line-height: 25px;
}

#main_menu ul li a {
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}

#main_menu ul li a:hover, a:active {
	color: #000000;
	text-decoration: none;
}

#main_menu ul li a.active {
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}

/* ---- POSTS ---- */

.post_wrap_index {
	margin: 20px 0 50px 20px;
	width: 500px;
	float: left;	
}

.post_wrap {
	margin: 20px 0 50px 20px;
	width: 600px;
	float: left;	
}
.post {
	margin: 0 0 50px 0;
	width: 500px;
	float: left;
}

.post_wrap_1 {
	margin: 20px 0 50px 20px;
	width: 800px;
	float: left;
	
}

.post_1 {
	margin: 0 0 50px 0;
	width: 800px;
	float: left;
}

p.line {
	border-top: 1px solid #ccc;
}

p.line_red {
	border-top: 1px solid #ff0000;
}

p.line_solid {
	border-top: 1px solid #330099;
}

p.line_dotted {
	border-top: 1px dashed #669999;
}

ul.regel {
	margin: 5px 0 5px 10px;
}

ul.regel li {
	margin: 5px 0 5px 10px;
}

h2.title  {
	display: block;
	width: 550px;
	font-size: 16px;
	text-decoration: none;
	color: #6666cc;
	margin: 0 0 15px 0;
	text-transform: uppercase;
	text-align: center;
}

h3.title  {
	display: block;
	width: 550px;
	font-size: 14px;
	text-decoration: none;
	color: #90949a;
	margin: 0 0 15px 0;
	text-transform: uppercase;
	text-align: center;
}


	
h3.kurs  {
	display: block;
	width: 550px;
	font-size: 14px;
	text-decoration: none;
	color: #90949a;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}

.markant, .markant a { color: #0000FF; font-weight: bold; line-height: 20px; text-align:center; font-size: 18px; }


table#styrelsen { font: 13px Verdana; margin: 0 auto; border-collapse: collapse; text-align: center; }


table#styrelsen td { padding: 20px; }

.fotobox { width: 400px; border: 1px solid #ccc; padding: 5px; text-align: left; }
.lankbox { border: 0px solid #ccc; padding: 5px; text-align: left; line-height: 20px; }

pre {font-family: Verdana; text-align: left;}


/* ---- SIDEBAR ---- */

.sidebar_wrap_index {
	margin: 0px 20px 0 0;
	padding: 0 0px 10px 10px;
	width: 300px;
	float: right;
	border-left: 1px solid #ccc;
}
.sidebar_wrap {
	margin: 0px 20px 0 0;
	padding: 0 0px 10px 10px;
	width: 200px;
	float: right;
	border-left: 1px solid #ccc;
}

.sidebar_block ul {
	padding: 0 0 15px 20px;
}

.sidebar_block ul li {
	text-align: left;
	list-style:none;
}

.sidebar_block ul li {
	color: #666ccc;
	line-height: 165%;
	text-decoration: none;
}


h3.huvudtitel_1 {
	font-size: 14px;
	padding: 5px;
	text-align: center;
	color: #6666cc;
	text-transform: uppercase;
	margin: 20px 0;
	border-bottom: 1px solid #ccc;
}

h4.undertitel_1 {
	font-size: 13px;
	padding: 5px;
	text-align: center;
	color: #6666cc;
	text-transform: uppercase;
	margin: 10px 0;
}


table#veckan { color: #333; font: 12px Verdana; margin: 0 auto; border-collapse: collapse; text-align: left; }


table#veckan td { border: 0px solid #ccc; padding: 5px; }


table#veckan .rubrik { color: #333; display: block; font-weight: bold; text-align: left;   }





	
/* ---- FOOTER ---- */

#footer {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 25px;
}

#footer p {
	text-align: center;
	height: 10px;
	line-height: 25px;
	font-size: 10px;
}

#footer p a {
	color: #000000;
	text-decoration: none;
}