body {
	font-family:	sans-serif;
	font-size:		80%;
	line-height:	1.5em;
	margin:			0px;
	padding:		0px;
	background:		#eeeeee;
}

h1 {
	margin:			0px;
	margin-left:	5px;
	padding:		0px;
	width:			140px;
	height:			105px;
	background:		url(./0/logo.png) center top no-repeat;
	float:			left;
}
h1 a {
	float:			left;
	display:		block;
	height:			100px;
	width:			140px;
}
h1 a span {
	position:		absolute;
	top:			-1000px;
}
h2 {
	font-variant:	small-caps;
	margin:			0px;
	padding:		0px;
}
h2 span {
	position:		absolute;
	top:			-1000px;
}
h3 {
	border-bottom:	1px solid #808080;
	padding-bottom:	5px;
}
#wikimenu h4 {
	margin:			0px;
	padding:		0px;
}

a {
	text-decoration: underline
}
a:link {
	color:			#002bb8;
}
a:visited {
	color:			#5a3696;
}
a:hover {
}
a:active {
	color:			#ee9a00;
}
a.edit-link {
	color:			#ff0000;
}
pre {
	border:			1px solid;
	padding:		1em;
	background-color: #D3D3D3;
	font-family:	monospace;
	font-size: 1.2em;
}
td {
	vertical-align:	top;
}


#body {
	margin:			10px 0px 0px 150px;
	padding:		25px 15px 5px 15px;
	border:			1px solid #808080;
	background:		#ffffff;
	text-align:		justify;
/*	height: auto;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	position: absolute;
	overflow: auto;*/
}


#wikimenu {
	line-height:	1.5em;
	position:		absolute;
	left:			0px;
	top:			110px;
	float:			left;
	width:			145px;
	margin:			0px 0px 0px 5px;
}

#wikimenu div, #wikimenu ul {
	margin:			0px 5px 10px 0px;
	padding:		5px 5px 5px 20px;
	border:			1px solid #808080;
	background:		#ffffff;
}
#wikimenu div {
	padding-left:	5px;
}

#wikimenu a {
	display:		block;
	color:			#002bb8;
	text-decoration: none;
}
#wikimenu a:hover {
	text-decoration: underline;
}
#wikimenu .inp {
	width: 125px;
}


*.page-edit textarea {
	margin: 1em 0
}
*.history li {
	list-style: none
}
*.history *.history-message {
	font-style: oblique;
	color: #919191
}
*.history *.history-content-length {
	font-family: monospace;
	color: #919191
}
*.history *.history-user {
	color: #919191
}
*.info-text {
	color: red;
	border-bottom: 1px dotted black;
}
.info strong {
	display: block;
	width: 80px;
	float: left;
}
#body h1 {
	margin: 0;
	padding-bottom: 10px;
	border-bottom: 1px dotted
}
*.special-pages li {
	list-style: none
}
*.special-users li {
	list-style: none
}
form.delete-user {
	display: inline
}
*.link-like {
	text-decoration: underline
}
*.pre-like {
	font-family: monospace
}
*.list-like {
	display: list-item;
	/* workaround for Mozilla Firefox (else the list bullet is partially hidden) */
	margin: 0 0 0 1em;
}
*.toc {
	width:			400px;
	border:			1px solid #aaaaaa;
	margin:			1em 0em 1em 0em;
	background-color: #f9f9f9;
	line-height:	1.3em;
}
*.toc ul {
	padding: 0px 0px 0px 1em;
}
*.toc ul li {
	list-style: none;
}
*.toc-level-2 {
	margin: 0 0 0 2em;
}
*.toc-level-3 {
	margin: 0 0 0 4em;
}
*.toc-level-4 {
	margin: 0 0 0 6em;
}
*.toc-level-5 {
	margin: 0 0 0 8em;
}
*.toc a {
	color:			#002bb8;
	text-decoration: none;
}
*.toc a:hover {
	text-decoration: underline;
}
img {
	border: 0px;
}

.img {
	border: 1px solid #808080;
	background: #ffffff;
	padding: 5px;
}

.img a {
	text-decoration: none;
}
.img a span {
	text-decoration: underline;
}

#footer {
	margin:			5px 0px 0px 150px;
	padding:		4px 10px 3px 10px;
	background:		#ffffff;
	border:			1px solid #808080;
}

.page-source textarea {
	border: none;
	width: 100%;
}

