body {
	background-color: #369;
	color: #fff;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
  SCROLLBAR-FACE-COLOR: #d2d4d6;
  SCROLLBAR-HIGHLIGHT-COLOR: #28327A;
  SCROLLBAR-SHADOW-COLOR: #28327A;
  SCROLLBAR-3DLIGHT-COLOR: #28327A;
  SCROLLBAR-ARROW-COLOR: #000000;
  SCROLLBAR-TRACK-COLOR: #d2d4d6;
  SCROLLBAR-DARKSHADOW-COLOR: #28327A;
}

ul.square	{ list-style-type: square; }

ul.list 	{ list-style-image: url(../img/layout/arrow.gif); }

a {	color:#c7ddff; }
p { margin: 0 0 1.5em 0 }

h1 { 	font-size: 1.3em; }
h2 { 	font-size: 1.2em; }

div#contentbox {
	position:absolute;
	top: 50%;
	left: 50%;
	margin-left: -491px;
	margin-top: -271px;
	width: 982px;
	height: 542px;
	background-color: #1a4a7a;
	background-image: url(img/layout/bg.jpg);
	background-repeat: no-repeat;
	border: 1px solid #fff;
}
div#justicia {
	position: absolute;
	right: 0;
	bottom: 0;
}
div#logo {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -135px;
}
div#navigation {
	position: absolute;
	top: 100px;
	left: 20px;
	width: 180px;
	height: 442px;
	overflow: hidden;
	font-family: Tahoma, sans-serif
}

div#content {
	position: absolute;
	top: 100px;
	left: 220px;
	width: 420px;
	height: 442px;
	padding: 0 20px 0 0;
	overflow: auto;
}

div#content_urteile {
	position: absolute;
	top: 100px;
	left: 220px;
	width: 600px;
	height: 600px;
	padding: 0 20px 0 0;
	overflow: auto;
}

a.navlevel1, a.navlevel1active {
	display: block;
	width: 168px;
	background-color: #10426b;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 3px outset #000;
	border-right: 3px outset #000;
	padding: 0 2px 2px 6px;
	margin: 4px 0;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
a.navlevel1active, a.navlevel1:hover	{
	background-color: #069;
}
a.navlevel2, a.navlevel2active {
	display: block;
	width: 168px;
	padding: 0 1px 1px 7px;
	margin: 2px 0;
	text-decoration: none;
	color: #fff;
	font-size: 1.0em;
}
a.navlevel2active	{
	font-weight: bold;
}