html {
	overflow: scroll;
}
body{
	font-family:Verdana;
	font-size:12px;
}
h1{

	text-decoration:none;
	margin:2px;
	padding:0px;
	font-size:14px;
	text-transform: uppercase;
}
h3{
	text-decoration:none;
	margin:0px;
	padding:0px;
	font-size:16px;
	text-transform: uppercase;
	color:#FFF;
	font-family:Arial;
	
}
a{

	text-decoration:none;
	color:#000;
}
a:hover{
	text-decoration:underline;
}
#container
{
	margin-left: auto;
	margin-right: auto;
	width:810px;

}

/*Huvudet*/
.logo{
	height: 120px;
	background-image: url(bohajen.gif);
	background-repeat:no-repeat;
}
#catMeny{
	float:left;	
	width:140px;	
	background-color: #FFF;
	padding-bottom:0px;
	font-size: 12px;
	color: #CCC;
}
#hleft{
	width:133px;
	background-color:#FF9000;
	padding:4px;
	float:left;
}
#hright{
	width:661px;
	background-color:#000;
	padding:4px;
	float:left;
}
/*området där länkar och kategorier listas*/
#body{
	float:left;
	width:650px;
	background-color: #FFF;
	padding: 0 auto;
	padding-left:5px;
	border-left: dashed #CCC 1px;
}

/*Stylar kategorier i body*/
.kategori{
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	float:left;
	padding:20px;
	width:150px;
	height:40px;
}
/*Stylar ut underkategorier i body*/
.underkategori{
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}
/*Stylar title område*/
.titleArea{
	float:left;
	padding-left:20px;
	min-width:100px;
	height:1000px;
}
.links{
	float:left;
	width:480px;
	margin-bottom:10px;
	margin-top:0px;
	font-size: 12px;
	margin-left:10px;
	height:90px;
}

.title a{
	font-size:14px;
	color:#A01000;
}
.description{
	font-size:12px;
	color:#333;
}
.url{
	font-size:12px;
	color:#CCC;
}
#plainText{
	float:left;
	margin-left:10px;
	margin-bottom:10px;
	font-size: 12px;
	width:400px;
	border-bottom: 3px solid #EFEFEF;
}
ul, li {
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	list-style-type: none;
}
li{
	border-bottom:solid 1px #FF9000;	
	padding:4px;
}
li:hover{
	background-color:#FF9000;
	text-decoration:none;
}
#catMeny a{
text-decoration:none;
}
.img{
	width:140px;
	float:left;
	height:90px;
}
#bottom{
	color:#FFF;
	background-color:#000;
	clear: both;
	padding:5px
}
#bottom a{
	color:#FFF;
}
#bottom2{
	color:#OOO;
	padding:5px
}

