*
{
    padding: 0;
    margin: 0;
}

#footer
{
    position:absolute;
    z-index: 10;
}

body
{
    padding-top: 110px;
    background: #ffffff;
    background-image: url('images/bg.png');
    background-repeat: no-repeat;
    font-family: times;
    font-size: 13px;
    color: #3c3c3c;
}

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

a:hover
{
    color: #3c3c3c;
}

a img
{
    border: none;
}

h2
{
    color: #828282;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
}

/* Left part */
#siteleft
{
    position: absolute;
    z-index: 1;
}

.logo
{
    margin-top: -52px;
    margin-left: 40px;
}

/* Main part */
#sitemain
{
    position: absolute;
    width: 100%;
}

#menu
{
    padding-left: 210px;
    background-image: url('images/menu.png');
    height: 35px;
}

#menu #top
{
    padding-top: 8px;
    font-weight: bold;
}

#menu #top .menu_item
{
    margin-right: 25px;
}

#menu #top .selectedmenu_item
{
    margin-right: 25px;
    color: #3c3c3c;
}

#menu #sub
{
    margin-top: 25px;
}

#menu #sub .menu_item
{
    margin-right: 20px;
}

#menu #sub .selectedmenu_item
{
    margin-right: 20px;
    color: #3c3c3c;
}

/* Content */
#content
{
    float: left;
    width: 600px;
    margin-top: 75px;
    margin-left: 210px;
    margin-bottom: 20px;
}

#content_up
{
    margin-top: -30px; /*used when no sub menu*/
}

#content .post
{
    margin-bottom: 40px;
}

#content .post h1.title
{
    margin-bottom: 10px;
    font-size:16px;
}

#content .post .body p
{
    margin: 0 0 15px 0;
}

#content .breaker
{
    border-bottom: 1px solid #cccccc;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* GALLERY */

.gallery
{
    
}

/* listan med små bilder */
#jgal
{
    list-style: none;
    width: 430px; /* 3 rader: 250px, 4 rader: 340px  */
}

#jgal li 
{
    float: left;
    display: block;
    width: 60px;
    height: 60px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #ffffff;
    padding:3px;
    border: 1px solid #dddddd;
    cursor: pointer; /* visa länk-pekare */
    margin-right: 14px;
    margin-bottom: 14px;
}

/* "vanliga" listan som ej ska synas och ersättas med thumbnails */
#jgal li img
{
    display: none;
}

/* den aktiva stora bilden */
#jgal li.active img
{
    display: block;
    position: absolute;
    top: 110px;
    left: 630px; /* 3 rader: 470px, 4 rader: 550px */
    cursor: auto;
    padding:3px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
}

/* mouse over liten bild */
#jgal li.active, #jgal li:hover
{
    border-color: #888888;
}

/* för framtida text */
#jgal li .text
{
    display:none;
}

#jgal li.active .text
{
    display: block;
    position: absolute;
    top: 475px;
    left: 636px; /* 3 rader: 476px, 4 rader: 556px */
    width: 330px;
}

#jgal li.active .text .pris
{
    margin-top:3px;
}


/* FORMULÄR */
.bestall
{
    margin-bottom: 10px;
    width: 480px;
}

.bestall input, textarea
{
    width: 400px;
    margin-bottom: 3px;
    border: 1px solid #ddd;
    font-family: times;
    font-size: 13px;
}

.bestall td
{
    vertical-align: top;
    text-align: left;
    padding-right: 3px;
}

.bestall td.button input
{
    width: 100px;
    float: right;
    background-color:#eeeeee;
    margin-bottom: 25px;
}

.bestall .text
{
    margin-bottom: 25px;
    margin-left: 2px;
    text-align: justify;
}

.bestall .text div
{
    margin-bottom: 10px;
}

.bestall #villkor
{
    display:none;
    margin-top: 10px;
}

.bestall pre
{
    font-family: inherit;
    font-size: inherit;
}

/* FADER */
#fader
{
    margin-top: 20px;
    padding:3px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    width: 500px;
}

/* START PAGE */
#intro
{
    margin-bottom: 20px;
    width: 500px;
    text-align: justify;
}

#news h3
{
    margin-bottom: 5px;
}

#news table td
{
    vertical-align:text-top;
    text-align: justify;
    padding-right: 10px;
    max-width: 430px;
}


#news .text
{
    color: #828282;
}




#modalContainer {
	background-color:transparent;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:10000;
}

#alertBox {
	position:relative;
	width:300px;
	min-height:100px;
	margin-top:50px;
	border:2px solid #000;
	background-color:#F2F5F6;
	background-image:url(alert.png);
	background-repeat:no-repeat;
	background-position:20px 30px;
}

#modalContainer > #alertBox {
	position:fixed;
}

#alertBox h1 {
	margin:0;
	font:bold 0.9em verdana,arial;
	background-color:#78919B;
	color:#FFF;
	border-bottom:1px solid #000;
	padding:2px 0 2px 5px;
}

#alertBox p {
	font:0.7em verdana,arial;
	height:50px;
	padding-left:5px;
	margin-left:55px;
}

#alertBox #closeBtn {
	display:block;
	position:relative;
	margin:5px auto;
	padding:3px;
	border:1px solid #000;
	width:70px;
	font:0.7em verdana,arial;
	text-transform:uppercase;
	text-align:center;
	color:#FFF;
	background-color:#78919B;
	text-decoration:none;
}

/* ABOUT */
#about table
{
    border-collapse: collapse;
    margin-bottom: 5px;
}

#about td.left
{
    font-weight: bold;
    min-width: 80px;
    vertical-align: top;
}

#about td.last
{
    padding-bottom: 5px;
}

#about .text
{
    margin-top: 5px;
    width: 480px;
    text-align: justify;
}

#about img
{
    margin-top: 20px;
    padding:3px;
    border: 1px solid #dddddd;
}
