html {
    height: 100%;
}

body {
    background: #FFFFFF url('buttons/bg2.png') repeat-x;
    color: #3E4244;
    text-align: center;
}

blockquote {
    background-color: #F1F4F5;
    color: #3E4244;
    border-color: #D4DBDE;
}

#links, #links a {
    background-color: transparent;
    color: #3E4244;
}

#links a:hover {
    background-color: transparent;
    color: #FFFFFF;
}

#bigHeader {
    background: #FFFFFF;
    color: #3E4244;
    border-left: 1px solid #000000;
    height: 100px;
}

.TopMenu {
    border-left: 1px solid #000000;
    background: #FFF;
}

#bigHeader h1 {
    background-color: transparent;
    color: #FFFFFF;
}

#bigMenu, #column1, #bigContent {
    background-color: #FFFFFF;
    color: #3E4244;
}

#bigContent h1 {
    clear: both;
    background: transparent;
    color: #3E4244;
    border-color: #F1F4F5;
}

.hmenu, .hmenu a {
    width: 98px;
    background: #FFF;
    color: #3E4244;
    text-decoration: none;
}

.hmenu:hover, .hmenu a:hover, a.selected {
    background: #8D9299;
    color: #FFFFFF;
}

.menu, #addlinks, .sidebaritem {
    background: #FFFFFF url('buttons/box2.png') repeat-x;
    color: #3E4244
}

.menu li a, #addlinks li a {
    background-color: transparent;
    color: #3E4244;
    border-color: #FFFFFF;
}

.menu li a:hover, .menu li.selected a, #addlinks li a:hover {
    background-color: #8D9299;
    color: #FFFFFF;
    border-color: #FFFFFF;
}

.sidebaritem a, #bigContent a {
    background-color: transparent;
    color: #2780F9;
}

.sidebaritem a:hover, #bigContent a:hover {
    background-color: #F1F4F5;
    color: #3E4244;
}

#bigFooter, #bigFooter a {
    background-color: #8D9299;
    color: #3E4244;
}

#bigFooter a:hover {
    background: #8D9299;
    color: #FFFFFF;
}

input, textarea {
    background-color: #FFFFFF;
    color: #3E4244;
    border-color: #616D7B;
}

/* global */
html {
    height: 100%;
}

body {
    font-family: helvetica, arial, sans-serif;
    padding: 0;
    margin: 0;
    font-size: .74em;
}

p {
    margin: 0;
    padding: 0 0 24px 0;
    line-height: 20px;
}

h1 {
    margin: 0;
    font-family: helvetica, tahoma, arial, sans-serif;
    font-size: 156%;
    font-weight: normal;
}

h2 {
    margin: 0;
    padding: 0 0 4px 0;
    font-size: 100%;
    text-decoration: underline;
    font-weight: normal;
}

img {
    border: 0;
}

/* image positioning - left, right and center */
.left {
    float: left;
    padding: 0 8px 0 0;
}

.right {
    float: right;
    padding: 0 0 0 8px;
}

.center {
    display: block;
    text-align: center;
    margin: 0 auto;
}

/* block quote */
blockquote {
    margin: 20px 0 20px 0;
    padding: 10px 20px 0 20px;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

/* unordered list */
ul {
    margin: 8px 0 0 14px;
    padding: 0;
}

ul li {
    list-style-type: square;
    margin: 0 0 11px 0;
    padding: 0;
}

/* main container */
#bigRap {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

/* links above the logo */
#links {
    padding: 9px 0 3px 19px;
    width: 742px;
    text-align: right;
    height: 22px;
}

#links a, #links a:hover {
    text-decoration: none;
}

/* logo */
#bigHeader {
    padding: 0;
    width: 786px;
    border-top: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
}

#bigHeader h1 {
    padding: 28px 0 0 19px;
    font-family: helvetica, arial, sans-serif;
    font-size: 150%;
    font-weight: normal;
    letter-spacing: .3em;
}

/* main content */
#bigMenu {
    width: 786px;
    height: auto;
    padding: 0;
    text-align: justify;
    overflow: hidden;
    float: left;
    border-left: 1px solid;
}

/* column 1 - contains menu, news, add links and other info */
#column1 {
    width: 203px;
    float: left;
    padding: 15px 0 15px 14px;
}

#column1 h2 {
    padding: 0 0 18px 0;
}

.menu, #addlinks {
    position: relative;
    width: 223px;
    float: left;
    margin: 0 0 15px 0;
    padding: 8px 0 0 0;

}

.menu ul, #addlinks ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    width: 223px;
}

.menu li, #addlinks li {
    margin: 0;
    list-style: none;
    float: left;
}

.menu li a, #addlinks li a {
    float: left;
    /*height: 14px;*/
    text-decoration: none;
    padding: 3px 10px 4px 12px;
    width: 201px;
    border-bottom: 1px solid;
}

.menu h1, #addlinks h1 {
    padding: 0 0 14px 12px;
}

.sidebaritem {
    position: relative;
    text-align: justify;
    margin: 0 0 15px 0;
    padding: 8px 14px 11px 12px;
    width: 200px;
    float: left;

}

.sidebaritem[id] {
    height: auto;
}

/* column 2 - page content */
#bigContent {
    text-align: justify;
    padding: 30px 22px 15px 0;
    width: 514px;
    float: right;
}

#bigContent h1 {
    padding: 0 0 6px 0;
    margin: 14px 0 12px 0;
    border-bottom: 1px solid #BBBBBB;
}

.sidebaritem a, #bigContent a, .sidebaritem a:hover, #bigContent a:hover {
    padding: 0;
    text-decoration: none;
}

/* bigFooter */
#bigFooter {
    float: left;
    padding: 9px 0 3px 0;
    width: 786px;
    text-align: center;
}

#bigFooter a, #bigFooter a:hover {
    text-decoration: none;
}

/* contact page - form layout */
form {
    margin-top: 0;
}

div.row {
    clear: both;
    width: 448px;
    height: 29px;
}

div.row span.formlabel {
    float: left;
    width: 150px;
    text-align: left;
}

div.row span.forminput {
    float: right;
    text-align: right;
}

div.spacer {
    clear: both;
    width: 80px;
    height: 22px;
}

input, textarea {
    font-family: helvetica, arial, sans-serif;
    font-size: 100%;
    border: 1px solid;
}

.submit {
    font-family: helvetica, arial, sans-serif;
    font-size: 100%;
    border: 1px solid;

    height: 22px;
    cursor: pointer;
}

td {
    font-size: 80%;
}

.bilduebersicht {
    font-size: 60%;
}

.setlist {
    background-image: url('buttons/setlist.jpg');
    font-weight: bold;
    color: #000000;
    text-align: center
}

#amazon {
    position: absolute;
    top: 105px;
    left: 900px;
}

/* Formulare */

.Button {
    background-color: #FFFFFF;
    color: #000000;
    width: 80px;
}

.Eingabe {
    background: url('buttons/input.gif');
}

div.date {
    font-size: 80%;
    text-align: right;
}

#commentformfieldset {
    border: 0;
}

#commentformfieldset div.entry {
    padding: 6px 0;
    border-bottom: 1px solid #8bb7cf;
}

#commentformfieldset label {
    display: block;
    float: left;
    width: 100px;
}

.check {
    border: 0 none;
}

/* Tabelle Touren und Mitschnitte */

.tourdaten01 {
    background-color: #DFE8FF;
}

.tourdaten02 {
    background-color: #E7E7E7;
}

.tourh {
    background-color: #CCD9FF;
}

