/*
Theme Name: LAC
Theme URI: http://ssol.se/
Description: Custom theme for LAC by Ssol
Version: 1.0
Author: Daniel Andersson
Author URI: http://ssol.se/
Tags: lac
*/

* {
  margin: 0;
  padding: 0;
}


body {
  font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, Sans-Serif;
	background: #fff;
	color: #000;
	padding: 0px;
	margin: 0px;

	}
p {
  font-size: 20px;
}

div#all {
	width: 100%;
	height: 100%;
}

div.logo {
	text-align: center;
	font-size: 15px;
}

div.contact {
	display: inline;
	padding-top: 100px;
}

h2 {
  font-size: 16px;
}

a, a:active, a:visited {
  text-decoration: none;
  color: blue;
}

a img {
  border: none;
}

li {
	/* list-style-type: none; */
}

div#header {
	width: 100%;

}
/* corporate navigation */

div#blackbar {
	width: 100%;
	height: 33px;
	background: url("./blackbar.png") repeat scroll 0 0 transparent;
	z-index: 10000;
	position: absolute;
	left: 0;
	top: 0;
}

ul.blackmenu li {
	color: white;
	line-height: 26px;
	height: 26px;
	margin-right: 20px;
	display: inline;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	float: left;
}

ul.blackmenu li a {
	color: #e5e5e5;
	line-height: 27px;
	text-decoration: none;
}

ul.blackmenu li a:hover {
	color: #cccccc;
}

ul.blackmenu li.lastli {
	float: right;
	padding: 0;
	margin: 0 20px 0 0;
}

ul.blackmenu li.firstli {
	margin: 0 20px 0 20px;
}

ul.blackmenu a:link, ul.blackmenu a:visited {
	color: white;
}


