body {
	padding: 0;
	margin: 0;
	font-family: Arial,Helvetica,Verdana,Geneva,sans-serif;
	text-decoration:none;
	font-size: 12px;
	background:#fff;
}

a {
	color: #000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

img {
	border:0;
}

hr {
	background:#e6e6e6;
	height:0.1 em;
	border:0;
}

/**
 * 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: 20px; margin: 0; padding:3px 0 15px 0; font-family: Trebuchet MS,Helvetica,Verdana,Geneva,sans-serif;} /* Heading 1 */
h2 { font-size: 16px; margin: 0; padding:3px 0 3px 0; font-family: Trebuchet MS,Helvetica,Verdana,Geneva,sans-serif;} /* Heading 2 */
h3 { font-size: 14px; margin: 0; padding:3px 0 3px 0; font-family: Trebuchet MS,Helvetica,Verdana,Geneva,sans-serif;} /* Heading 3 */
h4 { font-size: 11px; margin: 0; padding:3px 0 3px 0; font-weight:bold; font-family:Trebuchet MS,Helvetica,Verdana,Geneva,sans-serif;} /* Heading 4 */
p { margin: 0; padding: 0 0 10px 0; line-height: 18px; } /* Paragraph */

/**
 * Styles can also be included in Lemon's editor with custom names.
 * See the example below!
 */
.small { font-size: 9px; } /* LemonStyle: Small text */
.midsize { font-size: 16px; color:#333; font-weight:bold; padding:0 0 10px 0; font-family: Trebuchet MS,Helvetica,Verdana,Geneva,sans-serif; color:#18457d;} /* LemonStyle: Medium heading */
.fancybox {  } /* LemonStyle: Förstora bilden */


#wrapper {
	width: 900px;
	padding: 0px;
	margin: auto;
}

#header {
	height:178px;
	width:900px;
	margin:9px 0 9px 0;
}

#menu {
	background-image:url(../img/menu_bg.png);
	height:31px;
	font-family: Verdana,Helvetica,Verdana,Geneva,sans-serif;
	font-size:11px;
}

#menu .item{
	float:left;
}

#menu .item a {
	color:#c8d5e4;
	font-weight:bold;
	padding:9px 15px 9px 15px;
	display:block;
}

#menu .item a:hover {
	text-decoration:none;
	background:#5987c1;
	color:#fff;
}

#menu .active{
	background:#5987c1!important;
	color:#fff!important;
}

#menu_content {
	margin:0 0 0 15px;
}

/*Innehållsboxar down*/

#main {
	float:left;
	clear:both;
	width:597px;
	line-height:18px;
}

.main_top {
	width:597px;
	height:10px;
	background-image:url(../img/main_top.png);
}

.main_mid {
	width:597px;
	height:auto;
	background-image:url(../img/main_mid.png);
}

.main_mid_content {
	padding:10px 20px 15px 20px;
}

.main_bottom {
	width:597px;
	height:10px;
	background-image:url(../img/main_bottom.png);
}

.side_top {
	width:294px;
	height:10px;
	background-image:url(../img/side_top.png);
}

#side {
	width:294px;
	float:right;
	margin:0 0 0 0;
	line-height:18px;
}

.side_mid {
	width:294px;
	height:auto;
	background-image:url(../img/side_mid.png);
}

.side_mid_content {
	padding:10px 20px 15px 20px;
}

.side_bottom {
	width:294px;
	height:10px;
	background-image:url(../img/side_bottom.png);
}

/*Innehållsboxar up*/

#footer {
	float:left;
	font-size: 11px;
	margin:10px 0 0 0;
}

.footer_top {
	width:900px;
	height:12px;
	background-image:url(../img/footer_top.png);
}

.footer_mid {
	width:900px;
	height:80px;
	background-image:url(../img/footer_mid.png);
}

.footer_mid_content {
	padding:10px 20px 15px 20px;
}

.footer_bottom {
	width:900px;
	height:18px;
	background-image:url(../img/footer_bottom.png);
}

.companyfooter {
	float:left;
	width:200px;
	height:auto;
	line-height:18px;
}

.betafooter {
	float:right;
	width:110px;
	height:auto;
	line-height:18px;
}

.betafooter a {
	color:#3565a2;
}

.authorfooter {
	float:right;
	width:200px;
	height:auto;
	font-size:10px;
	color:#91aac9;
	margin:2px 6px 0 0;
}

.authorfooter a {
	color:#91aac9;
}

.authorfooter a:hover {
	text-decoration:none;
	color:#d2ff00;
}

#logo {
	width:301px;
	height:56px;
	margin:0 0 0 20px;
	padding:10px 0 10px 0;
}

.clearer {
	clear:both;
}

#stugor {
	margin:40px 0 0 0;
}

.stuga {
	width:137px;
	float:left;
	margin:0 8px 10px 0;
}

.stuga p {
	padding:3px 2px 0 2px;
}

.stuga img {
	border:3px solid #5c5b5b;
	width:137px!important;
	height:110px!important;	
}

.stuga img:hover {
	border:3px solid #6982a2;
}

.stuginfo {
	font-size:11px;	
}

#flags {
	float:right;
	margin:40px 5px 0 0;
}

#flags img {
	margin:0 0 0 3px;	
}