
	#body
	{
		background:#c0c0c0;
		text-align:center;
		font-size:76%;
		height: 100%;
		min-height:100%;
		
	}
	
	h1
	{
		font-family:Arial, Helvetica, Verdana, sans-serif;
		font-size:1.8em;
		margin:0 0 0.4em 0;
		font-weight:400;
		color:#000000;
	}
		
	h2
	{
		font-family:Arial, Helvetica, Verdana, sans-serif;
		font-size:1.6em;
		margin:0 0 0.4em 0;
		font-weight:400;
		color:#000000;
	}
	
	h3
	{
		font-family:Arial, Helvetica, Verdana, sans-serif;
		font-size:1.4em;
		margin:0 0 0.4em 0;
		font-weight:400;
		color:#000000;

	}
	
	h4
	{
		font-family:Arial, Helvetica, Verdana, sans-serif;
		font-size:1.2em;
		margin:0 0 0.4em 0;
		font-weight:400;
		color:#000000;
	}
	
	h5
	{
		font-family:Arial, Helvetica, Verdana, sans-serif;
		font-size:1.0em;
		margin:0 0 0.4em 0;
		font-weight:400;
		color:#000000; 
	}
	
	h6
	{
		font-family:Arial, Helvetica, Verdana, sans-serif;
		font-size:0.8em;
		margin:0 0 0.4em 0;
		font-weight:400;
		color:#000000;
	}
	
	#background
	{
		width:950px; 
		margin:0 auto; 
		vertical-align:top; 
		height: 100%; 
		min-height:100%; 
		/*padding:0 1px;
		border-left:1px solid #99cccc;
		border-right:1px solid #99cccc;*/
	}
	
		#layout_container {
		   text-align:center;
		   height:100px;
		   min-height:100%;
		   
		}
	
		#layout_right_side {
			width: 135px;
			background: url(/client_files/images/shadow_right.png) repeat-y;
		}	
	
	
		#layout_left_side {
			width: 135px;
			background: url(/client_files/images/shadow_left.png) repeat-y;
			
		}
		
		
		#layout_center {
			vertical-align: top;
			background: #FFFFFF;
		}
	
	#header
	{
		/*background: #ffffff url('/client_files/images/top_background.gif') right no-repeat;*/
		height:105px;
		background: #ffffff url('/client_files/images/bg_menu.jpg') right no-repeat;
		text-align:left;

		
	}
		#header #top
		{
			height:50px;  
			padding:0px 0 15px 10px;							
		}
		
		#header #logo
		{
			display:block;
		}
		
	#language
	{
		padding:5px 5px 0 0;
		float:right;
	}
		#language ul
		{

			margin:0 0 0 1.5em;
			padding:0;
			list-style-type:none;
		}
		
		#language ul li
		{
			display:inline;
			color:#ffffff;
			margin-left:4px;
		}
		
		#language ul li a
		{
			color:#ffffff;
			text-decoration:none;
		}
			
			
		#topmenu
		{
		
			height:22px;
			/*background:#339999;*/ 
			border-bottom:1px solid #ffffff;
			clear:both;
		}
			
			#topmenu ul
			{
				margin:0 0 0 30px;
				padding:0;
				list-style-type:none;
			}
			
			#topmenu ul li
			{
				display:inline; 			        
			}
			
			
			
		#navmenu
		{
			background:#d37632; /*#cde2e2;*/
			padding:2px;
			font-size:11px;
			font-weight:400;
			border-bottom:1px solid #ffffff;
			clear:both;
			
		}
			
			#navmenu ul
			{
				margin:0 0 0 8px;
				padding:0;
				list-style-type:none;
			}
			
			#navmenu ul li
			{
				display:inline;
				color:#000000;/*#565d05;*/
			}
			
			#navmenu ul li a:link
			{
				color:#FFFFFF;/*#006600;*/
				text-decoration:underline;
			}

			#navmenu ul li a:visited
			{
				color:#FFFFFF;/*#006600;*/
				text-decoration:underline;
			}
			
			#navmenu ul li a:hover
			{
				color:#777777;/*#519e51;*/
				text-decoration:none;
			}				
			
		
		#toppicture
		{			
			height:137px;
			background: #ffffff url('/client_files/images/top_bild.jpg') right no-repeat;
			text-align:left;		
		}	
		
				
		#submenu
		{
			font-size:10px;
			font-weight:400;
			width:195px;
		}

			#submenu a
			{
				text-decoration:none;
				color:#000000;
			}
			
			#submenu a:link
			{
				
			}
			
			#submenu a:hover
			{
				text-decoration:underline;
			}
			
			
			#submenu img
			{
			}
			
	
	#content
	{
	    /*background-image:url('/client_files/images/bg_content.jpg'); */
		background-color:#FFFFFF;
		background-repeat:repeat-y;
		display:block;
		margin:0 0 0 0;
		padding:10px 0 0 0;
		text-align:left;
		height: 100%;
		min-height:100%;
	}
	
		#content #left
		{
		
			width:245px;
			vertical-align:top;
			padding:0;
		}
		
		#content #left_start
		{
			width:255px;
			vertical-align:top;
			padding:0;
		}
				
		#content #middle
		{
			width:493px;
			vertical-align:top;
		}
		
		#content #middle_start
		{
		
			width:505px;
			vertical-align:top;
		}
		
		#content #right
		{
		
			width:242px;
			vertical-align:top;
		}
		
		#content #right_start
		{
		
			width:234px; 
			vertical-align:top;
		}

	#content .headings
	{
	
		background-color:#c56900;/*#99cccc;*/
		padding:3px 8px;
		border-bottom:1px solid #ffffff;
	
	}
	
	#content .headings img
	{
		vertical-align:middle;
		margin-right:4px;
	}
	
	#content .headings span
	{
		font-size:11px;
		color:#ffffff;
		font-weight:700;
	}
	
	#email_signup 
	{
	 width:212px; 
	 border-bottom:1px solid #c56900;
	 border-top:1px solid #c56900;
	 border-left:1px solid #c56900;
	 border-right:1px solid #c56900;	 
	}
	
	#email_signup .heading
	{ 
	 height:20px;
	 font-size:11px;
	 font-weight:bold;
	 color:#FFFFFF;
	 background-color:#c56900;
	}
	
	#email_signup .text
	{ 
	 font-size:10px;
	}
	
	#page_html p
	{
		margin: 0 0 1.2em 0;
		font-size:0.9em;
		line-height:1.2em;
		
	}
	
	#page_html ul, #page_html ol
	{
		margin:0;
		padding-left:10px;
		font-size:0.9em;
	}
	
	#page_html ul li, #page_html ol li
	{
		margin:0 0 10px 10px;
	}	
	
	#page_html a:link
	{
		color:#d37632;
		text-decoration:underline;
	}

	#page_html a:visited
	{
		color:#d37632;
		text-decoration:underline;
	}
	#page_html a:hover
	{
		color:#d39a71;
		text-decoration:none;
	}	
	
		
	#page_extras
	{
	}
	
	#page_extras h4
	{
		margin:10px 0 0 0;
		font-size:0.9em;
		font-weight:700;
		color:#000000;
		
	}
	
	#page_extras ul
	{
		list-style-type:none;
		margin:0;
		padding:0;
		
	}
	
	#page_extras ul li a
	{	font-family:Arial, Helvetica, sans-serif;
		text-decoration:none;	
		
	}
	
	#page_extras ul li a:link
	{
		color:#d37632;	
		
	}
	
	#page_extras ul li a:visited
	{
		color:#d37632;
	}
	
	#page_extras ul li a:hover
	{
		color:#d39a71;
	}
		
	#page_extras ul li a img
	{
		vertical-align:middle;
		
	}
		
	
	#page_extras #page_responsible
	{
		clear:both;
		margin-top:30px;
		font-size:0.8em;
		font-style:italic;
		color:#c56900;
		
	}	
	
	#page_extras #page_responsible p
	{
		margin:10px 0 0 0;
	}
	
		
	#page_extras #page_responsible a:hover
	{
		color:#777777;
	}
	
	#page_extras #page_responsible a:visited
	{
		color:#777777;
	}
	
	#page_extras #page_responsible a:link
	{
		color:#d37632;
	}
		

	#footer 
	{
		background:#ffffff;
		padding:15px;
		text-align:left;
	}
		#footer H4
		{
			color:#ffffff;
		}
		
		#footer P
		{
			font-size:0.6em;
			margin:0;
			color:#ffffff;
		}
		
		#footer A:link
		{
			color:#ffffff;
			text-decoration:underline;
		}

		#footer A:visited
		{
			color:#e1e1e1;
			text-decoration:underline;
		}
		#footer A:hover
		{
			text-decoration:none;
		}
				
	#copy
	{
		background-color:#cccccc;
		text-align:right;
	}
	
	
	
/* access */
	#access_login_header
	{
		border-top:1px solid #b7e2c4;
		border-right:1px solid #4a7d59;
		border-left:1px solid #b7e2c4;
		
		background-color:#83b592;
		padding:4px;
		border-bottom:2px solid #4a7d59;
		color:#ffffff;
		font-weight:700;
		font-size:0.9em;

	}

	#access_login_content
	{
		border-top:1px solid #b7e2c4;
		border-right:1px solid #4a7d59;
		border-bottom:1px solid #4a7d59;
		border-left:1px solid #b7e2c4;
		margin-bottom:10px;
		padding:10px;

	}
	
	
	#access_logintable td span, #access_logintable td p
	{
		font-size:0.9em;
	}
	
	
	#access_logininfo
	{
		font-size:10px;
		color:#000000;
		float:left;
	}
	
	#access_logininfo a
	{
		font-size:10px;
		text-decoration:underline;
		color:#000000;
	}
	
	#access_logininfo a:hover
	{
		text-decoration:none;
	}
	
	#access_loginbutton
	{
		color:#000000;
		font-size:10px;
	}
	#access_loginbutton:link
	{
		text-decoration:none;
	}
	
	#access_loginbutton:hover
	{
		text-decoration:underline;
	}
	
	
	
	
/* nyheter */
	#news_preamble
	{
	 width:100%;
		
	}


	
	#news_preamble ul
	{
		list-style-type:none;
		margin:0;
		padding:0;
	}
	
	#news_preamble ul li
	{
		margin:0 0 0.6em 0;
		padding:0 0 0.4em 0;
		/*order-bottom:1px solid #000000;*/
	}

	
	#news_preamble h1
	{
		font-size:0.8em;
		font-weight:700;
		line-height:1.2em;
		margin:0 0 0.2em 0;
	}
	
	#news_preamble h1 a
	{
		text-decoration:none;
		color:#000000;
	}
	
	#news_preamble p
	{
		margin:0 0 0.2em 0;
		font-size:0.8em;
		line-height:1.2em;
	}
	
	#news_preamble p a
	{
		text-decoration:none;
		color:#000000;
	}
	
	#news_preamble p a:hover
	{
		text-decoration:none;
		color:#000000;
	}
	
	
	#news_preamble_start
	{
		
	}

	#news_preamble_start h4
	{
		margin:0;
		font-size:0.9em;
		font-weight:700;
		font-style:italic;
		color:#777777;
	}
	
	#news_preamble_start ul
	{
		list-style-type:none;
		margin:0;
		padding:0;
	}
	
	#news_preamble_start ul li
	{
		margin:0 0 0.6em 0;
		padding:0 0 0.4em 0;
		/*border-bottom:1px solid #000000;*/
	}

	
	#news_preamble_start ul li h1
	{
		font-size:1.6em;
		font-weight:400;
		line-height:1.1em;
		margin:0 0 0.2em 0;		
	}
	
	#news_preamble_start ul li h1 a
	{
	    font-family:Arial, Helvetica, sans-serif;
		text-decoration:none;
		color:#000000;
	}
	
	
	#news_preamble_start p
	{
		margin:0 0 1em 0;
		font-size:0.9em;
		line-height:1.2em;
	}
	
	#news_preamble_start p a
	{
		text-decoration:none;
		color:#000000;
	}
	
	#news_preamble_start p a:hover
	{
		text-decoration:none;
		color:#000000;
	}
	
	
	
	#news_html p
	{
		margin: 0 0 1.2em 0;
		font-size:0.9em;
		line-height:1.2em;
	}
	
	#news_html ul
	{
		font-size:0.9em;
	}
	
	#news_html a:link
	{
		color:#d37632;
		text-decoration:underline;
	}

	#news_html a:visited
	{
		color:#777777;
		text-decoration:underline;
	}
	#news_html a:hover
	{
		color:#777777;
		text-decoration:none;
	}	
	
	
	#news_extras
	{
	}
	
	#news_extras h4
	{
		margin:10px 0 0 0;
		font-size:0.9em;
		font-weight:700;
		color:#519e51;
	}
	
	#news_extras ul
	{
		list-style-type:none;
		margin:0;
		padding:0;
	}
	
	#news_extras ul li a
	{
		text-decoration:none;
	}
	
	#news_extras ul li a:link
	{
		color:#000000;
	}
	
	#news_extras ul li a:visited
	{
		color:#000000;
	}
	
	#news_extras ul li a:hover
	{
		color:#000000;
	}
		
	#news_extras ul li a img
	{
		vertical-align:middle;
	}
		
	
	#news_extras #news_responsible
	{
		clear:both;
		margin-top:30px;
		font-size:0.8em;
		font-style:italic;
		color:#8d9220;
		
	}	
	
	#news_extras #news_responsible p
	{
		margin:10px 0 0 0;
	}
	
	
/*kalendarie */	
	#events_preamble
	{	
	  /*border:1px solid;*/
	  
	  
	}
	
	
	#events_preamble ul
	{
		list-style-type:none;
		margin:0;
		padding:0;
	}
	
	#events_preamble ul li
	{
		margin:0 0 0 0;
	}

	
	#events_preamble h4
	{
		font-size:0.8em;
		font-weight:700;
		color:#777777;
	}
	#events_preamble .day
	{
		font-size:18px;
		font-weight:700;
		color:#339999;
	}
	
	#events_preamble h1
	{
		font-size:0.8em;
		font-weight:700;
		line-height:1.2em;
		margin:0 0 0.2em 0;
	}
	
	#events_preamble h1 a
	{
		text-decoration:none;
		color:#000000;
	}
	
	#events_preamble p
	{
		margin:0 0 0.2em 0;
		font-size:0.8em;
		line-height:1.2em;
	}
	
	#events_preamble p a
	{
		text-decoration:none;
		color:#000000;
	}
	
	#events_preamble p a:hover
	{
		text-decoration:none;
		color:#000000;
	}

	#news_html p
	{
		margin: 0 0 1.2em 0;
		font-size:0.9em;
		line-height:1.2em;
	}
	
	#news_html ul
	{
		font-size:0.9em;
	}
	
	#news_html a:link
	{
		color:#d37632;
		text-decoration:underline;
	}

	#news_html a:visited
	{
		color:#777777;
		text-decoration:underline;
	}
	#news_html a:hover
	{
		color:#777777;
		text-decoration:none;
	}	
	 
	
	#events_date
	{
		margin-top:10px;
	}
	

	#events_extras
	{
	}
	
	#events_extras h4
	{
		margin:10px 0 0 0;
		font-size:0.9em;
		font-weight:700;
		color:#519e51;
	}
	
	#events_extras ul
	{
		list-style-type:none;
		margin:0;
		padding:0;
	}
	
	#events_extras ul li a
	{
		text-decoration:none;
	}
	
	#events_extras ul li a:link
	{
		color:#d37632;
	}
	
	#events_extras ul li a:visited
	{
		color:#d37632;
	}
	
	#events_extras ul li a:hover
	{
		color:#d37632;
	}
		
	#events_extras ul li a img
	{
		vertical-align:middle;
	}
		
	
	#events_extras #events_responsible
	{
		clear:both;
		margin-top:30px;
		font-size:0.8em;
		font-style:italic;
		color:#8d9220;
		
	}	
	
	#events_extras #events_responsible p
	{
		margin:10px 0 0 0;
	}
	
	


/* forum */

	#forum #ForumList
	{
		width:100%;
	}
	
	#forum #ForumList td
	{
		padding:2px;
	}
	
	#forum #ForumFormEdit
	{
		margin-bottom:20px;
	}
	
	
	#forum #ChooseCategory
	{
		margin-bottom:5px;
	}


	#forum #ThreadList
	{
		width:100%;
		margin-bottom:20px;
	}


	#forum a
	{
		text-decoration:none;
	}
	
	#forum a:link
	{
		color:#d37632;
	}
	
	#forum a:visited
	{
		color:#d37632;
	}
	
	#forum a:hover
	{
		color:#519e51;
	}



/* adressregister */
	#AddressList
	{
		width:100%;
		margin-top:10px;
	}
	
	#AddressList th
	{
		padding:0 2px;
	}

	#AddressList td
	{
		padding:0 2px;
	}
	
	#AddressForm
	{
		width:100%;
		margin-bottom:10px;
	}
	
	#AddressDetail
	{
		width:100%;
		margin-bottom:10px;
	}
	
	#Address a
	{
		text-decoration:none;
	}
	
	#Address a:link
	{
		color:#d37632;
	}
	
	#Address a:visited
	{
		color:#d37632;
	}
	
	#Address a:hover
	{
		color:#519e51;
	}



/* sökning */
	#SearchResult
	{
		width:100%;
	}
	
	#SearchResult td
	{
		padding:2px;
		border-bottom:1px dotted #000000;
	}
	
	#SearchResult a
	{
		text-decoration:none;
	}
	
	#SearchResult h4
	{
		font-weight:700;
		margin:0 0 0.2em 0;
	}
	
	#SearchResult h4 a:link
	{
		color:#d37632;
	}
	
	#SearchResult h4 a:visited
	{
		color:#d37632;
	}
	
	#SearchResult h4 a:hover
	{
		color:#d37632;
	}
	
	#SearchResult p
	{
		margin:0 0 0.2em 0;
	}
	
	#SearchResult p a:link
	{
		color:#c56900;
	}
	
	#SearchResult p a:visited
	{
		color:#d37632;
	}
	
	#SearchResult p a:hover
	{
		color:#d37632;
	}
	
	
	#PreambleSearch
	{
		margin-bottom:10px;
	}
	
	#PreambleSearch .textfield
	{
		width:150px;
		
	}
	
	#SearchFormAdvanced
	{
	
	}
	
	







	
	
	#defaulttable {
		width:100%;
		margin:0;
		padding:0;
	}
		#defaulttable th
		{
			padding:2px 4px;
			background-color:#ffffff;
			font-size:11px;
			white-space:nowrap;
			text-align:left;
			color:#000000;
		}
	
		#defaulttable td 
		{
			background-color:#cde2e2;
			padding:2px 4px;
			vertical-align:top;
			text-align:left;
		}
		
		
		#defaulttable input
		{
		   /* display:block;
		    float:left;
		    clear:right;
			*/
		}
	
		#defaulttable tr td table
		{
			width:100%;
		}
		
		#defaulttable tr td table tr td
		{
			vertical-align:middle;
		}
		
		#defaulttable tr td table tr td a
		{
			font-weight:normal;
			text-decoration:underline;
		}
		
		
	
	#dataempty
	{
		padding:5px; 
		margin: 10px 0px;
		background-color:#FFFFCE;		
	}
	
		
	.events_float {
 	float:left;
	width:25px; 
	text-align:center; 
	font-size:15px; 
	font-weight:700;
	vertical-align:top;
	padding-top:3px;
}

.events_box {
 	margin-left:25px;
	padding-top:3px;
}

	.clear {
		clear:both;
	}
 	
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html .events_float {
	margin-right:5px;
}
 
* html .events_box {
	height:1px;
	margin-left:0;
}

	/* hr */
	hr {
		color:#e5e5e5;
		background-color:#e5e5e5;
		height:1px;
	}
	div.hr {
		height:1px;
		background: url('/client_files/images/ruler_hor.gif') repeat-x;
		clear:both;
	}
	div.hr hr {
		display:none;
	}
	
	div.hr_solid {
		height:10px;
		background: url('/client_files/images/ruler_hor_solid.gif') repeat-x;
		clear:both;
	}
	div.hr_solid hr {
		display:none;
	} 

