/* CSS Document */

html {
    height: 100%;
    min-height: 100%;
}
body {
    line-height: 15px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-family: "Trebuchet MS", verdana, Helvetica, Arial, sans-serif;
    height: 100%;
    font-size: 12px;
    color: #000;
    background: #F2F2F2 url(/img/hg_vorhang.gif) no-repeat;
}
.files {
    background: #fff;
    padding: 5px;
    text-align: center;
}
h1 {
    font-size: 1.5em;
    line-height: 1.2em;
    color: #970F01;
}
big {
    color: #000;
}
h2 {
    font-size: 12px;
    color: #970F01;
}
a {
    color: #970F01;
    text-decoration: none;
}
a:active {
    color: #970F01;
}
a:hover {
    color: #970F01;
    text-decoration: underline;
}
form {
    display: inline;
}
fieldset {
    width: 550px;
    margin: 0em 0em 0em 0em;
    border: none;
    padding: 1em;
}
input, textarea, select {
    color: #333;
    background-color: #FFF;
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
    font-size: 1em;
    border: 1px solid #CCC;
}
.require {
    font-size: 8px;
    margin: 0px 0px 2px 0px;
}
input.submit {
    cursor: pointer;
}
input.disabled {
    cursor: default;
}
input:focus, textarea:focus {
    color: #333;
    background-color: #EEE;
}
label {
    cursor: pointer;
}
label:hover {
    color: #111;
}
/* Kopf */

#head {
    margin: 50px auto;
    height: 448px;
    width : 650px;
}
#balken_quer {
    position: absolute;
    margin: 0px;
    left: 150px;
    top: 120px;
    width: 808px;
    height : 1px;
    border-top: #CA8680 1px solid;
}
#wortmarke {
    text-transform: lowercase;
    font-style: italic;
    padding-top: 50px;
    position: absolute;
    top: 40px;
    left: 160px;
    width:352px;
    text-align: left;
    background: url(/img/kulturmanagement_pr.gif) top left no-repeat;
    color: #970F01;
    z-index: 4;
}
#home {
    position: absolute;
    top: 130px;
    left:200px;
    height: 448px;
    width : 640px;
    z-index: 1;
}
/* Klassen Kopf */

.logo_home {
    float: left;
    position: relative;
    border: none;
}
.wortmarke_home {
    float: right;
    position: relative;
    top: 35px;
    border: none
}
.logo {
    position: absolute;
    top: 15px;
    left: 18px;
    z-index: 1;
}
.title {
    display: none;
}
/* Navigation */

#nav {
    text-transform: lowercase;
    top: 160px;
    left: 150px;
    position : absolute;
    z-index: 1;
    padding: 0px;
    line-height:30px;
}
#nav a {
    padding: 0px 0px 0px 15px;
    height:30px;
    width:190px;
    display:block;
}
#nav a:hover {
    background-color: #F1E9E9;
    left: 0px;
    text-decoration: none;
}
#nav ul {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
}
#nav li.border {
    border-bottom: #EAB8B8 1px dashed;
}
#nav li {
    margin: 0px;
    border-top: #EAB8B8 1px dashed;
}
#nav li.sel a {
    padding-top: 1px;
}
/* Klassen Navigation */

.sel {
    background: url(/img/sel.gif) top left no-repeat;
}
.sub {
    color: #B1483D;
    text-align: center;
}
.subsel {
    background: url(/img/sel.gif) top no-repeat;
    background-position: 0px;
}
a.kuenstler {
    color: #B1483D;
    margin-left: 20px;
}
.eis {
    line-height: 13px;
    padding-top: 3px;
}
.mini_br {
    font-size: 1px;
    line-height: 1px;

}
/* Content */

#content {
    padding: 10px 10px 0px 10px;
    position: absolute;
    top: 145px;
    left: 400px;
    width:550px;
    text-align: left;
    color: #222;
    line-height: 20px;
}
#box {
    padding: 5px;
    width: 130px;
    background: #fff;
    border: #CA8680 1px solid;
    margin: 20px 0px 20px 0px;
    text-align: center;
}
.kuenstler_box {
    padding: 5px;
    width: 200px;
    height: 80px;
    margin: 20px 0px 10px 0px;
    text-align: center;
}
#galerie {
    position: absolute;
    top: 80px;
    left: 80px;
    width: 420px;
    display: inline;
    height: auto;
}
#galerie a {
    width: 210px;
    margin: 0px;
    padding: 2px 0px 0px 0px;
    text-decoration: none;
}
#galerie dt {
    float: none;
    display:inline;

}
#galerie dd {
    width: 179px;
    margin: 0px;
    padding: 0px 0px 30px 0px;
    display: block;
    text-align:center;
}
#galerie dl img {
    float: none;
    margin: 0px 32px 0px 32px;
    padding: 0px;

}
/* Klassen Content*/

.galerie_foto {
    margin: 0px;
    border: 1px solid #CA8680;
    height: 84px;
    width: 113px;
}
.kuenstlervorschau {
    font-size: 14px;
}
.start {
    background: #F2F2F2 url(/img/hg_vorhang_home.gif) no-repeat;
}
.schrift_klein {
    font-size: 11px;
}
.sample {
    width: 200px;
}
.box_rechts {
    float: right;
}
.box_links {
    float: left;
}
.rechts {
    float: right;
    text-align: right;
    padding-right: 10px;
    font-size: 12px;
    position : relative;
    top: 45px;
    color: #970F00;
}
.visual {
    position: absolute;
    top: 435px;
    left: 155px;
    z-index: 4;
}
.visu {
    padding-top: 15px;
    padding-left: 5px;
}
.foto {
    padding: 10px;
    float: right;
}
.footer {
    padding: 5px 0px 10px 0px;
    border-top: #CA8680 1px solid;
    color: #666;
    font-size: 10px;
    text-transform: lowercase;
}
.index {
    border-top: none;
    position: absolute;
    text-align: center;
    bottom: 0px;
    width: 100%;

}
.center {
    text-align: center;
}
.border {
    border-color: #F2F2F2;
}
/* Sidemap */

#sitemap {
    margin: 10px 0px 0px 20px;
    padding: 1em 1.5em;
    line-height: 25px;
}
#sitemap LI {
    padding: 0 0 0 30px;
    margin: 0;
    list-style-type: none;
}
#sitemap LI {
    background: url(/img/li_3.gif) no-repeat 0% 0%;
}
#sitemap LI.last {
    background: url(/img/li_1.gif) no-repeat 0% 0%;
}
#sitemap UL {
    padding: 0 0 0 30px;
    margin: 0 0 0 -30px;
    list-style-type: none;
}
#sitemap UL {
    background: url(/img/li_2.gif) repeat-y 0% 0%;
}
#sitemap UL.last {
    background-image: none;
}
/* POST */

#error {
    padding: 10px;
    width: 500px;
    background: #fff;
    border: #CA8680 1px solid;
    margin-bottom: 20px;
}
#feed fieldset label {
    line-height: 11px;
    margin: 3px 3px 3px 0px;
    padding: 4px 3px 2px 3px;
    float: left;
    clear: left;
    width: 160px;
    color: #970F01;
    text-align: right;
}
#feed input, #feed textarea {
    margin: 3px 0px 5px 8px;
    padding: 3px 3px 4px 3px;
}
#feed input {
    width: 200px;
    max-width: 300px;
    background-repeat: no-repeat;
    background-position: 4px 50%;
    padding-left: 3px;
}
#feed input.date {
    width: 100px;
}
#feed textarea {
    width: 200px;
    max-width: 300px;
    height: 120px;
}
#feed .buttons {
    margin: 0em 0em 0.5em 9.1em;
    padding-left: 80px;
    text-align: left;
}
#feed .buttons .submit {
    width: auto;
    padding: 2px 5px 3px 5px;
    margin: 0px 5px 0px 0px;
}
#feed input.checkbox {
    width: auto;
    margin: 0px;
}
.rot {
    color: #970F01;
    font-weight: bold;
}
.gruen {
    color: #336633;
    font-weight: bold;
}
.font_family {
    color: #666;
    font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
}
.absender {
    margin-left: 10px;
}

