/*
Theme Name: WordPress Classic
Theme URI: http://wordpress.org/
Description: The original WordPress theme that graced versions 1.2.x and prior.
Version: 1.5
Author: Dave Shea
Tags: mantle color, variable width, two columns, widgets

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/

/* ---------- html ---------- */

* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
	overflow-x: auto;
	overflow-y: scroll;
}

body {
	background: url(http://www.apsis.se/images/body_gradient.png) top repeat-x;
	font-size: 0.69em;
	line-height: 1.6em;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	color: #000;
}

body.grey {
	background: none;
	background-color: #f7f7f7;
}

img {
	border: 0;
}

a {
	color: #666;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

p {
	margin-bottom: 14px;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-weight: normal;
	line-height: 120%;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 2.2em;
}

h3 {
	font-size: 2.0em;
}

h4 {
	font-size: 1.8em;
}

h5 {
	font-size: 1.6em;
}

h6 {
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 1em;
}

ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0px 0px 10px 20px;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}

input {
	vertical-align: middle;
}

/* ---------- header ---------- */

#header {
	width: 900px;
	padding: 0 50px 0 50px;
	margin-top: 20px;
	float: left;
}

#header_light {
	width: 900px;
	padding: 0 50px 20px 50px;
	margin-top: 20px;
	float: left;
}

#logo {
	width: 450px;
	float: left;
}

#languages {
	display: none;
	width: 450px;
	float: left;
	text-align: right;
}

#languages a {
	color: #fff;
	margin-left: 2px;
}

#languages a:hover {
	color: #000;
}

#languages img {
	vertical-align: middle;
}

/* ---------- navigation (tabs) ---------- */

#navigation {
	display: none;
	float: left;
	width: 900px;
	margin: 0 0 0 0;
	padding: 0 50px;
	background: url(http://www.apsis.se/images/border.png) bottom no-repeat;
}

#navigation ul {
	float: right;
	margin: 0;
	list-style: none;
}

#navigation li {
	float: left;
	background: url("http://www.apsis.se/images/tab_left.png") left top no-repeat;
	padding: 0 0 0 10px;
	margin-left: 2px;
}

#navigation a {
	float: left;
	display: block;
	background: url("http://www.apsis.se/images/tab_right.png") right top no-repeat;
	padding: 8px 13px 8px 3px;
	text-decoration: none;
	color: #000;
}

#navigation a:hover {
	color: #08c;
}

/* Hide from IE5-Mac \*/

#navigation a {
	float: none;
}

/* End Hide from IE5-Mac */

#navigation .current_page_item {
	background-image: url("http://www.apsis.se/images/tab_left_on.png");
}

#navigation .current_page_item a {
	background-image: url("http://www.apsis.se/images/tab_right_on.png");
	color: #666;
	padding-bottom: 9px;
}

#navigation .current_page_ancestor {
	background-image: url("http://www.apsis.se/images/tab_left_on.png");
}

#navigation .current_page_ancestor a {
	background-image: url("http://www.apsis.se/images/tab_right_on.png");
	color: #666;
	padding-bottom: 9px;
}

/* ---------- sub navigation ---------- */

.sub_navigation_on #navigation {
	margin-bottom: 0;
}

#sub_navigation {
	display: none;
	float: left;
	width: 900px;
	padding: 0 50px 1px 50px;
	background: url(http://www.apsis.se/images/border.png) bottom no-repeat;
}

#sub_navigation ul {
	list-style-type: none;
	margin: 0;
}

#sub_navigation li {
	float: left;
	margin-right: 30px;
}

#sub_navigation a {
	float: left;
	padding: 10px 0;
	text-decoration: none;
	color: #000;
}

#sub_navigation .current_page_item a {
	color: #666;
}

#sub_navigation a:hover {
	color: #08c;
}

#sub_navigation .current_page_itemNotActive a:before {
	content: "> ";
}

/* ---------- default ---------- */

.default {
	width: 100%;
	margin: 0;
	float: none;
}

/* ---------- index ---------- */

.flash {
	float: left;
	width: 580px;
	padding-left: 50px;
}

.flash_note {
	padding: 10px 20px 0 20px;
	margin: 0;
}

.latest_articles {
	float: left;
	width: 290px;
	padding-left: 30px;
	margin-right: 50px;
}

.latest_articles ul {
	list-style-type: none;
	margin: 0px;
}

.latest_articles li {
	display: block;
	padding: 10px 0 10px 0;
}

.latest_articles a {
	padding: 10px 0 10px 32px;
	background: url(http://www.apsis.se/images/article.png) center left no-repeat;	
}

.latest_articles a:hover {
	background: url(http://www.apsis.se/images/article_on.png) center left no-repeat;
}

.latest_articles .handbook a {
	padding: 10px 0 10px 32px;
	background: url(http://www.apsis.se/images/apple.png) center left no-repeat;
}

.latest_articles .handbook a:hover {
	background: url(http://www.apsis.se/images/apple_on.png) center left no-repeat;
}

.latest_articles .video a {
	padding: 10px 0 10px 32px;
	background: url(http://www.apsis.se/images/play.png) center left no-repeat;
}

.latest_articles .video a:hover {
	background: url(http://www.apsis.se/images/play_on.png) center left no-repeat;
}

.latest_articles .education a {
	padding: 10px 0 10px 32px;
	background: url(http://www.apsis.se/images/education.png) center left no-repeat;
}

.latest_articles .education a:hover {
	background: url(../images/education_on.png) center left no-repeat;
}

#products {
	float: left;
	width: 900px;
	padding: 20px 50px 0 50px;
	background: url(http://www.apsis.se/images/border.png) top no-repeat;
}

#products .left {
	float: left;
	width: 275px;
	margin-right: 30px;
}

#products .center {
	float: left;
	width: 275px;
	margin-right: 30px;
}

#products .right {
	float: left;
	width: 290px;
}

#products .right img {
	margin-bottom: 4px;
}

.index_icons {
	float: left;
	width: 290px;
	padding-left: 30px;
	margin-right: 50px;
}

.index_icons img {
	margin-bottom: 10px;
}

.index_articles {
	
}

#index_articles ul {
	list-style-type: none;
	margin: 0;
}

#index_articles li {
	display: block;
	padding: 6px 0 6px 0;
}

#index_articles a {
	padding: 10px 0 10px 23px;
	background: url(http://www.apsis.se/images/article.png) center left no-repeat;
}

#index_articles a:hover {
	background: url(http://www.apsis.se/images/article_on.png) center left no-repeat;
}

#index_articles .handbook a {
	padding: 10px 0 10px 23px;
	background: url(http://www.apsis.se/images/apple.png) center left no-repeat;
}

#index_articles .handbook a:hover {
	background: url(http://www.apsis.se/images/apple_on.png) center left no-repeat;
}

/* ---------- solutions ---------- */

#solutions {
	width: 900px;
	margin: 0 50px;
}

#solutions img {
	float: left;
	margin: 5px 0px 20px 0;
}

#solutions .anp {
	float: left;
	width: 290px;
	margin-right: 15px;
}

#solutions .survey {
	float: left;
	width: 290px;
	margin-right: 15px;
}

#solutions .resultatmedia {
	float: left;
	width: 290px;
}

#solutions p a {
	display: block;
	padding: 10px 0 10px 32px;
	background: url(http://www.apsis.se/images/next.png) center left no-repeat;
}

#solutions p a:hover {
	background: url(http://www.apsis.se/images/next_on.png) center left no-repeat;
}

/* ---------- anp ---------- */

#anp {
	margin: 0 50px;
}

#anp_left {
	float: left;
	margin-right: 30px;
	width: 580px;
}

#anp_right {
	float: left;
	width: 290px;
}

#anp_right img {
	display: block;
	margin-bottom: 20px;
}

#anp_left img {
	float: left;
	margin: 0 14px 14px 0;
}

#anp_left .item {
	padding: 10px 0 10px 0;
	clear: both;
}

#anp_left .item_templates {
	padding: 10px 0 10px 0;
	clear: both;
}

#anp_left .item_templates img {
	background: url(http://www.apsis.se/images/anp/production_templates_thumb.png);
}

#anp_left .item_templates img:hover {
	background: url(http://www.apsis.se/images/anp/production_templates_thumb_zoom.png);
}

#anp_left .item_image {
	padding: 10px 0 10px 0;
	clear: both;
}

#anp_left .item_image img {
	background: url(http://www.apsis.se/images/anp/production_image_thumb.png);
}

#anp_left .item_image img:hover {
	background: url(http://www.apsis.se/images/anp/production_image_thumb_zoom.png);
}

#anp_left .item_functions {
	padding: 10px 0 10px 0;
	clear: both;
}

#anp_left .item_functions img {
	background: url(http://www.apsis.se/images/anp/production_functions_thumb.png);
}

#anp_left .item_functions img:hover {
	background: url(http://www.apsis.se/images/anp/production_functions_thumb_zoom.png);
}

#anp_left .item_rss {
	padding: 10px 0 10px 0;
	clear: both;
}

#anp_left .item_rss img {
	background: url(http://www.apsis.se/images/anp/production_rss_thumb.png);
}

#anp_left .item_rss img:hover {
	background: url(http://www.apsis.se/images/anp/production_rss_thumb_zoom.png);
}

#anp_next {
	float: left;
	width: 900px;
}

#anp_next a {
	background: url(http://www.apsis.se/images/next.png) center left no-repeat;
	padding: 10px 0 10px 30px;
	display: block;
	float: right;
}

#anp_next a:hover {
	background: url(http://www.apsis.se/images/next_on.png) center left no-repeat;
}

#anp_report {
	background: url(http://www.apsis.se/images/anp/report.png) bottom right no-repeat;
	float: left;
	padding-right: 320px;
	width: 580px;
}

#anp_report img {
	float: left;
	margin: 0 14px 14px 0;
}

.anp_report_item {
	width: 480px;
	padding: 10px 100px 10px 0;
	clear: both;
}

#anp_form {
	border: 1px dashed #999;
	background-color: #eee;
	padding: 15px;
}

#anp_form_handbook {
	display: none;
	border: 1px dashed #999;
	background-color: #eee;
	padding: 15px 15px 0 15px;
	margin: 10px 0;
}

#form_handbook {
	border: 1px dashed #999;
	background-color: #eee;
	padding: 15px 15px 0 15px;
	margin: 10px 0;
}

#anp_form_post {
	display: none;
}

#anp_form_demo {
	display: none;
}

.zoom {
	width: 104px;
	height: 104px;
}

.zoom:hover {
	background-image: url(http://www.apsis.se/images/zoom.png) top left no-repeat;
	z-index: 2000;
}

/* ---------- articles ---------- */

.articles_spotlight {
	float: left;
	width: 290px;
	margin-left: 50px;
}

.articles_spotlight ul {
	list-style-type: none;
	margin: 0 0 20px 0;
}

.articles_spotlight li {
	display: block;
	padding: 10px 0 10px 0;
}

.articles_spotlight a {
	padding: 10px 0 10px 23px;
	background: url(http://www.apsis.se/images/article.png) center left no-repeat;
}

.articles_spotlight a:hover {
	background: url(http://www.apsis.se/images/article_on.png) center left no-repeat;
}

.articles_content {
	float: left;
	width: 580px;
	padding-left: 30px;
	margin-right: 50px;
}

.articles_content li {
	list-style-position: inside;
}

.article_category {
	background: url(http://www.apsis.se/images/cat_generic.png) center left no-repeat;
	padding: 20px 0 20px 39px;
}

.article_item a {
	padding: 10px 0 10px 23px;
	background: url(http://www.apsis.se/images/article.png) center left no-repeat;
}

.article_item a:hover {
	background: url(http://www.apsis.se/images/article_on.png) center left no-repeat;
}

.article_item .description {
	margin-left:23px;
}

.author_big {
	width: 210px;
	float: right;
	color: #999;
	text-align: right;
}

.author_big img {
	margin: 0 0 10px 10px;
	border: 1px dotted #999;
}

.date {
	background: url(http://www.apsis.se/images/date.png) center left no-repeat;
	padding: 5px 0 5px 23px;
	margin-right: 10px;
	color: #966;
}

/* ---------- article categories ---------- */

.art_cat a {
	width: 190px;
	float: left;
	text-align: center;
	margin-bottom: 20px;
	padding-top: 130px;
}

#art_cat_anp a {
	background: url(http://www.apsis.se/images/hand_anp.png) top center no-repeat;
}

#art_cat_survey a {
	background: url(http://www.apsis.se/images/hand_survey.png) top center no-repeat;
}

#art_cat_resultatmedia a {
	background: url(http://www.apsis.se/images/hand_resultatmedia.png) top center no-repeat;
}

#art_cat_email a {
	background: url(http://www.apsis.se/images/hand_email.png) top center no-repeat;
}

#art_cat_internet a {
	background: url(http://www.apsis.se/images/hand_internet.png) top center no-repeat;
}

#art_cat_tech a {
	background: url(http://www.apsis.se/images/hand_tech.png) top center no-repeat;
}

#art_cat_usability a {
	background: url(http://www.apsis.se/images/hand_user.png) top center no-repeat;
}

#art_cat_ethics a {
	background: url(http://www.apsis.se/images/hand_ethics.png) top center no-repeat;
}

#art_cat_apsis a {
	background: url(http://www.apsis.se/images/hand_apsis.png) top center no-repeat;
}

/* ---------- newsletter ---------- */

#apsis_newsletter {
	background: url(http://www.apsis.se/images/index_newsletter.png) top no-repeat;
	width: 290px;
	min-height: 79px;
	margin-bottom: 4px;
}

#apsis_newsletter form {
	padding: 35px 0 0 24px;
}

.newsletter_item {
	margin-top: 20px;
	padding-bottom: 20px;
	padding-left: 65px;
	border-bottom: 1px dashed #ccc;
}

.newsletter_cat_default {
	background: url(http://www.apsis.se/images/newsletter/envelope.png) top left no-repeat;
}

.newsletter_cat_school {
	background: url(http://www.apsis.se/images/newsletter/school.png) top left no-repeat;
}

/* ---------- about ---------- */

#about {
	width: 900px;
	margin: 0 50px;
}

#about img {
	float: left;
	margin-right: 30px;
}

/* ---------- personnel ---------- */

#personnel {
	width: 909px;
	margin: 0 41px 0 50px;
	float: left;
}

#personnel ul {
	list-style-type: none;
	width: 909px;
	float: left;
	margin: 0;
}

#personnel ul li {
	background: url(http://www.apsis.se/images/personnel/bg.png) top left no-repeat;
	width: 274px;
	min-height: 172px;
	margin-right: 9px;
	padding: 10px;
	float: left;
}

#personnel p {
	margin-top: 10px;
}

#personnel img {
	float: left;
	margin-right: 10px;
}

#personnel h6 {
	margin-top: 10px;
}

.personnel_left {
	float: left;
	width: 290px;
	margin-left: 50px;
}

.personnel_left a {
	background: url(http://www.apsis.se/images/previous.png) center left no-repeat;
	padding: 10px 0 10px 30px;
	display: block;
}

.personnel_left a:hover {
	background: url(http://www.apsis.se/images/previous_on.png) center left no-repeat;
}

/* ---------- jobs ---------- */

.jobs h5 {
	margin: 15px 0 0 0;
}

.jobs_left {
	float: left;
	width: 600px;
	margin-left: 50px;
}

.jobs_right {
	float: left;
	width: 270px;
	padding-left: 30px;
	margin-right: 50px;
}

.jobs_column {
	float: left;
	width: 279px;
	border-left: 1px dotted #ccc;
	padding-left: 20px;
}

.jobs_column h5 {
	margin: 15px 0 0 0;
}

.job_item a {
	display: block;
	padding: 10px 0 10px 23px;
	background: url(http://www.apsis.se/images/article.png) center left no-repeat;
}

.job_item a:hover {
	background: url(http://www.apsis.se/images/article_on.png) center left no-repeat;
}

/* ---------- columns ---------- */

#columns {
	background: url(http://www.apsis.se/images/border.png) top left no-repeat;
	width: 930px;
	padding: 30px 35px 0 35px;
	margin: 0 auto;
	clear: both;
}

#columns .column {
	float: left;
	width: 280px;
	padding: 0 15px 30px 15px;
}

#columns .triple_column {
	float: left;
	width: 900px;
	padding: 0 15px 30px 15px;
}

/* ---------- generic site elements ---------- */

#wrapper {
	width: 1000px;
	margin: 0 auto;
	clear: both;
}

.window_wrapper {
	background: url(http://www.apsis.se/images/border.png) top left no-repeat;
	width: 900px;
	padding: 30px 50px 0px 50px;
	margin: 30px auto;
	clear: both;
}

.left_img_col {
	float: left;
	width: 420px;
	margin-right: 30px;
}

.right_text_col {
	float: left;
	width: 400px;
}

.info_window {
	background: transparent url(http://www.apsis.se/images/at.png) center left no-repeat;
	width: 600px;
	margin-bottom: 30px;
	padding-left: 300px;
}

.info_box {
	background-color: #eee;
	color: #000;
	border: 1px solid #ccc;
	padding: 10px 110px 10px 10px;
	margin-top: 20px;
	
}

.info_box2 a {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

.note {
	
}

.previous a {
	background: url(http://www.apsis.se/images/previous.png) center left no-repeat;
	padding: 10px 0 10px 30px;
	display: block;
	width: 100%;
}

.previous a:hover {
	background: url(http://www.apsis.se/images/previous_on.png) center left no-repeat;
}

/* ---------- logos ---------- */

.logo {
	background: transparent url(http://www.apsis.se/images/280x90/white.png) top left no-repeat;
	width: 280px;
	height: 90px;
}

/* ---------- footer ---------- */

#footer {
	display: none;
	background: url(http://www.apsis.se/images/border.png) top left no-repeat;
	width: 900px;
	float: left;
	margin: 30px 0 0 0;
	padding: 10px 50px 30px 50px;
}

#footer p {
	margin-bottom: 0;
	line-height: 180%;
}

#footer .column {
	float: left;
	width: 279px;
	padding-left: 20px;
	border-left: 1px dotted #ccc;
}

#footer .column_short {
	float: left;
	width: 199px;
	padding-left: 20px;
	border-left: 1px dotted #ccc;
}

#footer .column_wide {
	float: left;
	width: 409px;
	padding-left: 20px;
	border-left: 1px dotted #ccc;
}

/* ---------- framsida ---------- */

.basic { 
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 2px;  
	border-bottom:#d2d2d2 1px solid;
	border-left: #dbdbdb 1px solid; 
	border-right: #dbdbdb 1px solid; 
	border-top: #e5e5e5 1px solid; 
	border-radius: 4px; 
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-khtml-border-radius: 4px; 
	-moz-border-radius: 4px; 
	-moz-box-shadow: rgba(0,0,0,0.3) 0 1px 2px; 
	background-color: white;
width:898px;
}

.text h2 {	
	padding: 0px; 
	margin: 0px;
	margin-bottom: 30px;
	padding-top: 18px; 
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 20px;
	font-style: normal; 
	line-height: 1.4;
	font-weight: normal; 
	color: #000;
}

.text a {
	color: #08c;
	text-decoration: none;
}

.text a:hover {
	text-decoration: underline;
}

.text p {
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 14px; 
	line-height: 22px; 
	color: #666;
}

ul.featurettes {
	padding: 0px; margin: 0px;
	position: relative;
}

ul.featurettes li {
	display: inline-block;
	list-style-type: none;
	height: 175px;
	float: left;
	display: block;
	overflow: hidden;
}

ul.featurettes li.first {
	padding: 20px 20px 20px 0px; margin: 0px;
	width: 268px;		
}

ul.featurettes li.mid {
	padding: 20px 20px 20px 20px; margin: 0px;
	width: 282px;		
}

ul.featurettes li.last {
	padding: 20px 0px 20px 20px; margin: 0px;
	width: 268px;		
}	

ul.featurettes li img {
	position: absolute;
	bottom: 0px;
}

ul.featurettes li:hover {
	background: url(http://images.apple.com/se/iphone/images/software-compare-background-gradient-20100607.jpg) #fbfbfb repeat-x;	
}

ul.featurettes li a {
	background: url(http://images.apple.com/euro/global/elements/arrows/morearrow_08c.gif) no-repeat right center;
	line-height: 22px;
	padding-right: 10px;
	color: #08c;	
	text-decoration: none;
	white-space: nowrap;
}

ul.featurettes li a:hover {
	text-decoration: underline;	
}

ul.featurettes li.columns {
	border-left: #dbdbdb 1px solid; 
	border-right: #dbdbdb 1px solid; 	
}

.spacer {
	clear: both;
	height: 30px;	
}

/* ---------- kursbeskrivning ---------- */

.intro	{
	padding: 0px 0px 0px 0px; 
	overflow: hidden;
}

.intro img	{
	float: right;
}

.intro h1	{	
	padding: 0px; 
	margin: 0px; 
	font-size: 36px;
	line-height: 46px;
	font-weight: normal; 
	color: #000;
}

.intro h2	{	
	padding: 0px; 
	margin: 0px; 
	font-size: 20px;
	line-height: 1.5em; 
	color: #000;
}

.intro p	{
	font-size: 18px; 
	line-height: 1.5em; 
	color: #666;
}

.note {
	border-top: #e8e8e8 1px solid;
	border-right: #e8e8e8 1px solid;
	border-bottom: #fbfbfb 1px solid;
	border-left: #e8e8e8 1px solid;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 30px;
	margin: 0px;
	background: url(http://images.apple.com/se/iphone/images/software-compare-background-gradient-20100607.jpg) #fbfbfb repeat-x;
	width: auto;
	overflow: hidden;
}

.note h2 {	 
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 20px;
	font-style: normal; 
	line-height: 1.4;
	font-weight: normal; 
	color: #000;
}

.note a {
	color: #08c;
	background: url(http://images.apple.com/euro/global/elements/arrows/morearrow_08c.gif) no-repeat right center;
	line-height: 22px;
	padding-right: 10px;
	text-decoration: none;
}

.note a:hover {
	text-decoration: underline;
}

.note p {
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 14px; 
	line-height: 22px; 
	color: #666;
}

.note img {
	float: right;
	padding-left: 50px;

}

.column	{
	float: left; 
}

.column1	{ 
	padding-left: 0px; 
	padding-right: 10px;
	width: 287px;
}

.column2	{ 
	padding-left: 10px; 
	padding-right: 10px;
	width: 286px;
}

.column3	{ 
	padding-left: 10px; 
	padding-right: 0px;
	width: 287px;
}

.column	h2 {
	border-top: #bcbcbc 1px solid; 
	font-size: 20px; 
	line-height: 1.4; 
	font-weight: normal; 
	color: #000; 
	padding-top: 10px;
}

.column p { 
	padding-bottom: 30px;
}

.column ul { 
	padding-bottom: 0px;
	list-style: square;
}

.column li a {
	background: url(http://images.apple.com/euro/global/elements/arrows/morearrow_08c.gif) no-repeat right center;
	line-height: 22px;
	padding-right: 10px;
	color: #08c;	
	text-decoration: none;
	white-space: nowrap;
}

.column li a:hover {
	text-decoration: underline;	
}



ul.feature {
	float: left; 
}

ul.feature li {
	float: left;
	display: block; 
}

ul.feature li ul h2 {
	border-top: #bcbcbc 1px solid; 
	font-size: 20px; 
	line-height: 1.4; 
	font-weight: normal; 
	color: #000; 
	padding-top: 10px;
}

ul.feature li ul p {
	padding-bottom: 30px;
}

.column_why {
	float: left; 
}

.column_why ul {
	height: 250px;
	list-style: none;
	margin:0px;
	padding: 0px;
}

.column_why ul h2 {
	font-size: 20px; 
	line-height: 1.4; 
	font-weight: normal; 
	color: #000; 
	padding-top: 10px;
}

.column_why ul ul { 
	list-style: square;
}

.column_why ul li a {
	background: url(http://images.apple.com/euro/global/elements/arrows/morearrow_08c.gif) no-repeat right center;
	line-height: 22px;
	padding-right: 10px;
	color: #08c;	
	text-decoration: none;
	white-space: nowrap;
}

.column_why ul li a:hover {
	text-decoration: underline;	
}

.column_why1	{ 
	padding-left: 0px; 
	padding-right: 10px;
	width: 287px;
}

.column_why2	{ 
	padding-left: 10px; 
	padding-right: 10px;
	width: 284px;
	border-left: #dbdbdb 1px solid; 
	border-right: #dbdbdb 1px solid;
}

.column_why3	{ 
	padding-left: 10px; 
	padding-right: 0px;
	width: 287px;
}


.intro_red	{ 
	text-align: center; 
	padding: 75px 75px 50px 75px;
	color: #fff;
	background-color: red;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: url(http://www.barnvaktlund.se/wp-content/uploads/2010/06/fh3.jpg) center center no-repeat;
	margin-bottom: 30px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;;
}

.intro_red h1	{	
	padding: 0px; 
	margin: 0px; 
	font-size: 36px;
	line-height: 46px;
	font-weight: normal; 
}

.intro_red h2	{	
	padding: 0px; 
	margin: 0px; 
	font-size: 20px;
	line-height: 1.5em; 
	color: #000;
}

.intro_red p	{
	font-size: 18px; 
	line-height: 1.5em; 
}

/* ---------- första hjälpen ---------- */

.fh {
	overflow: hidden;
	margin-top: 0px;
	border-top: #d9d9d9 1px solid
}

.fh .left {
	float: left;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 100px;
}

.fh .right {
	float: right;
	margin-top: 20px;
	margin-left: 100px;
	margin-right: 0px;
}

.fh h2 {	
	padding: 0px; 
	margin: 0px;
	margin-bottom: 30px;
	padding-top: 18px; 
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 20px;
	font-style: normal; 
	line-height: 1.4;
	font-weight: normal; 
	color: #000;
}

.fh a {
	color: #08c;
	background: url(http://images.apple.com/euro/global/elements/arrows/morearrow_08c.gif) no-repeat right center;
	line-height: 22px;
	padding-right: 10px;
	text-decoration: none;
}

.fh a:hover {
	text-decoration: underline;
}

.fh p {
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 14px; 
	line-height: 22px; 
	color: #666;
}


/* ---------- vad ska vi välja ---------- */

ul.what {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.what li {
	border: #dbdbdb 1px solid;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 10px;
	height: 300px;
	list-style: none;
	margin:0px;
	float: left;
}

ul.what li p {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

ul.what li ul { 
	margin: 10px 0px 0px 14px;
	height: auto;
	padding: 0px;
}

ul.what li ul li { 
	float: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	list-style: square;
	height: auto;
	border: none;
}

ul.what a {
	background: url(http://images.apple.com/euro/global/elements/arrows/morearrow_08c.gif) no-repeat right center;
	line-height: 22px;
	padding-right: 10px;
	color: #08c;	
	text-decoration: none;
	white-space: nowrap;
}

ul.what li a:hover {
	text-decoration: underline;	
}

.what .first { 
	margin-right: 10px;
	width: 265px;
}

.what .mid { 
	margin-right: 10px;
	margin-left: 10px;
	width: 264px;
}

.what .last { 
	margin-left: 10px;
	width: 265px;
}

.mb { 
	margin-bottom: 30px;
}

.mt { 
	padding-top: 30px;
}