#main, table
{
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 24px;
	font-style: normal;
}

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li
{
	margin: 0;
	padding: 0;
	font-size: 10px;
}

body
{
	margin: 0 auto;
	padding: 0;
	color: #473A24;
	background-color: #CFCCAF;
	background-image: url(images/Bottom_texture.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: top left;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

.postcontent,
.postcontent li,
.postcontent table,
.postcontent a,
.postcontent a:link,
.postcontent a:visited,
.postcontent a.visited,
.postcontent a:hover,
.postcontent a.hovered
{
	font-family: Georgia, "Times New Roman", Times, Serif;
	text-align: justify;
	color: #000000;
	font-size: 16px;
}

.postcontent p
{
	margin: 0px 0 1px 0;
	font-size: 14px;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
{
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 24px;
	font-style: normal;
	color: #551621;
}

.postcontent a
{
  text-decoration: none;
  color: #A92D42;
}

.postcontent a:link
{
  text-decoration: none;
  color: #A92D42;
}

.postcontent a:visited, .postcontent a.visited
{

  color: #6F562F;
}

.postcontent  a:hover, .postcontent a.hover
{
	text-decoration: underline;
	color: #123274;
}


.postcontent h1
{
   margin: 21px 0 21px 0;
   color: #7D2130;

}

.postcontent h2
{
	color: #123274;
	font-size: 16px;
	margin: 0px;
}

.postcontent h3
{
   margin: 19px 0 19px 0;
  color: #6F562F;
  font-size: 19px;
}

.postcontent h4
{
	color: #2F2718;
	font-size: 16px;
	margin-top: auto;
	margin-right: 0;
	margin-bottom: auto;
	margin-left: 0;
}

.postcontent h5
{
	margin: 10px 0 5px 0;
	color: #990000;
	font-size: 22px;
}

.postcontent h6
{
   margin: 10px 0 10px 0;
   color: #2F2718;
   font-size: 11px;
}
.postcontent-home{
	float: right;
	padding-left: 0px;
	padding-top: 0px;
}


ul
{
  list-style-type: none;
}

ol
{
  list-style-position: inside;
}
.laufschrift{
	font-size: 25px;
	color: #990000;
}


#main
{
	/* [disabled]position: relative; */
	width: 100%;
	left: 0;
	top: 0;
	cursor: default;
	font-size: 10px;
}


#page-background-middle-texture
{
	position: absolute;
	background-image: url('images/Middle_texture.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	background-attachment: scroll;
	width: 100%;
	min-height: 100%;
	overflow: visible;
  
}
.page-texture-red{
	position: absolute;
	background-image: url('images/hg-red.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	background-attachment: fixed;
	width: auto;
	height: 110px;
	overflow: visible;
}

.page-texture-black{
	position: absolute;
	background-image: url(images/post_c.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 110px;
	width: 100%;
	height: 30px;
	overflow: visible;
}


.cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1px;
}

form
{
  padding: 0 !important;
  margin: 0 !important;
}

table.position
{
  position: relative;
  width: 100%;
  table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.sheet
{
  position: relative;
  margin: 0 auto;
  min-width: 35px;
  min-height: 35px;

}

.sheet-body
{
	position: static;
	padding: 6px;
}

.sheet-tr, .sheet-tl, .sheet-br, .sheet-bl, .sheet-tc, .sheet-bc,.sheet-cr, .sheet-cl
{
  position: absolute;
}

.sheet-tr, .sheet-tl, .sheet-br, .sheet-bl
{
  width: 46px;
  height: 46px;
  background-image: url('images/sheet_s.png');
}

.sheet-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 23px, 23px, auto);
}

.sheet-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 23px, 23px);
}

.sheet-bl
{
  bottom: 0;
  left: 0;
  clip: rect(23px, 23px, auto, auto);
}

.sheet-br
{
  bottom: 0;
  right: 0;
  clip: rect(23px, auto, auto, 23px);
}

.sheet-tc, .sheet-bc
{
  left: 23px;
  right: 23px;
  height: 46px;
  background-image: url('images/sheet_h.png');
}

.sheet-tc
{
  top: 0;
  clip: rect(auto, auto, 23px, auto);
}

.sheet-bc
{
  bottom: 0;
  clip: rect(23px, auto, auto, auto);
}

.sheet-cr, .sheet-cl
{
  top: 23px;
  bottom: 23px;
  width: 46px;
  background-image: url('images/sheet_v.png');
}

.sheet-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 23px);
}

.sheet-cl
{
  left: 0;
  clip: rect(auto, 23px, auto, auto);
}

.sheet-cc
{
	position: absolute;
	top: 122px;
	left: 328px;
	right: 23px;
	bottom: 23px;
	background-color: #EBE1D1;
	width: 396px;
	height: 345px;
}

.sheet
{
	top: -6px !important;
	margin-bottom: -6px !important;
	cursor: auto;
	width: 900px;
	font-weight: normal;
	font-variant: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}


/* end Box, Sheet */

/* begin Header */
div.header
{
	position: relative;
	width: 100%;
	height: 144px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}


div.header-center
{
	position: relative;
	width: 888px;
	left: 50%;
}



div.header-jpeg
{
	position: relative;
	width: 2400px;
	height: 110px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	visibility: visible;
	z-index: 0;
	left: -1200px;
}

div.headerimage{
	position: relative;
	width: 888px;
	height: 588px;
	background-image: url(images/REZ-GBT.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
}

.ordinationimage{
	position: relative;
	width: 888px;
	height: 591px;
	/* background-image: url('images/zahnarzt_seiersberg_praxis_startseite.jpg'); */
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(images/REZ-GBT.jpg);
	background-attachment: scroll;
	border: solid 3px #D9C5A6;
}


/* end Header */

/* begin Logo */
div.logo
{
  display: block;
  position: absolute;
  left: 50%;
  margin-left: 180px;
  top: 80px;
  width: 181px;
}


h2.logo-text, 
h2.logo-text a,
h2.logo-text a:link,
h2.logo-text a:visited,
h2.logo-text a:hover
{
	font-style: italic;
	font-weight: normal;
	font-size: 19px;
	padding: 0;
	margin: 0;
	color: #FFFFFF !important;
}

h2.logo-text
{
  display: block;
  text-align: left;
}
/* end Logo */

/* begin Menu */
/* menu structure */

.menu a, .menu a:link, .menu a:visited, .menu a:hover
{
    outline: none;
}

.menu, .menu ul
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block;
}

.menu li
{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  background: none;
}

.menu li:hover
{
  z-index: 10000;
  white-space: normal;
}

.menu li li
{
  float: none;
}

.menu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background: none;
}

.menu li:hover>ul
{
  visibility: visible;
  top: 100%;
}

.menu li li:hover>ul
{
  top: 0;
  left: 100%;
}

.menu:after, .menu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.menu, .menu ul
{
  min-height: 0;
}

.menu ul
{
  background-image: url('images/spacer.gif');
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}

.menu ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}




/* menu structure */

.menu
{
  padding: 12px 6px 0 6px;
}

.nav
{
  position: relative;
  min-height: 42px;
  z-index: 100;
}

.nav .l, .nav .r
{
  position: absolute;
  z-index: -1;
  top: 0;
  height: 100%;
  background-image: url('images/nav.png');
}

.nav .l
{
  left: 0;
  right: 0;
}

.nav .r
{
  right: 0;
  width: 888px;
  clip: rect(auto, auto, auto, 888px);
}


/* end Menu */

/* begin MenuItem */
.menu a
{
  position: relative;
  display: block;
  overflow: hidden;
  height: 30px;
  cursor: pointer;
  text-decoration: none;
}


.menu ul li
{
    margin:0;
    clear: both;
}


.menu a .r, .menu a .l
{
  position: absolute;
  display: block;
  top: 0;
  z-index: -1;
  height: 100px;
  background-image: url('images/menuitem.png');
}

.menu a .l
{
  left: 0;
  right: 7px;
}

.menu a .r
{
	width: 91px;
	right: 3px;
	clip: rect(auto, auto, auto, 407px);
}

.menu a .t, .menu ul a, .menu a, .menu a:link, .menu a:visited, .menu a:hover
{
  font-style: normal;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
}

.menu a .t
{
  color: #332A1A;
  padding: 0 16px;
  margin: 0 7px;
  line-height: 30px;
  text-align: center;
}

.menu a:hover .l, .menu a:hover .r
{
  top: -35px;
}

.menu li:hover>a .l, .menu li:hover>a .r
{
  top: -35px;
}

.menu li:hover a .l, .menu li:hover a .r
{
  top: -35px;
}
.menu a:hover .t
{
  color: #44351D;
}

.menu li:hover a .t
{
  color: #44351D;
}

.menu li:hover>a .t
{
  color: #44351D;
}


.menu a.active .l, .menu a.active .r
{
	top: 0px;
}

.menu a.active .t
{
  color: #4D141E;
}
/* end MenuItem */

/* begin MenuSeparator */
.menu .menu-li-separator
{
  display: block;
  width: 0;
  height:30px;
}
/* end MenuSeparator */


/* begin Layout */
.content-layout
{
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  background-color: Transparent;
  border: none !important;
  padding:0 !important;
}
.layout-cell, .content-layout-row
{
	background-color: Transparent;
	vertical-align: top;
	text-align: left;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	font-weight: normal;
	font-size: 10px;
}
.content-layout .content-layout{width: auto;margin:0;}
.content-layout .layout-cell, .content-layout .layout-cell .content-layout .layout-cell{display: table-cell;}
.layout-cell .layout-cell{display: block;}
.content-layout-row {display: table-row;}
.layout-glare{position:relative;}

.layout-cell-oeff{
     display: table-cell;
     width: 590px;
     float: left;
}
.layout-cell-kont{
     display: table-cell;
     width: 290px;
     float: right;
}
.layout-cell-leistung{
    display: table-cell;
     width: 300px;
     float: left;
}
.layout-cell-beschreib{
     display: table-cell;
     width: 580px;
     float: right;
}


/* end Layout */

/* begin Box, Block */
.block
{
  position: relative;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.block-body
{
  position: relative;
  padding: 5px;
}


.block
{
  margin: 10px;
}

/* end Box, Block */

/* begin Box, BlockContent */
.blockcontent
{
  position: relative;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.blockcontent-body
{
  position: relative;
  padding: 0;
}


.blockcontent-body, 
.blockcontent-body li, 
.blockcontent-body a,
.blockcontent-body a:link,
.blockcontent-body a:visited,
.blockcontent-body a:hover
{
  color: #000000;
  font-family: Georgia, "Times New Roman", Times, Serif;
  font-size: 13px;
}

.blockcontent-body p
{
  margin: 6px 0 6px 0;
}

.blockcontent-body a
{
  color: #6B542E;

}

.blockcontent-body a:link
{
  color: #6B542E;

}

.blockcontent-body a:visited, .blockcontent-body a.visited
{
  color: #B38B4C;
  text-decoration: none;
}

.blockcontent-body a:hover, .blockcontent-body a.hover
{
  color: #A12B3F;
  text-decoration: none;

}

.blockcontent-body ul li
{
  line-height: 125%;    
  color: #8E7548;

  padding: 0 0 0 12px;
  background-image: url('images/blockcontentbullets.png');
  background-repeat: no-repeat;
}/* end Box, BlockContent */

/* begin Button */
.button-wrapper a.button,
.button-wrapper a.button:link,
.button-wrapper input.button,
.button-wrapper button.button
{
  text-decoration: none;
  font-family: Georgia, "Times New Roman", Times, Serif;
  font-size: 13px;
  position:relative;
  top:0;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  color: #ECE5DA !important;
  width: auto;
  outline: none;
  border: none;
  background: none;
  line-height: 32px;
  height: 32px;
  margin: 0 !important;
  padding: 0 16px !important;
  overflow: visible;
  cursor: default;
}

.button img, .button-wrapper img
{
  margin: 0;
  vertical-align: middle;
}

.button-wrapper
{
  vertical-align: middle;
  display: inline-block;
  position: relative;
  height: 32px;
  overflow: hidden;
  white-space: nowrap;
  width: auto;
  margin: 0;
  padding: 0;
  z-index: 0;
}

.firefox2 .button-wrapper
{
  display: block;
  float: left;
}

input, select, textarea
{
  vertical-align: middle;
  font-family: Georgia, "Times New Roman", Times, Serif;
  font-size: 13px;
}

.block select 
{
    width:96%;
}

.button-wrapper.hover .button, .button-wrapper.hover a.button:link, .button:hover
{
  color: #F1CBD1 !important;
  text-decoration: none !important;
}

.button-wrapper.active .button, .button-wrapper.active a.button:link
{
  color: #EBE1D1 !important;
}

.button-wrapper .button-l, .button-wrapper .button-r
{
  display: block;
  position: absolute;
  height: 106px;
  margin: 0;
  padding: 0;
  background-image: url('images/button.png');
}

.button-wrapper .button-l
{
  left: 0;
  right: 10px;
}

.button-wrapper .button-r
{
  width: 409px;
  right: 0;
  clip: rect(auto, auto, auto, 399px);
}

.button-wrapper.hover .button-l, .button-wrapper.hover .button-r
{
  top: -37px;
}

.button-wrapper.active .button-l, .button-wrapper.active .button-r
{
  top: -74px;
}

.button-wrapper input
{
  float: none !important;
}
/* end Button */

/* begin Box, Post */
.post
{
  position: relative;
  margin: 0 auto;
  min-width: 35px;
  min-height: 35px;
}

.post-body
{
	position: relative;
	padding: 14px;
}

.post-tr, .post-tl, .post-br, .post-bl, .post-tc, .post-bc,.post-cr, .post-cl
{
  position: absolute;
}

.post-tr, .post-tl, .post-br, .post-bl
{
  width: 46px;
  height: 46px;
  background-image: url('images/post_sr.png');
}

.post-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 23px, 23px, auto);
}

.post-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 23px, 23px);
}

.post-bl
{
  bottom: 0;
  left: 0;
  clip: rect(23px, 23px, auto, auto);
}

.post-br
{
  bottom: 0;
  right: 0;
  clip: rect(23px, auto, auto, 23px);
}

.post-tc, .post-bc
{
	left: 23px;
	right: 23px;
	height: 46px;
	background-image: url('images/post_hr.png');
}

.post-tc
{
  top: 0;
  clip: rect(auto, auto, 23px, auto);
}

.post-bc
{
	bottom: 0px;
	clip: rect(23px, auto, auto, auto);
}

.post-cr, .post-cl
{
  top: 23px;
  bottom: 23px;
  width: 46px;
  background-image: url('images/post_vr.png');
}

.post-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 23px);
}

.post-cl
{
  left: 0;
  clip: rect(auto, 23px, auto, auto);
}

.post-cc
{
	position: absolute;
	top: 10px;
	left: 22px;
	right: 23px;
	bottom: 23px;
	background-color: #F3EDE2;
}

.post
{
 margin: 10px 5px 5px;
}

a img
{
  border: 0;
}

.article img, img.article
{
	border: solid 3px #D9C5A6;
	margin: 1px;
}

.metadata-icons img
{
  border: none;
  vertical-align: middle;
  margin: 2px;
}

.article table, table.article
{
  border-collapse: collapse;
  margin: 1px;
}

.article th, .article td
{
	padding: 2px;
	border: solid 2px #BF9E69;
	vertical-align: top;
	text-align: left;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.article th
{
  text-align: center;
  vertical-align: middle;
  padding: 7px;
}

pre
{
  overflow: auto;
  padding: 0.1em;
  float:left;
}

/* end Box, Post */

/* begin PostHeaderIcon */
h2.postheader
{
  color: #123274;
  margin: 5px 0 5px 0;
}

h2.postheader, 
h2.postheader a, 
h2.postheader a:link, 
h2.postheader a:visited,
h2.postheader a.visited,
h2.postheader a:hover,
h2.postheader a.hovered
{
	font-size: 36px;
	text-align: left;
	color: #123274;
}

h2.postheader a, h2.postheader a:link
{
  text-align: left;
  text-decoration: none;
  color: #8D2537;
}

h2.postheader a:visited, h2.postheader a.visited
{

  color: #7D6236;
}


h2.postheader a:hover,  h2.postheader a.hovered
{


  color: #7D2130;
}

/* end PostHeaderIcon */

/* begin PostBullets */
.post ol, .post ul
{
  margin: 1em 0 1em 2em;
  padding: 0;
}

.post li
{
  font-size: 13px;
}

.post li ol, .post li ul
{
  margin: 0.5em 0 0.5em 2em;
  padding: 0;
}

.post li
{
  color: #000000; 

  padding: 0;
}


.post li
{
  padding: 0 0 0 18px;
}

.post ol>li
{
  background: none;
  padding-left: 0;/* overrides overflow for "ul li" and sets the default value */
  overflow: visible;
}

.post ul>li
{
  background-image: url('images/postbullets.png');
  background-repeat: no-repeat;
  padding-left: 18px;/* makes "ul li" not to align behind the image if they are in the same line */
  overflow-x: visible;
  overflow-y: hidden;
}


/* end PostBullets */

/* begin PostQuote */
.postcontent blockquote,
.postcontent blockquote a,
.postcontent blockquote a:link,
.postcontent blockquote a:visited,
.postcontent blockquote a:hover
{
  color: #140508;
  font-style: italic;
  font-weight: normal;
}

.postcontent blockquote p
{
   margin: 2px 0 2px 15px;
}

.postcontent blockquote
{
	border: solid 0 #D9C5A6;
	margin: 10px 10px 10px 50px;
	padding: 4px 4px 4px 32px;
	background-color: #5cc8d6;
	background-image: url('images/postquote.png');
	background-position: left top;
	background-repeat: no-repeat;/* makes blockquote not to align behind the image if they are in the same line */
	overflow: auto;
}

/* end PostQuote */

/* begin Footer */
.footer
{
  position: relative;
  overflow: hidden;
  width: 100%;
}


.footer-body
{
    position:relative;
    padding: 5px;
}

.footer-body .rss-tag-icon
{
  position: absolute;
  left:   6px;
  bottom:5px;
  z-index:1;
}

.rss-tag-icon
{
  display: block;
  background-image: url('images/rssicon.png');
  background-position: center right;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  cursor: default;
}

.footer-text p
{
  padding:0;
  margin:0;
}

.footer,
.footer a,
.footer a:link,
.footer a:visited,
.footer a:hover
{
	color: #2C2416;
	font-size: 16px;
}

.footer-text
{
	min-height: 32px;
	padding: 0 10px 0 10px;
	font-weight: normal;
	font-size: 10px;
	font-style: normal;

}

.footer,
.footer-text,
.footer p
{
	text-align: right;
	font-style: italic;
}

.footer a,
.footer a:link
{
  color: #8F703D;
  text-decoration: none;
}

.footer a:visited
{
  color: #6B542E;

}

.footer a:hover
{
	color: #886F44;
	text-decoration: underline;
	text-align: right;
}
/* end Footer */

/* begin PageFooter */
.page-footer,
.page-footer a,
.page-footer a:link,
.page-footer a:visited,
.page-footer a:hover
{
  font-family: Arial;
  font-size: 10px;
  letter-spacing: normal;
  word-spacing: normal;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
  color: #886F44;
}

.page-footer
{
  margin: 1em;
  text-align: center;
  text-decoration: none;
  color: #665333;
}
.page-footer-kontakt
{
  position: relative;
  left: 50%;
  margin-left: -440px;
  margin-top: 10px;
  width: 890px;
}
.page-footer-kontaktinfo{
  width: 250px;
  float:left
}


.page-footer-kontakt a,
.page-footer-kontakt a:link,
.page-footer-kontakt a:visited,
.page-footer-kontakt a:hover{
  font-family: Arial;
  font-size: 10px;
  letter-spacing: normal;
  word-spacing: normal;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
  color: #886F44;

}

.page-footer_sitemap a,
.page-footer_sitemap a:link,
.page-footer_sitemap a:visited,
.page-footer_sitemap a:hover{
	/* [disabled]font-family: Arial; */
	font-size: 10px;
	letter-spacing: normal;
	word-spacing: normal;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #886F44;

}
.page-footer_sitemap{
  width: auto;
  float: right;
  margin-right: 10px;
}


/* end PageFooter */

/* begin LayoutCell, content */




.content-layout .content .block
{
  background-color: #FFFFFF;
}
/* end LayoutCell, content */




.overview-table .layout-cell
{
    width:33%;
}


.overview-table-inner
{
    margin:10px;
}

table.table
{
    width:100%;
    border-collapse:collapse;
    table-layout:fixed;
    text-align:left;
    vertical-align:top;
}

table.table, table.table tr, table.table td
{
    border:none;
    margin:0;
    padding:0;
    background-color:Transparent;
}

img.image
{
    margin:0;
    padding:0;
    border:none;
}
.sheet .sheet-body .content-layout .content-layout-row .footer .footer-body .footer-text .header strong var {
	font-family: Georgia, Times New Roman, Times, serif;
}
.sheet .sheet-body .content-layout .content-layout-row .footer .footer-body .footer-text .header strong var {
	font-family: Georgia, Times New Roman, Times, serif;
}
.sheet .sheet-body .content-layout .content-layout-row .footer .footer-body .footer-text .header strong var {
	font-family: Verdana, Geneva, sans-serif;
}
