@charset "utf-8";
/* CSS Document */


/* Grundinställningar */
*
{
	margin: 0;
	padding: 0;
}

body{	background: #400000 url(../bilder/background.jpg) repeat-x 0 0 fixed;	}

#wrap
{
	margin: 50px auto 20px auto;
}

.kursiv
{
	font-style: italic;
}

.redheader
{
	color: #900;
	margin-bottom: 20px;
	font-size: 18px;
}
.smallheader
{
	color: #900;
	margin-bottom: 5px;
	font-size: 13px;
}

/* Här börjar Header och logga */

#header
{
	position: relative;
	height: 205px;
}

#header #indexh {
	height: 163px;
	width: 804px;
	background: url(../bilder/index_header.png);
	position: relative;
	z-index: 8;
}

#header #showerh {
	height: 163px;
	width: 804px;
	background: url(../bilder/shower_header.png);
	position: relative;
	z-index: 8;
}

#header #toplogo {
	height: 228px;
	width: 226px;
	background: url(../bilder/logga20.png);
	position: absolute;
	left: 722px;
	top: -30px;
	z-index: 10;
	
}

/* Här startar Menyinställningar */


#toplines 
{
	background: #fff;
	border-left: solid 2px #000;
	border-right: solid 2px #000;
	height: 42px;
	width: 844px;
	margin-left: 20px;
	position: relative;
	z-index: 2;
}

#menu
{
		list-style-type: none;
		padding: 10px 0 0 20px;
}

#menu li
{
		float: left;
		margin-left: 20px;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 0.9em;
		font-weight: bold;
}

#menu li a
{
	text-decoration: none;
	color: #000;
}

#menu li a:hover
{
	color: #9a0000
}

#devidertop
{
	background: #fff;
	border-left: solid 2px #000;
	border-right: solid 2px #000;
	height: 10px;
	width: 844px;
	margin-left: 20px;
	position: relative;
}

#underline_black
{
	position: relative;
	height: 2px;
	width: 844px;
	clear: both;
	background: #000;
}



/* huvudinnehålls fönstret börjar här - Grundinställningar */

#infofield
{
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size: 0.85em;
}

#minisizeinfofield
{
	background: #fff;
	min-height: 400px;
	margin-left: 20px;
	width: 848px;
	border-left: solid 2px #000;
	border-right: solid 2px #000;
}

#minisizeinfofield #left
{
	float: left;
	width: 410px;
	margin-left: 30px;
	margin-top: 30px;
	margin-bottom: 20px;
}

#minisizeinfofield #right
{
	float: left;
	width: 300px;
	margin-left: 30px;
	margin-top: 50px;
}

#minisizeinfofield #right p
{
	margin-bottom: 20px;
}

#minisizeinfofield #right h3
{
	color: #900;
	margin-bottom: 20px;
}


/* Om Arkadia - huvudinnehåll */

#minisizeinfofield #left_om
{
	float: left;
	width: 390px;
	margin-left: 30px;
	margin-top: 50px;
}

#minisizeinfofield #right_om
{
	float: left;
	width: 310px;
	margin-left: 30px;
	margin-top: 70px;
}

#right_om p
{
	margin-bottom: 20px;
}




/* Shower - huvudinnehåll */

#show_padding
{
	width: 610px;
	margin: 50px 0 30px 70px;
}

#structure
{

}

#structure td a
{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

#structure td a:hover
{
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}



/* Foto & Film - huvudinnehåll */

#filmstrip
{
	width: 822px;
	height: 200px;
	margin-top: 30px;
}

#filmstrip h3
{
	color: #900;
	width: 90px;
	margin: 0 auto 25px auto;
}

#moviefield
{
	width: 822px;
	margin: 20px 0;
}

#moviefield #movietable .firstmovie
{
	width: 560px;
	margin: 0 auto;
}


#one, #two, #three, #four, #five
{
	width: 154px;
	height: 146px;
	background: url(../bilder/filmstrip_bg.gif) no-repeat;
	padding-left: 6px;
}

#one a
{
	width: 150px;
	height: 100px;
	background: url(../bilder/show_gatushow_filmstrip_standard.jpg) no-repeat;
	display: block;
}

#one a:hover
{
	background: url(../bilder/show_gatushow_filmstrip_over.jpg) no-repeat;
}

#two a
{
	width: 150px;
	height: 100px;
	background: url(../bilder/show_hederspris_filmstrip_standard.jpg) no-repeat;
	display: block;
}

#two a:hover
{
	background: url(../bilder/show_hederspris_filmstrip_over.jpg) no-repeat;
}

#three a
{
	width: 150px;
	height: 100px;
	background: url(../bilder/show_kedjad_filmstrip_standard.jpg) no-repeat;
	display: block;
}

#three a:hover
{
	background: url(../bilder/show_kedjad_filmstrip_over.jpg) no-repeat;
}

#four a
{
	width: 150px;
	height: 100px;
	background: url(../bilder/show_kungalv2_filmstrip_standard.jpg) no-repeat;
	display: block;
}

#four a:hover
{
	background: url(../bilder/show_kungalv2_filmstrip_over.jpg) no-repeat;
}

#five a
{
	width: 150px;
	height: 100px;
	background: url(../bilder/show_kungalv_filmstrip_standard.jpg) no-repeat;
	display: block;
}

#five a:hover
{
	background: url(../bilder/show_kungalv_filmstrip_over.jpg) no-repeat;
}

/* Tidigare kunder - huvudinnehåll */

#header_customer
{
	color: #900;
	width: 140px;
	margin: 30px auto 25px auto;
	font-size: 18px;
}

#comentpadding
{
	padding: 30px;
}

#comentpadding p
{
	margin-bottom: 6px;
}

.grey
{
	background: #DDD;
	padding: 20px;
}

.white
{
	background: #FFF;
	padding: 20px;
}




/* Kontakt - huvudinnehåll */

#contact_margin
{
	height: 590px;
}

#contact_margin h3
{
	color: #900;
	width: 90px;
	margin: 0 0 25px 0;
}

#minisizeinfofield #right_contact
{
	float: left;
	width: 317px;
	margin-left: 5px;
	margin-top: 50px;
	margin-bottom: 30px:
}

#minisizeinfofield #left_contact
{
	float: left;
	width: 310px;
	margin-top: 90px;
	margin-left: 100px;
}

#minisizeinfofield #left_contact p
{
	margin-bottom: 20px;
}

#phone
{
	width: 150px;
	height: 40px;
	padding-left: 45px;
	background: url(../bilder/phone.gif) no-repeat;
	line-height: 40px;
}

#mail
{

	width: 150px;
	height: 40px;
	padding-left: 45px;
	background: url(../bilder/mail.gif) no-repeat;
	line-height: 40px;
}

#mail a
{
	color:#990000;

}



/* Evenemang - huvudinnehåll */

#minisizeinfofield #left_event
{
	float: left;
	width: 370px;
	margin-left: 30px;
	margin-top: 50px;
}

#minisizeinfofield #right_event
{
	float: left;
	width: 320px;
	margin-left: 30px;
	margin-top: 70px;
}

#minisizeinfofield #right_event p
{
	margin-bottom: 30px;
}

#right_event h2
{
	color:#900;
	font-weight: normal;
}

#eventlist
{
	margin-bottom: 100px;
}

#eventlist li
{
	margin-bottom: 6px;
}

#eventlist li a
{
	color:#930;
}

#eventlist_history
{
	margin-bottom: 100px;
	list-style-type: none;
}

#eventlist_history li
{
	margin-bottom: 6px;
	float: left;
	margin-right: 20px;
	font-size: 18px;
}

#eventlist_history li a
{
	color:#930;
	font-size: 18px;
}


/* Bankett - huvudinnehåll */

#minisizeinfofield #left_bankett
{
	float: left;
	width: 370px;
	margin-left: 60px;
	margin-top: 50px;
}

#minisizeinfofield #right_bankett
{
	float: left;
	width: 320px;
	margin-top: 70px;
	margin-bottom: 30px;
}

#minisizeinfofield #right_bankett p
{
	margin-bottom: 20px;
}



/* Eskapader - huvudinnehåll */

#minisizeinfofield #left_eskapader
{
	float: left;
	width: 370px;
	margin-left: 60px;
	margin-top: 50px;
}

#minisizeinfofield #right_eskapader
{
	float: left;
	width: 320px;
	margin-top: 70px;
}

#minisizeinfofield #right_eskapader p
{
	margin-bottom: 20px;
}

/* Footer börjar här */

#footer div
{
	margin-left: 20px;
	background: url(../bilder/footer_transparent.png);
	width: 848px;
	height: 33px;
}

#footermenu
{
	list-style-type: none;
	padding: 6px 0 0 55px;
}

#footermenu li
{
	float: left;
	margin-left: 20px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
}

#footermenu li a
{
	text-decoration: none;
	color:#666;
}

#deviderbottom
{
	background: #fff;
	border-left: solid 2px #000;
	border-right: solid 2px #000;
	height: 10px;
	width: 844px;
	margin-left: 20px;
	padding-top: 10px;
	position: relative;

}

#underline_grey
{
	background: #aaa;
	position: relative;
	height: 2px;
	width: 844px;
	clear: both;
} 
