

/*Barrierefreiheit*/
.hidden {
	position: absolute;
	left: -50000px;
	top:0;
}


/*Formatierung*/
*, body {
	margin:0;
	padding:0;
}

img
{ border:0;}

.bold {
	font-weight: bold;
}

.italic {
font-style: italic;
}

.center {
  text-align: center;
}

.error {
  font-weight: bold;
  color: red;
}

.confirm {
    font-weight: bold;
  color: green;
}



/*Float und Position*/

.left {
	float: left;
}

.right {
	float: right;
}
.clear {
	clear: both;
}

/*Sefrengo*/

.flex2_edit {
	display: block;
	border: 1px dashed red;
	background-color: #FFAAAA;
}

#popmenu {
  border: 1px;
  text-align: center;
}


#beta-badge {
  position: absolute; right: -60px; top: -90px; z-index: 20;
  width: 9.2em;
  height: 9.2em;
}



/*Tags*/

body {
  background:  url(bg.jpg) #C11B1B repeat-x ;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 62.5%; /* Resets 1em to 10px */
}

a {
  color: #631717;
}

a.shoot-link {
  cursor: url('http://www.postner.de/design/bullet/crosshair.cur'), crosshair; 
}


a:hover {
  color: #F9B700;
  text-decoration: none;
}

a.no-shoot {
  cursor: pointer;
}



ul {
  margin-left: 3em;
}




/*Headlines*/

h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, Times New Roman,Times,serif ;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  color: #631717;
}


h1 {

  font-weight: normal;
  padding:0;
  margin:0;
  margin-top: 1.8em;
  margin-left: 0.8em;
  font-size: 3.5em;
  color: #F9B700;
  position: relative;
  float: left;
}
h1 span{
  display: block;
  font-size: 0.5em;
}

h2 {
  font-size: 1.7em;
  margin-top: 1em;

}
h4 {
  font-size: 0.9em;
  margin:0;
    margin-top: 0.5em;
}



/*Structure*/

#main {
  margin: 0 auto 0 auto;
  width: 95.5em;
  position: relative;
}

#servicearea {
  text-align: right;
  margin-top: 0.7em;
  color: #ffffff;
  font-weight: bold;
  font-size: 1em;
  position: absolute;
  top:0;
  left:0;
  width: 100%;
}

#servicearea #moreinformation {
  position: absolute;
  left: 20em;
}


#logo {
  position: relative;
  float: left;
  margin-left: 1em;
}
#logo img {
  width: 21.6em;
  height:24.3em;
}


#contentarea {
  width: 69em;
  position: relative;
  float: left;
  margin-top: -7em;
  margin-left: 23em;
  z-index: 3;
}

#inner-content {
    margin-right: 30px;
  padding-top:0.5em;
  font-size: 1.3em;
  line-height: 1.7em;
  position: relative;
  z-index: 10;
  background-color: #fff;
}




.box-left {
  position: relative;

  left: -30px;
  background: url(/design/content-repeat.png) repeat-y left;

}
.box-right {
position: relative;
right: -30px;

  background: url(content-repeat.png) repeat-y right;

}

.box-top {
  position: absolute;
  top:-25px;
  left:0;
  height: 30px;
  width: 100%;
  background: url(contentboxobenunten.png) repeat-x top;
  z-index:4;
}

.box-top .left {
  position: absolute;
  top:0px;
  left:-30px;
  height: 30px;
  width:30px;
  background: url(/design/contentbox.png) no-repeat left top;
}

.box-top .right {
  position: absolute;
  top:0px;
  right:-30px;
  height: 30px;
  width:30px;
  background: url(contentbox.png) no-repeat right top;
}


.box-bottom {
  position: absolute;
  bottom:-30px;
  left:0;
  height: 30px;
  width:100%;
  background: url(contentboxobenunten.png) repeat-x bottom;
}

.box-bottom .left {
  position: absolute;
  bottom:0px;
  left:-30px;
  height: 30px;
  width:30px;
  background: url(contentbox.png) no-repeat left bottom;

}

.box-bottom .right {
  position: absolute;
  bottom:0px;
  right:-30px;
  height: 30px;
  width:30px;
  background: url(contentbox.png) no-repeat right bottom;

}

#footer {
  float: left;
  width: 74em;
  height: 3em;
  text-align: center;
  margin-top: 40px;
  margin-left: 20em;
  position: relative;
}


#design1 {

position: absolute;
right: -7.2em;
top: -30.5em;
width: 11.5em;
height: 32.5em;
z-index: 15;
}

#design1 img {
width: 11.5em;
height: 32.5em;
}





/*Navigation*/
#navigation {
  position: absolute;
  top: 27em;
  left: 5em;
  width: 15.8em;
  font-family: Georgia, Times New Roman,Times,serif ;
  z-index: 8;
}

#navigation ul {
  list-style: none;
  margin:0;
  padding:0;
}


#navigation a{
color: #F9B700;
font-size: 2.2em;
text-decoration: none;
display: block;
margin-bottom: 0.6em;

}

#navigation a:hover {
  padding-left: 1em;
}

#navigation a span {
  display: block;
  position: relative;
  left: 0;
  font-size: 0.4em;
  margin-top: -0.2em;
}

#navigation a span.hidden, #navigation a:hover span.hidden  {
  position: absolute;
  left: -15000px;

}

#navigation a:hover span {
  left:-2.5em;
}



#footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;

}
#footer ul li {
  display: inline;
  margin-right: 1em;
  margin-left: 1em;
}

#footer ul li a {
  color: #F9B700;
}





/*Tools and Service*/

.serviceicons {
  vertical-align:middle;
   width: 8em;
   height: 1.5em;
}



/*Bulleteffekt*/

a.pointer {
  cursor: pointer;
}


#navigation-sub {
position: relative;
height: 4em;
}

.bullethole {
 position: absolute;
 margin-left: -16px;
 margin-top: -16px;
 z-index: 8;
}

.patrone {
  width: 1.1em;
  height: 4em;
}


.toggle-shoot {
  position: absolute;
  right: 1em;
  top:0;
}
.toggle-shoot img {
  width: 2.1em;
  height: 1.8em;
}


#attention1 {
  position: absolute;
  width: 40em;
  left: 21em;
  bottom: 18.8em;
  display: none;
}




.note {
  background-color: #fff;
     margin-right: 30px;
  position: relative;
    text-align: center;
  font-size: 1.4em;
  font-family:Verdana, Arial, Helvetica, sans-serif;

}


.note h2{
  font-size: 1.2em;
  position: relative;
  z-index: 5;

}

.arrow-left {
  position: absolute;
  left: -67px;
  bottom: 5px;
  width: 47px;
  height: 83px;
  padding: 0;
  margin:0;
  background: url(arrowleft.png) no-repeat;
}


.close {
  position: absolute;
  top:13px;
  right:-8px;
  z-index: 14;
}


#banner-friedhof {
left:5em;
padding:4em 1em 1em;
position:absolute;
top:50em;
width:13em;

}
#banner-friedhof a {
  margin-bottom: 0.5em;
}


#banner-friedhof a:hover {
     padding: 0;
}


/*BLOG*/

#sidebar{
  position: absolute;
  top:0 ;
  right: -18.5em;
  font-size: 0.8em;
  margin-right: -30px;
  color: #f9b700;
  width: 18.5em;
}

#sidebar .widget {
  margin-bottom: 2em;
}


#sidebar .st-tag-cloud {
  width: 15.5em;
}


#sidebar a, #sidebar h2, #sidebar h3 {
   color: #f9b700;
}


#sidebar a {
  text-decoration: none;
}
#sidebar a:hover {
  text-decoration: underline;
}




#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#sidebar ul ul ul {
  display: none;
}

.post .postmetadata {
  margin-bottom: 2em;
  margin-top:1em;
  font-size: 0.8em;
}



.post h2 a{
  text-decoration: none;
}
.post h2 a:hover{
  text-decoration: underline;
}



h3 .date {
  color: black;
    font-size: 0.7em;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.excerpt {
  margin-bottom: 1.5em;
}

.entry img{
  margin: 1em;
}

.entry img.wp-smiley{
  margin: 0;
}

.entry p {
  margin-bottom: 0.8em;
}

.entry .tags {
  margin-bottom: 0.8em;
  display: block;
}

     /*
.entry blockquote {
  font-style: italic;
  margin-left: 4em;
  margin-right: 4em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  line-height: 100%;
  border: 1px solid #631717;
  background-color: #FDFAD9;
  padding: 1em; */

  .entry blockquote {
  font-family: Georgia, Times New Roman,Times,serif ;
  font-style: italic;
  padding: 1em;
  background-color: #faebbc;
  border-top: 1px solid #631717;
  border-bottom: 1px solid #631717;
  margin: 4em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  background-image: url(/design/openquote1.gif);
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: 23px;
  }
  .entry blockquote p {
     display: block;
     background-image: url(/design/closequote1.gif);
     background-repeat: no-repeat;
     background-position: bottom right;
   }

}


#comment {
  width: 100%;
}


.alignright {
	right: 0;
float: right;
    top:0;
	}

.alignleft {
  float: left;

    left:0;
    top:0;
	}

    .navigation {
	position: relative;
    height: 2em;
	}


.entry ol, .entry ul {
margin: 2em;
margin-left: 8em;
margin-right: 4em;
}

#main .awpcomments  .commentbar {
width: 100%;
background-color: #f0ebea;
font-weight: bold;
}


.comment {
margin-bottom: 1.5em;
margin-top: 1em;
border-bottom: 2px solid #a4908e;
width: 100%;

}

.comment  * { 
border: 0;
}

.reply {
margin: 0;
}



/*Searches */

#searchform    fieldset {
      border: none;
    }

#searchform    legend span, #searchform label {
      position: absolute;
      left: -999em;
    }


#searchform {
display: inline;
margin-left: 5em;
}

#searchform #s {
   border:1px solid #f9b700;
   padding: 0.2em;
   color: #fff;
   font-family: Georgia, Times New Roman,Times,serif ;
   background-color: transparent;
   font-size: 1em;
   margin-top: -0.2em;

}

#searchform #searchsubmit {
  border:0;
  background-color: transparent;
  cursor: pointer;
  color: #fff;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1em;
}


/*Contact*/

#feedback {
  margin-left: 4em;
}


/*Blog Format */
.entry .aligncenter {

margin-left: auto;
margin-right: auto;
display: block;
}

#inner-content .entry .wp-caption {
  border: 1px solid #F9B700;
  background: #f0f0f0;
  text-align: center;
  padding: 1em;
  padding-bottom: 0;
  margin-bottom: 0.5em;
}

#inner-content .entry .wp-caption img {
  margin: 0;

}

#inner-content .entry .wp-caption p {
  margin: 0; padding: 0;
    font-size: 0.8em;
}


/*Spezial*/

#cssodernicht {
  height: 23px;
}

#book-teaser {
background: url('http://www.postner.de/media/img/book_teaser.jpg') no-repeat top;
height: 235px;
width: 478px;
display: block;
margin: 0 auto 0 auto;
}
#book-teaser:hover {
background: url('http://www.postner.de/media/img/book_teaser.jpg') no-repeat bottom;
}

#book-teaser-small {
background: url('http://www.postner.de/media/img/book-teaser-small.jpg') no-repeat top;
height: 123px;
width: 250px;
display: block;
margin: 0 auto 0 auto;
}
#book-teaser-small:hover {
background: url('http://www.postner.de/media/img/book-teaser-small.jpg') no-repeat bottom;
}

#sidebar ul.delicious {
   list-style-image: url(/design/Icon_External_Link.png);
   width: 17.5em;
}

#sidebar ul.delicious li {
  margin-left: 15px;
  margin-bottom: 5px;
}

#sidebar ul.delicious li a {

}

#sidebar ul.delicious li span {
  font-size: 0.8em;
  display: block;
  text-align: right;
  margin-top: -0.8em;
}

.entry .vgwort {
  padding: 0;
  margin:0;
}




/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 650px;
	height: 240px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 240px;
	width: 650px;

	}

#imageMenu ul li {
	float: left;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	display:block;
	overflow:hidden;
	width:150px;
	height: 240px;
    position: relative;
}

#imageMenu ul li a {


}

.clear {
	clear: both;
}

.bookdesc {
  position: absolute; left: 115px; top: 35px; width: 145px;
}

#imageMenu h3 {
  line-height: 110%;
font-size: 13px
}


#imageMenu h3 span{
 font-size: 9px;
 position: absolute;
 top:-10px;right: 10px;
}

#imageMenu .textdesc {
  font-size: 11px; line-height: 110%;
}


/*************************************************************/

