body {
    background: #333333 url("images/carbon.png") fixed;
    color: #000000;
    font-family: Verdana, Tahoma, Helvetica, sans-serif;
    font-size: 10pt;
}

#frame {
    margin: 0 auto;
    width: 760px;
    border: 2px dashed #999999;
    padding: 2px;
}

#header {
    height: 100px;
    width: 760px;
    background: #FFFFFF;
    background: url("images/header.png") no-repeat;
}

#navigation {
    width: 760px;
    height: 25px;
    background: #FFFFFF;
    text-align: center;
}

#content {
    padding: 15px 5px 10px;
    background: #FFFFFF;
    color: black;
}

#footer {
    position: relative;
    bottom: 0;
    height: 35px;
    line-height: 16px;
    background: #FFFFFF;
    text-align: center;
    word-spacing: 5px;
}

#comment_content {
    padding: 15px 5px 10px;
    margin: 10px;
    background: #FFFFFF;
    color: black;
}

#close_comments {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

em {
    font-family: "Courier New", monospace;
    font-style: italic;
}

a {
    color: #666666;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 18pt;
    font-weight: bold;
    margin-top: -10px;
}
h2 {
    font-size: 14pt;
}
h3 {
    font-size: 12pt;
    font-weight: bold;
    margin: -5px 0; 
}

#copy {
    font-size: 7pt;
}

#newscat {
    float: right;
    margin-right: 10px;
}
.news {
    width: 550px;
    border: 1px solid #000000;
    padding: 3px;
    font-weight: bold;
}
.newsicon {
    margin-right: 15px;
    vertical-align: middle;
}
.iconnew {
    float: right;
}
.newstext {
    font-weight: normal;
}
.footnote {
    font-weight: normal;
    font-size: 7pt;
}

.inputfield {
    width: 300px;
    border: 1px solid #000000;
    padding-left: 20px;
    float: right;
}
#namefield {
    background: url("images/famfamfam/user.png") no-repeat;
}
#emailfield {
    background: url("images/famfamfam/email.png") no-repeat;
}
#subjectfield {
    background: url("images/famfamfam/tag_blue.png") no-repeat;
}
#textfield {
    background: url("images/famfamfam/text_align_left.png") no-repeat;
}
.button {
    border: 1px solid #000000;
    background: #FFFFFF;
}
#contacterror {
    background: #FF6666 url("images/famfamfam/error.png") no-repeat;
    padding-left: 20px;
    border: 1px solid #990000;
    color: #330000;
    font-weight: bold;
    line-height: 20px;
}
#contactsuccess {
    background: #66FF66 url("images/famfamfam/accept.png") no-repeat;
    padding-left: 20px;
    border: 1px solid #009900;
    color: #003300;
    font-weight: bold;
    line-height: 20px;
}
#contactform {
    width: 450px;
    margin: 0 auto;
    padding: 5px 10px;
}
#contactbottom {
    margin: 0 auto;
    width: 315px;
    text-align: center;
}

#goup {
    position: fixed;
    right: 5px;
    bottom: 5px;
}

.extlnk {
    font-size: 12pt;
    font-weight: bold;
}
.lnkdsc {
    margin-left: 20px;
}

code {
    font-size: 8pt;
}
code.blau {
    color: #0000C8;
}

#werbung {
    font-family: "Courier New", monospace;
    font-size: 6pt;
    font-weight: bold;
    color: black;
}