* {
    margin: 0;
    padding: 0;
    font-family: Tahoma, Verdana, Arial;
}

body {
    overflow-y: scroll;
    background: url('upload/images/background.jpg') repeat-x #e5e5e5;
    background-attachment: fixed;
}

a {
    color: #990000;
    font-size: 12px;
    text-decoration: none;
    border-bottom: 1px solid;
}

a:hover  {
    border-bottom: 1px dotted;
    color: #535353;
}

a img.borderNone {
    border: none !important;
}

table th {
    font-size: 13px;
}

#wrapper {
    width: 960px;
    margin: 0px auto;
}

#musicButton {
    position: absolute;
    margin-left: 280px;
    margin-top: 23px;
    z-index: 5;
}

#header {
    background: url('upload/images/noten71.jpg') no-repeat bottom;   
    padding-bottom: 20px;
}

#mainMenu {
    height: 90px;
    width: 100%;
    background: url('upload/images/navigation.jpg');
}

#mainMenu li {
    float: left;
    list-style: none;
}

#mainMenu li a {
    height: 62px;
    line-height: 62px;
    padding: 0 15px 0 15px;
    display: block;
    color: #444;
    font-size: 15px;
    text-decoration: none;
    border: none;
}

#mainMenu li a:hover {
    color: #fff;
    background-color: #990000;
}

ul#subMenu {
    display: none;
    position: absolute;
    border: 1px solid #ddd;
   /* border-top-width: 0px;*/
    z-index: 10000;

}

ul#subMenu li {
    float: none;
}

ul#subMenu li a {
    color: #333;
    font-size: 13px;
    height: 25px;
    line-height: 25px;
    background:#fff;
    border: none;
}

ul#subMenu li a:hover {
    color: #990000;
    background: #eee;
}

#werklisteLi:hover ul#subMenu {
    display: block;
}

#contact {
    width: 340px;
    margin: 20px auto;
}

#contact input[type="text"] {
    margin-bottom: 10px;
    height: 25px;
    line-height: 25px;
    width: 200px;
    padding: 0 5px;
}

#contact input[type="submit"] {
    margin-top: 10px;
}

h1 {
    color: #990000;
    font-weight: bold;
    font-size:36px;
    text-align: center;
    margin-top: 10px;
}

h2 {
    color: #990000;
    font-size: 17px;
    margin: 30px 0;
    text-align: center;
}

#slogan {
    color: #555;
    font-weight: bold;
    font-size:20px;
    text-align: center;    
}

table.center {
    margin-left: auto;
    margin-right: auto;
}

div.center {
    text-align: center;
    width: 100%;
}

.negMsg {
    color: #990000;
    margin-top: 20px;
}

.posMsg {
    color: green;
    margin-top: 20px;
}

a.noTextDecoration {
    text-decoration: none;
}

#galleryTable td {
    padding: 10px;
}

#werke {
    width: 100%;
    margin-top: 10px;
}

#werke th {
    background: #990000;
    color: #fff;
    padding: 5px;
}

#werke td {
    font-size: 12px;
    background: #eee;
    padding: 3px;
}

.secondRow {
    background: #ddd !important;
}

#content ul {
    padding-left: 20px;
    margin: 20px 0px;
}

#content ul  li {
    margin: 5px 0px;
}

img {
    border: 1px solid #555;
}

#content ul li, #content p, #content table td {
    font-size: 13px;
}

#footer {
    height: 25px;
    line-height: 25px;
    margin: 40px 0px;
    width: 100%;
    text-align: center;
    border-top: 2px solid #ccc;
    font-size: 12px;
}

.clear {
    clear: both;
}

