/* 
	Stylesheet for Mediakonsulterna v2
	Copyright (c) 2011 Mediakonsulterna AB
	Author: Daniel Lindbeck (daniel(DOT)lindbeck(A)mediakonsulterna(DOT)se)
*/

body {
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	text-align: left;
}

/******************************* Paragraphs *******************************/
p {
	padding:0 0 0 0;
	margin:0 0 3 0;	
}

h1 {
	font-family: Arial;
	color:#ff7111;
	font-size:26px;
	font-weight: normal;
	padding: 0px;
	margin-bottom: 5px;
	margin-top:10px;
}

h2 {
	font-family: Arial;
	color:#555555;
	font-size:16px;
	font-weight: bold;
	padding-bottom: 0px;
	padding-top:20px;
	margin-bottom: 0px;
	margin-top:20px;
}
/******************************* Links *******************************/
a {
	color:#ff7111;
	text-decoration: underline;
}

/******************************* Input *******************************/
input {
	font-size: 11px;
	padding: 4px;
	color: #555555;
	border: 1px solid #acacac; 
	background-color: #ffffff;
}

select {
	font-size: 11px;
	padding: 4px;
	color: #555555;
	border: 1px solid #acacac; 
	background-color: #ffffff;
}

input.submit{
	width:86px;
	height:24px;
	font-size: 11px;
	padding: 1px;
	color: #ffffff;
	border: 1px solid #ffffff; 
	background-color: #f47321;
}

input.radio {
	background-color:transparent;
	border:0px;
	padding:0px; 
	margin:0px;
}

textarea {
	font-size: 11px;
	padding: 4px;
	color: #555555;
	border: 1px solid #acacac; 
	background-color: #ffffff;
}

input.search-box {
	width:136px;
	height:26px;
	font-size:11px;
	border:0px; 
	padding:0px 0px 5px 25px;
	color:#555555;
	background:#ffffff url("../images/input_search_bg.gif") no-repeat;
}

input.search-submit {
	width:53px;
	height:26px;
	border: 0px; 
	background:#ffffff url("../images/input_search_button_bg.gif") no-repeat;
	vertical-align:top;
}

/******************************* Images *******************************/
img {
	border:0px;
}

/******************************* Wrap *******************************/
#wrapper {
	width: 920px;
	text-align: left;
	margin:0 auto;
}

/******************************* Struct *******************************/
#site-top {
	width:920px;
	height:100px;
	margin-top:20px;
}

#site-top-buttons {
	margin-right:0px;
	float:right;
	width:165px;
	margin-top:-20px;
}

#site-menu {
	width:900px;
	height:41px;
	background:#ffffff url("../images/site_menu_bg.gif") repeat-x;
}

#site-submenu {
	width:900px;
	height:25px;
}

#site-content {
	margin-top:20px;
}

#site-footer {
	width:900px;
	height:1px;
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:1px solid #dadada;
	/*background:#ffffff url("../images/site_footer_bg.gif") repeat-x;*/
}

#site-copyright {
	width:900px;
	height:20px;
	margin-top:5px;
	color: #999999;
}

/******************************* Containers *******************************/
.container-logo {
	width:300px;
	height:97px;
	background:#ffffff url("../images/site_logo.gif") no-repeat;
	margin-left:20px;
	margin-top:0px;
	float:left;
}

.container-search {
	width:307px;
	height:42px;
	margin-right:20px;
	margin-top:40px;
	float:right;
}

.container-menu {
	margin-left:0px;
}

.container-content {
	width:870px;
	color:#555555;
	margin:0 auto;
	padding-bottom:20px;
}

.container-footer {
	width:900px;
	text-align:center;
	color:#767777;
	font-size:10px;
	padding-top:15px;
}

.container-banner {
	width:880px;
	height:258px;
	text-align:center;
	overflow:hidden;
}

#ad-list-container {
	background:#ffffff url("../images/jobads_bg.gif") no-repeat;
	width:441px;
	height:90px;
	padding-top:9px;
}
#ad-list-container a {
	text-decoration: none;
	border:0px;
	color:#555555;
}

#ad-list-container .image {
	width:90px;
	height:90px;
	margin-left:10px;
	float:left;
}

#ad-list-container .title {
	margin-left:15px;
	font-size:16px;
	color:#ff6418;
}

#ad-list-container .project {
	margin-left:15px;
	font-size:12px;
	margin-top:10px;
}

#ad-list-container .project span {
	color:#ff6418;
}

#ad-list-container .position {
	margin-left:15px;
	font-size:12px;
	margin-top:1px;
}

#ad-list-container .position span {
	color:#ff6418;
}

#ad-list-container .title a {
	color:#ff6418;
}

.jobads-content h2 {
	size:14px;
}

/******************** Submenu *******************/


ul#submenu {
	list-style: none;
	margin: 5px 0px 0px 0px;
	padding: 1px;
	width: 900px;
	margin-left:45px;
	font-size:12px;
}

ul#submenu li {
	padding-bottom: 5px;
	padding-top: 5px;
	margin-left: 15px;
	display: block;
	float:left;
}

ul#submenu a {
	color:#999999;
	text-decoration:none;
}

ul#submenu a:hover {
	color:#ff7111;
	text-decoration:none;
}

/******************** Footer menu *******************/


ol#footer {
	list-style: none;
	margin: 25px 0px 0px 20px;
	padding: 0px;
	width: 130px;
	font-size:10px;
	float:left;
	background:transparent url("../images/footer_menu_divider.gif") no-repeat right;
	height:118px;
}

ol#footer li {
	padding-bottom: 5px;
	padding-top: 0px;
	margin-left: 0px;
	display: block;
	line-height:11px;
	text-align:left;
}

ol#footer li.header {
	padding-bottom: 10px;
	padding-top: 0px;
	margin-left: 0px;
	display: block;
	line-height:11px;
	text-align:left;
	font-weight:bold;
	font-size:12px;
	color:#999999;
}

ol#footer a {
	color:#555555;
	text-decoration:underline;
}

ol#footer a:hover {
	color:#ff7111;
	text-decoration:none;
}

/******************** Fieldset *******************/

fieldset.orange {
	margin-top: 0px;
	margin-bottom:8px;
	margin-left:0px;
	margin-right:0px;
	padding:7px;
	border:0px;
	background-color:#999999;
	position:relative;
	-moz-border-radius:8px; 
	border-radius:8px;
	color: #ffffff;
	font-weight:bold;
}

/******************** Box *******************/
.box476 {
	color:#999999;
	margin:0px;
	padding:0px;
}

.box476_top {	
	display:block;	
	width:476px;	
	height:13px;
	background:transparent url("../images/site_box_476_top.gif") top left no-repeat;
}

.box476_bottom {
	display:block;
	width:476px;
	background:transparent url("../images/site_box_476_bottom.gif") bottom left no-repeat;
	padding-left:20px;
	padding-right:15px;
	padding-bottom:20px;
}

.box423 {
	color:#999999;
	margin:0px;
	padding:0px;
}

.box423_top {	
	display:block;	
	width:423px;	
	height:13px;
	background:transparent url("../images/site_box_423_top.gif") top left no-repeat;
}

.box423_bottom {
	display:block;
	width:423px;
	background:transparent url("../images/site_box_423_bottom.gif") bottom left no-repeat;
	padding-left:20px;
	padding-right:15px;
	padding-bottom:20px;
}

.box350 {
	margin:0px;
	padding:0px;
	color:#333333;
}

.box350_top {	
	display:block;	
	width:356px;	
	height:13px;
	background:transparent url("../images/site_box_350_top.gif") top left no-repeat;
}

.box350_bottom {
	display:block;
	width:356px;
	background:transparent url("../images/site_box_350_bottom.gif") bottom left no-repeat;
	padding-left:20px;
	padding-right:15px;
	padding-bottom:20px;
}
	
#hide {
	display: none;
}

.clear {
	clear:both;
}

/******************** mattias *******************/
div.placesbox {
	margin-top:30px;
	padding-top:10px;
	padding-left:10px;
	background: none;
	width:424px;
	height:230px;
	z-index:-1;
	float:left;
	background:transparent url("../images/placesbox.png") no-repeat 0% 0%;

}

div.bkbox {
	position:absolute;
	margin-top:-37px;	
	margin-left:-10px;
	background: none;
	width:316px;
	height:272px;
	z-index:-1;
}

#adwrap{
width:800px;
margin-top:-100px;
margin: 0 auto;
z-index:1002;
 
}
 
#splash{
position:absolute;
 margin-top:-150px;
width:800px;
z-index:1002;
 
}
 
 
 
.black_overlay{
 
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 130%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.9;
	opacity:.90;
	filter: alpha(opacity=90);
}
 

/*********************** Contact ***********************/
#contact-content, #contact-data {display:none;}

/* Overlay */
#contact-overlay {background-color:#000; cursor:wait;}

/* Container */
#contact-container {background-color:#eee; color:#000; font: 16px/24px "Lucida Grande",Arial,sans-serif; padding-bottom:4px; width:600px; -moz-border-radius-bottomleft:6px; -webkit-border-bottom-left-radius:6px; -moz-border-radius-bottomright:6px; -webkit-border-bottom-right-radius:6px; border-radius:0 0 6px 6px; -moz-box-shadow:0 0 64px #000; -webkit-box-shadow:0 0 64px #000; box-shadow:0 0 64px #000;}
#contact-container a {color:#ddd;}
#contact-container #contact-title {color:#000; background-color:#ddd; border-bottom:1px solid #ccc; font-weight:bold; padding:6px 8px; text-shadow:0 1px 0 #f4f4f4;}
#contact-container .close {display:none; position:absolute; right:0; top:0;}
#contact-container .close a {display:block; color:#777; font-weight:bold; padding:6px 12px 0; text-decoration:none; text-shadow:0 1px 0 #f4f4f4;}
#contact-container .close a:hover {color:#000;}
#contact-container #contact-data {font-size:12px; padding:6px 12px;}
#contact-container h2 {margin:10px 0 6px;}
#contact-container p {margin-bottom:10px;}
#contact-container span {color:#777;}
#contact-orcall { width:192px; height:80px; margin-top:-220px; margin-right:10px; float:right; background:transparent url("../images/contact_orcall.png") no-repeat 0% 0%; }

