/* CSS-Reset */
html,body{height:100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,em,strong,pre,code,form,fieldset,input,textarea,p,blockquote{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6,ul,li,em,strong,address,caption,cite,pre,code,dfn,th,var{line-height:1;font-size:100%;font-weight:normal;font-style:normal;}
fieldset,img{border:0;}
caption,th{text-align:left;}
td{vertical-align:top;}
table{font-size:inherit;table-layout:fixed;}
ol,ul{list-style:none;}
ul,ol,dl{position:relative;}
hr{clear:both;}
strong{font-weight:bold;}
/* Rahmen bei Inputfeldern entfernen IE <= 6 */
* html input{margin:-1px 0;}
/* Rahmen bei Inputfeldern entfernen IE > 6 */
*:first-child+html input{margin:-1px 0;}
/* CSS-Reset */

html, body, table, textarea, input {
  line-height: 1.3;
  font-size: 12px;
  font-family: Georgia, Georgia, serif;
  /*font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
  font-style: italic;
  color: #2c440e;

}
body {
  background: #3d5f13;
}
li {
  padding-left: 20px;
  background: url(../images/icon_pfeil.gif) no-repeat 8px 1px;
}
a {
  color: #5b8d1d;
  text-decoration: none;
}
a.white {
  color: #e1d3ae;
}
a.white:hover {
  color: #fff;
}
h1 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: -1px;
}
div#navi {
  height: 40px;
  text-align: center;
  padding: 10px 5px;
}
div#hauptnavi {
  height: 20px;
  text-align: center;
  font-size: 14px;
  color: #e1d3ae;
}
div#hauptnavi a {
  /*font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
  /*letter-spacing: -1px;*/
  font-family: "Times New Roman", Times, serif;
  color: #e1d3ae;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
}
div#hauptnavi a:hover {
  color: #5b8d1d;
}
div#hauptnavi a.active {
  color: #5b8d1d;
}
div#subnavi {
  height: 20px;
  text-align: center;
  color: #e1d3ae;
}
div#subnavi a {
  /*font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;*/ 
  color: #e1d3ae;
  font-style: normal;
  text-decoration: none;
}
div#subnavi a:hover {
  color: #5b8d1d;
}
div#subnavi a.active {
  color: #5b8d1d;
}
div#content {
  height: 310px;
  padding: 30px 10px 20px;
  overflow: hidden;
}

div#text{
  overflow:hidden;
  height:255px;

}

div#vpgb_header {
    outline:4px solid invert; 
    background-color:#D3D6AB; 
    padding:4px; 
    margin:0px;
}

div#vpgb_infos,  div#vpgb_entry, div#vpgb_comment{
   padding-left:4px;
}

div#vpgb_comment {
    overflow: hidden;
    color: #330000;
}

div#vpgb_eintrag {
 outline:1px solid white; 
 padding:0px; 
 margin:1px;
 margin-top:8px; 
}


/* Bildergalerie */
/* the thumbnails */
#triggers a{
      outline:0;
}

#triggers {
	text-align:center;
}

#triggers img {
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	margin:15px 2px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* overlay-basic.css aus Overlay jQuery */
/* the active thumbnail */
#triggers a.active img {
	outline:1px solid #000;

	/* show on top of the expose mask */
	z-index:9999;
	position:relative;
}
