*{
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #fdf9ed;
	background-color: #f9ebc4;
	background-color: #f6efdc;
	background-color: #f6f2dc;
/*	font-family:  Georgia;*/
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color:#000000;
}

/*
#text, #menu{
	border: #FF0000 thin dashed;
}
*/
#container{
	width: 800px;
}
#plus{
	background: url(img/9plus1.gif) no-repeat 360px 30px;
	height: 220px;
	width: 546px;
	float:left;
}


#kunoichi{
	background:url(img/kunoichi.gif) no-repeat 60px 30px;
	border-left: #000000 4px solid;
	background-color: #ffffff;
	height: 220px;
	width: 250px;
	float:left;
}

#utveckling{
	clear:both;
	background-color: #e95e25;
	height: 40px;
	width: 800px;
	position:relative;
}

#menu{
	background-color:#FFFFFF;
	clear: both;
	width: 250px;
	max-height: 800px;
	border-right: #000000 4px solid;
	float: left;
	padding-bottom: 30px;
}

#text{
	float:left;
	width: 486px;
	padding-top: 30px;
	padding-left: 40px;
	padding-right: 20px;
}

#utveckling p{
	position: absolute;
	top:4px;
	padding-left: 60px;
	color: #ffffff;
	
}
ul.meny{
	padding-top: 30px;
	padding-left: 12px;
	list-style: none;
}
ul.meny ul.proj{
	padding-left: 28px;
	list-style: none;
}
ul.meny li{
	padding-top: 6px;
}
ul.meny li a{
	padding-left: 12px;
	font-size: 1.5em;
	background-color: #ffffff;
}
ul.proj li a{
	font-size: 1.2em;

}
ul.meny li a:hover{
	background: transparent;
}

p {
	font-size:1.3em;
	padding-bottom: 20px;
	position: relative;
}

p img{
	position: absolute;
	right: 20px;
}
	
.biggest{
	font-size: 2.3em;
}
.bigger{
	font-size: 1.7em;
}
.big{
	font-size: 1.3em;
}
.small{
	font-size: 0.7em;
}
.smaller{
	font-size: 0.9em;
}
.header{
	font-weight:bolder;
	font-size:1.5em;
}



a { 
	font-size: 1.0em;	
	font-style:normal;
	text-decoration:none;
	color: #000000;
}
a:hover{
	color: #E95E25;
}

