/* CSS Document */
body {
	background-image:url(css_images/background/bakgrund.png);
	background-repeat:repeat-x;
	background-color:#fff;
	text-align:center;
	font-family:Verdana,Arial,Geneva,Lucida,Helvetica,sans-serif;
	font-size:0.9em;
}
* {
	margin:0;
	padding:0;
}
* html img{
	behavior: url(iepngfix.htc);
}
/* Menyn */
#imageMenu_background_flowL{
	background:url(css_images/menu_images/flowL.png);
	background-repeat:no-repeat;
	position:absolute;
	top:375px;
	left:50%;
	margin:0px 0px 0px -393px;
	width:60px;
	height:70px;
	z-index:100;
	behavior: url(iepngfix.htc);
}
#imageMenu_background_flowR{
	background:url(css_images/menu_images/flowR.png);
	background-repeat:no-repeat;
	position:absolute;
	top:381px;
	left:50%;
	margin:0px 0px 0px 325px;
	width:65px;
	height:70px;
	z-index:100;
	behavior: url(iepngfix.htc);
}
#imageMenu {
	width: 100%;
	position:absolute;
	top:381px;
	left:50%;
	margin:0px 0px 0px -380px;
	overflow: hidden;
}
#imageMenu ul {
	list-style: none;
	margin:0px;
	display: block;
	height:62px;
	width: 100%;
}
#imageMenu ul li {
	float:left;
}
#imageMenu ul li a {
	font-style:italic;
	color:#000;
	font-size:2em;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:100px;
	text-decoration:none;
	text-align:left;
	height:62px;
	background-position:0 0 no-repeat;
}
#imageMenu ul li.menu_1 a {
	background:url(css_images/menu_images/home.gif);
	width:80px;
}
#imageMenu ul li.menu_2 a {
	background:url(css_images/menu_images/konferans.gif);
}
#imageMenu ul li.menu_3 a {
	background:url(css_images/menu_images/mat_vin.gif);
}
#imageMenu ul li.menu_4 a {
	background:url(css_images/menu_images/boende.gif);
	width:85px;
}
#imageMenu ul li.menu_5 a {
	background:url(css_images/menu_images/brollop.gif);
	width:90px;
}
#imageMenu ul li.menu_6 a {
	background:url(css_images/menu_images/rekreation.gif);
}
#imageMenu ul li.menu_7 a {
	background:url(css_images/menu_images/aktivitet.gif);
	width:100px;
}
#imageMenu ul li.menu_8 a {
	background:url(css_images/menu_images/kontakt.gif);
	width:100px;
}
#imageMenu ul li a:hover {
	background-position:0 62px;
}
.clear {
	clear: both;
}

/*Bakgrund på sidan*/
#header{
	height:155px;
	width:828px;
	margin:0px auto;
}
.weapon{
	position:absolute;
	left:50%;
	top:10px;
	margin:0px 0px 0px -370px;
	height:148px;
	width:88px;
	z-index:30;
}
.logotype{
	position:absolute;
	left:50%;
	top:10px;
	margin:0px 0px 0px -330px;
	height:148px;
	width:497px;
}
.header_pic_box{
	position:absolute;
	left:50%;
	top:0px;
	margin:0px 0px 0px 175px;
	height:163px;
	width:224px;
	background-image:url(css_images/background/header_pic.png);
	background-repeat:no-repeat;
	behavior: url(iepngfix.htc);
}
.pic_box_pic{
	height:123px;
	width:183px;
	margin-top:20px;
}
#content{
	width:828px;
	clear:left;
	margin:0px auto;
}
#page_top{
	height:28px;
	background-image:url(css_images/background/page_top.png);
	background-repeat:no-repeat;
	behavior: url(iepngfix.htc);
}
#page_middle{
	overflow:hidden;
	background-image:url(css_images/background/page_middle.png);
	background-repeat:repeat-y;
	behavior: url(iepngfix.htc);
}
#page_bottom{
	height:28px;
	background-image:url(css_images/background/page_bot.png);
	background-repeat:no-repeat;
	behavior: url(iepngfix.htc);
}
/* Innehåll på sidan*/
.full_side_img{
	margin-bottom:70px;
}
#left_side{
	float:left;
	width:550px;
	border-right:1px solid #eee;
}
.left_container{
	width:510px;
	margin-left:35px;
}
.left_top_image{
	width:510px;
}
#right_side{
	float:right;
	width:240px;
	margin-top:20px;
	margin-right:30px;
	text-align:left;
}
.right_container{
	width:100%;
	color:#777;
	/*background:url(css_images/background/right_bakgrund.jpg) bottom right;
	background-repeat:no-repeat;*/
}
.right_container p{
	padding:0px 5px 5px 0px;
}
.right_container .datum{
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:0.7em;
	color:#8c2e21;
	margin:10px 0px 5px 0px;
}