﻿body
{
	padding: 1em;
	background-color: #afc2d1;
	height: 100%;
	min-height: 100%;
	margin-top: 0px;
	padding-top: 0px;
}

h1
{
	font-family: Verdana;
	font-size: 3em;
	padding: 0.5em;
	color: #292929;
}

h2
{
	font-family: Verdana;
	font-size: 2em;
	padding: 0.5em;
	color: #292929;
}

h3
{
	font-family: Verdana;
	font-size: 1em;
	padding: 0.5em;
	color: #FFF;
	text-align: center;
}

h4
{
	font-family: Verdana;
	font-size: 1em;
	padding: 0em;
	margin-bottom: 0em;
	color: #FFF;
	text-align: center;
}

p.black
{
	font-family: Verdana;
	font-size: 12px;
	color: #292929;
	padding: 0.8em 0.8em 0.8em 0.8em;
}

p.black_small
{
	font-family: Verdana;
	font-size: 9px;
	color: #292929;
	padding: 0.8em 0.8em 0.8em 0.8em;
}

#content_text_black
{
	font-family: Verdana;
	font-size: 12px;
	color: #292929;
	line-height: 175%;
	padding: 0.4em 0.4em 0.4em 0.4em;
}

p.white
{
	font-family: Verdana;
	font-size: 12px;
	color: #FFF;
}

p.white_center
{
	font-family: Verdana;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}

p.white_center_nomargin
{
	font-family: Verdana;
	font-size: 9px;
	color: #FFF;
	text-align: center;
	margin-top: 0em;
}

.a_white
{
	font-size: 12px;
	font-family: Verdana;
	color: #FFF;
}

a
{
	font-size: 12px;
	font-family: Verdana;
	color: #292929;
}

a:hover
{
	text-decoration: underline;
	font-size: 12px;
	font-family: Verdana;
}


/* Layout divtaggar */

.header_background
{
	border-bottom: dotted 1px #494d59;
	width: 570px;
	font-size: 14pt;
	color: #292929;
	padding-bottom: 0.2em;
	margin-top: 2em;
}

#top_frame
{
	width: 900px;
	height: 100px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("http://www.ombergsliden.com/nyasidan/pictures/top_frame.png");
	color: #FFF;
	font-size: 14px;
	font-family: Verdana, Arial;
	padding-top: 0px;
}

#left_floater
{
	float: left;
	margin-left: 15px;
	margin-top: 5px;
	line-height: 250%;
}

#right_floater
{
	float: right;
	margin-right: 15px;
	margin-top: 5px;
	font-size: 12px;
	line-height: 200%;
}

#header_background_center
{
	border-bottom: dotted 1px #494d59;
	width: 570px;
	font-size: 14pt;
	color: #292929;
	padding-bottom: 0.2em;
	margin-top: 2em;
	text-align:center;
}

#layout_wrapper
{
	width: 56.01em;
	height: 100%;
	background-color: #494d59;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;	
	padding: 0em, 0em, 0em, 0em;
	border-right: solid 1px #000;
	border-left: solid 1px #000;
	border-bottom: solid 1px #000;
}

#layout_header
{
	background-image: url("http://www.ombergsliden.com/nyasidan/pictures/header.png");
	width: 56.19em;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

#layout_menu
{
	background-color: #22335e;
	height: 1.50em;
	width: 56.19em;
	margin-left: auto;
	margin-right: auto;	
	padding: 6px 0px 0px 0px;
	border-bottom: solid 1px #000;
}

#layout_content
{
	width: 37.25em;
	min-height: 70em;
	float: left;
	background-color: #fff;
	border-right: solid 1px #000;
}

#layout_box
{
	width: 17.07em;
	padding: 0.8em 0.8em 0.8em 0.8em;
	margin-left: 0em;
	margin-bottom: 0.8em;
	min-height: 37.70em;
	float: right;
	background-color: #494d59;
}

.layout_box_text
{
	color: #FFF;
	font-family: Verdana;
	font-size: 12px;
	line-height: 150%;
}
	

#layout_footer
{
	width: 56.01em;
	height: 3.13em;
	text-align: center;
	float: left;
	background-color: #22335E;
	border-top: solid 1px #000;
}


/* Meny knappar */

#layout_menu ul
{
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	padding-left: 0px;
}

#layout_menu li
{
	display: inline;
}

#layout_menu ul a
{
	background: #494d59;
	margin-left: 1em;
	padding: 6px 10px 9px 10px;
	border: solid 1px #000;
}

#layout_menu a:link
{
	color: #FFF;
	text-decoration: none;
}

#layout_menu a:visited
{
	color: #FFF;
	text-decoration: none;
}

#layout_menu a:hover
{
	background: #7a8093;
	text-decoration: none;
}

#layout_menu a.current
{
	background: #FFF; 
	color: #000;
	border-bottom: solid 1px #FFF;
	text-decoration: none;
}