.admin, .head_admin {
  color:#FFFF33 !important;
}
.user {
  font-weight:bold;
  color:#00CC00
}
.guest {
  font-weight:bold;
  color:#CCAAAA
}
.error {
  color:#FF0000;
  font-weight:bold
}
.sticky {
  font-weight:bold;
  font-style:italic;
  color:#008800;
}
div.quote {
  margin:3px;
  padding:3px;
  border:2px solid #888888;
  background-color:#FFFFFF;
}
.quote_ {
 font-size:9px;
 color:#000000;
 font-weight:bold;
}

td.empty {
 background-color:#56d
}
.pbk {
	color: #eee;
	font-size: 10px;
	text-align: center;
}
.pbk a, .pbk a:hover {
	color: #fff;
}
.navbar_new_pm {
	letter-spacing:2px;
	font-weight:bold;
	color:#f00;
}

table.frame {
	background-color:#716eb0;
}
table.frame_inner {
	background-color:#23a; 
}
td {
	font-size:13px
}
td.inner {
	background-color: #eee;
	font-size:13px;
}
td.inner2 {
	font-size:13px;
}
td.inner_ {
	font-size:13px;
	color:#fff;
	background-color:#716eb0;
}
td.inner_small {
	font-weight:bold;
	font-size:10px;
	background-color:#eee;
}
td.inner2_small {
	font-weight:bold;
	font-size:10px;
	background-color:#fff;
}
. {
 font-size:11px;
}
td.smallinfo {
 font-size:11px
}
td.pages {
  font-weight:bold;
  font-size:11px;
  padding-top:1px;
  padding-bottom:1px;
  padding-left:3px;
  padding-right:1px;
  background-color:#fff;
}
a {
	font-weight:bold;
	text-decoration:none;
	color:#545191;
}
a:hover {
	color:#7775C3;
	text-decoration: underline;
}
.nav a {
	color:#FFBB33;
}
.nav a:hover {
	color:#FFFF33;
}
a.admin {
	color:#FF6666;
}

.main-table {
	padding: 10px 30px;
}

/***** WISIM ******/

body {
	background: #448 url(https://albernia.de/images/style-3/custom/bg_neu.png) repeat-x top left;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
}
* {
	font-family: Trebuchet MS;
}
.header {
	text-align: center;
}
.logo {
	padding: 15px;
}
.menu {
	display: flex;
	flex-flow: column wrap;
	justify-content: space-around;
	padding: 0;
	margin: 0;
	height: 40px;
	font-size: 13px;
	list-style: none;
	background-color: rgba(0,0,0,0.3);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.3);
}
.item {
	padding: 5px;
	text-align: justify;
}
.item, .item a {
	color: #fff;
}
.item a:hover {
	background-color: rgba(0,0,0,0.4);
}
.item div:not(:last-child) {
	padding-left: 30px;
	float:left;
}
.item div:last-child {
	padding-right: 30px;
	float:right;
}
.item p {
	margin: 0;
	padding: 0 10px;
	text-align: center
}
table.wisim_stdtable {
  background-color:#51567B;
  border-left:1px solid #51567B;
  border-right:1px solid #51567B;
  border-top:1px solid #51567B;
  margin:2px;
}
table.wisim_stdtable tr td, table.wisim_stdtable tr th {
  border-bottom: 1px solid #51567B;
}
table.wisim_stdtable tr:hover td {
  background-color:#fff;
}
table.wisim_stdtable tr:hover td a {
 color:#51567B;
}
table.wisim_stdtable tr th {
  background-color:#9999CC;
  color:#000000;
  text-align:left;
}
table.wisim_stdtable tr td {
  background-color:#eee;
  vertical-align:top;
  padding-top:1px;
  padding-bottom:1px;
  padding-left:3px;
  padding-right:3px;
}
table.wisim_stdtable tr.wisim_stdtable_heading td {
  background-color:#9999CC;
}
table.wisim_stdtable tr.wisim_stdtable_heading:hover td {
  background-color:#7766CC;
}
tr.wisim_stdtable_heading a {
  color:#716eb0;
}
.bsheader {
	background: transparent;
}
.nav {
  background-color:#226;
  color:#fff;
  font-size:12px;
}
a.navbar {
  color:#0000AA;
}
a.navbar:hover {
  color:#CC6600;
}
a.head, a.head_admin {
	color: #fff;
}
a.head:hover, a.head_admin:hover {
	color: #eee;
}
.inner_head {
	color: fff;
}
input[readonly] {
  background-color:#AAAAAA;
}
form {
  display:inline;
}

/******** MainMenu and Nav ********/
.mainMenu {
    display: block;
    margin: 14px 9px 0;
    text-align: center;
    font-size: 0;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mainMenu::after {
	clear: all;
}
.mainMenu, ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}
.mainMenu > ul {
    background-color: rgba(0,0,0,0.4);
    border-radius: 0 0 5px 5px;
    list-style: none;
}
.mainMenu > ul > li {
    padding: 5px;
}
.mainMenu > ul > li {
    vertical-align: bottom;
}
.mainMenu > ul > li {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
}
.mainMenu > ul > li > a {
    color: #fff;
    padding: 4px 9px;
}
.mainMenu > ul, .mainMenu > ul > li {
    display: inline-block;
}
.navigationHeader::after {
    clear: both;
}
.navigationHeader::before, .navigationHeader::after {
    display: table;
    content: "";
}
.navigationHeader {
    border-width: 0;
}
.navigation {
    border-color: #e5e5e5;
}
.navigationHeader {
    overflow: hidden;
    background-color: #fff;
    border-bottom: 1px solid #e2e2ed;
    border-top: 1px solid #e2e2ed;
}
.navigation {
    padding: 0 7px;
}
nav {
    display: block;
}
.navigationHeader > ul.navigationMenuItems {
    white-space: nowrap;
}
.navigation > ul.navigationMenuItems > li {
    display: inline-block;
}
.navigation > ul.navigationItems > li, .navigation > ul.navigationMenuItems > li {
    font-size: 13px;
    margin: 5px 10px;
}
.navigation > ul.navigationMenuItems:first-child > li:first-child {
	margin-left: 0;
}
.navigation > ul.navigationMenuItems:last-child > li:last-child {
	margin-right: 0;
}
.navigation > ul.navigationMenuItems:first-child {
    float: left;
	padding-left: 30px;
}
.navigationHeader > ul.navigationMenuItems:last-child:not(:only-child) {
	float: right;
	padding-right: 30px;
}