/* BODY */

body {
  margin: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  background-color: #FFA300;
}

body.print {
  background-color: #FFFFFF;
}

img {
  border-width: 0px;
  border-spacing: 0px;
  margin: 0px;
  padding: 0px;
}

img.button {
  cursor: pointer;
}


/* TABLES */

table {
  border-width: 0px;
}

table.grid {
  width: 100%;
  height: 100%;
}

td {
  font-family: Comic Sans MS, Arial, Verdana;
  font-style: normal;
  font-size: 14px;
}

td.grid-spacer {
}

td.grid-content {
  width: 950px;
  height: 510px;
  background-color: #FFA300;
}

td.navigation {
}

tr.table-spacer {
  background-color: #F3313E;
}

div.grid-container {
  position: relative;
}

/* LINKS */

a.linkContent {
  color: #F3313E;
  text-decoration: none;
}

a.linkContent:hover {
  text-decoration: underline;
}

a.linkNavigation {
  color: #F3313E;
  text-decoration: none;
  font-family: Comic Sans MS, Arial, Verdana;
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
  font-style: normal;
}

a.linkNavigation:hover {
  text-decoration: underline;
}

a.linkFooterCopyright {
  color: #F3313E;
  text-decoration: none;
}

a.linkFooterCopyright:hover {
  text-decoration: underline;
}

a.linkFooterContact {
  color: #F3313E;
  text-decoration: none;
}

a.linkFooterContact:hover {
  text-decoration: underline;
}


/* TEXTS */

p {
  margin: 0px;
}

.textContentHeadline {
  font-family: Comic Sans MS, Arial, Verdana;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  line-height: 22px;
  margin-bottom: 8px;
  color: #F3313E;
}

.textContentSubHeadline {
  font-family: Comic Sans MS, Arial, Verdana;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  line-height: 20px;
  margin-bottom: 8px;
  color: #F3313E;
}

.textContent {
  font-family: Comic Sans MS, Arial, Verdana;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: justify;
  line-height: 16px;
  margin-bottom: 8px;
  color: #333333;
}

.textContentList {
  font-family: Comic Sans MS, Arial, Verdana;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: justify;
  line-height: 16px;
  margin-top: 0px;
  margin-bottom: 8px;
  color: #333333;
}

.textFooterCopyright {
  text-align: center;
  font-family:Comic Sans MS, Arial, Verdana;
  font-size: 12px;
  font-weight:normal;
  font-style: normal;
  text-decoration: none;
  line-height: 16px;
  color: #F3313E;
}

.textFooterContact {
  text-align: center;
  font-family:Comic Sans MS, Arial, Verdana;
  font-size: 12px;
  font-weight:normal;
  font-style: normal;
  text-decoration: none;
  line-height: 16px;
  color: #F3313E;
}

