/* CSS Document */


/*** GLOBALS ***/

html {
	height: 100%; 
	margin-bottom: 1px;
	}

body {
	padding: 0px;
	border: 0px;
	margin: 0px;
	background: #bfc0b4;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	text-align: left;
}

body a {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}


img {
	padding: 0px;
	border: none;
	margin: 0px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #8e0000;
	padding-top: 0px;
	margin-top: 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8e0000;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

a.head {
	text-decoration: underline;
	padding-right: 15px;
	padding-bottom: 2px;
	background: url(/img/arrow.gif) right no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8e0000;
}

	
/***********/

#site_wrap {
	margin: 0px auto;
	width: 800px;
}


/*** HEADER ***/

#header_wrap {
	
}
	
#header_leftc {
	float: left;
	width: 25px;
	height: 38px;
	background: url(/img/header_leftc.gif) no-repeat;
}

#header_content {
	float: left;
	width: 755px;
	height: 38px;
	background: url(/img/header_content_bg.gif) repeat-x;
	}

#header_content a{
	float: left;
	margin-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: white;
	text-decoration: none;
	}
	
#header_content a:hover{
	color: #CCCCCC;
	}
	
#header_content a#start{
	height: 15px;
	margin-top: 6px;
	padding-left: 23px;
	padding-top: 2px;
	background: url(/img/start.gif) left no-repeat;
	}
	
.header_divider{
	float: left;
	height:	31px;
	width: 2px;
	margin: 0px 7px 0px 7px;
	background: url(/img/header_divider.gif) no-repeat;
}
	
#header_rightc {
	float: left;
	width: 15px;
	height: 38px;
	background: url(/img/header_rightc.gif) no-repeat;
}

/*************/


/*** MENU ***/

#meny_wrap {
	clear: both;
	float: left;
}

#meny_logo {
	float: left;
	width: 235px;
	height: 111px;
	background: url(/img/meny_logo.gif) no-repeat top left;
}

#meny_logo_sub {
	float: left;
	width: 235px;
	height: 111px;
	background: url(/img/meny_logo_sub.gif) no-repeat top left;
}

#meny_knappar {
	float: left;
	width: 536px;
	background: url(/img/meny_btn_bg.gif) repeat;S
}

#meny_knappar ul{
	float: left;
	height: 62px;
	list-style-type: none;
	margin: 0px;
	border: none;
	padding: 0px;
}

#meny_knappar ul li{
	float: left;
	list-style-type: none;
	display: block;
	padding-top: 26px;
}

.btn {
	height: 62px;
	background: url(/img/meny_btn_bg.gif) repeat;
} 

.btn a, .btn_current a{
	padding: 9px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	background: none;
	
}

.btn a:hover{
	color: #b3bcbc;
}

.btn_current {
	height: 62px;
	background: url(/img/meny_btn_curr_bg.gif) repeat;
} 

.btn_current a {
	color: white;
}

.btn_divider {
	height: 62px;
	width: 2px;
	background: url(/img/meny_btn_divider.gif) no-repeat;
} 



	/***** SUBMENY *****/
	
	
	#meny_sub, #meny_sub_act, #meny_sub_act_kurs {
		clear: both;
		float: left;
		height: 49px;
		width: 536px;
		background: url(/img/meny_sub_bg.gif) repeat-x;
	}
	
	#meny_sub_act {
		background: url(/img/meny_sub_act_bg.gif) repeat-x;
	}
	
	#meny_sub_act_kurs {
		background: #8E0000 repeat-x;
		height: 88px;
	}
	
	#meny_sub_act a, #meny_sub_act_kurs a{
		float: left;
		padding: 0px;
		margin: 0px 5px 0px 5px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 12px;
		color: white;
		
	}
	
	#meny_sub_act_kurs a{
		font-size: 10px;
	}
	
	#meny_sub_act a:hover, #meny_sub_act_kurs a:hover{
		text-decoration: underline;
	}
	
	#meny_sub_act a#current, #meny_sub_act_kurs a#current {
		color: #CCCCCC;
		}
		
	#meny_sub_act a#current:hover, #meny_sub_act_kurs a#current:hover {
		text-decoration: none;
		}
	
	.sub_btn_divider {
		float: left;
		height: 20px;
		width: 2px;
		background: url(/img/meny_sub_btn_divider.gif) no-repeat;
	} 
	
	
	/*************/


#meny_end, #meny_end_sub {
	float: left;
	width: 23px;
	height: 111px;
	background: url(/img/meny_end.gif) no-repeat;
}


/**********/


/*** MAIN CONTENT ***/

#body_wrap {
	clear: both;
	width: 800px;
}

#content {
	float: left;
	margin-left: 29px;
	width: 731px;
	padding: 45px 10px 20px 10px;
	background: #dde7e7 url(/img/content_bg.gif) repeat-x;
	border-left: 4px solid white;
	border-right: 4px solid white;
}

#content ul{
	list-style-type: square;
	margin-top: 3px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;	
}

#content li{
	margin-left: 10px;
	
}

#box_half_wrap {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}

#box_half_left {
	height: 300px;
	width: 17px;
	float: left;
	background: #dde7e7 url(/img/box_half_left.gif) top no-repeat;
}
	
#box_half_content {
	float: left;
	padding-top: 20px;
	background: #dde7e7 url(/img/box_half_bg.gif) repeat-x;
	text-align: left;
}

#box_half_right {
	height: 202px;
	width: 17px;
	float: left;
	background: #dde7e7 url(/img/box_half_right.gif) top no-repeat;
}
	
.box_wrap {
	width: 360px;
	height: auto;
	float: left;
	text-align: left;
	}

.box_top {
	width: 360px;
	height: 35px;
	background: url(/img/box_top.gif) no-repeat;
	}
	
.box_content {
	width: 330px;
	height: auto;
	clear: both;
	padding: 0px 15px 0px 15px;
	background: url(/img/box_middle.gif) repeat-y;
	font-size: 11px;
	}
	
.box_bottom {
	width: 360px;
	height: 35px;
	clear: both;
	background: url(/img/box_bottom.gif) no-repeat;
	}


#delkurser_wrap {
	width: 720px;
	height: 570px;
	clear: both;
	float: left;
	background: url(/img/box_delkurser.gif) no-repeat;
}


#delkurser_wrap a {
	display: block;
	width: 169px;
	height: 170px;
	padding: 20px 0px 0px 7px;
	float: left;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
	text-align: left;
}


#main_subnav_wrap {
	float: left;
	margin-bottom: 10px;
	text-align: left;
}

#main_subnav_wrap a{
	padding-top: 11px;
	clear:both;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	text-align: center;
}

#main_subnav_wrap a#top{
	width: 172px;
	padding-top: 14px;
	height: 28px;
	background: url(/img/main_subnav_top.gif) no-repeat;
}

#main_subnav_wrap a#top:hover{
	background: url(/img/main_subnav_top_over.gif) no-repeat;
}

#main_subnav_wrap a#middle{
	width: 172px;
	height: 29px;
	background: url(/img/main_subnav_middle.gif) no-repeat;
}

#main_subnav_wrap a#middle:hover{
	background: url(/img/main_subnav_middle_over.gif) no-repeat;
}

#main_subnav_wrap a#bottom{
	padding-top: 8px;
	width: 172px;
	height: 30px;
	background: url(/img/main_subnav_bottom.gif) no-repeat;
}

#main_subnav_wrap a#bottom:hover{
	background: url(/img/main_subnav_bottom_over.gif) no-repeat;
}




#kurs_subnav_wrap {
	float: left;
	margin-bottom: 10px;
}

#kurs_subnav_wrap a{
	padding-top: 11px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
}

#kurs_subnav_wrap a#left{
	width: 86px;
	height: 29px;
	background: url(/img/kurs_subnav_left.gif) no-repeat;
}

#kurs_subnav_wrap a#left:hover{
	background: url(/img/kurs_subnav_left_over.gif) no-repeat;
}

#kurs_subnav_wrap a#middle{
	width: 50px;
	height: 29px;
	background: url(/img/kurs_subnav_middle.gif) no-repeat right;
}

#kurs_subnav_wrap a#middle:hover{
	background: url(/img/kurs_subnav_middle_over.gif) no-repeat right;
}

#kurs_subnav_wrap a#right{
	width: 86px;
	height: 29px;
	background: url(/img/kurs_subnav_right.gif) no-repeat;
}

#kurs_subnav_wrap a#right:hover{
	background: url(/img/kurs_subnav_right_over.gif) no-repeat;
}

#kurs_subnav_wrap a#back{
	padding-top: 12px;
	padding-left: 10px;
	width: 160px;
	height: 28px;
	background: url(/img/kurs_subnav_back.gif) no-repeat;
}

#kurs_subnav_wrap a#back:hover{
	background: url(/img/kurs_subnav_back_over.gif) no-repeat;
}

#kurs_subnav_wrap a#main{
	padding-top: 12px;
	padding-left: 10px;
	width: 160px;
	height: 28px;
	background: url(/img/kurs_subnav.gif) no-repeat;
}

#kurs_subnav_wrap a#main:hover{
	background: url(/img/kurs_subnav_over.gif) no-repeat;
}


	/***** FORMS ******/
	
	.textinput{
	float: left;
	width: 250px;
	height: 14px;
	padding: 1px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
	border: 1px inset #333333;
	}
	
	.input_textarea{
	width:400px;
	height: 200px;
	padding: 1px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
	border: 1px inset #333333;
	}
	
	
	#felNamn, #felTelefon, #felForetag, #felEmail, #felOrt, #felAdress, #felPostnummer {
		visibility: hidden;
		float: left;
		background: url(/img/formfel_alert.gif) no-repeat left;
		font-family: arial;
		font-weight: bold;
		font-size: 12px;
		color: #790000;
		padding: 3px 10px;
		margin: 13px 0px 0px 7px;
	}
	
	.form_check {
		width: 1px;
		height: 1px;
		margin: 0px;
		padding: 0px;
		visibility: hidden;
	}
	
	
	/*****************/

/*** KALENDARIUM ***/

#kal_list {
}

#kal_list li{
	margin:15px;
	line-height: 15px;
	font-family: "Tahoma", Arial, Helvetica;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
}

#kal_list li b{
	font-weight: normal;
	font-size: 12px;
	color: #666666;
}

#kal_list li a{
	font-family: "Tahoma", Arial, Helvetica;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	border-bottom: dashed 1px #333333;
}

#kal_list li a:hover{
	color: #333333;
	border-bottom: solid 1px #333333;
}




/*******************/


#footer {
	width: 759px;
	height: 109px;
	clear: both;
	float: left;
	margin-left: 29px;
	background: url(/img/footer_bg.gif) no-repeat;
	}
