body
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: black;
	background-color: #85644c;
	margin: 0px;
	padding: 0px;
}

/* länkfärgerna */

#meny a
{
	color: #85644c;
	font-weight: bold;
	text-decoration: none;
}

a:active
{
	color: #B1B6BC;
	font-weight: bold;
	text-decoration: none;
}

a:link
{
	color: #85644c;
	font-weight: bold;
	text-decoration: none;
}

a:visited
{
	color: #85644c;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #B1B6BC;
	font-weight: bold;
	text-decoration: none;
}

#meny a
{
	color: #ebeae6;
	font-weight: bold;
	text-decoration: none;
}

#meny a:active
{
	color: #B1B6BC;
	font-weight: bold;
	text-decoration: none;
}

#meny a:link
{
	color: #ebeae6;
	font-weight: bold;
	text-decoration: none;
}

#meny a:visited
{
	color: #ebeae6;
	font-weight: bold;
	text-decoration: none;
}

#meny a:hover
{
	color: #B1B6BC;
	font-weight: bold;
	text-decoration: none;
}

/* hela sidan */
#container
{
	width: 717px;
	height: 599px;
	margin: auto;
	background-image: url(bak.jpg);
	background-repeat: no-repeat;
}


#meny
{
	width: 600px;
	height: 100px;
	text-align: right;
	padding-top: 50px;
	margin: auto;
}

#center
{
	width: 600px;
	height: 405px;
	margin: auto;
}

#footer
{
	width: 600px;
	height: 25px;
	margin: auto;
	text-align: center;
	font-size: 10px;
	color: #ebeae6;
	font-weight: bold;
}

h1
{
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	color:  #85644c;
	padding-top: 10px;
}

/* till vänster */
#indexleft
{
	float: left;
	width: 300px;
	height: 370px;
	margin-left: 20px;
}

#left
{
	float: left;
	width: 300px;
	height: 370px;
	margin-left: 20px;
}

#fleft
{
	float: left;
	width: 250px;
	height: 370px;
}

#vleft
{
	float: left;
	width: 250px;
	height: 370px;
}

/* till höger */
#indexright
{
	float: right;
	width: 200px;
	height: 370px;
}

#right
{
	float: right;
	width: 200px;
	height: 370px;
	padding-right: 80px;
}

#fright
{
	float: right;
	width: 250px;
	height: 370px;
}

#vright
{
	float: right;
	width: 250px;
	height: 370px;
}

.kontakt
{
	margin-left: 65px;
}

