﻿/*-------------------------------*/
/* MEDARBETARE */
/*-------------------------------*/
div#pageMedarbetarArea
{
	width: 540px;
	float: left;
	position: relative;
	min-height: 350px;
	background-color: #fff;
	padding: 0px 0px 10px 10px;
	margin: 0;
	border: 0;
}

div#pageMedarbetarArea p
{
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 0.7em;
	color: #333;
}

div#pageMedarbetarArea a
{
	/*color: #c198c2;*/
	color: #955897;
	text-decoration: none;
}

div.medarbetarkategori
{
	width: 540px;
	height: 45px;
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
	border: 0;
}

div.medarbetarkategori h1
{
	font-size: 2.0em;
	font-weight: bold;
	margin-bottom: 5px;
	color: #000;
	padding-top: 10px;
}

div.medarbetare
{
	width: 130px;
	float: left;
	position: relative;
	padding: 0px;
	/* top right bottom left*/
	margin: 0px 5px 15px 0px;
	border: 0;
	font-size: 1.1em;
}

div.medarbetare img.medarbetarbild
{
	margin-bottom: 10px;	
}

/*-------------------------------*/
/* STYRELSE */
/*-------------------------------*/
div#pageStyrelseArea
{
	width: 530px;
	float: left;
	position: relative;
	min-height: 350px;
	background-color: #fff;
	padding: 0px 10px 10px 10px;
	border: 0;
	margin: 0;
}

div#pageStyrelseArea a
{
	/*color: #c198c2;*/
	color: #955897;
	text-decoration: none;
}

img.styrelsemedlem
{
	width: 130px;
	float: left;
	position: relative;
	padding: 0px;
	/* top right bottom left*/
	margin: 0px 6px 10px 0px;
	border: 0;	
}

div.styrelsemedlemInfo
{
	position: relative;
	float: left;
	height: 144px;
	width: 390px;
}

div.styrelsemedlemInfo p
{
	font-size: 1.2em;
	position: absolute;
	bottom: 0px;
	padding-bottom: 0;
	margin-bottom: 0;
}


div.styrelsemedlemExtendedInfo
{
	position: relative;
	margin-bottom: 18px;
}

div.styrelsemedlemExtendedInfo p
{
	font-size: 1.2em;
	margin-bottom: 0.7em;
}

/*-------------------------------*/
/* FADDRAR OCH MENTORER */
/*-------------------------------*/

div.fadderExtendedInfo
{
	position: relative;
	margin-bottom: 18px;
}

div.fadderExtendedInfo p
{
	font-size: 1.2em;
	padding-bottom: 0.7em;
}

/*-------------------------------*/
/* HALLÅ DÄR - MEDARBETARE */
/*-------------------------------*/

div#hiThere
{
	width: 188px;
	background-color: #fff;
	margin-bottom: 10px;
	padding: 0px 0px 15px 0px;
	border: 1px solid #003e51;
	position: absolute;
}

div#hiThere img
{
	margin: 1px 0px 2px 5px;
	padding: 0;
}

div#hiThere p
{
	margin-left: 5px;
	margin-right: 5px;
	padding: 0;
	font-size: 1.1em;
	font-weight: normal;
	color: #000;
}

div#hiThere h2
{
	margin-left: 5px;
	margin-right: 5px;
	padding: 10px 0px 0px 0px;
	font-weight: bold;
	font-size: 1.1em;
	color: #000;
}

div#hiThere a
{
	color: #955897;
	text-decoration: none;
}

div#hiThere select
{
	margin-top: 20px;
	color: #955897;
	font-size: 1.0em;
	width: 178px;
}