BODY
{
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	overflow-y:scroll;
	background-repeat:repeat-x;
}

P
{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#678bc4;
	font-size:11px;
	line-height:18px;
	margin:0px;
	margin-bottom:10px;
}

SPAN, DIV, INPUT, SELECT, TEXTAREA, LI, TD
{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#678bc4;
	font-size:11px;
	line-height:normal;
	margin:0px;
}

A
{
	color:#555555;
	text-decoration:underline;
}

A:hover
{
	color:#000000;
}


h1 {
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 12px;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#678bc4;
}

h2, h3, h4, h5, h6
{
	font-family:Arial, Helvetica, sans-serif;	
	font-size:12px;
	margin:0px;
	letter-spacing:1px;
	line-height:normal;
	font-weight:bold;
	margin-bottom:4px;
	text-transform:uppercase;

}

/* --- ID -------------------------------------------------- */



/* --- CLASSES -------------------------------------------------- */
.height100
{
	height:100%;
}

	/* --- SHADOW --- */
	.shadow_top
	{
		background-image:url(../images/top_bg.gif);
		background-repeat:repeat-x;
	}
	.shadow_right
	{
		background-image:url(../images/right_bg.gif);
		background-repeat:repeat-y;
	}
	.shadow_left
	{
		background-image:url(../images/left_bg.gif);
		background-repeat:repeat-y;
	}		
	.shadow_bottom
	{
		background-image:url(../images/bottom_bg.gif);
		background-repeat:repeat-x;
	}
.content_table
{
	background-color:#ffffff;
	height:100%;
}


.news
{	
	padding:10px;
	background-color:#b9cce6;
	color:White;
}
.news a,
.news p
{
	color:White;
	line-height:normal;
	margin:0px;
}
.html4
{
	color:#ffffff;
	font-size:11px;
	padding-left:10px;
	padding-right:0px;
}

.html4 p,
.html4 div,
.html4 span,
.html4 a
{
	color:#ffffff;
	font-size:11px;
}

.poweredby a,
.poweredby a:hover
{
	font-family:Arial;
	font-size:9px;
	color:#ffffff;
	text-decoration:none;
}

/* --- TOPMENY --- */
.topmenu UL
{
	padding:0px;
	margin:0px;
	list-style:none;
}
.topmenu
{
	background-image:url(../images/topmenu_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#afbfd2;
}
.topmenu a
{
	color:#555555;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	font-size:10px;
	font-weight:normal;
	text-transform:uppercase;
	padding-top:7px;
	padding-bottom:6px;
	padding-left:20px;
	padding-right:19px;
	display:inline;
	line-height:normal;	
	border-right:2px solid white;}
.topmenu#edit a
{
	padding-right:18px;
	padding-left:18px
}
.topmenu li a
{
	display:block;
	float:left;
}

.topmenu li.last a
{
	border-right:none;
	padding-right:21px;
}
.topmenu li
{
	float:left;
}

.topmenu a:hover,
.topmenu a.selected
{
	background-color:#cbdbef;
	color:#545454;	
}
.menu
{
	padding:10px;
	margin:0px;
}

.menu td a
{	

	color:#555555;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:10px;
	line-height:normal;
	display:block;
}
.menu td
{
	border-bottom:2px solid white;
}

.menu td.last
{
	border-bottom:none;
}
.menu a:hover,
.menu a.selected
{
	background-color:#cbdbef;
	color:#545454;
}

.menu td UL
{    
	list-style:none; /*Tar bort punkten i punktlista */
	margin:0px;
	padding:0px;
}


.menu td li a
{	
	display:block;
	font-size:10px;
	padding-left:12px;
	padding-right:12px;
	padding-top:2px;
	padding-bottom:2px;
	text-decoration:none;
	
}

.menu td li
{	
	float:none;
	margin:0px;
	display:inline;
}

.searchfield 
{
    text-align: right;
    vertical-align: bottom;
}

.searchfield input 
{
    background: #b4c4d8;
    border: 1px solid #94a1b1;
    color: #FFFFFF;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    height: 23px;
}

.searchfield td 
{
    vertical-align: middle;
}

.searchfield table 
{
    right: 0;
    margin-bottom: 10px;
}

.searchfield .searchvalue
{
    border-right: 0;
    width: 170px;
}

.searchfield .button 
{
    width: 50px;
    border-left: 0px;
}