* {
    font-size: 1em;
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    border: none;
    outline: none;
}

html, body {
    background: #000 url('../images/background.gif') repeat-y 50% 0%;
    color: #999;
	font: 13pt/120% "Myriad Web", "Myriad Pro", "Lucida Grande", "Trebuchet MS", Tahoma, Helvetica, Arial,  sans-serif;
    height: 100%;
    text-transform: lowercase;
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    margin: 1em 0;
    color: #EEE;
}

h2 {
    font-size: 1.3em;
    color: #DDD;
}

h3 {
    font-size: 1.1em;
    color: #CCC;
}

h4, h5, h6 {
    font-size: 1em;
    color: #BBB;
}

ul, ul li {
    display: block;
    list-style: none;
}

:link, :visited {
    color: #AAA;
}

strong {
    color: #FFF;
    font-weight: bold;
}

.underline {
    text-decoration: underline;
}

/* Page, header and footer
 * ---------------------------------------------------------------- */

#page,
#footer {
    position: relative;
    margin: 0 auto auto;
    width: 780px;
    text-align: left;
    background: #000;
}

#header {
    display: none;
}

#footer {
    font-size: 0.7em;
    border-top: 1px solid #222;
    color: #666;
    margin-top: 1em;
    padding-bottom: 2em;
    text-align: right;
}

#footer a {
    color: #666;
}

#footer a:hover {
    color: #FFF;
    text-shadow: 0px 0px 8px #FFF;
}

#logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

/* Menu
 * ---------------------------------------------------------------- */

#menu {
    position: absolute;
    top: 200px;
    left: 0;
    text-align: right;
    width: 190px;
    font-size: 1.2em;
    line-height: 150%;
}

#menu a {
    color: #999;
}

#menu .active a {
    color: #EEE;
    text-shadow: 0px 0px 4px #888;
}

#menu a:hover {
    color: #FFF;
    text-shadow: 0px 0px 8px #FFF;
}

/* Content
 * ---------------------------------------------------------------- */

#content {
    padding: 2em 0 0 232px;
    line-height: 150%;
}

#content h2 {
    text-align: left;
    color: #BBB;
    padding-bottom: 25px;
    line-height: 150%;
}

#content a {
    color: #AAA;
}

#content a:hover {
    color: #FFF;
    text-shadow: 0px 0px 8px #FFF;
}

#content p {
    margin: 0.5em 0 1em;
}

#profile {
    background: url('../images/bormann-profil.gif') no-repeat top right;
    text-align: center;
    padding: 180px 0 0 300px;
    padding-left: 0;
    padding-top: 90px;
    font-size: 0.9em;
    color: #BBB;
}

#profile p {
    margin-left: 180px;
}

#azimuth {
    background: url('../images/azimut.gif') no-repeat;
    height: 400px;
    padding-top: 16px;
}


* html #profile,
* html #azimut {
    zoom: 1;
}

#content ul li {
    background: url('../images/bullet.gif') no-repeat 0px 6px;
    padding-left: 36px;
    margin-bottom: 0.3em;
}

#content ul {
    padding: 1em 0;
}

#services {
    background: url('../images/antenna.gif') no-repeat top right;
    padding-bottom: 1em;
}

/* Imprint
 * ---------------------------------------------------------------- */

#imprint {
    background: url('../images/bormann-buch.gif') no-repeat scroll top right;
}

tr.separator th,
tr.separator td {
    padding-top: 0.7em;
}

th,
td {
    vertical-align: top;
}

th {
    color: #FFF;
    padding-right: 1em;
}

/* Contact
 * ---------------------------------------------------------------- */

.textfield,
.textarea {
    border: 1px solid #444;
    background: #111;
    color: #CCC;
    width: 340px;
    font-size: 0.8em;
    font-weight: normal;
    font-family: "Courier New", Courier, serif;
    padding: 0.2em;
}

.textfield:focus,
.textarea:focus {
    background: #222;
    border-color: #777;
    color: #FFF;
}

.submit {
    border: 1px solid #222;
    color: #FFF;
    background: #111;
    font-size: 0.7em;
    padding: 0.3em 0.4em;
    cursor: pointer;
}

.submit:hover {
    background: #333;
    color: #CCC;
    border-color: #555;
}

.error {
    font-size: 0.8em;
    color: #F04;
    display: block;
    padding-bottom: 0.5em;
}
