body {
    font-size: 12px;
    line-height: 1.3em;
    font-family: arial, sans-serif;
    text-align: center;
    background: url(/fileadmin/template/images/bg_body.png) repeat-x #787878;
    margin: 0;
}

#wrapper {
    position: relative;
    background: url(/fileadmin/template/img/bg_wrapper.png) repeat-y;
    width: 1027px; 
    margin: auto;
    text-align: left;
    padding: 0;
}


/* Bereich Header */
#header {
    position: relative;
    height: 208px;
    background: url(/fileadmin/template/img/bg_header.png) no-repeat;
}

#filmvorschau {
    position: relative;
    top: 20px;
    left: 718px;
    width: 274px;
    height: 152px;
}
 
#content {
    position: relative;
    width: 715px;
    margin: 0 auto 0 17px;
    padding: 0;
    float: left;
}

/* Bereich Navigation */     
#navi {
    position: relative;
    float: left;
    width: 177px;
    margin: 0;
}

#navi ul.deep1 {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}

#navi ul.deep1 li {
    background: #e5e5e5;
    width: 177px;
    line-height: 22px;
    text-align: right;
    font-size: 11px;
    font-weight: bold;
    text-indent: 0;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #2e2e2e;
}

#navi ul.deep1 li a {
    color: #4e101a;
    margin-right: 25px;
    background: none;
    text-decoration: none;
}

#navi ul.deep1 li a:hover {
    color: #8a1827;
}

#navi ul.deep1 li.mainlevelactive {
    background: #ae9699;
}

#navi ul.deep1 li.mainlevelactive span {
    color: #39090f;
    margin-right: 25px;
}


#navi ul.deep2 {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}

#navi ul.deep2 li {
    background: #c5c3c3;
    font-weight: normal;
    border-top: 1px solid #423f3f;
    border-bottom: none;
    margin: 0;
    padding: 0;
}

#navi ul.deep2 li a {
    background: none;
}

#navi ul.deep2 li.sublevelactive {
    background: #d4bfc2;
}


#innercontent {
    position: relative;
    float: left;
    width: 480px;
    margin: 0 20px;
}

/* Formular */

#innercontent fieldset.csc-mailform {
    width: 340px;
    padding: 10px 40px 0 40px; 
    margin: 0 auto 6px 20px;
    border: 1px solid #aaa;
}

#innercontent fieldset.csc-mailform div.csc-mailform-field {
    text-align: center;
}

#innercontent fieldset.csc-mailform div.csc-mailform-label h4 {
    margin: 0;
    padding: 10px 0;
    text-align: center;
}

#innercontent fieldset.csc-mailform label {
    display: block;
    margin-top: 8px;
    font-weight: bold;
    text-align: left;
    font-size: 12px;
}

#innercontent fieldset.csc-mailform input.csc-mailform-submit {
    width: 100px;
    margin: 5px auto;
}

#innercontent fieldset.csc-mailform textarea
, #innercontent fieldset.csc-mailform input {
    width: 340px;
    padding: 2px 5px;
    border: 1px solid #888;
    background-color: #efefef;
}

#right {
    position: relative;
    float: left;
    width: 263px;
    top: -6px;
}

#right div.csc-header {
    position:relative;
    width: 263px;
    padding: 12px 0 0 0;
    margin: 0;
    background: url(/fileadmin/template/img/bg_box_right.png) no-repeat;
}

#right div.csc-header h1 {
    margin: 0 10px;
    padding: 12px 0 2px 0;
    font-size: 14px;
    font-weight: bold;
}

#right div.csc-textpic
,  #right div.csc-textpic-text {
    margin: 0 10px;
    padding-bottom: 8px;
    width: 230px;
}

#right #newsletter {
    margin-left: 10px;
    width: 230px;
}

#right input {
    font-size: 11px;
    margin-bottom: 5px;
}

#right input.submit {
    margin-top: 5px;
}

/* Footer Bereich */
#footer {
    position: relative;
    background: url(/fileadmin/template/img/bg_footer.png) no-repeat;
    width: 1027px;
    height: 98px;
    clear: both;
}

#footer_content {
    position: relative;
    clear: both;
    color: #09007a;
    margin-left: 177px;
    padding-top: 10px;
    padding-bottom: 5px;
    text-align: center;
}

#footer_content a {
    color: #09007a;
}

h1
, h2
, h3
, h4 {
    color: #851325;
    font-family: arial, sans-serif;
}

h1 {
    font-size: 16px;
    margin-top: 20px;
}

h2 {
    font-size: 13px;
}

h3 {
    font-size: 12px;
}

p {
	line-height: 1.4em;
}

table {
	margin: 5px 0 20px 0;
}

table tr td p {
	margin: 1px;
}

