﻿body
{
	margin:0;
	padding:0;
	font-family: Verdana;
	font-size:66%;
}

img
{
	border:none;
}
/******************MENU*********************/
.menu
{
	position: relative;
	left: 0px;
	top: -10px; /*110px*/
	z-index: 1000; /*background-color: #FFFFFF;*/
	/*background-image: url(images/menu_bg_off.gif); */
	background-repeat: repeat-x;
	background-position: 0px 0px;
	min-width: 766px;
	width: 766px;
	min-height: 25px;
	height: auto !important;
	height: 25px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
	font-family:Verdana;
	font-size: 12px;
	font-weight:bold;
}
.menu br
{
	line-height: 5px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.menu ul ul
{
	height: auto;
	top: 25px;
	left: 0;
	position: absolute;
	background-color: #fff;
	/*background-image: url(images/menu_bg2_off.gif);*/
	background-repeat: repeat-x;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #D1D6DE;
	border-bottom-color: #D1D6DE;
	border-left-color: #D1D6DE;
}
/* another hack for IE5.5 */
* html .menu ul ul
{
	top: 25px;
	t\op: 25px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li
{
	float: left; /*width:160px;*/
	position: relative;
	display: inline;
}
.menu li li
{
	position: relative;
	top: 0px;
}
/* style the links for the top level */
.menu a, .menu a:visited
{
	background: transparent;
	display: inline;
	font-size: 11px;
	line-height: 27px;
	text-decoration: none;
	color: #898888;
	padding: 7px 10px 7px 10px;
	text-transform:uppercase;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul
{
	visibility: hidden;
	position: absolute;
}
/* position the third level flyout menu */
.menu ul
{
	left: 0px;
	top: 0px;
}
/* position the third level flyout menu for a left flyout */
.menu ul.left
{
	left: -160px;
}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited
{
	background: transparent;
	color: #898888;
	height: auto;
	line-height: 12px;
	padding: 6px 5px;
	width: 150px;
	display: block;
	font-size: 11px;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a
{
	width: 150px;
	w\idth: 140px;
}
/* style the top level hover */
.menu a:hover
{
	color: #000000;
	background-color: #FFF;
	/*background-image: url(images/menu_bg2_off.gif);*/
	background-repeat: repeat-x;
}
.menu ul ul a:hover
{
	color: #000000;
}
.menu :hover > a, .menu ul ul :hover > a
{
	color: #000000;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul
{
	visibility: visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul
{
	visibility: hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul
{
	visibility: visible;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table
{
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
}
.menu .rub
{
	color: #990000;
	font-weight: bold;
	cursor: default;
	/*background-image: url(images/menu_bg2_off.gif);*/
	background-repeat: repeat-x;
}
.menu .rub a
{
	color: #990000;
	/*background-image: url(images/menu_bg2_off.gif);*/
	background-repeat: repeat-x;
	cursor: default;
}
.menu .rub a:hover
{
	color: #990000;
	/*background-image: url(images/menu_bg2_off.gif);*/
	background-repeat: repeat-x;
	cursor: default;
}
/*********************/


/******************Continers*********************/
.menu_container
{
	margin:20px 0px 10px 0px;
}

.main
{
	margin: 0 auto;
	padding:0;
	min-width: 766px;
	width: 766px;
	font-size:1.0em;
	font-style:normal;
	text-decoration:none;
	color:Black;
}

.main_continer
{
	margin: 0 auto;
	padding: 0;
	min-width: 766px;
	width: 766px;
}

.main_col_devider
{
	float: left;
	margin: 0;
	padding: 0;
	min-width: 23px;
	width: 23px;
}

/****************** 1 left 2 right columner *********************/

.main_1col_left
{
	float: left;
	margin: 0;
	padding: 0;
	min-width: 240px;
	width: 240px;
}
.main_2col_right
{
	float: left;
	margin: 0;
	padding: 0;
	min-width: 503px;
	width: 503px;
}

/****************** 1 left 2 right columner ends *********************/

/****************** 1 left 2 right columner *********************/

.main_2col_left
{
	float: left;
	margin: 0;
	padding: 0;
	min-width: 503px;
	width: 503px;
}
.main_1col_right
{
	float: left;
	margin: 0;
	padding: 0;
	min-width: 240px;
	width: 240px;
}

/****************** 1 left 2 right columner ends *********************/

/****************** 2 columner *********************/

.main_page_left
{
	float: left;
	margin: 0;
	padding: 0;
	width: 382px;
}

.main_page_right
{
	float: left;
	margin: 0;
	padding: 0;
	width: 361px;
}

/********************************/



/****************** 3 lika columner *********************/

.main_3col_equal
{
	float: left;
	margin: 0;
	padding: 0;
	min-width: 240px;
	width: 240px;
	
}

/********************************/



.news_container
{
	margin: 0;
	padding: 0;
}

.logga
{
	background-image: url(images/logga.gif);
	background-repeat: no-repeat;
	width: 770px;
	height: 120px;
}

.login_container
{
	float: right;
	margin: 10px 0px 0px 0px;
}

/*********************/


/****************** Formating *********************/

.subject_header
{
	font-size:1.6em;
	font-weight: bold;
	clear:both;
	margin-bottom:10px;
}
.header
{
	font-size:1.6em;
	font-weight: bold;
}
.Searchheader
{
	font-size:1.6em;
	font-weight: bold;
}


.SearchMemberInput
{
	margin:5px 0px 5px 10px;
	float:left;
	width:125px;
	font-family:Verdana;
	font-size:1.3em;
}
.SearchMemberDropdown
{
	margin:5px 0px 5px 10px;
	float:left;
	width:129px;
	font-family:Verdana;
	font-size:1.2em;
}
.SearchButton
{
	font-weight:bold;
	font-size:1.2em;
	margin-left:12px;
	margin-top:3px;
	float:left;
}

.clsSearchMemberInput
{
	font-size:1.4em;
	width: 125px;
	height:12px;
	margin-left: 10px;
	vertical-align: top;
}

.inputDropdown
{
	float:left;
	width:129px;
	font-family:Verdana;
	font-size:1.2em;
}

/****************** Member Formating *********************/

.MemberFormContainer
{
	margin: 10px 0px 10px 10px;
}

.formFields
{
	float: left;
	width: 240px;
}

.formFieldsHeader
{
	font-size:1.0em;
	font-weight: normal;
}

.clsMemberFormInput
{
	font-size:1.2em;
	width: 220px;
	vertical-align: bottom;
	border:solid 1px #000000;
}

/*********************/

.text
{
	font-size:1.0em;
}

.clsMemberList
{
	font-size:1.0em;
}

.clsMemberList a
{
	color: #000000;
	text-decoration:none;
}

.clsMemberList a:hover
{
	color: #000000;
	text-decoration:underline;
	font-weight:bold;
}

.member_header
{
	font-weight:bold;
	font-size:1.4em;
}

.search_header_spacer
{
	margin:8px 0px 0px 0px;
}

.search_top_header
{
	font-size:1.0em;
	font-weight:bold;
}

.search_header
{
	font-size:1.0em;
	font-weight:bold;
}

.literatur_image
{
	float:left; 
}

.literatur_text
{
	float:left; 
	margin:0px 0px 0px 0px;
	font-size:1.0em;
	font-weight:normal;
}

.literatur_header
{
	font-size:1.0em;
	font-weight:normal;
	float:left;
}

.literatur_creator
{
	font-size:1.0em;
	font-weight:bold;
}

.literatur_devider
{
	margin:25px 0px 0px 0px;
}

.dot_devider
{
	background-image: url(images/dot_divider.gif);
	background-repeat: repeat-x;
	height:2px;
	width:100%;
}

.link_header
{
	font-size:1.2em;
	font-weight: bold;
	height: 25px;
}

.link_header a
{
	font-size:1.2em;
	font-weight: bold;
	height: 25px;
	text-decoration:none;
	color:#000000;
}

.link_link
{
	font-size:1.0em;
	font-weight: bold;
	text-decoration:none;
	margin-bottom:10px;
}
.link_text
{
	font-size:1.0em;
	font-weight: normal;
}

.linkLista
{
	margin-bottom:4px;
}

.linkLista a
{ 
	color: #898888;
	font-family:Verdana;
	font-size: 11px;
	font-weight:bold;
	/*text-transform:uppercase;*/
	text-decoration:none;
}

.linkLista a:hover
{ 
	color: #000000;
	font-family:Verdana;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
	/*text-transform:uppercase;*/
	text-decoration:none;
}

.link_link a
{ 
	color: #efa800;
	font-family:Verdana;
	font-size: 11px;
	font-weight:bold;
	/*text-transform:uppercase;*/
	text-decoration:none;
}

.link_link a:hover
{ 
	color: #000000;
	font-family:Verdana;
	font-size: 11px;
	font-weight:bold;
	/*text-transform:uppercase;*/
	text-decoration:none;
}

.dimmer
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 20;
	background-color: #ffffff;
	filter: Alpha(Opacity=60);
}

/*********************/

/****************** News Formating *********************/
.news_continer
{
	padding: 15px 10px 0px 20px;
}

.news_rub
{
	padding: 0px 0px 10px 0px;
	font-size:1.6em;
	font-weight: bold;
	height: 25px;
}

.news_header
{
	padding: 0px 0px 3px 0px;
	font-size:1.2em;
	font-weight: bold;
}

.news_text
{
	font-size:1.0em;
}

.news_link
{
	float:right;
	font-size:1.0em;
	color: #fc9004;
	padding-bottom: 10px;
}

.obligatorisktValue
{
	color: #ff0000;
}

.clsDropDown
{
	font-size:1.2em;
}

/*********************/

/****************** Login Header *********************/

.login_header
{
	font-size:1.0em;
	font-weight: bold;
	line-height:10px;
	text-transform:uppercase;
}

.clsloginInput
{
	font-size: 10px;
	width: 75px;
	height:11px;
	margin-right: 6px;
	vertical-align: top;
}

.clsloginInputPassword
{
	font-size: 11px;
	width: 75px;
	height:11px;
	margin-right: 6px;
	vertical-align: top;
}

.clsloginButton
{
	margin-right: 15px;
}

.clsflagInput
{
	font-size:1.0em;
	margin-right: 5px;
	vertical-align: bottom;
}

/*********************/
