@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}

body, html {

	margin: 0 auto;
	padding: 0px;
	overflow: auto;
	height: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left top;
	background-image: url(../img/back.jpg);
}
table {
font-size:10pt; 
font-family: verdana;
color: #fff;
}
.text {
font-size:10pt; 
font-family:  Verdana;
color: #fff;
}

hr
{
	 color: #fff;
	 margin-bottom: 10px;
}

input, textarea 
{
border: 1px solid #000;
} 

p {
	margin-bottom: 15px;
	line-height: 1.5em;
	text-align: justify;
	font-size: 14px;
}

#container {
	width: 700px;
	overflow: auto;
	text-align: center;
	margin: auto;
	background-image: url(../img/trans.png);
	background-repeat: repeat-y;
}

#gbook
{
	width: 700px;
	background-color: #000;
	height: 550px;
	margin-left: 20px;
	padding-top: 70px;
	display: inline;
}

#container #head {

	height: 100px;
	width: 692px;
	padding: 4px;
	margin: auto;
}

#wrapper
{
 	width: 450px;
	margin: 20px auto 30px auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

#prod
{
		width: 440px;
			margin: auto;
			text-align: left;
}

#wrapper a
{
	text-decoration: underline;
	color:#fff;
}

#wrapper a:hover
{
	text-decoration: none;
	}

#prod img
{
	border: 1px solid #000;
}

#meny {
	height: 25px;
	width: 692px;
	background-image: url(../img/menybg.png);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0 4px 0 4px;
		margin: auto;
}

#meny  a  {
	font-family: Verdana, sans serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	border-right: solid 1px #d99d08;
	padding: 4px 12px 0 12px;

	}
	
#meny a:first-child {
border-left: 1px solid #d99d08;
}

#meny a:hover {
	
		background-image: url(../img/menybghover.png);
		background-repeat: repeat-x;
		}

#meny .active
{
background-image: url(../img/menybghover.png);
background-repeat: repeat-x;
}

#innehall {
	margin: 20px auto 5px auto;
	width: 450px;
	font-family: Verdana, sans serif;
	color: #fff;
	font-size: 12px;
	text-align: justify;
	overflow: auto;
	line-height: 20px;
	min-height: 500px;
}

#innehall p {
	font-family: Verdana, sans serif;
	color: #fff;
	font-size: 12px;
	text-align: justify;
	line-height: 20px;
	margin-top: 10px;
}
#innehall form {
	font-family: Verdana, sans serif;
	color: #fff;
	font-size: 12px;
}

#innehall input.submit {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	background: #edc800;
	border: 2px solid #000;
	width: 70px;
	font-family: Verdana, sans serif;
}


.left
{
	float: left;
	border: 5px solid #fff;
	margin-top: 5px;
}

.right
{
	float: right;
	border: 5px solid #fff;
	margin: 5px 0 0 15px;
}

#innehall a {
	color: #D7D8D7;
	text-decoration: underline;
	font-family: Verdana, sans serif;
	font-size: 12px;
}
#innehall a:hover {
	text-decoration: none;
}
#container #sidfot {
	position: relative;
	bottom: 0px;
	width: 699px;
	border: 1px solid #ccc;
	height: 100px;
	left: -1px;
	padding-left: 3px;
}
#container #sidfot a {
	font-weight: bold;
	color: #202020;
	text-decoration: none;
	margin-top: 5px;
	display: block;
	float: left;
}
 a img
 {
 	border: 0;
 }

 #footer
 {
 background-color: #000;
 color: #fff;
 height: 20px;
 margin: auto;
 text-align: center;
 width: 700px;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 11px;
 padding-top: 4px;
 }
 
 #footer a
 {
 	color: #fff;
	text-decoration: underline;
 }
 
#footer a:hover
{
	text-decoration: none;
	}
