body { background:#f7f7f7; padding:0; margin:0; font-family:Georgia, serif; text-decoration:none; font-size:12px; }

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

/**
 * Block types h1-h6, pre, p and address can be used in Lemon's editor and
 * you can customize their names by altering the comment behind the rule.
 * See the example below! Note: The rule must be on ONE line to work in Lemon.
 */
h1 { font-size: 24px; margin: 0; padding:3px 0 3px 0; font-style: italic; line-height: 29px; font-weight: 500} /* Huvudrubrik */
h2 { font-size: 19px; margin: 0; padding:3px 0 3px 0;} /* Underrubrik */
h3 { font-size: 16px; margin: 0; padding:3px 0 3px 0;} /* Mellanrubrik */
h4 { font-size: 14px; margin: 0; padding:3px 0 3px 0; font-weight:bold;}

p { margin: 0; padding: 0 0 10px 0; line-height: 18px; } /* Brödtext */

/**
 * Styles can also be included in Lemon's editor with custom names.
 * See the example below!
 */
.small { font-size: 9px; } /* LemonStyle: Small text */

#wrapper {
	width:934px;
	padding:30px 0 0;
	margin:0 auto;
	position:relative;
}

#header_top {
	background: url("../img/header_top_bg.gif") no-repeat;
	height:10px;
	font-size:0;
}

#language { 
	background:url("../img/language_bg.png") no-repeat;
	font:normal normal 11px Arial,sans-serif;
	position:absolute;
	right:0;
	top:12px;
	height:29px;
	width:239px;
	z-index:2;
	margin:0;
	padding:4px 0 0 30px;
}

#language li { 
	float: left; 
	list-style-type: none; 
	padding: 0px 10px; 
	border-right: 1px solid white; 
}

#language a { color: white; }

#language li.last{ 
	border-right: none; 
}

#header {
	clear: both;
	padding: 0px;
	height:281px;
	background: url(../img/headerbg.jpg) no-repeat top left;
	position:relative;
}


#header #logo {
	width: 200px;
	display: block;
	float: left;
	height: 272px;
	margin: 0px 5px 0px 11px;
	position:absolute;
	left:-15px;
}
#header #logo img {
	border:0;
}
#header_image { position:absolute; right:10px; }

#menu {
	background: url(../img/menubg.png) no-repeat top left;
	margin:10px 0 0 0;
    padding:0 30px 33px;
}

#menu li {
    background:url("../img/menu_item_divider.gif") no-repeat top right;
	float:left;
	padding:0;
	list-style-type:none;
}

#menu li a { 
    color:#fff;
    padding:14px 15px 15px;
    display:block;
    text-decoration:none;
}

#menu li a.active,
#menu li a:hover {
	color:#f2c822; 
}

#content {
	background: url(../img/contentbg.gif) repeat-y;
	padding: 0px 20px;

}

#content_left {
	display:inline;
	float: left;
	margin:0 0 0 25px;
	width: 556px;
	line-height: 18px;
}

.partner_box { background:url("../img/partner_bg.jpg") no-repeat; margin:0 0 10px; }

#content_right {
	display:inline;
	float: right;
	margin:0 18px 0 0;
	width: 235px;
}

.quote_content { background:#f1eade; font:normal normal 12px Georgia,serif; padding:15px 15px 0; }
.quote_content p { color:#6f6e6e; padding:0 0 20px; }

#footer {
	padding: 10px;
	background: url(../img/footerbg.jpg) no-repeat top left;
	height: 146px;
}

#credits { 
	font:normal normal 10px Arial,sans-serif;
	width: 240px;
	display:inline;
	float: right;
	padding-top: 11px;
	color: #A7A37E;
	text-align:center;
}

#contactbox {
	margin: 10px 0 0 20px;
	color: #605540;
	width: 320px;
	display:inline;
	float: left;

}
#contactbox h1 {
	text-shadow: #fff 0 0 8px;
}

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{display:inline-block;}* html .clearfix{height:1%;}.clearfix{display:block;}

label { float: left; margin-right: 10px; width: 160px; }
#registration_form input, #registration_form select { border: 1px solid silver; width:360px; }
#registration_form .noWidth { width: auto; }
