@charset "UTF-8";

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #444;
	font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	background-color: #fff;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
}

p {
	font-size: 12px;
	line-height: 19px;
	margin-top: 0px;
	padding-top: 0px;
}

h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 35px;
	font-weight: normal;
	margin-bottom: 12px;
	color: #222;
	margin-top: 15px;
}

h2 {
	font-size: 16px;
	margin-bottom: 3px;
	margin-top: 10px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #777;
	line-height: 22px;
}
h3 {
	font-size: 16px;
	margin-bottom: 3px;
	margin-top: 24px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #222;
}
h4 {
	font-size: 12px;
	margin-bottom: 20px;
	margin-top: 24px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #444;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	font-weight: normal;
	padding-bottom: 1px;
}
#wrapper {
	background-image: url(images/wrapper.png);
	background-repeat: repeat-y;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#watermark {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: center bottom;
}

#container {
	text-align: left;
	background-repeat: no-repeat;
	padding-top: 190px;
	background-image: url(images/header.png);
	background-position: center top;
} 
#header {
	height: 170px;
} 
#sidebar {
	float: left;
	width: 160px;
	margin-left: 90px;
	margin-top: 30px;
}
#siddbar   p {
	font-size: 14px;
	color: #ddd;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
#sidebar    a {
	color: #555;
	text-decoration: none;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	width: 152px;
	margin-bottom: 1px;
	margin-top: 11px;
	padding-right: 4px;
}
#sidebar   a:hover {
	color: #222;
	text-decoration: none;
	border-bottom-color: #777;
	padding-right: 0px;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #069;
}
#banner {
	margin-right: 100px;
	margin-left: 100px;
	height: 300px;
	margin-bottom: 30px;
	margin-top: 0px;
	background-image: url(images/banner_maja.png);
}
#mainContent {
	margin-left: 277px;
	margin-right: 93px;
	margin-top: 15px;
}
#mainContent  a {
	color: #069;
	text-decoration: none;
}
#mainContent  a:hover {
	color: #777;
	text-decoration: underline;
}
#mainContent  img {
	margin-bottom: 30px;
}

#footer {
	margin-left: 280px;
	margin-right: 90px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	height: 22px;
	padding-bottom: 28px;
} 

#footer p {
	font-size: 10px;
	padding-top: 10px;
	color: #777;
}
#footer  a  {
	text-decoration: none;
	color: #777;
}
#footer   a:hover   {
	color: #069;
}
#stroke {
	clear: both;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 30px;
	background-color: #eee;
}
.spacer {
	margin-right: 15px;
	margin-left: 15px;
}

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 20px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.dato {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #777;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}

