/* ### GENERAL ### */
* {
	margin: 0;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}

pre {
	font-family: monospace;
}

body {
	background-color: #b0b7c7;
}

small {
	font-size: 70%;
}

a {
	text-decoration: none;
	color: maroon;
}

p {
	padding: 10px;
}

img {
	border: 0;
	vertical-align: text-bottom;
}

td {
	padding: 1px 7px;
}

#menuContainer li {
	list-style: none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* ### TABELLEN ### */
table.index {
	width: 100%;
}

thead tr {
	background-color: maroon;
	color: white;
}

tr.odd {
	background-color: transparent;
}

tr.even {
	background-color: #d6deeb;
}

table.index th,th a {
	color: white;
	white-space: nowrap;
	font-weight: normal;
}

table.index th a {
	display: block;
	font-weight: bold;
}

th a.active {
	padding-right: 16px;
}

th a.asc {
	background-image: url("images/bullet_arrow_up.png");
	background-position: right;
	background-repeat: no-repeat;
}

th a.desc {
	background-image: url("images/bullet_arrow_down.png");
	background-position: right;
	background-repeat: no-repeat;
}

table.index td {
	vertical-align: top;
}

table.index .id {
	text-align: right;
}

table.index .date {
	text-align: center;
}

table.index .bool {
	text-align: center;
}

table.index .size {
	text-align: right;
	white-space: nowrap;
}

table.index .number {
	text-align: right;
}

table.index .filetype {
	white-space: nowrap;
}

table.index .actions {
	white-space: nowrap;
}

table.index ul {
	list-style: none;
	padding: 0;
}

table.index li {
	white-space: nowrap;
}

table.nowrap td {
	white-space: nowrap;
}

.bar {
	background: #d6deeb;
	width: 847px;
	height: 20px;
	padding-top: 4px;
	padding-left: 5px;
}

.emptybar {
	background: #d6deeb;
	width: 847px;
	height: 10px;
	padding-top: 4px;
	padding-left: 5px;
}

dl.button {
	padding: 0px;
}

/* ### PAGINATION ### */
.paginationControl {
	text-align: center;
	margin: 15px 10px;
}

/* ### FORMS ### */
form dt {
	margin-top: 8px;
}

label:after {
	content: ':';
}

fieldset {
	padding: 5px;
}

legend {
	font-weight: bold;
	color: black;
}

#menuContainer legend {
	color: white;
}

ul.errors li {
	list-style: none;
	color: red;
}

.long {
	width: 99%;
}

.medium {
	width: 60%;
}

.short {
	width: 20%;
}

.submitButton {
	text-align: right;
	padding: 5px;
}

.right {
	text-align: right;
}

/* ### CONTAINER ### */
#overallContainer {
	width: 1010px;
	margin: 0 auto;
}

#titleContainer {
	float: right;
	width: 850px;
}

#titleContainer h1 {
	margin: 10px 0;
	font-size: 200%;
	color: #0c6095;
}

#menuContainer {
	position: absolute;
	top: 122px;
	width: 140px;
	padding: 14px 4px 14px 4px;
	background-color: #869cc4;
	border: 1px solid #666666;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
}

#mainContainer {
	float: right;
	width: 850px;
}

#messageContainer {
	background-color: #FFCC99;
	border: 1px solid #666666;
	border-bottom: 0;
	padding: 10px;
	width: 100%;
}

#contentContainer {
	background-color: white;
	padding: 10px;
	border: 1px solid #666666;
	width: 100%;
}

#pageTitleContainer {
	background-color: #D6DEEB;
	border: 1px solid #666666;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-bottom: 0;
	width: 100%;
	padding: 0 10px;
	display: block;
}

#pageTitleContainer h2,#pageTitleContainer h2 a {
	font-size: 18pt;
	padding: 10px 10px 5px 10px;
	color: black;
}

#footerContainer {
	color: maroon;
	background-color: #D6DEEB;
	border: 1px solid #666666;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-top: 0;
	padding: 0px 10px;
	text-align: right;
	line-height: 50%;
	width: 100%;
}

#footerContainer a {
	color: maroon;
}

/* ### HEADER ### */
#header {
	padding: 10px 10px 5px 10px;
}

#nikologo {
	position: absolute;
	width: 150px;
	padding-top: 10px;
}

#headerlogo {
	float: right;
	margin-right: -21px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#title {
	font-size: 30pt;
	padding-bottom: 20px;
}

/* ### NAVIGATION ### */
#breadcrumbs {
	padding: 0 10px;
	color: black;
	float: left;
}

#menuContainer .navigation {
	padding: 0px;
}

#actions {
	float: right;
	padding: 0 10px;
}

#actions ul,#actions ul li {
	display: inline;
}

#actions ul li a {
	border: 1px solid black;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-bottom: 0;
	margin: 0 3px 0 3px;
	padding: 0 3px 0 3px;
	background-color: white;
}

#actions ul li.active a {
	background-color: maroon;
	color: white;
}

#menuContainer ul li .active { /*background-color: silver;*/
	
}

#menuContainer ul li {
	background-color: maroon;
	margin-bottom: 6px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

#menuContainer ul li li {
	background-color: #89B8FB;
}

#menuContainer ul ul li {
	margin-bottom: 0;
	border-bottom: 1px solid white
}

#menuContainer ul li { /*padding-left: 10px;*/
	color: black;
}

#menuContainer ul li ul {
	background-color: #89B8FB;
}

#menuContainer a {
	color: white;
	display: block;
	padding: 5px;
	padding-left: 10px;
}

#menuContainer ul ul li:hover { /*background-color: #2C5895;*/
	
}

#menuContainer ul ul a {
	padding: 0 0;
	color: white;
	padding: 5px;
	padding-left: 10px;
}

#menuContainer .active a {
	font-weight: bold;
}

#menuContainer .active ul a {
	font-weight: normal;
}

#menuContainer .active .active a {
	font-weight: bold;
	background-image: url("../images/current.gif");
	background-repeat: no-repeat;
}

/* ### INFOS-DefinitionList */
dl.infos {
	padding: 0.5em;
}

.infos dt {
	float: left;
	clear: left;
	width: 150px;
	text-align: right;
	font-weight: bold;
	color: maroon;
}

.infos dt:after {
	content: ":";
}

.infos dd {
	margin: 0 0 0 160px;
	padding: 0 0 0.5em 0;
}

/* ### MELDUNGEN ### */
.message_info {
	color: black;
}

.message_warn {
	color: orange;
}

.message_error {
	color: red;
}

/* Kategoriebaum */
.categorytree {
	margin-left: 20px;
}

.categorytree li {
	margin-left: 15px;
	/* list-style: disc; */
}

/* Dokumente */
.doctable {
	width: 850px;
	border-collapse: collapse;
	margin-bottom: 15px;
	padding: 5px;
}

.doctable #name {
	width: 403px;
	background: #800000;
	color: white;
	border: 1px white solid;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}

.doctable #name a {
	color: white;
}

.doctable #created {
	width: 169px;
	background: #800000;
	color: white;
	border: 1px white solid;
}

.doctable #download {
	color: black;
	background: #d6deeb;
	border: 1px white solid;
	vertical-align: top;
	padding-top: 3px;
	line-height: 150%;
}

.doctable #downloads {
	width: 278px;
	color: white;
	background: #800000;
	border: 1px white solid;
	font-weight: bold;
	vertical-align: top;
	padding-top: 3px;
}

.doctable #description {
	vertical-align: top;
	background: #d6deeb;
	border: 1px white solid;
}

.doctable .titles {
	height:19px;
	background: #869cc4;
	color: white;
	border: 1px white solid;
	font-weight: bold;
}

.doctable .entries {
	background: #d6deeb;
	height:19px;
	border: 1px white solid;
}

.doctable .entries img {
	margin-bottom: -3px
}

.filerow:hover {
	background-color:#e6eEfB;
}

.cat_opened,.cat_closed {
	padding-left: 0px;
	line-height: 20px;
}

.sub_cat {
	margin-left: 18px;
}

.cat_opened .sub_cat {
	display: block;
}

.cat_closed .sub_cat {
	display: none;
}

.cat_opened .vis_on_open {
	display: inline;
	text-decoration: none;
}

.cat_opened .vis_on_close {
	display: none;
	text-decoration: none;
}

.cat_closed .vis_on_open {
	display: none;
	text-decoration: none;
}

.cat_closed .vis_on_close {
	display: inline;
	text-decoration: none;
}

.genvisible {}

.genhidden {
	display: none;
}
