/*
Design by Stig Lönnquist
*/

*
{
border: 0;
margin: 0;
}

img
{
border: 0px;
}


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

a:hover{
	text-decoration: underline;
	color: #711419;
}

body{/*  Set Background */
background-image:url('bilder/bg1.png');
background-repeat:repeat-x;
} 


#tree {/*  Set Background image */
width: 800px; /*Width of main container*/
height: 570px; /*Height of top section*/
margin: 0 auto; /*Center container on page*/
position:relative;
top:30px;
background: url(bilder/bakgrund.jpg) center top fixed;
}/*  End set Background image */

#logo h1 {
	position: center;
	top: 30px;
	left: 30px;
	font: 60px Comic Sans MS;
	color: #ffffff;
}
#logo h2 {
	background: url(images/phone.png) center bottom fixed;
	position: relative;
	top: -8px;
	left: 40px;
	font: 18px Comic Sans MS;
	color: #ffffff;
	text-align: left;
}

#logo h3 {
	position: relative;
	top: -30px;
	left: 40px;
	font: 16px Comic Sans MS;
	color: #ffffff;
	text-align: left;
}

#conttop{
	left: 40px;
	background: url(images/top.png) 0px 0px no-repeat;
	position: relative;
	top: 30px;
	left: 140px;
	width: 430px;
	height: 8px;
	margin: 0px 1px 0px 1px;
}
#content{
	position: relative;
	top: 30px;
	left: 140px;
	width: 430px;
	height: 350px;
	padding: 0px 0px 0px 0px;
	background: url(images/bg_cont.png);
	margin: 0px 1px 0px 1px;
}

#contbot{
	left: 140px;
	top: 30px;
	background: url(images/bot.png) 0px bottom no-repeat;
	position: relative;
	width: 430px;
	height: 8px;
	margin: 0px 1px 0px 1px;
}

#left{
	width: 500px;
	padding: 0px 0px 0px 15px;
	margin: 0px;
	float:left;
}

#center{float:left;
padding: 0px 0px 0px 11px;
width:315px;
}

.text{
	padding: 0px 0px 0px 0px;
}

.img {	float:left;
		margin: 5px 13px 5px 0px;
}

span {	color:#094A11;
		font-weight:bold;
}

.dat { text-decoration:underline;}

h1{
	font-family: Comic Sans MS;
	font-size:18px;
	font-weight:normal;
	color: #094A11;
	padding-bottom: 0px;
	padding-left: 5px;
}

h2{
	width: 400px;
	font-family: Comic Sans MS;
	font-size:14px;
	font-weight:bold;
	color: #0033FF;
	padding-bottom: 0px;
	text-align:left;
}

h3{
	width: 350px;
	font-family: Comic Sans MS;
	font-size:12px;
	font-weight:normal;
	color: #000000;
	text-align:justify;
}

h4{
	position: relative;
	top: 0px;
	font-family: Comic Sans MS;
	font-size:12px;
	font-weight:normal;
	color: #000000;
	padding-left: 0px;
	padding-top: 0px;
	text-align:left;
}

h5{
	width: 600px;
	top: 0px;
	font-family: Comic Sans MS;
	font-size:12px;
	font-weight:normal;
	color: #000000;
	text-align:left;
}

h6{
	width: 450px;
	font-family: Comic Sans MS;
	font-size:12px;
	font-weight:normal;
	color: #000000;
	text-align:right;
}

/*  Start CSS sliding door button  */
a.button {
    /* Sliding right image */
	  color: #000000;
    background: transparent url('button_right1.png') no-repeat scroll top right; 
	display: block;
	float: left;
	top: 100px;
	position: left 100px;
	height: 28px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
   text-decoration: none; /* FONT PROPERTIES */
   font-family: Comic Sans MS;
   color: #000000;
   font-size:12px; /* pixel sice of text */
   font-weight:bold;
}
    /* Sliding left image */
a.button span {
/* Background left image */ 
background: transparent url('button_left1.png') no-repeat; 
display: block;
position: left 100px;
line-height: 40px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
color: #020D94;
font-family: Comic Sans MS;
padding: 0px 0 5px 18px;
} 
a.button:hover span{
text-decoration:none; color: #ffff00;/* none = No underline:  line-through: overline; underline; */
}
/* text on top of the page*/
 h4 {color: red; font-size: 200%; font-style: italic; font-family: Comic Sans MS; font-weight: 900;}

 
 /* CSS menymall */

/*h1 {font: 150% Verdana, Arial, Helvetica, sans-serif;color: #0066CC;}*/

#meny{
	width: 192px;
	margin: 0px;
	padding: 0;
	list-style-type: none;
	font: 11px Verdana, Helvetica, sans-serif;}

#meny a{
	display: block;
	width: auto;
	height: 25px;
	background: transparent url(knapp.gif) no-repeat;
	text-decoration: none;
	padding: 5px 0 5px 10px;
	}
#meny a:link{color: #663333;}
#meny a:visited{color: #663333;}
#meny a:hover{background: transparent url(knapp_over.gif) no-repeat;}
#meny a#current{color: #E6CCCC;}
/*  End CSS sliding door button  */
