/* COLOR */

.site_color
{
	background-color:#EDEDED;
}



/* END */


/* DEFAULT.XSL */

/* END */


/* BLOGG */
.blogg_title
{
	font-family: Verdana, tahoma, helvetica, sans-serif;
    text-decoration: none;
	color: #000000;
    font-weight: bold;
    font-size: 14px;
	line-height: 18px;
}
.blogg_text
{
	font-family: Verdana, tahoma, helvetica, sans-serif;
    text-decoration: none;
	color: #000000;
    font-weight: normal;
    font-size: 12px;
	line-height: 14px;
}
.blogg_line
{
	width:100%;
	height:1px;
	background-color:#333333;
}
/* END */


/* DISCUSSION */

.discussion_top{
	position:relative;
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #02386f;
	background-image:url(../images/discheader.png);
	background-repeat:repeat-x;
	width:100%;
	height:50px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
}

.discussion_top_inner{
	margin-top:17.5px;
	height:25px;
	position:relative;
}

.discussion_header_top{
	padding-top:3px;
	padding-bottom:3px;
	width:100%;
	height:19px;
	text-align:right;
	border-top: 1px solid #999999;
}
.discussion_header_top a
{
	font-size:10px;
}

.discussion_header{
	height:20px;
	width:100%;
	background-color:#ffffff;
	background-image:url(../images/discheader.png);
	background-repeat:repeat-x;
	color:#000000;
	font-family: Tahoma;
	font-size:10px;
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #02386f;
}

.discussion_header_element{
	float:left;
	margin-top:3px;
}

.discussion_header_element a, a:visited{
	font-size:10px;
	top:-10px;
}

.discussion_group {
	width:100%;
	height:22px;
	border-bottom: 1px solid #999999;
}

.discussion_group_element {
	padding-top:3px;
	height:19px;
	float:left;
	font-family:Tahoma;
	font-size:10px;
	overflow:hidden;
}


.discussion_group_element a{
	font-family:Tahoma;
	font-size:10px;
}

.discussion_group_element a:visited{
	font-family:Tahoma;
	font-size:10px;
}

.discussion_post_container {
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
}

.discussion_post {
	width:100%;
}

.discussion_post_left {
	width:115px;
	float:left;
}

.discussion_post_right {
	width:350px;
	float:left;
	border-left:1px solid #dddddd;
}

.discussion_post_body {
	width:100%;
	padding:5px;
}

.discussion_post_footer{
	width:100%;
	height:20px;
	border-top:1px solid #dddddd;
	text-align:right;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
}

.discussion_post_footer a{
	font-size:10px;
}

.discussion_end {
	width:100%;
	height:4px;
	border-top: 1px solid #dddddd;
}

.parent_comment {
	width:95%;
	padding:5px;
	background-color:#dfdfdf;
	border:1px solid #888888;
}

.element_gray
{
	background-color:#EDEDED;
}
.element_white
{
	background-color:#FFFFFF;
}

/* END */


/* SKJEMA */


.text_radio
{
	font-size:9px;
}
.text_label
{
	font-size:9px;
}



/* END */ 


/*MENU*/
.menu_level1, menu_level1:link, menu_level1:active, menu_level1:visited, .menu_level1:hover
{
	font-family: Verdana, tahoma, helvetica, sans-serif;
    text-decoration: none;
	/*text-transform:uppercase;*/
	color: #000000;
    font-weight: normal;
    font-size: 12px;
	line-height: 22px;
}

.menu_level1_sel, menu_level1_sel:link, menu_level1_sel:active, menu_level1_sel:visited, .menu_level1_sel:hover
{
	font-family: Verdana, tahoma, helvetica, sans-serif;
    text-decoration: none;
	/*text-transform:uppercase;*/
	color: #000000;
    font-weight: bold;
    font-size: 12px;
	line-height: 22px;
}


.left_menu_level1,  left_menu_level1:link, left_menu_level1:active, left_menu_level1:visited, .left_menu_level1:hover
{
	font-family: Verdana, tahoma, helvetica, sans-serif;
    text-decoration: none;
	/*text-transform:uppercase;*/
	color: #666666;
    font-weight: bold;
    font-size: 11px;
	line-height: 19px;
}

.left_menu_level1_sel,  left_menu_level1_sel:link, left_menu_level1_sel:active, left_menu_level1_sel:visited, .left_menu_level1_sel:hover
{
	font-family: Verdana, tahoma, helvetica, sans-serif;
    text-decoration: none;
	/*text-transform:uppercase;*/
	color: #cc0000;
    font-weight: bold;
    font-size: 11px;
	line-height: 19px;
}

.left_menu_level2,  left_menu_level2:link, left_menu_level2:active, left_menu_level2:visited, .left_menu_level2:hover
{
	font-family: Verdana, tahoma, helvetica, sans-serif;
    text-decoration: none;
	/*text-transform:uppercase;*/
	color: #666666;
    font-weight: normal;
    font-size: 11px;
	line-height: 19px;
}

.left_menu_level2_sel,  left_menu_level2_sel:link, left_menu_level2_sel:active, left_menu_level2_sel:visited, .left_menu_level2_sel:hover
{
	font-family: Verdana, tahoma, helvetica, sans-serif;
    text-decoration: none;
	/*text-transform:uppercase;*/
	color: #cc0000;
    font-weight: normal;
    font-size: 11px;
	line-height: 19px;
}

/*END*/



/*docs*/

.doc_title
{
	font-family: Verdana, tahoma, helvetica, sans-serif;
    text-decoration: none;
	/*text-transform:uppercase;*/
	color: #000000;
    font-weight: bold;
    font-size: 22px;
	line-height: 25px;
}

.doc_ingress
{
	font-family: Verdana, tahoma, helvetica, sans-serif;
    text-decoration: none;
	/*text-transform:uppercase;*/
	color: #000000;
    font-weight: bolder;
    font-size: 12px;
	line-height: 17px;
}

.doc_text
{

	font-family: Verdana, tahoma, helvetica, sans-serif;
    text-decoration: none;
	color: #000000;
    font-weight: normal;
    font-size: 12px;
	line-height: 14px;
}

.doc_list_title, doc_list_title:link, doc_list_title:active, doc_list_title:visited, .doc_list_title:hover
{
	font-family: Verdana, tahoma, helvetica, sans-serif;
    text-decoration: none;
	/*text-transform:uppercase;*/
	color: #000000;
    font-weight: bolder;
    font-size: 17px;
	line-height: 19px;
}

.doc_list_text
{
	font-family: Verdana, tahoma, helvetica, sans-serif;
    text-decoration: none;
	color: #000000;
    font-weight: normal;
    font-size: 12px;
	line-height: 17px;
}

.read_more
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0066CC;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*END*/



/* SEARCH*/

.top_bar_txt
{
	font-size:10px;
}
/*END*/



/*NEWS*/

.news_header,  news_header:link, news_header:active, news_header:visited
{
	font-family: Verdana, tahoma, helvetica, sans-serif;
    text-decoration: none;
	text-transform:uppercase;
	color: #000000;
    font-weight: normal;
    font-size: 10px;
	/*cursor:pointer;*/
	/*line-height: 15px;*/
}

.news_title,  news_title:link, news_title:active, news_title:visited
{
	font-family: Verdana, tahoma, helvetica, sans-serif;
    text-decoration: none;
	text-transform:uppercase;
	color: #000000;
    font-weight: normal;
    font-size: 10px;
	cursor:pointer;
	/*line-height: 15px;*/
}

.news_title:hover
{
	text-decoration: none;
}


.news_text
{
	font-family: Verdana, tahoma, helvetica, sans-serif;
    text-decoration: none;
	color: #000000;
    font-weight: normal;
    font-size: 10px;
	/*line-height: 12px;*/
}


/*END*/

/* OTHER */



.guide_text, guide_text:link, guide_text:active, guide_text:visited
{
	font-family: Verdana, tahoma, helvetica, sans-serif;
    text-decoration: none;
	text-transform:uppercase;
	color: #B2B2B2;
    font-weight: normal;
    font-size: 10px;
	cursor:pointer;
	line-height: 18px;
}


.mozilla {
	overflow-y:scroll;
	overflow: -moz-scrollbars-vertical;
}

.contact_text, contact_text:link, contact_text:active, contact_text:visited, contact_text:hover
{
	font-family: Verdana, tahoma, helvetica, sans-serif;
    text-decoration: none;
	color: #A9A9A9;
    font-weight: normal;
    font-size: 10px;
	/*line-height: 15px;*/
}

.contact_text:hover
{
	text-decoration: none;
}

.nowrap
{
	white-space:nowrap !important;
}

.black_line
{
	background-color:#898989;
}