/*------------------------- containers ---------------------*/

body
{
	background: #d0dbea;
	overflow-y: scroll;
}

#main 
{
	width: 800px;
	margin: 0 auto 0;
	padding: 0px;
}

#huvud
{
	width: 630px;
	height: 125px;
	margin: 0 85px 0 85px;
	padding: 0;
	background: url(../images/logga.gif);
}

#menu 
{
	width: 100%;
	height: 20px;
	padding: 103px 0 0 0;
	margin: 0 10px 0 0;
	text-align: right;
}

#content 
{
	width: 800px;
	height: auto;
	background-color:#fff;
	margin: 0px;
	padding: 0px;
}

#fot
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 10px 0 0 0;
	background: #d0dbea;
}

#leomini
{
	background: url(../images/leomini.png) no-repeat;
	position:fixed;
	bottom: 20px;
	right: 0px;
	width: 19px;
	height: 68px;
}

/* ------------------styles------------------------------*/

.diven
{	
	width: 350px;
	float: right;
}

.bloggen
{	
	width: 460px;
	float: right;
}

.wrapper_wr
{
	min-height: 600px;
	height: auto;
	width: 460px;
}

/*a:link { text-decoration: none; color:#000000}

a:visited { text-decoration: none; color:#000066}

a:active { text-decoration: none; color:#666666}

a:hover { color: #FFFFFF; background-color: #000000}*/

.style16 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.style17 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999;
}

.style17 a {
	color: #fff;
}

.style17 a:hover {
	color: #000;
	background-color: #c5c1fd
}

li	{
	margin: 0 0 0 10px;
	list-style-type: disc;
}

.bi { 	
		background: #fff url(../images/bi_r.gif) no-repeat bottom right;
}

.img { 	
		margin: 10px 10px 0px 10px;
		float: left;
}	
	
.bi2
	{ 	
		background: #d0dbea url(../images/bi_l.gif) no-repeat bottom left;
}

.stripe
	{ 	
		background: #d0dbea;
}

/* ---------------------Table stuff-----------------*/

table{ 
	font-family: Verdana;
	font-size: 10px;
} 

td {
	font-family: Verdana;
	font-size: 10px;
	background-repeat: no-repeat;
}

tr {
	font-family: Verdana;
	font-size: 10px;
}

td a {
	color: #0066CC;
	font-weight: bold;
}
td a:hover {
	text-decoration: underline;
}
td a:visited {
	color: #333333;
}

