*{
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #f7f7f8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color:#000000;
	background-repeat:no-repeat;
	background-position: -90px -60px;
}
/*
#background, #logga, #menu, #text, #citat{
	border: #CC0000 thin dotted;
}
*/
#background{
	position:absolute;
	width:900px;
	height:1000px;
/*	background-color: #fcf9f9;*/
	background-color: #f7f7f8;
}
#logga{	
	position:relative;
	background-repeat:no-repeat;
	width:180px;
	height:188px;
	top: 30px;
	left: 30px;
}

#menu{
	position:relative;
	width:180px;
	left: 20px;
	top: 20px;
	float: left;
}
#citat{
	position: absolute;
	width: 270px;
	top: 120px;
	left: 700px;
}
#citat p span{
	font-style:italic;
	font-weight:bold;
}
#text{
	position:relative;
	float: left;
	width:550px;
	top: 5px;
	left: 80px;
}
#text p span{
	font-weight: bold;
}
#text ul{
	list-style: disc;
	padding-left: 10px;
}

#text ul li{
	padding-bottom: 7px;
	clear: both;
}
#text ul li img{
	width: 100px;
	float: left;
	padding-right: 10px;
	padding-left: 0px;
	border: 0px;
	vertical-align:top;
	padding-bottom: 20px;
}
#text ul li span{
	font-weight:bold;
	}
.right{
	text-align:right;
}
.right a{
	font-style: italic;
}
.header{
	font-weight:bold;
}
#menu ul{
	list-style:none;
	padding-top: 40px;
	padding-left: 30px;
	font-size: 1.8em;
	font-weight:bolder;

}
#menu ul li{
	padding-bottom: 5px;
}
#menu ul li a{
	display:block;
	padding-bottom: 4px;
	padding-left: 20px;
	color: #100906;
	font-family: Geneva, Arial, Helvetica, sans-serif ;
	font-style:italic;
}
#menu ul li a:hover{
	background-repeat: no-repeat;
	background-position: center left;
	text-decoration: none;
}
table{
border-collapse: collapse;
}
th{
	text-align:left;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 1.1em;
}
tr.act{
	border-top: 1px #000000 solid;
}
td{
	padding: 2px;
	padding-top: 4px;
	font-size: 1.2em;
	vertical-align: top;
}
td.activity{

	width: 300px;
	padding-bottom: 12px;
}
td.anmal{
	font-weight:bold;
}
h1{
	padding-bottom: 8px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	
	font-size: 2.3em;
}
h2{
	font-size: 1.9em;
	padding-bottom: 5px;
	padding-top: 3px;
	font-weight: normal;
}	
h2 span{
	text-decoration: underline;
}
p, #text ul{
	padding-bottom: 10px;
	font-size: 1.3em;
}
	
.active{
	filter:alpha(opacity=40);-moz-opacity:.40;opacity:.40;
}
a { 
	font-size: 1.0em;	
	font-style:normal;
	text-decoration:none;
	color: #000000;
}
a:hover{
	text-decoration: underline;

}
.image{
	width: 120px;
	padding-left: 20px;
	float: right;
}
#border{
	border-left: #000000 1px dashed;
	padding-left: 15px;
}