/* General settings */
html,
body {
	width:100%;
	height:100%;
}
body{
	margin:0;
	color:#666;
	font:18px/24px Arial, Helvetica, sans-serif;
	background:url(../images/bg-body.gif);
}
img{border-style:none;}
a{
	color:#333;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
}

form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/* wrapper */
#wrapper {
	margin:0 auto;
	min-height:100%;
	background:url(../images/bg-main.png) repeat-y;
	width:940px;
	padding:0 21px 0 23px;
}
* html #wrapper {
	height:100%;
}
/* header */
#header {
	width:100%;
	overflow:hidden;
	margin:0 0 13px;
}
/* logo */
.logo {
	margin:0;
}
.logo a {
	float:left;
	background:url(../images/bg-logo.gif) no-repeat;
	width:149px;
	height:81px;
	text-indent:-9999px;
	overflow:hidden;
	position:relative;
	margin:36px 24px 0 22px;
}
/* slogan */
.slogan {
	float:left;
	background:url(../images/bg-slogan.gif) no-repeat;
	width:604px;
	height:148px;
	text-indent:-9999px;
	overflow:hidden;
}
/* logo2 */
.logo2 a {
	float:left;
	background:url(../images/bg-logo2.gif) no-repeat;
	width:69px;
	height:68px;
	text-indent:-9999px;
	overflow:hidden;
	position:relative;
	margin:40px 0 0 30px;
}
/* main */
#main {
	width:100%;
	overflow:hidden;
	position:relative;
	margin:0 0 27px;
}
/* visual */
.visual {
	border:solid #999;
	border-width:1px 0;
	margin:0 0 34px;
}
.visual img {
	display:block;
}
/* twocolumns */
#twocolumns {
	height:1%;
	overflow:hidden;
	border-bottom:1px solid #999;
	padding:0 0 11px;
	margin:0 0 24px;
}
/* content */
#content {
	float:left;
	width:491px;
	padding:0 0 0 25px;
	margin:0 24px 0 0;
}
#content h2 {
	margin:0 0 23px;
	font-weight:normal;
	font-size:24px;
	line-height:30px;
}
#content p {
	margin:0 0 24px;
}
/* photo */
.photo {
	float:left;
	width:395px;
}
.photo h3 {
	margin:0 0 7px;
	font-size:18px;
	line-height:29px;
	font-weight:normal;
}
.photo h3 strong {
	font-size:24px;
}
.photo ul {
	margin:0;
	padding:0;
	list-style:none;
	height:1%;
	overflow:hidden;
}
.photo ul li {
	float:left;
	margin:0 10px 10px 0;
	display:inline;
}
.photo ul li img {
	float:left;
}
/* section */
.section {
	height:1%;
	overflow:hidden;
}
/* contact form */
.contact-form fieldset {
	float:left;
	width:480px;
	color:#666;
	margin:0 35px 0 24px;
	display:inline;
	font-size:13px;
	line-height:14px;
}
.contact-form h3 {
	margin:0 0 14px;
	font-size:23px;
	line-height:25px;
}
.contact-form p {
	margin:0 0 29px;
}
.contact-form .row {
	height:1%;
	overflow:hidden;
	margin:0 0 5px;
}
.contact-form .row.textarea {
	margin:0 0 18px;
	padding:28px 0 0;
}
.contact-form .area {
	float:left;
	width:198px;
}
.contact-form .text {
	display:block;
	padding:3px 5px;
	width:145px;
	font-size:13px;
	line-height:16px;
	border:1px solid;
	border-color:#848484 #c1c1c1 #e1e1e1;
}
.contact-form label {
	display:block;
	margin:0 0 4px;
	font-size:13px;
	line-height:15px;
	font-weight:bold;
}
.contact-form textarea {
	display:block;
	padding:0 0 0 5px;
	width:460px;
	height:138px;
	font-size:13px;
	line-height:26px;
	border:1px solid #999;
	border-top-color:#737373;
	overflow:auto;
}
.contact-form .submit {
	display:block;
	background:url(../images/btn-submit.gif) no-repeat;
	width:117px;
	height:35px;
	text-indent:-9999px;
	line-height:0;
	border:none;
	cursor:pointer;
}
/* article */
.article {
	float:left;
	width:385px;
}
.article h3 {
	margin:0 0 14px;
	font-size:24px;
	line-height:26px;
}
.article p {
	margin:0 0 29px;
}
img.left {
	float:left;
	margin:-8px -7px 0 0;
}
img.right {
	float:right;
	margin:-8px 0 0 -7px;
}
.article h4 {
	margin:0 0 1px;
	font-size:18px;
	line-height:22px;
}
.article dl {
	margin:0;
	padding:0;
	height:1%;
	overflow:hidden;
}
.article dt {
	float:left;
	clear:left;
	width:140px;
}
.article dd {
	float:left;
	width:215px;
	text-align:right;
	margin:0;
}
/* footer */
#footer {
	width:100%;
	overflow:hidden;
	background:url(../images/bg-footer.gif) repeat-x;
	min-height:328px;
	border-top:1px solid #999;
	position:relative;
	padding:17px 0 0;
}
* html #footer {
	overflow:visible;
	height:328px;
}
/* address */
#footer .address {
	float:left;
	width:185px;
	margin:0 13px 0 24px;
	display:inline;
}
#footer .address dl {
	margin:0;
	padding:0;
}
#footer .address dt {
	margin:0 0 2px;
	font-weight:bold;
}
#footer .address dd {
	margin:0 0 15px;
	color:#333;
}
#footer .address address,
#footer .address address strong,
#footer .address address span {
	display:block;
	font-style:normal;
}
#footer .block {
	float:left;
	width:710px;
}
#footer .holder {
	height:1%;
	overflow:hidden;
	margin:0 0 27px;
	font-size:12px;
	line-height:17px;
}
#footer .holder dl {
	float:left;
	margin:0 71px 0 0;
	display:inline;
	padding:0;
	font-size:18px;
	line-height:24px;
}
#footer .holder dt {
	margin:0 0 2px;
	font-weight:bold;
}
#footer .holder dd {
	margin:0;
	color:#333;
}
#footer .holder h4 {
	margin:0 0 7px;
	font-size:18px;
	line-height:20px;
}
#footer .holder p {
	margin:0;
}

a.blocket {
	font-weight:bold;
	color:#F00;
}