@charset "UTF-8";
/* CSS Document */

* {
    margin: 0;
	padding: 0;
	border: none;
}

html {
	width: 100%;
}
	
body {
	background-color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	color: #fff;
	letter-spacing: 2px;
	line-height: 20px;
	width: 100%;
}

a {
    font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	color: #fff;
	text-decoration: none;
	}
		
    	a:hover {
	   		color: #99cc33;
			text-decoration: underline;
		    }
	
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	}
	
h1 {
	font-size: 22px;
	letter-spacing: 3px;
	}
	
h2 {
    font-size: 14px;
	letter-spacing: 3px;
	}
	
img.door {
	padding-bottom: 20px;
}
	
img.eyes {
	float: right;
	margin: 0;
}

img.varumarken {
	padding-right: 10px;
	padding-bottom: 20px;
}

li {
	list-style: none;
	display: inline;
	padding: 10px;
}

.form1 {
	background-color: #000;
	border: solid 1px #fff;
	color: #fff;
	height: 16px;
	width: 200px;
	padding: 2px;
}

.form2 {
	background-color: #000;
	border: solid 1px #fff;
	color: #FFF;
	height: 16px;
	width: 80px;
	padding: 2px;
}

#alert {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#center {
	text-align: center;
}

#prev {
	display: none;
	margin-bottom: 165px;
	cursor: pointer;
}

#next {
	display: none;
	margin-bottom: 165px;
	cursor: pointer;
}

#mainwrap {
	background-color: #000;
	position: relative;
	margin: 0 auto;
	margin-top: 30px;
	height: auto;
	width: 800px;	
}

#header {
	background-image: url(../images/loggatext.png);
	background-repeat: no-repeat;
	background-color:#000;
	border-bottom: solid 1px #fff;
	height: 100px;
}

#menu {
	background-color:#000;
	height: 40px;
	text-align: center;
	padding-top: 10px;
}

#menu ul {
	width: 100%;
	overflow: hidden;
}

#menu li {
	display: inline;
	padding: 5px;
}

#menu a:link,#menu a:visited,#menu a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #fff;
    font-size: 14px;
	background-color: transparent;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}

#menu a:hover {
	color: #99cc33;
	text-decoration: underline;
}

#menu a.here:link,
#menu a.here:visited,
#menu a.here:hover,
#menu a.here:active {
	color: #99cc33;
	text-decoration: underline;
}

#content {
	background-color: #000;
	height: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

#textbox {
	width: 520px;
	height: auto;
	float: left;
	padding-right: 50px;
}

#imgbox {
	width: 230px;
	height: 322px;
	float: right;
}