@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background:#005d9f url(../lokalimages/back.jpg) top repeat-x;
}
#header
{
	position:relative;
	margin:auto;
	width:952px;
	
}
#container{
	position:relative;
	width:952px;
	margin:auto;

}

#top{
	background:url(../lokalimages/top.gif) no-repeat center;
	width:865px;
	height:42px;
	margin:auto;


}

#top p, #middle p, #bottom p{
	margin:0;
	padding:0;
	
}

#middle{
	background:url(../lokalimages/middle.gif) repeat-y top center;
	width:865px;
	margin:auto;

}

#contentContainer{
	position:relative;
	width:54%;
	padding:25px;
	padding-top:0px;
	padding-bottom:0px;
	float:left;

}
#contentContainer p{
	margin:6px;
	padding:0;
	margin-top:0px;
}

#menu{
	position:relative;
	top:-30px;
	background:#f3ea9f url(../lokalimages/top_menu.jpg) top center no-repeat;
	margin:auto;
	width:220px;
	padding:15px;
	padding-top:60px;
	
}

.postRed{
	position:relative;
	top:-30px;
	background:#c61c22 url(../lokalimages/post_red.jpg) top center no-repeat;
	margin:auto;
	width:220px;
	padding:15px;
	padding-top:60px;
	color:#fff;
	
}

.postBlue{
	position:relative;
	top:-30px;
	background:#0A1938 url(../lokalimages/post_blue.jpg) top center no-repeat;
	margin:auto;
	width:220px;
	padding:15px;
	padding-top:60px;
	color:#fff;
	
}

.shadowBottom{
	width:251px;
	background:#f3ea9f url(../lokalimages/bottom_menu.jpg) top center no-repeat;
	height:15px;
	margin:auto;
	position:relative;
	top:-30px;

}
#leftContentContainer{
	position:relative;
	width:30%;
	padding:25px;
	padding-top:0px;
	padding-bottom:0px;
	float:right;

}
#leftContentContainer p{
	margin:6px;
	padding:0;
}
#bottom{
	background:url(../lokalimages/footer.gif) no-repeat top center;
	width:865px;
	height:74px;
	margin:auto;
	clear:both;
}

#footer{
	clear:both;
	text-align:center;
	padding:30px;
	color:#fff;
		
}

/* tree menu in diary*/
.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: #F3EA9F url(../../images/list.gif) no-repeat left center;
list-style-type: none;
padding-left: 22px;
margin-bottom: 5px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: #F3EA9F url(../../images/closed.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
margin-left:-20px;

}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
margin-bottom: 5px;
margin-top:5px;
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;

}
