* {
	margin:0;
	padding:0;
}

html, body{
	background:#fff;
	text-align:center;
}

a:link{
	color:#A90000;
	text-decoration:underline;
}

a:visited{
	color:#A90000;
	text-decoration:underline;
}

a:hover{
	color:#A90000;
	text-decoration:none;
}

a:active{
	color:#A90000;
	text-decoration:underline;
}

h1{
	font:18px Verdana;
	color:#A90000;
	margin:10px 0 0 0;
}

h3{
	font:14px Verdana;
	color:#A90000;
}

p{
	font:16px Times New Roman
	color:#000;
	line-height:1.4em;
	margin:10px 0;
}

.small{
	font:12px Arial;
}

.right img{
	float:right;
}

#footer p{
	font:12px Arial;
	color:#fff;
	line-height:1.3em;
	margin:0;
}

.flag a{
	font:12px Arial;
	color:#333;
	background: url(images/gb.png) no-repeat left;
	padding:0 0 0 22px;
	text-decoration:none;
}

.butik p{
	font:11px Verdana;
}

.greybox p{
	font:11px Verdana;
	margin:0;
}

.right{
	float:right;
	width:180px;
}

.left{
	float:left;
	width:700px;
}

.right img{
	margin-bottom:4px;
}

#container{
	width:910px;
	text-align:left;
	margin:10px auto;
}

#banner{
	width:910px;
	float:left;
	height:154px;
}

#menu{
	width:910px;
	height:38px;
	float:left;
	background: url(images/menu_bg.gif) repeat-x;
	position:relative;
	z-index:100;
}

#content{
	width:890px;
	min-height:100px;
	float:left;
	background:#fff;
	padding:10px;
}

#footer{
	margin:25px 0 0 0;
	width:880px;
	height:60px;
	float:left;
	background:#2C3135;
	padding:12px 15px;
}

#language{
	width:110px;
	height:20px;
	float:right;
	margin:5px 0 0 0;
}

.greybox{
	width:470px;
	height:20px;
	padding:4px;
	background:#eee;
	border:1px solid #ddd;
	margin:0 auto;
}

.square{
	width:540px;
	padding:4px;
	background:#eee;
	border:1px solid #ddd;
	margin:0 0 15px 0;
	float:left;
}

.half{
	width:49%;
	float:left;
	text-align:center;
	margin-top:25px;
}

.half2{
	width:40%;
	float:left;
	margin:25px 40px 0 0;
}

.butik{
	width:200px;
	float:left;
	height:300px;
	margin:20px 20px 20px 0;
}

/*
#menu ul{
	list-style:none;
	margin:7px 0 7px 7px;
}

#menu li{
	display:inline;
}

#menu li a{
	font:12px Arial;
	color:#fff;
	padding:10px 8px 10px 8px;
	text-decoration:none;
}

#menu ul li a:hover{
	background:#242424;
}
*/

/*
#menu ul{
	margin:7px 0 7px 7px;
	list-style: none;
}

#menu ul li{
	position: relative;
	display:inline;
}
	
#menu li ul{
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	background:#242424;
	width:auto;
}

#menu li ul li a{
	color:#fff;
	padding:4px;
	line-height:1.8em;
}
	
#menu ul li a{
	text-decoration: none;
	color: #fff;
	font:12px Arial;
	padding:10px 8px 10px 8px;
}
	
#menu li:hover ul, #menu li.over ul{ 
	display: block;
}

#menu li ul li a:hover{
	background:#fff;
}
'/