﻿@charset "utf-8";
/* CSS Document 
----------------------------------------
Author: Christer
Email: christer@inbusiness.no
Usage: Employee Module
----------------------------------------*/

/* Outer Container
---------------------------------------- */
#employeeContainer {
	width:730px;
	height:350px;
	margin: 0;
	padding: 0;
}

/* Inner Container
---------------------------------------- */
.employee {
	width:730px;
	overflow: hidden;
	display: none;	
}
.employee h1 {
	font-weight:bold;
	color:#ba0e0e;
	font-size:0.9em;
	margin-bottom:2px;
}

/* Left - Contact Info
---------------------------------------- */
#leftSide {
	width:140px;
	background:#EFEFEF;
	float:left;
	min-height: 350px;
	height: auto !important;
	height: 350px;
}
#leftSide .contactInfo {
	margin:10px;
	font-size:0.9em;
	line-height:1.2em;
}

/* Center - Information
---------------------------------------- */
#center {
	width:400px;
	float:left;
	margin-left:10px;
}
#center .employeeDescription {}

/* Right - Picture
---------------------------------------- */
#rightSide {
	width:180px;
	float:left;
}
#rightSide .employeePicture {}

/* Misc
---------------------------------------- */
.ansattelinje {
	width:730px;
	height:20px;
	background:#999;
	color:#FFF;
}
.ansattelinje a,
.ansattelinje a:link,
.ansattelinje a:visited,
.ansattelinje a:hover,
.ansattelinje a:active {
	color:#FFF;
}

.ansatteliste {
	width:700px;
	clear:left;
}