body
{
	margin:			17px 0 0 83px;
	background-color:	#ffffff;
	font-size:		10px;
	font-family:		Verdana,Helvetica;

	background-image:	url('images/layout/bg_gradient.gif');
	background-repeat:	repeat-x;
}

h1
{
	margin: 0px 0pt 18px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

h2
{
	margin: 0px 0px 15px 0pt;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.rubrik
{
	font-size : 18px;
	margin-bottom: 0.6em;
}

.rubrik_mellan
{
	font-size : 14px;
	font-weight: bold;
	margin-bottom: 0.6em;
}

.ingress
{
	margin-bottom: 1em;
}

a:link,
a:visited
{
	text-decoration: none;
	color: #0066A6;	
}

a:hover
{
	text-decoration: underline;
	color: #0066A6;	
}

.top
{
	width: 966px;
	margin-left: 20px;
	margin-bottom: 9px;
}   

.tagline
{
	position: relative;
	left: 150px;
	top: 7px
}

.nav_bar
{
	width: 754px;
	padding: 4px 12px 4px 220px;
	background-color: #006db5;
	color: #ffffff;
	font-weight: bold;
}

.nav_bar a:link,
.nav_bar a:visited
{
	color: #ffffff;
	font-weight: bold;
}

.nav_bar a:hover
{
	color: #ffffff;
	font-weight: bold;
}

.nav_bar_link
{
	background-color: #006db5;
	color: #ffffff;
	font-weight: bold;
}

.nav_bar_link a:link,
.nav_bar_link a:visited
{
	padding: 4px 12px 4px 12px;
	background-color: #006db5;
	color: #ffffff;
	font-weight: bold;
}

.nav_bar_link a:hover
{
	padding: 4px 12px 4px 12px;
	background-color: #ececed;
	color: #006db5;
	font-weight: bold;
}

.nav_bar_link_sel
{
	background-color: #ffffff;
	color: #006db5;
	font-weight: bold;
}

.nav_bar_link_sel a:link,
.nav_bar_link_sel a:visited
{
	padding: 4px 12px 4px 12px;
	background-color: #ffffff;
	color: #006db5;
	font-weight: bold;
}

.nav_bar_link_sel a:hover
{
	padding: 4px 12px 4px 12px;
	background-color: #ececed;
	color: #006db5;
	font-weight: bold;
}

.main
{
	width:		986px;
	margin-top:	12px;
	padding-bottom:	12px;
}

.nav_level1:link,
.nav_level1:hover,
.nav_level1:visited
{
	color:		#0850a6;
	font-weight:	bold;
}


.nav_level2:link,
.nav_level2:hover,
.nav_level2:visited
{
	color:		#000000;
	font-weight:	bold;
}

.nav
{
	width: 188px;
	padding-left: 20px;
	padding-right: 12px;
}

.nav_l1
{
	padding: 6px 6px 4px 8px;
}

.nav_l1_sel
{
	padding: 6px 6px 4px 8px;
	background-color: #006db5;
}

.nav_l1_sel a:link,
.nav_l1_sel a:visited
{
	background-color: #006db5;
	color: #ffffff;
	font-weight: bold;
}

.nav_l1_sel a:hover
{
	background-color: #006db5;
	color: #ffffff;
	font-weight: bold;
}

.nav_l1_edit
{
	padding: 6px 0px 4px 4px;
}

.nav_l1_edit a:link,
.nav_l1_edit a:visited
{
	color: #ee3338;
	font-weight: bold;
}

.nav_l1_edit a:hover
{
	color: #ee3338;
	font-weight: bold;
}

.nav_l2
{
	padding: 6px 6px 4px 16px;
	background-color: #ececed;
	color: #000000;
}

.nav_l2 a:link,
.nav_l2 a:visited
{
	background-color: #ececed;
	color: #000000;
}

.nav_l2 a:hover
{
	background-color: #ececed;
	color: #000000;
}

.content
{
	margin-left: 12px;
	margin-right: 12px;
	width: 741px;
}

.box_right
{
	width: 188px;
	padding-left: 12px;
}

.box_right a:link,
.box_right a:visited
{
	font-weight: bold;
	color: #006db5;
}

.box_right a:hover
{
	font-weight: bold;
	color: #006db5;
}

#nav_edit
{
        position:               absolute;
        top:                    0px;
        right:                  0px;
        width:                  125px;
        border:                 1px solid #aeaeae;
        background-color:       #fafafa;
        margin:                 5px;
        padding:                5px;
        font-size:              13px;
	overflow:		hidden;
}

#nav_edit a:link,
#nav_edit a:visited
{
        text-decoration:        none;
        font-weight:            normal;
}

.footer
{
	width: 986px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #888888;
	font-size: 10px;
	text-align: center;
}

.footer a:link,
.footer a:visited
{
	color: #888888;
}

.footer a:hover
{
	color: #888888;
}

.hr_gray
{
	width: 100%;
	height: 1px;
	background-color: #c3c3c3
}

.form_container {
	background-color: #ffffff;
	margin: 3px;
}

.form_item_header {
	color: #ffffff;
	background-color: #006db5;
	font-weight: bold;
	padding: 1px 2px 1px 5px;
	font-size: 12px;
	font-family: Verdana,helvetica;
	margin-bottom: 4px;
}

.form_item {
	margin-bottom: 10px;
}

.form_err {
	background-color: #f2c8e2;
	padding: 3px;
	border-width: 1px;
	border-color: #f473c0;
	border-style: solid;
	margin-bottom: 4px;
}
.form_info {
	background-color: #e3e3e3;
	padding: 3px;
	border-width: 1px;
	border-color: #777777;
	border-style: solid;
	margin-bottom: 4px;
}

.form_label {
}

.form_input {
	font-size: 12px;
	width: 140px;
}

.form_input_disabled {
	font-size: 12px;
	background-color: #d7d7d7;	
}

.form_input_readonly {
	font-size: 12px;
	background-color: #f2f2f2;
}

.form_input_err {
	font-size: 12px;
	background-color: #f2c8e2;	
}

.form_submit {
	font-size: 12px;
}

.form_checkbox {
	font-size: 12px;
}

.black1
{
	font-size: 10px;
	color: #000000;
}
.black2
{
	font-size: 11px;
	color: #000000;
}
.black3
{
	font-size: 12px;
	color: #000000;
}
.black4
{
	font-size: 14px;
	color: #000000;
}
.black5
{
	font-size: 18px;
	color: #000000;
}

.blue1
{
	font-size: 10px;
	color: #0066A6;
}
.blue2
{
	font-size: 11px;
	color: #0066A6;
}
.blue3
{
	font-size: 13px;
	color: #0066A6;
}
.blue4
{
	font-size: 14px;
	color: #0066A6;
}
.blue5
{
	font-size: 18px;
	color: #0066A6;
}
.red1
{
	font-size: 10px;
	color: #B80000;
}
.red2
{
	font-size: 11px;
	color: #B80000;
}
.red3
{
	font-size: 13px;
	color: #B80000;
}
.red4
{
	font-size: 14px;
	color: #B80000;
}
.red5
{
	font-size: 18px;
	color: #B80000;
}

/*

td.navbg
{
	font-size: 14px;
	font-weight: normal;
	color: white;
	padding: 5;
}

.image_over {
	margin-bottom: 10;
}

.image_bottom {
	margin-top: 10;
}

.image_right {
	margin-left: 10;
}

.image_left {
	margin-right: 10;
}

*/

/*
.left {
	background-image: url(bilder/leftbg.jpg);
	background-color: white;
	background-repeat: no-repeat;
}
.middle {
	background-image: url(bilder/middlebg.jpg);
	background-color: white;
	background-repeat: no-repeat;
}
.right {
	background-image: url(bilder/rightbg.gif);
	background-color: white;
	background-repeat: no-repeat;
}

.box
{
	font-size: 13px;
	color: #880000;
	margin: 0;
	padding: 2 0 2 0;
	background-color: #FFFFC0;
	border: solid gray;
	border-width: 1;
}

.shortcut
{
	font-size: 12px;
	color: #A0A0A0;
}

*/

/*
.gray1
{
	font-size: 11px;
	color: #787878;
}
.gray2
{
	font-size: 12px;
	color: #787878;
}
.gray3
{
	font-size: 13px;
	color: #787878;
}
.gray4
{
	font-size: 14px;
	color: #787878;
}
.gray5
{
	font-size: 18px;
	color: #787878;
}
*/

/*
.white1
{
	font-size: 11px;
	color: white;
}
.white2
{
	font-size: 12px;
	color: white;
}
.white3
{

	font-size: 13px;
	color: white;
}
.white4
{
	font-size: 14px;
	color: white;
}
.white5
{
	font-size: 18px;
	color: white;
}
*/

/*
.yellow1
{
	font-size: 10px;
	color: #FE970C;
}
.yellow2
{
	font-size: 11px;
	color: #FE970C;
}
.yellow3
{
	font-size: 13px;
	color: #FE970C;
}
.yellow4
{
	font-size: 14px;
	color: #FE970C;
}
.yellow5
{
	font-size: 18px;
	color: #FE970C;
}
*/
/*
.infobox
{
	font-size: 12px;
	color: #000000;
	POSITION: static;
	BACKGROUND-COLOR: #F3E95A;
	MARGIN: 2px 0px 0px 0px; 
	PADDING-LEFT: 4px;
	PADDING-RIGHT: 4px;
}

.mylink:link
{
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
	color: #2b8023;
}
.mylink:visited
{
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
	color: #2b8023;
}
.mylink:hover
{
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
	color: #2b8023;
}
*/

/*

A.nav:link
{
	font-size: 12px;
	color: white;
	text-decoration: none;
}

A.nav:visited
{
	font-size: 12px;
	color: white;
	text-decoration: none;
}

A.nav:hover
{
	font-size: 12px;
	color: white;
	text-decoration: none;
}

A.nav_left:link
{
	font-size: 12px;
	color: black;
	text-decoration: none;
}

A.nav_left:visited
{
	font-size: 12px;
	color: black;
	text-decoration: none;
}

A.nav_left:hover
{
	font-size: 12px;
	color: black;
	text-decoration: underline;
}

A.expl:link
{
	font-size: 12px;
	text-decoration: underline;
	color: #0066A6;	
}

A.expl:visited
{
	font-size: 12px;
	text-decoration: underline;
	color: #0066A6;	
}

A.expl:hover
{
	font-size: 12px;
	text-decoration: underline;
	color: #0066A6;	
}

*/
