/*
 * CSS FOR WEBSITE
 */
 
/*
 * BODY
 */

body {

}

.menu {
  position: absolute;
  top: 100px;
  left: 0px;
  width: 215px;
  height: 500px;
  border-right: 1px solid #000000;
}

.copyright {
  position: absolute;
  top: 600px;
  left: 0px;
  width: 254px;
  height: 10px;
}

.main {
  position: absolute;
  top: 100px;
  left: 225px;
  width: 549px;
  height: 500px;
  overflow: auto;
  z-index: 1;
}

.header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 800px;
  height: 100px;
}

.pageEdit {
  position: absolute;
  top: 10px;
  left: 350px;
  width: 150px;
  height: 50px;
  text-align: right;
}

/*
 * PARAGRAPH
 */

p {
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 13px;
  margin-right: 5px;
}

.default {
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 13px;
  margin-right: 5px;
}

.small {
  font-size: 10px;
}

.error {
  font-weight: bold;
  color: #FF0000;
  background-color: #FFC0C0;
}

.center {
  text-align: center;
}

.textRight {
  margin-right: 10px;
}

/*
 * HEADERS
 */

h1 {
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 22px;
}

h2 {
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 15px;
}

h3 {
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 13px;
}

/*
 * FIELDSET & LEGEND
 */

legend {
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 13px;
}

/*
 * LISTING
 */

ul {
  list-style-position: outside;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000000;
}

ol {
  list-style-position: outside;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000000;
}

/*
 * FORMS
 */

input {
  position: absolute;
  left: 200px;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
}

select {
  position: absolute;
  left: 200px;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 10px;
}

select.dummy {
  font-size: 10px;
}

textarea {
  position: absolute;
  left: 200px;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 10px;
}

input.checkbox {
  margin-top: 5px;
  margin-left: -1px;
}

input.text {
  width: 200px;
}

input.small {
  width: 25px;
}

textarea.text {
  width: 200px;
  height: 100px;
}

textarea.newsletter {
  width: 350px;
  height: 200px;
}

textarea.left {
  position: relative;
  left: 5px;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 10px;
  width: 200px;
  height: 30px;
}

input.textbig {
  width: 300px;
}

input.right {
  position: relative;
  left: -5px;
}

input.left {
  position: relative;
  left: 0px;
  width: 200px;
}

input.grid {
  position: relative;
  left: 0px;
}

input.errorBig {
  width: 200px;
  border-width: 1px;
  border-style: solid;
  border-color: #FF0000;
  background: #FFC0C0;
  color: #000000;
}

input.errorSmall {
  width: 25px;
  border-width: 1px;
  border-style: solid;
  border-color: #FF0000;
  background: #FFC0C0;
  color: #000000;
}

select.errorNormal {
  border-width: 1px;
  border-style: solid;
  border-color: #FF0000;
  background: #FFC0C0;
  color: #000000;
}

.form {
  line-height: 25px;
}

select.right {
  position: relative;
  left: -5px;
}

.checkboxright {
  position: absolute;
  left: 410px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.text4checkboxright {
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 10px;
  position: absolute;
  left: 430px;
}

/*
 * IMAGES
 */

img {
  border: 0;
  margin: 5px;
}

img.noMargin {
  margin: 0px;
}

img.imgPos {
  position: absolute;
  left: 170px;
}

img.imgOpen {
  position: absolute;
  left: 410px;
}

/*
 * HYPERLINKS
 */

a {
  text-decoration: underline;
  color: #000000;
}

a:link {
  text-decoration: underline;
  color: #000000;
}

a:visited {
  text-decoration: underline;
  color: #000000;
}

a:active {
  text-decoration: underline;
  color: #000000;
}

a:hover {
  text-decoration: underline;
  color: #000000;
}

/*
 * TABLES
 */

table {
  width: 500px;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 13px;
}

td {
  vertical-align: top;
}

td.right {
  vertical-align: top;
  text-align: right;
}

th {
  vertical-align: top;
  text-align: left;
}

th.right {
  vertical-align: top;
  text-align: right;
}

tr {
  height: 15px;
}

.w25 {
  width: 25px;
}

.w275 {
  width: 275px;
}

.w200 {
  width: 200px;
}

/*
 * CMS STYLES
 */

.no1 {
  color: #A3CEBE;
}

.no2 {
  color: #A3CEBE;
  font-weight: bold;
}

.no3 {
  color: #DDF2EB;
}

.no4 {
  color: #DDF2EB;
  font-weight: bold;
}

/*
 * MENU
 */

.clCMAbs {
  left: 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
}

.clBar {
  position: absolute;
  height: 500px;
  width: 250px;
  left: 20px;
  top: 235px;
}

.clLevel0 {
  position: absolute;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 0px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1px;
  color: #000000;
  cursor: pointer;
}

.clLevel0over {
  position: absolute;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 0px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1px;
  color: #000000;
  cursor: pointer;
  background-color: #E9E5E5;
}

.clLevel0border {
  position: absolute;
  visibility: hidden;
}

.clLevel1 {
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  padding-bottom: 0px;
  padding-left: 5px;
  padding-right: 2px;
  padding-top: 2px;
  position: absolute;
  color: #000000;
  cursor: pointer;
  background-color: #FFFFFF;
}

.clLevel1over {
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  padding-bottom: 0px;
  padding-left: 5px;
  padding-right: 2px;
  padding-top: 2px;
  position: absolute;
  color: #000000;
  cursor: pointer;
  background-color: #E9E5E5;
}

.clLevel1border {
  position: absolute;
  visibility: hidden;
  background-color: #000000;
}

