body {
	background-color: #e5e5e5;
	margin: 0px;
}

div#doku {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 790px;
	height: 550px;
	margin: -275px 0px 0px -395px;
	padding: 0px;
	overflow: visible;
	background-color: #0074bc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

div#doku * {
	
}

div#top {
	height: 128px;
	overflow: visible;
}

div#left {
	width: 190px;
	height: 332px;
	float: left;
	overflow: visible;
}

div#main {
	width: 600px;
	height: 332px;
	float: right;
	overflow: auto;
}

div#bottom {
	height: 90px;
	clear: both;
	overflow: hidden;
}

div#footer {
	position: absolute;
	top: 100%;
	width: 790px;
	padding-top: 13px;
	overflow: visible;
	text-align: center;
	color: #bbbbbb;
	background-color: #e5e5e5;
	background-image: url(img/shadow_bottom.png);
	background-position: center top;
	background-repeat: no-repeat;
}

div#error {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 770px;
	height: 510px;
	padding: 17px 7px;
	background-color: #0074bc;
	border: solid 2px white;
}

div#debug_console,div#debug_bar {
	position: fixed;
	right: 5px;
	bottom: 30px;
	width: 400px;
	height: 250px;
	border: solid 3px gray;
	padding: 5px;
	overflow: auto;
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#debug_console .debug {
	font-size: 11px;
	margin-bottom: 3px;
}

div#debug_bar {
	bottom: 5px;
	height: 12px;
	color: gray;
	background-color: silver;
	font-size: 11px;
	text-align: right;
}

.langRow {
	margin: 0px;
	padding: 0px;
	height: 16px;
}

.languages {
	font-size: 11px;
}

input,select,option,textarea {
	color: #000000;
}

a,a:visited {
	color: #FFCC33;
	text-decoration: none;
	font-weight: 900;
}

a:hover,a:focus {
	text-decoration: underline;
}

div#footer a {
	color: #bbbbbb;
}

h1 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 900;
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}