
/* *** Allgemein *** */

body {
 margin: 0;
 padding: 0;
 overflow-y: scroll;
}

body > header,
body > nav,
body > main {
 width: 1200px;
 margin-left: auto;
 margin-right: auto;
}

body, td, input, textarea, select, button {
 color: #000000;
 font-family: Calibri;
 font-size: 20px;
}

a {
 color: #0000FF;
}

a:hover {
 color: #0080FF;
}



/* *** Struktur *** */

body > main {
 margin-top: 10px;
 padding-top: 10px;
 padding-bottom: 10px;
 background-color: #F8F8F8;
 text-align: center;
}



/* *** Header *** */

body > header {
 height: 200px;
}

body > header .left {
 width: 150px;
 height: 100%;
 float: left;
 text-align: left;
}

body > header .right {
 width: 150px;
 height: 100%;
 float: left;
 text-align: right;
}

body > header .center {
 width: 280px;
 height: 100%;
 float: left;
 text-align: center;
}

body > header .center div {
 width: 100%;
 height: 110px;
}



/* *** Navigation und Buttons *** */

body > nav {
 margin-top: 10px;
 padding-top: 10px;
 padding-bottom: 10px;
 background-color: #F8F8F8;
}

body > nav a img {
 width: 80px;
 height: 80px;
}

body > nav ul {
 margin: 0;
 padding: 0;
 margin-left: 5px;
 margin-right: 5px;
}

body > nav ul li {
 display: inline-block;
 list-style-type: none;
 padding: 3px;
}

body > nav ul.dynamicdata {
 float: left;
 border-right: 1px solid #E0E0E0;
 width: 350px;
 /*height: 220px;*/
 height: 180px;
 text-align: left;
}

body > nav ul.staticdata {
 float: right;
 border-left: 1px solid #E0E0E0;
 width: 350px;
 /*height: 220px;*/
 height: 180px;
 text-align: right;
}

a.button img, .button img {
 border: 1px solid #000000;
 border-radius: 15%;
 background-color: #FFFFFF;
}

:hover.button:not(.disabled) img {
 background-color: #F0F0F0;
}

a.disabled img {
 opacity: 0.2;
}

#navTitel {
 float: left;
 margin-top: 30px;
 width: 470px;
 text-align: center;
 font-weight: bold;
 font-size: 24px;
}



/* *** Tabelle *** */

table {
 border-spacing: 0px;
 border-left: 1px solid #D0D0FF;
 border-right: 1px solid #D0D0FF;
 margin-left: auto;
 margin-right: auto;
}

th {
background-color: #D0D0FF;
}

td {
 border-bottom: 1px solid #D0D0FF;
 padding: 5px;
 /* border-right: 1px solid #000000; */
}

#overviewTable {
 width: 100%;
}



/* *** Formular *** */

fieldset {
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 15px;
 width: 750px;
 border: 1px solid #8080FF;
 padding: 10px;
}

.formgroup {
 width: 700px;
 min-height: 30px;
 margin: 10px;
 padding: 5px;
 /* border: 1px solid #808080; */
 text-align: left;
}

.formgroup > label {
 display: block;
 float: left;
 width: 270px;
 padding-right: 20px;
 text-align: right;
}

.formgroup > label > input[type="radio"]:first-child, .formgroup > label > input[type="checkbox"] {
 float: left;
 width: 20px;
}

.formgroup > .inputgroup {
 display: inline-block;
}

.formgroup input[type="text"], .formgroup select {
 width: 300px;
}

.formgroup input[type="number"] {
 width: 100px;
}

.formgroup input[type="submit"] {
 width: 150px;
}

.formgroup select[multiple="multiple"] {
 height: 200px;
}

span.requiredasterisk {
 font-weight: bold;
 color: #FF0000;
}



/* *** Bewertung *** */

.rating {
 font-weight: bold;
 padding-top: 4px;
 padding-bottom: 4px;
 padding-left: 8px;
 padding-right: 8px;
 border-style: solid;
 border-width: 2px;
 border-radius: 5px;
}

.rating[data-rating="0.0"], .rating[data-rating="0.5"] {
 color: rgb(255, 0, 0);
 border-color: rgb(255, 0, 0);
 background-color: rgba(255, 0, 0, 0.4);
}

.rating[data-rating="1.0"], .rating[data-rating="1.5"] {
 color: rgb(224, 48, 0);
 border-color: rgb(224, 48, 0);
 background-color: rgba(224, 48, 0, 0.4);
}

.rating[data-rating="2.0"], .rating[data-rating="2.5"] {
 color: rgb(208, 80, 0);
 border-color: rgb(208, 80, 0);
 background-color: rgba(208, 80, 0, 0.4);
}

.rating[data-rating="3.0"], .rating[data-rating="3.5"] {
 color: rgb(176, 96, 0);
 border-color: rgb(176, 96, 0);
 background-color: rgba(176, 96, 0, 0.4);
}

.rating[data-rating="4.0"], .rating[data-rating="4.5"] {
 color: rgb(152, 112, 0);
 border-color: rgb(152, 112, 0);
 background-color: rgba(152, 112, 0, 0.4);
}

.rating[data-rating="5.0"], .rating[data-rating="5.5"] {
 color: rgb(136, 136, 0);
 border-color: rgb(136, 136, 0);
 background-color: rgba(136, 136, 0, 0.4);
}

.rating[data-rating="6.0"], .rating[data-rating="6.5"] {
 color: rgb(128, 152, 0);
 border-color: rgb(128, 152, 0);
 background-color: rgba(128, 152, 0, 0.4);
}

.rating[data-rating="7.0"], .rating[data-rating="7.5"] {
 color: rgb(96, 160, 0);
 border-color: rgb(96, 160, 0);
 background-color: rgba(96, 160, 0, 0.4);
}

.rating[data-rating="8.0"], .rating[data-rating="8.5"] {
 color: rgb(64, 168, 0);
 border-color: rgb(64, 168, 0);
 background-color: rgba(64, 168, 0, 0.4);
}

.rating[data-rating="9.0"], .rating[data-rating="9.5"] {
 color: rgb(40, 176, 0);
 border-color: rgb(40, 176, 0);
 background-color: rgba(40, 176, 0, 0.4);
}

.rating[data-rating="10.0"] {
 color: rgb(0, 192, 0);
 border-color: rgb(0, 192, 0);
 background-color: rgba(0, 192, 0, 0.4);
}


#bewertungseingabe {
 display: none;
 margin-left: 20px;
}

#bewertungseingabe input {
 float: left;
 margin-right: 10px;
}



/* *** Authentifizierung *** */

#authentication {
 text-align: center;
}

#authentication h1 {
 font-weight: bold;
 font-size: 20px;
}

#authentication h1.success {
 color: #00C000;
}

#authentication h1.warning {
 color: #FF8000;
}

#authentication h1.fail {
 color: #FF0000;
}

#authentication input[type="password"] {
 width: 150px;
}

#toLoginDialogLink {
 display: block;
 margin-top: 20px;
 margin-left: auto;
 margin-right: auto;
 width: 150px;
 height: 50px;
 background-color: #F8F8F8;
 text-decoration: none;
 color: #D0D0D0;
 font-weight: bold;
 font-size: 30px;
 line-height: 50px;
}



/* *** Suche *** */

.searchbutton {
 margin-top: 10px;
 margin-right: 10px;
 float: right;
 padding: 0;
 background-color: transparent;
 border: 0;
}

.searchbutton > img {
 background-color: #A0E0FF;
 border: 3px solid #000000;
}

ul#sucheinstellungen {
 padding-left: 0px;
 margin-top: 10px;
 margin-bottom: 50px;
 float: left;
}

ul#sucheinstellungen > li {
 display: inline-block;
 list-style-type: none;
 margin-left: 10px;
 margin-right: 10px;
 vertical-align: top;
 font-size: 15px;
}

ul#sucheinstellungen > li a {
 display: block;
}

#sucheform {
 margin-left: auto;
 margin-right: auto;
 border: 1px solid #8080FF;
 width: 750px;
}

#sucheform .sucheheader {
 margin-bottom: 0;
/*
 padding-left: 10px;
 padding-right: 10px;
*/
 width: 748px;
 background-color: #D0D0FF;
 border: 1px solid #8080FF;
}

#sucheform > fieldset {
 margin: 0;
 padding: 0;
 width: 748px;
}

#sucheform > a {
 text-decoration: none;
 color: #000000;
}

#sucheform .sucheheader h1 {
 display: inline;
 font-size: 25px;
}



/* *** Paging *** */

.paging {
 display: inline-block;
 text-align: center;
 margin: 20px;
 /* border: 1px solid #A0A0A0; */
}

.paging > div {
 display: inline-block;
 border: 1px solid #C0C0C0;
 width: 40px;
 height: 40px;
 line-height: 50px;
 margin-left: 2px;
 margin-right: 2px;
}

.paging > div > a {
 display: block;
 width: 40px;
 height: 40px;
 line-height: 40px;
 text-decoration: none;
 color: #000080;
 font-weight: bold;
}

.paging > div > a[href]:hover {
 background-color: #D0D0FF;
}

.paging > div > a.activated {
 background-color: #000080;
 color: #FFFFFF;
}

.paging > div > a.disabled {
 color: #C0C0C0;
}



/* *** Sonstiges *** */

img.icon {
 width: 24px;
}

meter.anspruch {
 width: 75px;
}

div.clear {
 clear: both;
 font-size: 0;
}

#btnAnsichtUmschalten {
 float: right;
 margin-bottom: 10px;
 font-weight: bold;
}

#adminviewHeading {
 font-size: 30px;
 font-weight: bold;
 font-style: italic;
 color: #C00000;
}