/*=======================================*\
|| Standard stylable for all Typo3 Sites ||
\*=======================================*/
body{
  font-size: 12px;
  background-image: url(hb.gif);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #ebe9dc;
  margin-left:15px;
}
/*
|| LAYOUT CONTAINER
*/
#pagewidth{     width:970px;}
#leftcol {      width:270px;}
#twocols {      width:700px; margin-top: 10px;}
#maincol {      width:699px;}
#rightcol{      width:0px; display: none;}

#header{        height: 350px; background-color: #2a2a12;}
#footer{        height: 40px;}

/* margins */
div#pagewidth{
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 8px;
  background-color: #bbb287;
}

div#footer{
  margin-top: 20px;
}

div#footertext{
  margin-top: 4px;
}

h1.title,
img#headerimg,
h1.parentpagetitle,
div.csc-frame{
}

/*
|| CONTENT ELEMENT FRAMES
|| This elements can be selected in:
|| BE => Pagecontent => Section "Type" => field "Frame"
*/

div.csc-frame-1col{
  clear: both;
  padding-bottom: 8px;
  margin-bottom: 12px;
  background-image: url(inhalt-kasten-1.gif);
  background-repeat: repeat-y;
  display: block;
  width: 657px;
}

div.csc-frame-1-2-col{
  padding-bottom: 8px;
  margin-bottom: 12px;
  background-image: url(inhalt-kasten-2.gif);
  background-repeat: repeat-y;
  width: 326px;
  float: left;
  margin-right: 5px;
  clear: left;
}

div.csc-frame-2-2-col{
  padding-bottom: 8px;
  margin-bottom: 12px;
  background-image: url(kasten-3.gif);
  background-repeat: repeat-y;
  width: 326px;
  float: left;
}

div.csc-frame-1col div.csc-header{
  clear: both;
  background-image: url(kopf-kasten-1.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  display: block;
  width: 657px;
  height: 42px;
  padding-top: 3px;
}

div.csc-frame-1-2-col div.csc-header{
  background-image: url(inhalt-kasten-2.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  display: block;
  width: 326px;
  height: 25px;
  padding-top: 3px;
}

div.csc-frame-2-2-col div.csc-header{
  clear: both;
  background-image: url(kopf-kasten-2.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  display: block;
  width: 326px;
  height: 25px;
  padding-top: 3px;
}

div.csc-header h1{
  margin-left: 10px;
}

div.csc-frame-1col p,
div.csc-frame-1-2-col p,
div.csc-frame-2-2-col p{
  margin-left: 10px;
  padding-top: 4px;
}

/*
|| content elements
*/
h1.title{
  font-family: Helvetica;
  font-size: 20px;
  font-weight: 100;
  color: #000000;
  margin-top: 8px;
  margin-left: 10px;
}

img#contentheader{
  margin-left: 8px;
}

div#maincol div.csc-header h1,
div#maincol h1{
  font-size: 14px;
  color: #000000;
}

div#maincol h2{
  font-size: 18px;
  color: #000000;
}

div#maincol div.csc-frame-1-2-col div.csc-header h1,
div#maincol div.csc-frame-2-2-col div.csc-header h1{
  font-size: 12px;
  margin-top: 3px;
}

div#maincol p,
div#maincol td,
div#maincol li,
div#maincol label{
  color: #000000;
}

/*
|| footer styles
*/

div#footer{
  background-image: url(seitenabschluss_new.gif);
  background-repeat: no-repeat;
  padding-left: 3px;
}

div#footertext a{
  font-size: 10px;
  color: #000000;
  float: left;
  text-decoration: none;
}

div#footertext a:hover{
  text-decoration: underline;
}

/* special css for kosten-page, saerge & urnen buttons */

div#maincol div.csc-frame p.bodytext a.button-saerge{
  margin-left: -8px;
}

div#maincol div.csc-frame p.bodytext a.button-saerge:link,
div#maincol div.csc-frame p.bodytext a.button-saerge:visited,
div#maincol div.csc-frame p.bodytext a.button-saerge:active,
div#maincol div.csc-frame p.bodytext a.button-urnen:link,
div#maincol div.csc-frame p.bodytext a.button-urnen:visited,
div#maincol div.csc-frame p.bodytext a.button-urnen:active{
  background-image: url(button-sarg1.jpg);
  background-repeat: no-repeat;
  display: block;
  height: 36px;
  width: 282px;
  padding-top: 20px;
  font-size: 24px;
  font-weight: bold;
  padding-left: 40px;
  padding-top: 140px;
  text-decoration: none;
  float: left;
  margin-bottom: 16px;
}

div#maincol div.csc-frame p.bodytext a.button-urnen:link,
div#maincol div.csc-frame p.bodytext a.button-urnen:visited,
div#maincol div.csc-frame p.bodytext a.button-urnen:active{
  background-image: url(button-urne1.jpg);
}

div#maincol div.csc-frame p.bodytext a.button-saerge:hover,
div#maincol div.csc-frame p.bodytext a.button-saerge:focus{
  background-image: url(button-sarg2.jpg);
}

div#maincol div.csc-frame p.bodytext a.button-urnen:hover,
div#maincol div.csc-frame p.bodytext a.button-urnen:focus{
  background-image: url(button-urne2.jpg);
}

/* special for left navigation buttons saerge and urnen */
ul#menu li.item-urne,
ul#menu li.item-sarg{
  height: 129px;
}

ul#menu li.item-sarg a:link,
ul#menu li.item-sarg a:visited,
ul#menu li.item-sarg a:active,
ul#menu li.item-urne a:link,
ul#menu li.item-urne a:visited,
ul#menu li.item-urne a:active{
  background-image: url(nav-sarg1.jpg);
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding-top: 103px;
  height: 24px;
}

ul#menu li.item-urne a:link,
ul#menu li.item-urne a:visited,
ul#menu li.item-urne a:active{
  background-image: url(nav-urne1.jpg);
}

ul#menu li.item-sarg a:hover,
ul#menu li.item-sarg a:focus{
  background-image: url(nav-sarg2.jpg);
}

ul#menu li.item-urne a:hover,
ul#menu li.item-urne a:focus{
  background-image: url(nav-urne2.jpg);
}
