/*********************************************
    GENERAL
*********************************************/

* {
    padding:0;
    margin: 0;
}

body {
    margin:0;
    padding:0;
    background:#fff;
    color:#000;
    font-size: 11px;
    font-family:Verdana,Arial,Helvetica, sans-serif;
    width:100%;
    line-height:150%;
}

/*********************************************
    PAGE LAYOUT
*********************************************/

/* TOP CONTENT */
#topcontent {
    height:95px;
    overflow:hidden;
}

#topcontent-design {
    width:870px;
    margin:0 auto;
}

#header {
    width:488px;
    margin:15px 0 0 0;
    height:95px;
}

#toolbar-top {
    position:absolute;
    left:50%;
    top:15px;
    margin:0 0 0 260px;
    padding:0;
    width:170px;
}

/* TOP MENU */

#topmenu {
    position:relative;
    top:0;
    left:0;
    height:150px;
    background:#fff url(../images/bg_top_content.jpg) left -95px repeat-x;
    margin:0;
    padding:0;
}

body.homepage #topmenu {
    height:205px;
    background:#fff url(../images/bg_top.jpg) left -95px repeat-x;
}

#topmenu-design {
    position:absolute;
    top:95px;
    left:50%;
    width:832px;
    margin:0 0 0 -416px;
    z-index:900;
}

#headerimage {
    position:relative;
    top:27px;
    left:0;
    margin:0 auto;
    width:834px;
    padding:0;
    height:123px;
}

body.homepage #headerimage {
    height:178px;
}

/* MAIN CONTENT */

#columns {
    clear:both;
    width:832px;
    margin:18px auto 35px auto;
    background:transparent url(../images/strips.gif) 0 0 repeat-y;
    min-height:400px;
}

body.homepage #columns {
    background:none;
}

* html #columns {
    height:400px;
    overflow:visible;
}

#leftmenu {
    width:206px;
    float:left;
    background:transparent;
    padding:0;
    margin:0;
}

#leftmenu div.block {
    background:#e1e3e8;
    padding:0 20px 15px 20px;
    margin:0;
}

#leftmenu div.block2 {
    padding:0;
    margin:0;
}

#leftmenu div.title {
    background:transparent url(../images/teaser_bg.png) 0 0 repeat;
    width:206px;
    height:29px;
    margin:0;
    padding:0 20px;
}

#leftmenu div.text {
    margin:0;
    padding:10px 0 0 0;
    width:176px;
}

#leftmenu div.name {
    font-weight:bold;
    margin:0;
    width:176px;
}

#maincontent {
    margin-left:246px;
    width:580px;
}

#maincontent div.title {
    background: transparent url(../images/stripes_headlines.gif) 0 4px repeat-x; 
}

#maincontent div.homebottom div.title {
    background: transparent url(../images/special_h2_bg.png) top left repeat;
    height:28px;
}

body.homepage #maincontent {
    margin:0;
    padding:162px 0 0 0;
    width:100%;
    position:relative;
}

body.homepage #maincontent .content-view-full {
    background: transparent url(../images/home_teaser.png) top left no-repeat;
    overflow:hidden;
    width:393px;
    padding:0;
    margin:0;
    position:absolute;
    top:-112px;
    left:17px;
    z-index:10;
}

body.homepage #maincontent .attribute-long {
    width:353px;
    margin:0 auto;
    padding:9px 0;
    height:267px;
    font-size:12px;
    line-height:140%;
}

body.homepage #maincontent div.hometop {
    width:45%;
    position:absolute;
    top:0;
    right:0;
}

body.homepage #maincontent div.homemiddle {
    width:30%;
    float:left;
    padding:0;
    margin:0;
}

body.homepage #maincontent div.homemiddle.middle {
    margin:0 5%;
}

* body.homepage #maincontent div.homemiddle.middle {
    margin:0 4%;
}

body.homepage #maincontent div.homebottom {
    width:393px;
}

body.homepage #maincontent div.homebottom.left {
    float:left;
}

body.homepage #maincontent div.homebottom.right {
    float:right;
}

body.homepage #maincontent div.text {
    padding:10px 0;
    margin:0 0 20px 0;
}

body.homepage #maincontent div.homebottom div.text {
    background:#E1E4E7;
    padding:10px 20px;
    width:353px;
}

/* BOTTOM CONTENT */

#toolbar-bottom {
    clear:both;
    height:209px;
    background:#fff url(../images/bg_bottom.jpg) top left repeat-x;
    margin:0 0 3em 0;
}

#footer {
    width:836px;
    margin:0 auto;
    padding:35px 0 0 0;
}

#toolbar-bottom-design {
    width:836px;
    margin:0 auto;
    padding:10px 0 0 0;
}

/*********************************************
    LINKS
*********************************************/

a, a:link, a:visited {
    color:#9E0823;
    text-decoration:underline;
}

a:hover, a:active, a:focus {
    color:#9E0823;
    text-decoration:underline;
}

/* TOP CONTENT */

#toolbar-top a {
    font-size:11px;
    line-height:11px;
    color:#65758C;
    text-decoration:none;
    margin:0;
    padding:0 5px;
    border-left:1px solid #65758C;
}

#toolbar-top a.selected, #toolbar-top a:hover, #toolbar-top a:active, #toolbar-top a:focus {
    color:#9e0823;
}

#toolbar-top a.first {
    padding:0 5px 0 0;
    border:0;
}

/* TOP MENU */

#topmenu-design a {
    font-size:13px;
    color:white;
    font-variant:small-caps;
    text-decoration:none;
}

#topmenu-design a.selected, #topmenu-design a:hover, #topmenu-design a:active, #topmenu-design a:focus {
    color:#9e0823;
}

/* MAIN CONTENT */

#leftmenu a {
    font-size:12px;
    line-height:15px;
    color:#525965;
    font-weight:normal;
    text-decoration:none;
}

#leftmenu ul.sub a {
    font-size:11px;
    line-height:normal;
    color:#9E0823;
    text-decoration:underline;
}

#leftmenu a.current, #leftmenu a:hover, #leftmenu a:active, #leftmenu a:focus {
    color:#9e0823;
}

#leftmenu a.current {
    font-weight:bold;
}

/* BOTTOM CONTENT */

#toolbar-bottom-design a, #toolbar-bottom-design span {
    color:#333;
    text-decoration:none;
    padding:0 5px;
}

#toolbar-bottom-design a.first, #toolbar-bottom-design span.first {
    font-size:10px;
}

#toolbar-bottom-design a.last, #toolbar-bottom-design span.last {}

#toolbar-bottom-design a.print {
    border-left:1px solid #333;
}

/*********************************************
    LISTEN
*********************************************/

ul {
    list-style-image: url(../images/li_square.gif);
    margin: 0.5em 1em 1em 1em;
    padding: 0px 5px;
}

ul.arrow {
    list-style-image:url(../images/li_pfeil.gif);
}

ul.arrow li {
    color:#666;
}


ul.numbered {
    margin: 0.5em 0 1em 1em;
    list-style-type:decimal
}

ul.numbered li, ul.numbered li a{
    color:black;
    font-weight:bold;
    text-decoration:none;
}

ol {
    list-style-type:decimal;
    list-style-position:outside;
    margin: 0.5em 0 1em 1.5em;
    padding: 0 5px;
}

/* TOP MENU */

#topmenu-design ul {
    list-style-image: none;
    list-style-type:none;
    margin:0;
    padding:0 0 0 21px;
    height:26px;
}

#topmenu-design li {
    display:inline;
    margin:0 11px 0 0;
    padding:0 0 0 10px;
    /* background:url(../images/li_channel.gif) center left no-repeat; */ 
    line-height:26px;
    vertical-align:middle;
}

/* MAIN CONTENT */

#leftmenu ul {
    list-style-image:none;
    list-style-type:none;
    padding:0;
    margin:0;
}

#leftmenu ul.leftmenu ul {
    list-style-image: url(../images/li_square.gif);
    margin: 0.5em 1em 1em 1em;
    padding: 0px 5px;
}

#leftmenu ul.leftmenu ul li {
    font-size:0.9em;
    background:none;
    margin:0;
    padding:0;
}

#leftmenu li {
    background:url(../images/navi_0.gif) left 5px no-repeat;
    line-height:15px;
    margin:0 0 7px 0;
    padding:0 0 0 13px; 
}

#leftmenu ul.sub {
    padding:10px 0;
    margin:0;
}

#leftmenu ul.sub li {
    background:none;
    line-height:normal;
    margin:0;
    padding:0; 
}

#maincontent li,
#maincontent ul.sitemap li li {
    margin:0.5em 0;
    padding:0;
    line-height:130%;
}

#maincontent ul.sitemap {
    list-style: none;
    margin: 0.5em 0 1em 0;
    padding: 0;
}

#maincontent ul.sitemap li {
    padding: 0 0 0 12px;
    background: transparent url(../images/pfeil_headline.gif) 0 4px no-repeat;
    font-weight:bold;
}

#maincontent ul.sitemap li li {
    background:none;
    font-weight:normal;
}

/*********************************************
    ÜBERSCHRIFTEN
*********************************************/

h1, h2, h3, h4, h5, h6 {
    color:#9E0823;
    line-height:130%;
    margin:0 0 0.5em 0;
}

h1 {
    font-weight:normal;
    font-size:24px;
}


h2, h3, h4, h5, h6 {
    font-size:11px;
    font-weight:bold;
}

/* MAIN CONTENT */

#leftmenu h2 {
    font-weight:normal;
    line-height:27px;
    font-size:16px;
    margin:0 0 20px 0;
}

#leftmenu div.title h2 {
    font-weight:bold;
    font-size:12px;
    padding: 0 0 0 12px;
    margin:0;
    line-height:29px;
    background: transparent url(../images/teaser_pfeil.gif) 0 12px no-repeat; 
}

#maincontent h2 {
    padding: 0 0 0 12px;
    background: transparent url(../images/pfeil_headline.gif) 0 4px no-repeat; 
}


#maincontent h3.icon {
    padding: 0 0 0 18px;
    background: transparent url(../images/h3.gif) 0 3px no-repeat;
}

#maincontent div.title h1,
#maincontent div.title h2,
#maincontent div.title h3,
#maincontent div.title h4,
#maincontent div.title h5,
#maincontent div.title h6 {
    font-weight:bold;
    line-height:130%;
    color:#9E0823;
    background: white url(../images/pfeil_headline.gif) 0 4px no-repeat;
    display:inline;
    padding: 0 10px 0 12px;
}

#maincontent div.title h1 {
    font-size:16px;
}

#maincontent div.title h2 {
    font-size:15px;
}

#maincontent div.title h3 {
    font-size:14px;
}

#maincontent div.title h4 {
    font-size:13px;
}

#maincontent div.title h5 {
    font-size:12px;
}

#maincontent div.title h6 {
    font-size:11px;
}

body.homepage #maincontent h2 {
    line-height:140%;
    background:none;
    padding:0;
    margin:0 0 30px 0;
    font-size:24px;
    font-weight:normal;
}

body.homepage #maincontent h3 {
    color:#000;
    line-height:normal;
    font-size:16px;
    font-weight:bold;
    margin:0 0 20px 0;
}

body.homepage #maincontent div.title h2 {
    font-size:14px;
    font-weight:bold;
    line-height:130%;
    color:#9E0823;
    background: white url(../images/pfeil_headline.gif) 0 4px no-repeat;
    display:inline;
    padding: 0 10px 0 12px;
}

body.homepage #maincontent div.homebottom div.title h2 {
    background: transparent url(../images/pfeil_headline.gif) 0 4px no-repeat;
    padding:0 0 0 15px;
    margin:0 0 0 15px;
    height:28px;
    line-height:28px;
}

div.bof_submission div.attend h3 {
    color:#000;
    font-weight:normal;
}

div.bof_submission div.working h3 {
    display:none;
}

/*********************************************
    TABELLEN
*********************************************/

th,td {
    text-align:left;
}

th.left, td.left {
    text-align:left;
}

th.center, td.center {
    text-align:center;
}

th.right, td.right {
    text-align:right;
}

.ZMSTable {
    border:0;
    border-collapse: collapse;
    empty-cells:show;
    width: 100%;
    border-bottom: 2px solid #C8CDD2;
    margin-bottom: 1.5em;
}

.ZMSTable caption {
    background: #9E0823;
    color: #FFF;
    font-weight: bold;
    padding:0;
    line-height:10px;
    font-size:8px;
    border-bottom: 1px solid #FFF;
}

.ZMSTable th {
    background: #A4AAB4;
    color: #FFF;
    padding: 5px 10px;
}

.ZMSTable td {
    vertical-align: top;
    padding: 5px 10px;
}

.ZMSTable tr.even {
    background: #E1E3E8;
}

.ZMSTable tr.odd {
  
}

/*********************************************
    MEDIA
*********************************************/

img {
    border:0;
}

#headerimage.multi img {
    display:none;
    position:absolute;
    top:0;
    left:0;
}

div.object-right
{ 
    margin: 3px;
    float: right;
}

div.object-left
{ 
    margin: 3px;
    float: left;
}

div.object-center
{ 
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

div.object-center div.attribute-caption {
    margin:0 auto;
    padding:0;
}

/* GALLERY */

div.content-view-galleryline {
    border: 1px solid #EFEEE9;
    margin: 0 1.25em 1em auto;
    padding: 5px;
    float: left;
}

div.content-navigator, div.class-gallery div.content-view-children {
    margin:1em 0;
}

/*********************************************
    FORMULARE
*********************************************/

/* TOP CONTENT */

#toolbar-top form {
    margin:0;
    width:160px;
    height:23px;
    background: transparent url(../images/search_bg.jpg) left top no-repeat;
    padding:5px 0 0 0;
    position:relative;
    top:10px;
    left:0;
}

#toolbar-top input.searchinput {
    background:#fff;
    border:1px solid #000;
    width:137px;
    margin:0;
    padding:0;
    font-size:11px;
    height:14px;
    line-height:14px;
    position:absolute;
    left:0;
    top:0;
}

#toolbar-top input.searchimage {
    width:23px;
    height:16px;
    margin:0;
    padding:0;
    background:transparent url(../images/search_button.gif) center bottom no-repeat;
    position:absolute;
    right:0;
    top:0;
}

form.newsletter {
    margin:1em 0;
    padding:0;
    position:relative;
    width:250px;
    height:33px;
    background: transparent url(../images/newsletter_bg.gif) top left no-repeat; 
}

form.newsletter .email input {
    position:absolute;
    top:4px;
    left:4px;
    margin:0;
    padding:0;
    border:0;
    color:#65758C;
    font-size:16px;
    height:20px;
    line-height:20px;
    width:165px;
    background:transparent; 
}

form.newsletter input.submit {
    width:79px;
    height:26px;
    margin:0;
    padding:0;
    background:transparent url(../images/newsletter_button.gif) center bottom no-repeat;
    position:absolute;
    right:0;
    top:0;
}

div.bof_submission {
    background:transparent url(../images/bof_form_bottom.jpg) left bottom no-repeat;
    padding:0 0 14px 0;
    width:560px;
}

div.bof_submission form {
    background:transparent url(../images/bof_form.jpg) left top repeat-y;
    padding:1em;
}

div.bof_submission label {
    display:block;
}

div.bof_submission div.attend label,
div.bof_submission div.working label {
    display:inline;
}

div.bof_submission div.input {
    background:transparent url(../images/bof_input.jpg) left top no-repeat;
    width:366px;
    height:33px;
    padding:5px 8px 0 5px;
}

div.bof_submission input {
    background:transparent;
    width:353px;
    height:28px;
    border:0;
    padding:0;
}

div.bof_submission div.action {
    background:transparent url(../images/bof_submit.jpg) left top no-repeat;
    width:225px;
    height:33px;
    padding:0 8px 7px 0;
}

div.bof_submission div.press_action {
    background:transparent url(../images/Submit_now_large.jpg) left top no-repeat;
    width:172px;
    height:32px;
    padding:0 8px 7px 0;
}

div.bof_submission div.action input.defaultbutton {
    background:transparent;
    width:217px;
    height:26px;
}

div.bof_submission div.textarea {
    background:transparent url(../images/bof_textarea.jpg) left top no-repeat;
    width:366px;
    height:71px;
    padding:5px 8px 5px 5px;
}

div.bof_submission textarea {
    background:transparent;
    width:353px;
    height:61px;
    border:0;
    padding:0;
}

/*********************************************
    ABSÄTZE
*********************************************/

p {
    margin:0 0 1em 0;
}

th p, td p {
    margin:0;
    padding:0;
}

body.homepage #maincontent .attribute-long p:first-child {
    font-size:11px;
}

p.smalltext {
    font-size: 0.8em;
}

p.textred {
    color: red;
}

/*********************************************
    HR
*********************************************/

hr {
    margin: 1em 0;
    height:3px;
    background: transparent url(../images/stripes_headlines.gif) 0 0 repeat-x;
    border:none;
}

/*********************************************
    CLASSES
*********************************************/

.hide {
    display:none;
}

.break {
    clear:both;
    height:1px;
}

