body	/* general body */
{
  color: #000000;
	background-color : #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

table.subst,
table.break,
th.list,
td.list,
th.break,
td.break
{
	background-color: #F4F4F4;
	border: 1px;
	border-style: solid;
	border-color: black;
	margin: 0px;
	border-collapse:collapse;
	padding: 3px;
}

#vertretung table th.list,
#vertretung table td.list
{
	background-color: none;
	border: none;
	border-style: none;
	border-color: none;
}

#vertretung {
  font: small Arial, Helvetica, sans-serif;
}

#vertretung table {
  font-size: small;
}

#vertretung table { color: #000000; width: 600px;}
#vertretung table th, #vertretung table th.list { background: #000; color: #fff; }
#vertretung table th, #vertretung table td { padding: 8px 4px; }

#vertretung tr.odd, #vertretung tr.odd td { background: #fad3a6; }
#vertretung tr.even, #vertretung tr.even td { background: #fdecd9; }

#vertretung a { color: rgb(255, 153, 0); }
#vertretung a:hover { color: rgb(51, 51, 51); }

body.nav
{
	margin-left:0;
	margin-right:0;
	margin-top:0;
    color: #000000;
	background-color : #EAEAEA;
}

body.title
{
	margin-left:0;
	margin-right:0;
	margin-top:0;
    color: #000000;
	background-color : #FFFFFF;
}

body.tt	/* body for timetables */
{
    color: #000000;
	background-color : #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {  width: 100%; height: 100%; }

#jqxLoader {
    right: 510;
    bottom: 200;
}

.selection
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
         font-size: 12px;
         font-style: normal;
         line-height: normal;
         font-weight: 900;
         font-variant: normal;
         text-transform: none;
         color: #000000;
}


.description
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
         font-size: 9px;
         font-style: normal;
         line-height: 12px;
         font-weight: normal;
         font-variant: normal;
         text-transform: none;
         color: #000000;
}

.footer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
         font-size: 9px;
         font-style: normal;
         line-height: 12px;
         font-weight: normal;
         font-variant: normal;
         text-transform: none;
         color: #000000;
}

.absatz
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
         font-size: 2px;
         font-style: normal;
         line-height: normal;
         font-weight: normal;
         font-variant: normal;
         text-transform: none;
         color: #FFFFFF;
}

.tabelle
{
	vertical-align: top;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-color : #EAEAEA;
}

.selectbox
{
         width: 120px;
}

.symbol
{
         border-width: 0px;
         vertical-align: middle;
}

a:link  {
	COLOR : #FF8000;
}

a:active  {
	COLOR : #33FF00;
}

a:hover  {
	COLOR : black;
}

a:visited  {
	COLOR : #FF8000;
}
.radio

{ 
   transform: scale(2); 
   margin: 10px;
}

.button {
  
  background-color: #ff8000;
  border:1px solid black;
  border-radius:20px;
  
  color: black;
  padding: 26px 26px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 48px;
  margin: 20px 10px;
  cursor: pointer;
}
.wahlbutton {
  
  background-color: #ff8000;
  border:1px solid black;
  border-radius:20px;
  
  color: black;
  padding: 16px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 10px 10px;
  cursor: pointer;
}
.navbutton {
  
  background-color: #FF0000;
  border:1px solid black;
  border-radius:20px;
  
  color: black;
  padding: 16px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 10px 10px;
  cursor: pointer;
}
.belegtbutton {
  position: relative;
    left: 0%;
  background-color: #FF0000;
  border:1px solid black;
  border-radius:20px;
  
  color: black;
  padding: 16px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 10px 10px;
  cursor: pointer;
}
.stornobutton {
  position: relative;
    left: 0%;
  background-color: #FF0000;
  border:1px solid black;
  border-radius:20px;
  
  color: black;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px 5px;
  cursor: pointer;
}
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

