/* hex    | hsv         | rgb
 * 992525 | 000.076.060 | 153.037.037
 * 0a0409 | 310.060.004 | 010.004.009
 * e4e3cd | 057.010.089 | 228.227.205
 * 61605e | 040.003.038 | 097.096.094
 * 2a2a29 | 060.002.016 | 042.042.041
 */
/* =RESET
============================================================================= */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, hr {
  background: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* =TYPOGRAPHY
============================================================================= */

html {
  background: rgb(97, 96, 94) url(/img/n/bkg_body.jpg) fixed repeat top left;
  font-size: 62.5%;
}

#container {
  font-size: 1.2em;
}

textarea, input, select, td, th {
  font-size: 1em;
}

button, p, textarea, input, select, option, h1, h2, h3, h4, legend, label, ul, li, code, a, dt, dd {
  color: rgb(42, 42, 41);
  font-family: "lucida sans", tahoma, verdana, sans-serif;
  font-weight: normal;
}

#foot {
  font-size: 0.8em;
}

code {
  color: #333;
  font-family: "new courier", courier, serif;
  line-height: 1.5em;
  white-space: pre;
}

h1 {
  -moz-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.4);
  background: rgb(0, 0, 0);
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.4);
  color: rgb(255, 255, 255);
  font-family: georgia, serif;
  font-size: 1em;
  font-weight: bold;
  left: 0;
  letter-spacing: 0.15em;
  margin: 0;
  padding: 0.5em 1em;
  position: absolute;
  text-transform: uppercase;
  top: -1.6em;
}

h2 {
  color: rgb(10, 4, 9);
  font-family: georgia, serif;
  font-size: 1.25em;
  font-weight: normal;
  letter-spacing: 0.15em;
  margin: 1.5em 0 0.75em 0;
  padding: 0 0.5em 0 0;
  text-transform: uppercase;
}

h3 {
  font-size: 1.25em
}

h4 {
  font-size: 1em
}

h1 + h2 {
  margin-top: 0;
}

p {
  line-height: 1.75em;
  padding: 0 0 0.75em 0;
}

h2 ~ p {
  text-indent: 1.5em;
}

legend {
  font-weight: bold;
}

textarea {
  line-height: 1.45em;
}

img[title]:after {
  font-size: 1em;
  line-height: 1.5em;
}

.message-box {
	text-indent: 0;
}

a, abbr {
  border-color: rgba(0, 0, 0, 0.3);
  border-style: none none dotted none;
  border-width: 1px;
  color: rgb(153, 37, 37);
  text-decoration: none;
}

a:hover {
  border-style: none none solid none;
  color: rgb(42, 42, 41);
}

abbr {
  color: rgb(42, 42, 41);
  cursor: help;
}

abbr:hover {
  border-style: none none solid none;
}

dl {
  overflow: hidden;
  padding: 0 0 0.75em 0;
}

dt, dd {
  clear: both;
  float: left;
  line-height: 1.75em;
}

dt {
  font-weight: bold;
}

dd {
  padding: 0 0 0 0.75em;
}

/* =FORM
============================================================================= */

form {
  margin: 0 0 0.5em 0;
}

/* =FIELDSET =LEGEND =LABEL
----------------------------------------------------------------------------- */
fieldset {
  margin: 0 0 0.5em 0;
}

legend {
  display: block;
}

legend span {
  border-color: #DDD;
  border-style: none none solid none;
  border-width: 0.2em;
  display: block;
  margin: 0 0 0.75em 0;
  padding: 0 0 0.3em 0;
  width: 595px;
}

label {
  display: block;
  padding: 0 0 0.25em 0;
}

label span.required {
  font-size: 0.8em;
  color: rgba(0, 0, 0, .5);
}

/* =TEXTAREA =INPUT =SELECT
----------------------------------------------------------------------------- */
textarea, input, select {
  background: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, .5) rgba(255, 255, 255, .5) rgba(255, 255, 255, .5) rgba(0, 0, 0, .5);
  border-style: solid;
  border-width: 0.1em;
  display: block;
  margin: 0 0 0.65em 0;
  padding: 0.1em 0.3em;
  width: 98%;
}

textarea {
  height: 100px;
  overflow-y: scroll;
}

select {
  border-color: rgba(0, 0, 0, 0.5);
  width: 100%;
}

textarea.required, input.required, select.required {
  background: rgba(0, 0, 0, 0.1);
  background: rgba(239, 239, 143, 0.4);
}

textarea:focus, input:focus, select:focus {
  background: rgba(255, 255, 255, .2);
}

textarea.required:focus, input.required:focus, select.required:focus {
  background: rgba(0, 0, 0, 0.1);
  background: rgba(239, 239, 143, 0.8);
}

/* =BUTTON
----------------------------------------------------------------------------- */
button {
  background: transparent;
  border: 0;
  cursor: pointer;
  margin: 0;
  outline: 0;
  padding: 0;
}

button span, button span em {
  border-style: solid;
  border-width: 0.1em;
  display: block;
  margin: 0;
  padding: 0;
}

button span {
  background: #AAA;
  border-color: #333 #666 #666 #333;
}

button span em {
  border-color: #DDD transparent transparent #DDD;
  font-style: normal;
  padding: 0.2em 0.4em;
}

button:focus span, button:hover span {
  background: #BBB;
}

/* =BUTTON SEND
----------------------------------------------------------------------------- */
button.send {
  color: #FFF;
}

button.send span {
  background: #9C9;
}

button.send span em {
  border-color: #DCD transparent transparent #DCD;
}

button.send:focus span, button.send:hover span {
  background: #9D9;
}

/* =BUTTON CANCEL
----------------------------------------------------------------------------- */
button.cancel {
  color: #FFF;
}

button.cancel span {
}

button.cancel span em {
}

button.cancel:focus span, button.cancel:hover span {
}

/* =BUTTON DELETE
----------------------------------------------------------------------------- */
button.delete {
  color: #FFF;
}

button.delete span {
  background: #C99;
}

button.delete span em {
  border-color: #CDD transparent transparent #CDD;
}

button.delete:focus span, button.delete:hover span {
  background: #D99;
}


/* =MISCELLANEOUS
============================================================================= */
#container {
  margin: 3em auto 0.5em auto;
  position: relative;
  width: 650px;
}

#content {
  -moz-border-radius: 0em 2em 0em 2em;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 0em 2em 0em 2em;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  background: rgb(228, 227, 205) url(/img/n/bkg_content.jpg) scroll repeat top left;
  border-radius: 0em 2em 0em 2em;
  border: 0.5em solid rgb(0, 0, 0);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  margin: 0 0 0.5em;
  padding: 1.5em 1.5em 3em;
}

#content:after, p:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}


.unordered-list {
  line-height: 1.75em;
  list-style: circle outside none;
  padding: 0 0 0.75em 1.3em;
}

.last-child {
  padding-bottom: 0;
}

/* =IMAGE
----------------------------------------------------------------------------- */
img {
  display: block;
}

.image-description {
  clear: both;
  display: block;
  font-size: 0.85em;
  line-height: 1.45em;
  margin: 0.5em 0 0 0;
  padding: 0;
}

.image {
  background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.5);
  border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0);
	border-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.4);
  border-style: solid;
  border-width: 0.1em;
  display: block;
  margin: 0 0 0.5em 0;
  overflow: hidden;
  padding: 0.75em;
}

.image img[title]:after {
  clear: both;
  content: attr(title);
  display: block;
  font-size: 10px;
  line-height: 145%;
  margin: 0.5em 0 0 0;
}

p .image {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}

#startpage-image-1[title]:after {
  width: 256px;
}

code {
  border-color: transparent transparent transparent #A5A5A5;
  border-style: dotted;
  border-width: 0 0.2em;
  display: block;
  overflow: auto;
  padding: 0.5em 1em;
}

code:hover {
  background: #F5F5F5;
  border-style: solid;
}

hr {
  margin: 0 0 0.75em 0;
  border-color: #999;
  border-style: solid;
  border-width: 0.2em 0 0 0;
}

a.external:hover:before {
  /*
  background: transparent url(/img/n/arrow_045_small.png) scroll no-repeat left top;
  content: '';
  content: '\25E9\0020';
  opacity: 1;
  padding-right: 15px;
  */
}

a.internal:hover:before {
  /*
  background: transparent url(/img/n/arrow_225_small.png) scroll no-repeat left top;
  content: '';
  content: '\25EA\0020';
  opacity: 1;
  padding-right: 15px;
  */
}

/* =INFO =NOTICE =WARNING =ERROR
----------------------------------------------------------------------------- */
.message-box {
  border-style: solid;
  border-width: 0.1em;
  margin: 0 0 0.75em 0;
  padding: 0.3em 0.6em 0.3em 2.5em;
	border-color: rgba(255, 255, 255, 0.4) rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.4) rgba(255, 255, 255, 0.4);
}

.message-box img {
  float: left;
  margin: 0.15em 0 0 -1.9em;
}

.info {
  background: rgba(255, 255, 255, 0.4);
}

.notice {
	background: rgba(0, 255, 0, 0.4);
}

.warning {
	background: rgba(255, 255, 0, 0.4);
}

.error {
	background: rgba(255, 0, 0, 0.4);
}

/* =NAVIGATION
----------------------------------------------------------------------------- */
#navigation-headline {
  display: none;
  margin-left: -9em;
  position: fixed;
  top: 0;
}

#navigation {
  margin-left: -9em;
  position: fixed;
  top: 4em;
}

#navigation li {
  margin: 0 0 0.2em 0;
  width: 8em;
}

#navigation li.active {
  width: 8.5em;
}

#navigation li a {
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  background: rgb(42, 42, 41);
  border-color: rgb(0, 0, 0);
	border-color: rgba(0, 0, 0, 0.8);
  border-radius: 0.3em;
  border-style: solid;
  border-width: 0.1em;
	color: rgb(255, 255, 255);
	color: rgba(255, 255, 255, 0.6);
	display: block;
  padding: 0.4em 0.8em;
  text-decoration: none;
  text-shadow: rgba(0, 0, 0, 0.8) 1px 1px;
}

#navigation li a:hover, #navigation li.active > a {
  -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  background: rgb(114, 113, 103);
  border-color: rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  color: rgb(255, 255, 255);
	color: rgba(255, 255, 255, 0.8);
}

#skip-to-navigation {
  display: none;
}


/* =FOOT
----------------------------------------------------------------------------- */
#foot {
  text-align: right;
  margin: -4em auto 0.5em auto;
  padding: 0 1.5em 3.5em;
}

#foot a, #foot span {
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  background: rgb(42, 42, 41);
  border-radius: 0.3em;
  border: none;
  color: rgb(255, 255, 255);
	color: rgba(255, 255, 255, 0.6);
  margin-right: 0.5em;
  padding: 0.2em 0.4em;
  text-decoration: none;
  text-shadow: rgba(0, 0, 0, 0.8) 1px 1px;
}

#foot a:hover {
  background: rgb(114, 113, 103);
  color: rgb(255, 255, 255);
	color: rgba(255, 255, 255, 0.8);
}

#foot a:last-child {
  margin-right: 0;
}

/* =SPECIFIC
============================================================================= */
#ie6-deprecation-info {
  display: none;
}
