@font-face {
	font-family: "Montserrat";
	src: url("../font/montserrat-regular.ttf");
}

html {
	font-size: 100%;
}

body, div, span, p, pre,
a, img, sup,
ol, ul, li,
form, label,
input[type], select,
textarea, button,
table, tbody, tfoot, thead, tr, th, td {
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 1rem;
	margin: 0rem;
	padding: 0rem;
}



sup {
	font-size:0.7rem;
	line-height: 0;
	position: relative;
	vertical-align:baseline;
	font-weight: bold;
	top: -0.5em;
}

* {
	box-sizing: border-box;
}

#menubar *,
#sidemenu *,
#footer *,
h1, h2, h3, h4, h5, H6 {
	font-family: "Montserrat",sans-serif;
}



/* ************************************************ */
/* LINKS 						 													*/
/* ************************************************ */

a {
	text-decoration-line: underline;
	text-decoration-style: solid;
	color:#e55e00;
}

a.ext {
	background:url("../images/external-grey.png") no-repeat scroll right center transparent;
	padding-right: 0.8125rem;
}

a:hover.ext {
	background:url("../images/external-black.png") no-repeat scroll right center transparent;
}

a:visited {
	color:#991A8B;
}

a:hover {
	text-decoration: none;
	color:#e55e00;
}



#content a {
  font-weight: normal;
	text-decoration: underline;
  color:Purple;
}

#content a:visited {
	color:Purple;
}

#content a:hover {
	color:#e55e00;
}

#content ul.nobold > li > a {
  font-weight: normal;
}

#content ol.nobold > li > a {
  font-weight: normal;
}

#content table.nobold a {
  font-weight: normal;
}


/* ************************************************ */
/* TEXT BOXES, SELECT BOXES, RADIO BUTTON, TEXTAREA	*/
/* ************************************************ */

/* new style for all text boxes and select boxes */
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
button {
  margin: 0rem;
  padding: 0.25rem 0.375rem 0.25rem 0.375rem;
  border: 0.0625rem solid #a9a9a9;
  border-radius: 0.1875rem;
}



select {
  margin: 0rem;
  padding: 0.25rem 0.375rem 0.25rem 0.375rem;
  border: 0.0625rem solid #a9a9a9;
  border-radius: 0.1875rem;
	background-color:white;
}

textarea  {
  border-radius: 0.1875rem;
  outline: none;
  border: 0.0625rem solid #a9a9a9;
  padding: 0.375rem 0.5rem 0.375rem 0.5rem;
}








/* ************************************************ */
/* TABLE 						 													*/
/* ************************************************ */

table {
	width: 100%;
  border: 0.0625rem solid #dddddd;
  border-radius: 0.3125rem 0.3125rem 0rem 0rem;
  border-spacing: 0rem;
  padding: 0rem;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

table th {
  padding: 0.1875rem 0.375rem 0.0625rem 0.375rem;
  font-size: 0.75rem;
	color:#333;
	font-weight:normal;
	background-color: #d6d6d6;
	border:0rem;
	text-align:left;
	xtext-transform:uppercase;
	letter-spacing: 0.0625rem;
}

table td {
	padding: 0.25rem 0.375rem 0.25rem 0.4375rem;
	background-color: #fffefe;
  border-right: 0.0625rem solid #dddddd;
  border-bottom: 0.0625rem solid #dddddd;
	vertical-align:top;
}


table > tbody > tr:last-child > td {
	border-bottom:0rem;
}

table tbody tr td:last-child ,
table thead tr th:last-child {
	border-right:0rem;
}

th {
	text-align:center;
	word-wrap: break-word;
}

td {
	text-align:left;
	word-wrap: break-word;
}



/* ************************************************ */
/* LIST 						 													*/
/* ************************************************ */

ul {
	margin-top:0.5rem;
	margin-bottom:0.5rem;
}

ul.NoTopMargin {
	margin-top:0rem;
}


ul > li {
	padding-top:0px;
	margin-left: 1.0625rem;
}

ul > li:not(:last-child) {
	padding-bottom:0.3rem;
}

ol {
	margin-top:0.5rem;
	margin-bottom:0.7rem;
	list-style-type:decimal;
	margin-left: 0.3125rem;
}

ol > li {
	padding-top:0px;
	margin-left: 0.9375rem;
}

ol > li:not(:last-child) {
	padding-bottom:0.5rem;
}

/* Weist allen verschachtelten Listen "disc" zu */
ul ul {
  list-style-type: square;
}

ol ul {
  list-style-type: disc;
}

/* ************************************************ */
/* IMAGES 						 													*/
/* ************************************************ */

img {
	border:0;
}

/* ************************************************ */
/* 						HEADER						 */
/* ************************************************ */

h1, h2, h3, h4, h5, h6 {
	margin: 0rem;
	padding: 0rem;
	outline:none;
	color:black;
	text-align:left;
}

h1 {
	font-size: 1.8rem;
	line-height:1.8rem;
	letter-spacing:0.125rem;
	font-weight: bold;
	margin-bottom: 1.75rem;
}

h2 {
	font-size: 1.4rem;
	line-height:1.8rem;
	lletter-spacing:0.125rem;
	font-weight: bold;
  padding-bottom: 0.3125rem;
  margin-bottom: 0.3125rem;
  padding-left: 0rem;
  margin-left: 0rem;
}

h3 {
	font-size: 1.2rem;
	line-height:1.2rem;
	letter-spacing:0.05rem;
	font-weight: bold;
	margin-bottom: 0.9375rem;
}

h4 {
	font-size: 1.0rem;
	line-height:1.1rem;
	font-weight: bold;
	padding-bottom: 0.625rem;
}

h5 {
	font-size: 1rem;
	font-weight: normal;
	margin-bottom: 0.1875rem;
}

h6 {
	font-size: 1rem;
	font-weight: bold;
}