body{
	margin:0;
	padding:0;
	background:#f2f0f0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

/** Rubriker **/
h2{
	margin:0;
	padding:0;
	font-size:45px;
	line-height:40px;
	color:#515151;
	font-weight:normal;
}
h3 {
	font-size:14px;
	margin:5px 0;
	padding:0;
}

/** Länk & text färger**/
a{
	color:#749211;
	text-decoration:none;
}
a:hover,.footer a:hover{
	color:#666666;
	text-decoration:underline;
}
.subcontent-item h3 a{
	color:#333333;
}
.footer a{
	color:#000000;
	text-decoration:none;
}

/** Layout **/
#wrap {
	width:748px;
	margin:0 auto;
}
.logo{
	margin:40px 0 10px 20px;
}
.menu{
	height:32px;
	font-family:"Lucida Sans Unicode", Arial;
}
.menu a{
	color:#7d7d7d;
	padding:8px 0 7px 0;
	display:block;
	text-decoration:none;
}
.menu a:hover{
	color:#000000;
}
.menu ul{
	float:right;
	height:32px;
	list-style-type:none;
	margin:0;
	padding:0 0 0 2px;
	background:url(../img/bg-menu-left.gif) no-repeat;
}
.menu li{
	float:left;
	margin:0 0 0 25px;
}
.menu-right{
	width:2px;
	height:32px;
	background:url(../img/bg-menu-right.gif) no-repeat top right;
}
.splash{
	position:relative;
	margin:4px 0 0 0;
	width:748px;
	height:263px;
	background:url(../img/home-splash-01.jpg) no-repeat ;
}
.splash-character{
	position:absolute;
	top:-11px;
	left:619px;
	width:69px;
	height:11px;
	background:url(../img/home-splash-01b.jpg) no-repeat ;
}
.splash-text{
	float:left;
	color:#ffffff;
	font-size:14px;
	margin:170px 20px 0 90px;
}
.content-header{
	height:3px;
	display:block;
	margin:4px 0 0 0;
	background:#ffffff url(../img/content-header.gif) no-repeat top left;
}
.content{
	position:relative;
	padding:25px;
	background:#ffffff url(../img/content-footer-strip.gif) no-repeat bottom left;
	line-height:20px;
	font-size:14px;
}
.content-preamble{
	font-weight:bold;
}
.post-meta{
	font-size:11px;
	color:#666666;
}
.subcontent{
	padding:25px 25px 25px 0;
	background:#ffffff url(../img/content-footer.gif) no-repeat bottom left;
	line-height:20px;
}
.subcontent-item{
	float:left;
	width:136px;
	padding:0 80px 0 25px;
}
.subcontent-item-date{
	float:left;
	font-size:9px;
	font-family:"Microsoft Sans Serif", "MS Serif", Tahoma;
	color:#999999;
	padding-right:8px;
}
.midcontent{
	background:#ffffff url(../img/content-footer-strip.gif) no-repeat bottom left;
}
.midcontent p{
	padding:0;
	margin:0;
}
.midcontent .subcontent-item{
	width:216px;
	padding-right:0;
}
.icon-news {
	background:#ffffff url(../img/icon-news.jpg) no-repeat right 10px;
}
.icon-portfolio {
	background:#ffffff url(../img/icon-portfolio.jpg) no-repeat right 10px;
}
.icon-contact {
	background:#ffffff url(../img/icon-contact.jpg) no-repeat right 10px;
}
.footer{
	color:#5f5f5f;
	padding:15px 25px;
	text-align:center;
}
.footer ul{
	list-style-type:none;
	text-align:center;
	margin:10px 0;
	padding:0;
}
.footer ul li{
	display:inline;
	padding:0 10px;
}
.clear{
	clear:both;
}