/* reset-fonts version 2.5.1 vom 19.3.08 (neue Werte) */

/*

<div id="main">
    <div id="langchoose"></div>
    <div id="quicklinks"></div>
      <div id="header">
        <div id="headleft">
          <div id="logo"></div>
          <div id="navi-main"></div>
        </div>
        <div id="headright">
          <div id="imagemenu"></div>
        </div>
      </div>
      <div id="content">
        <div id="breadcrumb"></div>
        <div id="leftside">
          <div id="navi-sub"></div>
        </div>
        <div id="rightside">
          <div id="content-text"></div>
        </div>
      </div>
  </div>
  
*/

body, html {
    height: 100%;
    background-color: #f8f0d8;
    background-image : url(/fileadmin/layouts/main/public/gfx/bodybg-x.jpg);
    background-repeat : repeat-x;
}
body {
    margin: 0;
    font-family: Georgia,Times New Roman,Serif;
    width: 100%;
}

#main {
    width: 972px;
    margin: 0 auto;
}

#top {
    width: 972px;
    height: 144px;
    float: left;
}

#langchoose {
    width: 324px;
    height: 144px;
    float: left;
}

#langchoose .tx-srlanguagemenu-pi1 { 
    margin-top: 50px;
    margin-left: 13px;
}

#quicklinks {
    width: 324px;
    height: 144px;
    float: left;
}

#quick {
    float: right;
}

#quick li {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

#quick li a {
    display: block;
    line-height: 30px;
    font-size: 85%;
    color: #f1da8e;
    text-decoration: none; 
}

#header {
    border-right: 1px solid #f1da8e;
    margin-top: 2px;
    width: 972px;
    height: 250px;
    float: left;
}

#headleft {
    background-image : url(/fileadmin/layouts/main/public/gfx/header-left-bg.jpg);
    background-repeat : no-repeat;
    width: 252px;
    height: 250px;
    float: left;
}

#logo {
    width: 324px;
    height: 144px;
    float: left;
}

#navi-main {
    margin-top: 50px;
    width: 250px;
    height: 150px;
    float: left;
}

#navi-main li {
    width: 250px;
    line-height: 30px;
    float: left;
}

#navi-main li.act a {
    padding-left: 18px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    display: block;
}

#navi-main li.no a {
    padding-left: 18px;
    text-decoration: none;
    color: #f1da8e;
    display: block;
}

#headright {
    width: 720px;
    height: 250px;
    float: left;
}

#imagemenu {
    border-left: 1px solid #f1da8e;
    width: 720px;
    height: 250px;
    position: absolute;
    z-index: 500;
    margin-top: -50px;
}

#content {
    margin-top: 35px;
    width: 972px;
    float: left;
}

#leftside {
    line-height: 30px;
    width: 250px;
    float: left;
}

#navi-sub {
    width: 250px;
    float: left;
}

#navi-sub .lev1 li.act a {
    border-bottom: 1px solid #4c0d16;
    padding-left: 18px;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    display: block;
}

#navi-sub .lev1 li.no a {
    border-bottom: none;
    padding-left: 18px;
    text-decoration: none;
    color: #666;
    display: block;
}

#navi-sub .lev2 li.act a {
    border-bottom: none;
    padding-left: 28px;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    display: block;
}

#navi-sub .lev2 li.no a {
    padding-left: 28px;
    text-decoration: none;
    font-weight: normal;
    color: #666;
    display: block;
}

#rightside {
    width: 722px;
    float: left;
}

#content-text {
    padding: 0px 30px 20px 30px;
    width: 662px;
    float: left;
    line-height: 1.6em;
}

#content-text p.bodytext {
    color: #666;
    margin: 25px 20px 30px 20px;
}

/*  Überschriften */

h1 {
font-variant:small-caps; 
margin: 0px 0px 30px 0px;
font-size:160%;
font-weight: bold;
font-style: oblique;
color: #860015;
}

h2 { 
margin: 10px 0px 10px 0px;
font-size:120%;
font-weight: bold;
}

strong, bold {
   font-weight: bold;
}
italic, em {
   font-style: italic;
}
