/* (C) AtleX.nl, 2005 */


/* ======================== ID'S ======================== */
#page {
  text-align: left;
  border: 2px solid #000000;
  background-color: #000000;
}

#content-container {
  background-image: url(/images/layout/bg_tree.jpg);
  background-repeat: no-repeat;
  background-color: #F9F9F9;
  border: 2px solid #000000;
  border-width: 2px 0;
}

#content-text {
  color: #000000;
  font-size: 1em;
  text-align: justify;
}

#content-text a {
  color: #000000;
  text-decoration: underline;
}

#content-text a:hover {
  color: #ABD02A;
  text-decoration: underline;
}

#content-text a:active {
  text-decoration: underline;
  color: #ABD02A;
}

#menu {
  text-align: center;
  background-color:#F9F9F9;
  color: #000000;
  font-size: 1.1em;
  font-weight: bolder;
}

#menu ul {
  margin: 0px;
}

#menu li {
  display: inline;
}

#menu a {
  color: #000000;
  text-decoration: none;
  padding: 3px 10px;
}

#menu a:hover {
  background-color: #ABD02A;
  outline: #000000 solid 2px;
}

#menu a:active {
  background-color: #FFFFFF;
}

#footer {
  font-size: 0.8em;
  background-color: #000000;
  margin: 0px;
}

#footer-top {
  margin: 0px;
}

#footer-bottom {
  color: #000000;
  background-color: #F9F9F9;
}

#footer a {
  color: #ABD02A;
  text-decoration: none;
  font-weight: bold;
  padding: 1px;
}

#footer a:hover {
  color: #FFFFFF;
  background-color: #000000;
}

#footer img {
  border: none;
}

#footer-bottom-left a {
  margin: 0 20px 0 0;
}

/* ======================== TAGS======================== */
html {
  background-color: #E1DDD9;
}

body {
  background-color: #E1DDD9;
  font-size: 0.8em;
  color: #000000;
  text-align: center;
  font-family: Tahoma, Verdana, sans-serif;
}

/*p:first-letter {
  background-color: #ABD02A;
}*/

h1 {
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 1.3em;
  padding-left: 7px;
  border-bottom: 1px solid #ABD02A;
  border-left: 1px solid #ABD02A;
}

h2 {
  color: #000000;
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 1.2em;
  padding-left: 5px;
}

acronym, abbr {
  cursor: help;
  border-bottom: thin dotted;
}


ul {
  list-style: square;
}

/* ======================== CLASSES ======================== */

.code {
  margin: 5px;
  overflow: auto;
  padding: 1.2em 2px;
  width: 520px;
  font-size: 1.1em;
  border: 1px solid #000000;
  /*height: 3.5em;*/
}
.code:hover, .code:focus {
  background-color: #FFFFFF;
}

.input_text {
  border: 1px solid #000000;
  background-color: transparent;
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 0.8em;
  padding: 2px;
  width: 120px;
}

.input_text:focus {
  background-color: #FFFFFF;
}

.input_textarea {
  border: 1px solid #000000;
  background-color: transparent;
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 0.8em;
  padding: 2px;
  width: 350px;
}

.input_textarea:focus {
  background-color: #FFFFFF;
} 

.news {
  padding: 3px;
  border: 1px solid #ABD02A;
  margin: 6px 10px;
  display: block;
}

.news_date {
  padding-left: 3px;
  display: block;
}

.link_newsarchive {
  font-size: 0.6em;
  margin-bottom: 0;
}

#content-text a.anker {
  text-decoration: none;
  border-bottom: 0px;
}

#content-text a.anker:hover {
  color: #000000;
}

.exec_time {
  color: #F9F9F9;
}

.exec_time:hover {
  color: #000000;
}

.underline {
  text-decoration: underline;
}
 
