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

body {
  background: #000 url(img/bg-advokat.gif);
}

h1 {
	font-size: 1.2em;
	font-weight:bold;
}

#toplayer {
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 850px;
	background-image:url(img/bg.gif);
}

#wrapper {
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	margin:auto;
	width: 1000px;
}

#sidemenu {
	float:left;
	width: 190px;
	height: 850px;
}

#sidemenu-logo {
	float:left;
	padding-top: 92px;
	width: 190px;
	height: 200px;
}

#sidemenu-button {
	float:left;
	width: 190px;
	height: 418px;
}

#sidespace {
	float:left;
	width: 10px;
	height: 850px;
}

#sidecontent {
	float:left;
	width: 780px;
	height: 850px;
}

#sidecontent-top {
	float:left;
	margin-top: 20px;
	margin-left: 10px;
	width: 780px;
	height: 45px;
	background:url(img/rajalili_blue.png) no-repeat;
}

#sidecontent-boxtop {
	float:left;
	width: 810px;
	height: 42px;
	background:url(img/box_top.png) no-repeat;
}

#sidecontent-boxmid {
	float:left;
	width: 810px;
	background:url(img/box_tengah.png) repeat-y;
}

#sidecontent-boxmid-content {
	width: 720px;
	height: 900px;
	margin: 10px 5px 10px 40px;
	background-color:#FFF;
}

#sidecontent-boxmid-content2 {
	width: 720px;
	height: 2650px;
	margin: 10px 5px 10px 40px;
	background-color:#FFF;
}

#sidecontent-boxmid-content-left {
	float:left;
	width: 415px;
	padding: 0 5px 5px 5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	text-align:justify;
}

#sidecontent-boxmid-content-right {
	float:left;
	width: 295px;
}

#sidecontent-boxbot {
	float:left;
	width: 810px;
	height: 79px;
	background:url(img/box_bottom.png) no-repeat;
}

#footer {
	text-align:center;
	width: 800px;
	margin-top: 40px;
	margin-left: 13px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #999;
}

#copyright {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color: #999;
}

#footer a {color: #00AEEF; text-decoration:none; }
#footer a:hover { color: #00AEEF; text-decoration:underline; }

#copyright a {color: #00AEEF; text-decoration:none; }
#copyright a:hover { color: #00AEEF; text-decoration:underline; }


