body {
	font-family: sans-serif;
	font-size: small;
	background: #C0C0FF;
	margin: 0px;
	padding: 0px;
}

a {
	color: red;
	text-decoration: none;
}

a:visited {
	color: red;
	text-decoration: none;
}

h2 {
	font-size: medium;
	border-bottom: thin solid red;
}

h3 {
	font-size: normal;
	border-bottom: thin solid red;
}

div.copyright {
	display: none;
}

div.headline {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 104px;
	background-color: #505096;
	background-image: url(ar_logo.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding: 0px;
	margin: 0px;
	border-bottom: 4px solid #808096;
}
div.headline h1 {
	display: none;
}

div.headline div.toplinks {
	text-align: right;
	font-weight: bold;
	color: #C0C0FF;
}
div.headline div.toplinks a {
	color: white;
}
div.headline div.toplinks a:HOVER {
	color: red;
}
div.headline div.toplinks ul {
	list-style: none;
}
div.headline div.toplinks ul li {
	margin-bottom: 1px;
}
div.headline div.toplinks span.layout {
	font-size: smaller;
}

div.navigation {
	position: absolute;
	left: 0px;
	top: 108px;
	width: 25%;
	background: red;
	border-bottom: 4px solid #808096;
}

/*** part ***/
div.part {
	color: white;
}
div.part h2 {
	font-size: smaller;
	margin: 0px;
	padding: 0px;
}
div.part div.current {
	display: none;
}
div.part div.list {
	visibility: visible;
	background-color: red;
	padding: 5px;
}
div.part div.list A {
	color: white;
}
div.part div.list A:HOVER {
	background: #A00000;
}
div.part ol {
	list-style: upper-alpha;
}

div.part ol li.selected {
	font-weight: bold;
}

/*** chapter ***/
div.chapter {
	color: white;
}
div.chapter h2 {
	font-size: smaller;
	margin: 0px;
	padding: 0px;
}
div.chapter div.current {
	display: none;
}
div.chapter div.list {
	visibility: visible;
	background-color: red;
	padding: 5px;
}
div.chapter div.list A {
	color: white;
}
div.chapter div.list A:HOVER {
	background: #A00000;
}
div.chapter ol {
	list-style: circle;
}

div.chapter ol li.selected {
	font-weight: bold;
}


/*** section ***/
div.section {
	color: white;
}
div.section h2 {
	font-size: smaller;
	margin: 0px;
	padding: 0px;
}
div.section div.current {
	display: none;
}
div.section div.list {
	visibility: visible;
	background-color: red;
	padding: 5px;
}
div.section div.list A {
	color: white;
}
div.section div.list A:HOVER {
	background: #A00000;
}
div.section ol {
	list-style: lower-greek;
}
div.section ol li.selected {
	font-weight: bold;
}

div.content {
	position: absolute;
	top: 120px;
	left: 27%;
	width: 73%;
}

/* entry */
div.entry {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 45%;
	float: left;
	margin-right: 10px;
}

div.entry ol {
	list-style: square;
}
div.entry ol li {
	margin-bottom: 10px;
}

/* result */
div.result {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 90%;
	float: left;
	margin-right: 10px;
}

div.result ol {
	list-style: square;
}
div.result ol li {
	margin-bottom: 10px;
}

div.address {
	position: absolute;
	left: 50%;
	top: 0px;
	padding: 5px;
	margin-left: 10px;
	width: 45%;
}

div.address p {
	padding: 1px;
	padding-left: 3px;
	margin: 0px;
	border-left: 4px solid #808096;
}
div.address h2 {
	margin-left: 0px;
	border: none;
}
div.address p.edit {
	color: black;
	text-align: right;
	border: none;
}

div.info {
	position: absolute;
	top: 0px;
	left: 0%;
}
div.info H1 {
	font-size: large;
}
div.info p {
	text-align: justify;
	margin-left: 4%;
	margin-right: 10%;
}
div.info div.form {
	margin-left: 4%;
	margin-right: 10%;
}
div.info table {
	font-size: small;
}
div.info table td {
	vertical-align: top;
	padding: 2px;
}
div.info table th {
	font-size: medium;
	color: white;
	background: #505096;
}
div.info table span.remark {
	font-size: smaller;
}


