body {
	 background-image: url(../../files/pics/bg-green3.jpg);
	 background-color: #D6EBD6; 
	 background-repeat: repeat-x;
	 padding-top: 50px;
}
	
	
#startImage {
	width:600px;
	margin:auto auto auto auto;
	padding:55px;
	border:10px double #000;
	z-index: 1;
	background-color: #FFFFFF;
}
.Text {
	position: relative;
	text-align: right;
	margin-top: -80px;
	z-index: 2;
	font-family: georgia, Helvetica, sans-serif;
	font-size: 12px;
}
.flags {
	position: relative;
	text-align: right;
	margin-top: -40px;
	z-index: 2;
}

/*Förstasidan slut*/

#wrapper {
	width: 800px;
	height: auto;
	margin: auto;
	padding : 0;
	background: white;
	border: 2px solid #000;
}

#banner{
	width: 800px;
	height: 140px;
	background: white;
	border-bottom:2px double #000;
}

#leftcontainer
{
	width: 170px;
	height: auto;
	float: left;
}

#menu
{
	height: 230px;
	margin-left: 0;
	padding-left: 0;
}

#left-sub{
	border-top: 2px double #000;
	text-align: center;
	height: auto;
	font-size: 14px;
}

#left-sub a:link {color: blue}     /* unvisited link */
#left-sub a:visited {color: blue}  /* visited link */
#left-sub a:hover {color: #000000}   /* mouse over link */
#left-sub a:active {color: #000000}   /* selected link */

#content{
	height: auto;
	min-height: 480px;
	width: 623px;
	float: left;
	font-family: georgia, Helvetica, sans-serif;
	font-size: 15px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	border-left:2px double #000;
}

#stugBilder1{
	height: auto;
	width: 200px;
	float: left;
	padding-left: 50px;	
}

.stugBeskrivning
{
	height: 125px;
	width: 600px;
	text-align: left;
	padding-left: 20px;
}

.stugBeskrivningText
{
	position: relative;
	margin-top: -145px;
	margin-left: 175px;
	height: 118px;
	width: 420px;

	
}

.alignLeft
{
	text-align: left;
	padding-left: 10px;
}

.clearBoth{ clear: both; }


/*Följande är till menyn:*/

#menu ul
{
	margin-top: 3px;
	margin-left: 0px;
	padding: 0px;
	height: 201px;
	width: 170px;
	list-style-type: none;
	font-family: Garamond, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

#menu li { margin: 0 0 3px 0; }

#menu a
{
	display: block;
	text-indent: 24px;
	border: 1px solid #333;
	border-left: 0;
	width: 170px;
	height: 24px;
	background-image: url(../../files/pics/menu/menu_normal.jpg);
}

#menu a:link, a:visited
{
	text-decoration: none;
	color: white;
}

#menu a:hover
{
	border: 1px solid #333;
	border-left: 0;
	background-color: #F60;
	background-image: url(../../files/pics/menu/menu_active.jpg);
	color: #333;
}
#menu a#active
{
	border: 1px solid #333;
	border-left: 0;
	background-color: #F60;
	background-image: url(../../files/pics/menu/menu_active.jpg);
	color: #333;
}
 /*----Meny slut----*/
 
#content a:link{ color: black; }
#content a:visited{ color: black; }
#content a:active{ color: black; }
#content a:hover{ color: black; }
 
 /*----Följande är till horisontella stugmenyn-----*/
#menu2 {border-bottom: 1px solid black;}
#menu2 ul{margin: 0; padding: 0.3em 0; text-align: center; border: 1px solid #99CC99;background: #99CC99; font: 70% Verdana, Helvetica, sans-serif;}
#menu2 li{display: inline; margin-left: -0.35em}
#menu2 ul a{text-decoration: none; padding: 0.3em 2em; border: 1px solid #99CC99;}

#menu2 a:link{color: #000000;}
#menu2 a:visited{color: #000000;}
#menu2 a:hover{	border: 1px solid #000000;}
#menu2 a#current{background: #D6EBD6; color: #000000;}

/*Slut meny 2*/

img 			{border:0}



