body
{
    color: #ffffff;
}

input {
    font-family: verdana, helvetica, arial, sans-serif;
    border: 1px RGB(255,255,255) solid;
    background-color: RGB(0,0,0);
    font-size: 10px;
    font-weight: normal;
    color: RGB(255,255,255);
}

input.submit {
    border: 1px RGB(255,255,255) solid;
    background-color: RGB(0,0,0);
    min-width: 50px;
    color: RGB(255,255,255);
}

textarea {
    font-family: verdana, helvetica, arial, sans-serif;
    border: 1px RGB(255,255,255) solid;
    background-color: RGB(0,0,0);
    font-size: 10px;
    font-weight: normal;
    color: RGB(255,255,255);
    overflow: auto;
}

div.main_frame {
    margin: 15px;
    margin-top: 25px;
}

hr {
    color: RGB(255,255,255);
    height: 1px;
    border: none;
    border-top: 1px solid RGB(255,255,255);
}

h1 {
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    letter-spacing: 0.3em;
    word-spacing: 0.0em;
    text-decoration: none;
    text-align: left;
    text-indent: 0;
    line-height: 1.2em;
    color: RGB(255,255,255);
    margin: 0px;
    margin-bottom: 10px;
    border: none;
    padding: 0px;
}

h1.right {
    text-align: right;
}

h1.center {
    text-align: center;
}

h1.red {
    color: RGB(255,0,0);
}

h2 {
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
    font-variant: normal;
    letter-spacing: 0.2em;
    word-spacing: 0em;
    text-decoration: none;
    color: RGB(255,255,255);
    text-align: left;
    text-indent: 0;
    line-height: 1.2em;
    margin: 0px;
    margin-bottom: 5px;
    border: none;
    padding: 0px;
}

h2.right {
    text-align: right;
}

h2.center {
    text-align: center;
}

h3 {
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    letter-spacing: 0em;
    word-spacing: 0em;
    text-decoration: none;
    color: RGB(255,255,255);
    text-align: left;
    text-indent: 0;
    line-height: 1.2em;
    margin: 0px;
    margin-bottom: 5px;
    border: none;
    padding: 0px;
}

h3.right {
    text-align: right;
}

h3.center {
    text-align: center;
}

p {
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    font-style: normal
    font-variant: normal;
    letter-spacing: 0em;
    word-spacing: 0em;
    text-decoration: none;
    color: RGB(255,255,255);
    color: #ffffff;
    text-align: left;
    text-indent: 0;
    line-height: 1.5em;
    margin: 0px;
    margin-bottom: 10px;
    border: none;
    padding: 0px;
}

p.right {
    text-align: right;
}

p.center {
    text-align: center;
}

p.red {
    color: RGB(255,0,0);
}

li {
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    letter-spacing: 0em;
    word-spacing: 0em;
    text-decoration: none;
    color: RGB(255,255,255);
    text-align: left;
    text-indent: 0;
    line-height: 1.5em;
    margin: 0px;
    margin-left: 5px;
    border: none;
    padding: 0px;
}

a {
    text-decoration: none;
    color: RGB(127,127,255);
}

a:link {
}

a:visited {
}

a:hover {
    text-decoration: underline;
}

a:active {
}

/* ------------------------------ */

p.navigation {
    font-family: verdana, helvetica, arial, sans-serif;
    font-style: normal
    font-variant: normal;
    word-spacing: 0em;
    text-decoration: none;
    color: RGB(255,255,255);
    text-indent: 0;
    line-height: 1.5em;
    border: none;
    padding: 0px;

    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.6em;
    margin-top: 0px;
    margin-bottom: 45px;
    text-align: left;
    margin-left: 0px;
}

a.navigation {
    color: RGB(255,255,255);
    text-decoration: none;
    padding-left: 0px;
    padding-right: 0px;
    width: 250px;
}

a.navigation:hover {
    color: RGB(127,127,255);
    text-decoration: none;
}

p.bannertext {
    font-size: 12px;
    letter-spacing: 0.57em;
    color: RGB(255,255,255);
    text-align: center;
    margin: 0px;
    margin-bottom: 15px;
    border: none;
    padding: 0px;
}

span.bannertext {
    color: RGB(127,127,127);
}

p.enter_status {
    margin-top: 40px;
    border: 1px RGB(255,255,255) solid;
    height: 15px;
    width: 400px;
    text-align: left;
}

span.step {
    background-color: RGB(127,0,0);
    width: 65px;
    height: 100%;
}

p.enter {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1em;
    margin-top: 20px;
    text-align: center;
}

a.enter {
    color: RGB(255,255,255);
    text-decoration: none;
}

a.enter:hover {
    color: RGB(127,0,0);
    font-weight: bold;
    text-decoration: none;
}

p.error {
    font-style: normal;
    color: RGB(255,127,127);
    margin-bottom: 5px;
}

p.guestbook-name {
    margin: 0px;
    color: RGB(127,255,127);
}

p.guestbook-extra {
    color: RGB(127,255,127);
}

p.restricted-menu {
    margin: 0px;
    text-align: left;
}

p.green {
    color: RGB(127,255,127);
}

p.only-for-old-browsers
{
    display: none;
}

p.start
{
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 2em;
    padding: 30px;
}

div.border
{
    margin: 0px;
    margin-bottom: 5px;
    padding: 5px;
    border: 1px #ffffff solid;
}

div.red_border
{
    margin: 0px;
    margin-bottom: 5px;
    padding: 5px;
    border: 1px RGB(127,0,0) solid;
}

p.small
{
    font-size: 9px;
}

a.img
{
    text-decoration: none;
}

a.img:hover
{
    text-decoration: none;
}


