
html,body {
    padding: 0px;
    margin: 0px;
    background-color: #706557;
    font-family: Old+Standard+TT, Helvetica, Verdana, Arial, sans-serif;
    height: 100%;
    font-size: 16px;
    color: #ffffff;
}

a {
    color: #ffffff;
    text-decoration: none;
}

.right a {
    color: #ffffff;
    text-decoration: underline;
}

.gallery a {
    text-decoration: none!important;
}

a:hover {
    text-decoration: underline;
}

ul, li {
    padding: 0px;
    margin: 0 0 10px 10px;
    list-style: none;
    z-index: 1;
}

img {
    border: 0;
    z-index: 1;
}

#header {
    margin-left: 25px;
    width: 150px;
    height: 160px;
    position: absolute;
    z-index: 10;
    padding-top: 55px;
}

#header img{
    margin: 10px 0 0 0;
    position: absolute;
    width: 300px;
    z-index: 20;
}

#header div{
    background-color: #e6474b;
    margin-left: 90px;
    width: 150px;
    height: 160px;
    position: absolute;
    z-index: 10;
    text-align: center;
    padding-top: 30px;
}

#header-navigation {
    position: absolute;
    margin: 310px 0 0 95px;
    width: 150px;
    z-index: 100;
}

#header-navigation li{
    height:35px;
    background-image:url(/public/images/nav.gif);
    background-repeat:no-repeat;
    background-position:left bottom;
}

#header-navigation li a{
    margin-left:15px;
}

h2 {
    font-family: Old+Standard+TT, Georgia;
    font-size: 36px;
    font-style: italic;
    font-weight: normal;
    color: #ffffff;
    line-height: 36px;
    z-index: 200;
    width: 270px;
    display: inline-block;
    margin-left: 85px;
}

.right h2 {
    margin-top:2px!important;
    margin-left:0;
        width: 350px;
}

h1 {
    margin-top: 90px;
    font-family: Old+Standard+TT, Georgia;
    text-align: left;
    margin-left: 10px;
    font-style: italic;
    font-size: 30px;
    color: #ffffff;
    font-weight: normal;
}

#pagecontent {
    position: absolute;
    margin: 80px 0 0 0;
    /*color: #3d3d3d;*/
    color: #ffffff;
    width:100%;
}

.right {
    position: absolute;
    /*width: 100%;*/
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 0 410px;
    z-index: 2;
}

.galleryElement {
    display: inline-block;
    height: 230px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 16px;
    vertical-align: top;
}

.galleryElement .painting {
    height:200px;
}

.infos {
    margin: 480px 0 0 45px;
    font-size: 12px;
    line-height: 16px;
    /*color: #3d3d3d;*/
    color: #ffffff;
    z-index: 100;
    width: 400px;
}

.infos p {
    width:200px;
    margin-left: 85px;
}

.infos .anf {
    font-size: 48px;
    font-style: italic;
    font-weight: normal;
    /*color: #3d3d3d;*/
    color: #ffffff;
    line-height: 36px;
    display: inline-block;
}

.label {
    font-style: italic;
    margin-right: 5px;
}

.about {
    width: 450px;
}

.hint {
    color:#ff0000;
}

dd {
    display: block;
    width:400px;
}

dt {
    display: block;
    width:150px;
    float: left;
}

.cke_skin_kama {
    margin-left: 110px!important;
}

input[type=text],input[type=password]{
    width:240px;
    border: 1px #666666 solid;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 11px;
}

input[type=button],input[type=submit]{
    border: 1px solid #666666;
    background-color: #fff;
    font-family: Old+Standard+TT, Helvetica, Verdana, Arial, sans-serif;
    font-size: 11px;
}

textarea {
    width:240px;
    height:240px;
    border: 1px #666666 solid;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 11px;
}

.mp3player {
    display: inline-block;
    vertical-align: top;
}

.message {
    color: #ffffff;
}

#filebrowser {
    display: none;
    position: absolute;
    z-index: 200;
    border: solid #666666 1px;
    background-color: #ffffff;
    width:450px;
    min-height: 450px;
    padding: 10px;
    font-weight: bold;
    color: black;
}

#filebrowserbody, #filebrowserbody table{
    width: 100%;
    overflow: auto;
    font-weight: normal;
    color: #000000!important;
}

#filebrowserbody table td{
    border-bottom: solid 1px #666666;
    color: black;
}

#filebrowserbody table td a{
   color: #000000!important;
}

.closer {
    position: absolute;
    text-align: right;
    margin-left: 315px;
    font-size: 12px;
    font-weight: normal;
}

form .errors {
    margin-left:100px;
}