/*  
Theme Name: Netilium 
Version: 1.0
Author: iDenta Labs/Kristoffer Lidman
Author URI: http://identa.se/
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	background: #f1f1f1;
	color: #666;
	margin: 0px;
	padding: 0px;
}
a  {
	color: #0099CC;
	border: none;
	text-decoration: none;
}
a:hover  {
	color: #666;
}
p {
	margin: 0 0 15px 0;
}
img  {
	border: none;
}
h1, h2, h3, h4, h5  {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h2 {
	font-size: 18px;
}
.frontpage {
	display:block;
	width:200px;
	height:75px;
	border: none;
	float: left;
	margin: 0;
	padding: 0;
	text-indent:-9009px;
}

.frontpage a {
	display:block;
	outline:none;
	width:100%;
	height:100%;
	padding: 0;
	margin: 0;
	border: none;
}
.alignleft  {
	float: left;
}
.alignright  {
	float: right;
}
#wrapper  {
	width: 900px;
	margin: 0px auto;
	overflow: hidden;
}
#header {
	width: 900px;
	height: 80px;
	float: left;
	background: url(images/header.gif) no-repeat;
}
/*---------- Meny ------------*/
#menu {
	width: 650px;
	height: 30px;
	float: right;
	margin: 50px 0 0 0;
}
#menu ul  {
	padding: 0;
	margin: 0;
	float: right;
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
}
#menu ul li  {
	height: 25px;
	float: left;
	margin: 0 0 0 5px;
	text-align: center;
}	
#menu ul li a {
	height: 25px;
	float: left;
	margin: 0;
	color: #333;
	text-align: center;
	padding: 5px 10px 0 10px;
	text-decoration: none;
	background: #ccc url(images/menu_link.gif) no-repeat center;
	border-right: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	text-shadow: 0px -1px 0px #fff;
}
#menu ul li a:hover  {
	height: 25px;
	float: left;
	margin: 0;
	color: #fff;
	text-align: center;
	padding: 5px 10px 0 10px;
	background: #fff url(images/menu_active.gif) no-repeat center;
	border-right: 1px solid #53a2b0;
	border-left: 1px solid #53a2b0;
	text-shadow: 0px 1px 0px #4b929f;
}
#menu ul li.current_page_item a{
	height: 25px;
	float: left;
	margin: 0;
	text-align: center;
	padding: 5px 10px 0 10px;
	color: #fff;
	background: #fff url(images/menu_active.gif) no-repeat center;
	border-right: 1px solid #53a2b0;
	border-left: 1px solid #53a2b0;
	text-shadow: 0px 1px 0px #4b929f;
}
#content {
	width: 900px;
	float: left;
	margin: 20px 0 0 0;
}
/*--------- "pitchrutan" --------*/
#pitch {
	width: 892px;
	height: 192px;
	padding: 4px;
	float: left;
	background: #fff url(images/pitch.png) no-repeat;
	margin: 0 0 20px 0;
}
#nmc {
	width: 892px;
	height: 50px;
	padding: 4px;
	float: left;
	background: #fff url(images/nmc.jpg) no-repeat;
	margin: 0 0 20px 0;
}
#pitch_top {
	width: 892px;
	height: 152px;
	float: left;
}
#pitch_bottom {
	width: 862px;
	height: 33px;
	font-size: 18px;
	float: left;
	color: #3c6480;
	padding: 7px 15px 0 15px;
}
#pitch_bottom a {
	color: #fff;
	text-shadow: 0px 1px 0px #3e6077;
	border-bottom: 1px dotted #fff;
}
#pitch_bottom a:hover {
	color: #396170;
	text-shadow: 0px 1px 0px #5794ab;
	border-bottom: 1px dotted #396170;
}
/*-------- Vit contentbox --------*/
#main_content {
	width: 868px;
	padding: 16px;
	float: left;
	background: #fff url(images/content_bg.png) no-repeat;
}
/*-------- 3 innehållsboxar ---------*/
.content_box {
	width: 262px;
	float: left;
	margin: 0 20px 0 0;
	padding: 0 20px 0 0;
	border-right: 1px solid #eee;
	text-align: justify;
}
.content_box p {
	margin: 0;
}
.content_box_headline {
	margin: 0 0 10px 0;
	padding: 6px 0 7px 45px;
	font-size: 18px;
}
.i1 {
	background: url(images/icon_1.gif) no-repeat;
}
.i2 {
	background: url(images/icon_2.gif) no-repeat 0 -4px;
}
.i3 {
	background: url(images/icon_3.gif) no-repeat;
}
.content_box.right {
	float: right;
	margin: 0;
	padding: 0;
	border: none;
}
/*---------- Footer ----------*/
#footer {
	width: 900px;
	float: left;
	padding: 15px 0 0 0;
	margin: 20px 0 0 0;
	border-top: 1px dotted #ccc;
}

