/* ### GENERAL ### */
* {
	padding: 0;
	margin: 0;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-color: #eeeeee;
}

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

a:hover {
	color: #990000;
}

img {
	border: 0;
}

td {
	padding: 1px 7px;
}

li {
	list-style: none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-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: silver;
}

th a {
	color: white;
}

th a.active {
	font-weight: bold;
}

th a.asc:after {
	content: ' [^]'
}

th a.desc:after {
	content: ' [v]'
}

table.index .id {
	text-align: right;
}

table.index .date {
	text-align: center;
}

/* ### PAGINATION ### */
.paginationControl {
	text-align: center;
	margin: 15px 10px;
}

/* ### IMAGES ### */
.thumbCell {
	width: 60px;
	height: 40px;
	text-align: center;
	vertical-align: middle
}

/* ### FORMS ### */
form dt {
	margin-top: 8px;
}

label:after {
	content: ':';
}

fieldset {
	padding: 5px;
}

legend {
	font-weight: bold;
	font-style: italic;
}

ul.errors li {
	list-style: none;
	color: red;
}

.long {
	width: 100%;
}

.medium {
	width: 60%;
}

.short {
	width: 20%;
}

.submitButton {
	text-align: right;
	padding: 5px;
}

.right {
	text-align: right;
}

/* ### CONTAINER ### */
#overallContainer {
	width: 1000px;
	margin: 0 auto;
}

#titleContainer {
	float: right;
	width: 850px;
}

#titleContainer h1 {
	margin: 10px 0;
	font-size: 200%;
	color: #888888;
}

#menuContainer {
	position: absolute;
	top: 60px;
	width: 130px;
}

#mainContainer {
	float: right;
	width: 850px;
}

#messageContainer {
	background-color: #FFCC99;
	border: 1px solid #666666;
	border-bottom: 0;
	padding: 10px;
	width: 100%;
}

#contentContainer {
	background-color: #dddddd;
	padding: 10px;
	border: 1px solid #666666;
	width: 100%;
}

#pageTitleContainer {
	background-color: #cccccc;
	border: 1px solid #666666;
	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: white;
	background-color: #cccccc;
	border: 1px solid #666666;
	border-top: 0;
	padding: 0 10px;
	text-align: right;
	line-height: 50%;
	width: 100%;
}

#footerContainer a {
	color: white;
}

/* ### HEADER ### */
#header {
	padding: 10px 10px 5px 10px;
}

#title {
	font-size: 30pt;
	padding-bottom: 20px;
}

/* ### NAVIGATION ### */
#breadcrumbs {
	padding: 0 10px;
	color: black;
	float: left;
}

#actions {
	float: right;
	padding: 0 10px;
}

#actions ul, #actions ul li {
	display: inline;
}

#actions ul li a {
	border: 1px solid black;
	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;
}

#menuContainer ul li li {
	background-color: #eeeeee;
}

#menuContainer ul ul li {
	margin-bottom: 0;
}

#menuContainer ul li {
	padding-left: 10px;
	color: black;
}

#menuContainer a {
	color: white;
	display: block;
}

#menuContainer ul ul li:hover {
	background-color: silver;
}

#menuContainer ul ul a {
	padding: 0 0;
	color: maroon;
}

#menuContainer .active a {
	font-weight: bold;
}

#menuContainer .active ul a {
	font-weight: normal;
}

#menuContainer .active .active a {
	font-weight: bold;
}

/* ### 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;
}