@charset "UTF-8";
foobar {
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #CCC;
	background-image: url(images/nimbuscom_toning_bak_01.jpg);
	background-repeat: repeat-x;
	line-height: 1.3;
}
#container {
	width: 1020px;
	margin: 0 auto;
	text-align: left;
	background-color: #CCC;
	background-image: url(images/nimbuscom_faux_08.jpg);
	background-repeat: repeat-y;
} 
#header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 100px;
	width: 1020px;
	background-color: #005682;
	background-image: url(images/nimbuscom_header_03.jpg);
} 
#menu {
	width: 960px;
	background-color: #0E4075;
	margin-left: 30px;
	padding-left: 40px;
	float: left;
}
a {
	color: #005682;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: #666666;
	text-decoration: none;
}
ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	line-height: 1.5;
}
#header ul {
	background-color: #005682;
	overflow: auto;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #005682;
	padding-left: 150px;
}
#header li {
	font-size: 100%;
	float: left;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	font-weight: bold;
}
#header li a {
	display: block;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	text-decoration: none;
	color: #FFF;
}
#header li a:hover, #header li a:active, #header li a:focus {
	color: #005682;
	background-color: #FFF;
}
.start #start a, .broschyr #broschyr a, .bakgrund #bakgrund a, .riktlinjer #riktlinjer a, .verksamhet #verksamhet a, .mal #mal a, .personal #personal a, .lokaler #lokaler a, .ansokan #ansokan a, .bilder #bilder a, .kontakt #kontakt a, .menu_last #menu_last a     {
	color: #402C25;
	background-color: #d5d1ce;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
#walking_people {
	text-align: center;
}
input {
	background-color: #b8cdde;
}
textarea {
	background-color: #dae5ee;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 320px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-right: 50px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #005682;
	margin-top: 15px;
	margin-bottom: 15px;
}
#sidebar1_case {
	float: right; /* since this element is floated, a width must be given */
	width: 320px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-right: 50px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #005682;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}
#portfolio {
	text-align: center;
	background-image: url(images/nimbuscom_portfolio_billboard_05.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#header img {
	padding-left: 65px;
	padding-top: 30px;
}
#mainContent {
	margin-top: 0;
	margin-right: 440px;
	margin-bottom: 0;
	margin-left: 30px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 50px;
	background-color: #FFFFFF;
} 
#footer {
	background-color: #005682;
	background-image: url(images/nimbuscom_footer_12.jpg);
	height: 200px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 45px;
	font-size: 80%;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1, h2, h3, h4 {
	color: #005682;
}
h1 {
	font-size: 200%;
	font-weight: normal;
}
h2 {
	font-size: 120%;
	font-weight: normal;
}
h3 {
	font-size: 100%;
	font-weight: normal;
}
h4 {
	font-size: 90%;
	font-weight: bold;
}
