html { background:#2e5a89 url("../img/html_bg.png") repeat-x; }
body { color:#434343; font:normal normal 12px Georgia,Times,"Times New Roman",serif; }

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

ul { margin:0 0 10px 20px; }
ol { margin:0 0 10px 25px; }
ul li { padding:0 0 5px; }
ol li { list-style-type:decimal; }
em, i { font-style:italic; }
strong, b { font-weight:bold; }
del, strike { text-decoration:line-through; }
blockquote { padding:0 0 10px 20px; }
table { width:100%; }

h1 { font:normal normal 24px Georgia,Times,"Times New Roman",serif; padding:0 0 10px; } /* Huvudrubrik */
h2 { font:normal normal 18px Georgia,Times,"Times New Roman",serif; padding:5px 0; } /* Underrubrik */
h3 { font:normal bold 16px Georgia,Times,"Times New Roman",serif; padding:3px 0 10px; } /* Mindre rubrik */

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

#wrapper { width:960px; margin:0 auto; }
	#header { position:relative; height:100px; z-index:2; }
		#logotype { left:6px; position:absolute; top:0; }
		#language { background:url("../img/language_bg.png") repeat-x; font:normal normal 11px Verdana,Arial,sans-serif; height:62px; margin:0; padding:30px 0 0; position:absolute; right:30px; top:0; }
		#language li { color:#fff; float:left; padding:0; }
		#language li a { color:#fff; display:block; padding:0 5px; }
		#navigation { bottom:-7px; font:normal normal 11px Verdana,Arial,sans-serif; position:absolute; right: 6px; }
			#navleft { background:url("../img/navleft.png") no-repeat; float:left; height:43px; width:50px; }
			#navcenter { position:relative; background:#fff; float:left; margin:0; }
			#navcenter li { background:url("../img/nav_item_divider.gif") no-repeat top right; float:left; padding:0; position:relative; }
			#navcenter li a { color:#000; display:block; padding:18px 13px 12px; }
			#navcenter ul { background:url("../img/dropdown_bg.png") no-repeat bottom left; display:none; left:-30px; padding:0 0 7px; position:absolute; top:43px; width:210px; }
			/*#navcenter li:hover>ul, #navcenter a:hover>ul { display:block; }*/
			#navcenter ul li { background:none; display:inline; float:left; position:relative; width:210px; }
			#navcenter ul li a { border-bottom:1px solid #d6e6f3; display:block; margin:0 10px; padding:10px 10px 10px; }
			#navcenter ul ul { display:none; left:auto; position:absolute; right:197px; top:0; }
			
			
			#navright { background:url("../img/navright.png") no-repeat; float:left; height:43px; width:10px; }
	#main_image { background:url("../img/main_image_bg.png") no-repeat; height:243px; margin:0 0 12px; padding:7px 7px 0 7px; z-index:1; }
	#content { background:url("../img/content_bg.png") repeat-y; padding:10px 6px; }
		.border_3col_top { background:url("../img/threecol_border_top.png") no-repeat 311px 0; height:30px; }
		.border_3col_middle { background:#fff url("../img/threecol_border_middle.png") repeat-y 311px 0; }
		.border_3col_bottom { background:url("../img/threecol_border_bottom.png") no-repeat 311px 0; height:56px; }
		.border_2col_top { background:url("../img/twocol_border_top.png") no-repeat 624px 0; height:30px; }
		.border_2col_middle { background:#fff url("../img/twocol_border_middle.png") repeat-y 624px 0; }
		.border_2col_bottom { background:url("../img/twocol_border_bottom.png") no-repeat 624px 0; height:56px; }
			.main_content { display:inline; float:left; margin:0 28px 0 35px; width:563px; }
			.wide_content { margin:0 28px 0 35px; width:858px; }
			.column { display:inline; float:left; margin:0 28px 0 35px; width:250px; }
			.column ul { margin:0; }
			.column ul li { border-bottom:2px dashed #d0d0d0; margin:0 0 10px; padding:0 0 10px; }
			.column ul li .date { color:#7b7b7b; }
			.column ul li a { color:#302f2f; font-size:14px; font-weight:bold; }
	#inner_footer { background:url("../img/inner_footer_bg.png") no-repeat; height:111px; padding:0 40px; }
	#footer_clubmarin { border:1px solid #dedede; float:left; padding:5px; width:265px; min-height:55px; height:auto !important; height:55px; }
	#footer_clubmarin p { padding:0; }
	#quicklinks { border:1px solid #dedede; float:right; padding:5px; width:585px; min-height:55px; height:auto !important; height:55px; }
	#quicklinks ul { margin:0; }
	#quicklinks ul li { background:url("../img/bullet.gif") no-repeat 0 10px; padding:5px 0 5px 15px; }
	#outer_footer { background:url("../img/outer_footer_line.png") no-repeat 0 15px; color:#cdd7e3; font:normal normal 11px Verdana,Arial,sans-serif; padding:25px 0 0; }
	#outer_footer a { color:#cdd7e3; }
	#outer_footer p { padding:0 0 5px; }	
	
	
	/* Lemon form styling */
	.field_input { margin:0 10px 0 0; width:120px; }
	.field_text, .field_textarea, .field_select { font-size:110%; }
	.field_textarea { height:50px; overflow:auto; }
	.field_checkbox { width:auto; }
	.clearer, .clear { clear:both; }
	label { float:left; width:100px; }
	.field_text, .field_textarea, .field_select { border:1px solid silver; width:290px; }
	.captcha { border:1px solid silver; width:70px;}
	
	/* Clearfix */
	.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
	.clearfix{display:inline-block;}* html .clearfix{height:1%;}.clearfix{display:block;}
	
.sponsor_box { width: 265px; margin: 0px 10px 20px 0px; float: left; }
.sponsor_logo { margin-bottom: 6px; }
.gallery_thumb { float: left; margin: 0px 3px 3px 0px }
 .imgSpacer { margin-right: 24px }

.floatRight { float: right; width: 628px}