/* $Id: local_sample.css,v 1.1.2.2 2008/12/15 21:02:34 jwolf Exp $ */

/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom css and css overrides in this file and  */
/* rename it local.css.  By restricting your css changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.               */

/* Steps to activate local.css:                       */
/* 1. Add your custom css to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Uncomment (remove leading semicolon from ) the  */
/*    following line in your theme's .info file:      */
/*    ;stylesheets[all][] = local.css                 */
/* 4. Clear cached data at admin/settings/performance */

body {
font-family: Verdana, Arial, Tahoma, Verdana;
}

#preface-wrapper h2.block-title {
background-color: transparent;
font-family: Verdana, Arial, Tahoma;
font-size: 16px;
letter-spacing: 0.04em;
font-weight: bold;
text-transform: none;
padding:0;
color: #fff;
}

#preface-wrapper {
color:#FFFFFF;
font-family: Arial, Tahoma, Verdana;
font-size:1.3em;
}

.teaser {
background-color: #fff;
padding: 10px;
-moz-border-radius-bottomleft:6px;
-moz-border-radius-bottomright:6px;
-moz-border-radius-topleft:6px;
-moz-border-radius-topright:6px;
border: 1px solid #929292;
}

.guestbook-entry {
background-color: #fff;
padding: 10px;
-moz-border-radius-bottomleft:6px;
-moz-border-radius-bottomright:6px;
-moz-border-radius-topleft:6px;
-moz-border-radius-topright:6px;
border: 1px solid #929292;
}


.item-list {
background-color: #fff;
padding: 10px;
margin-bottom: 10px;
-moz-border-radius-bottomleft:6px;
-moz-border-radius-bottomright:6px;
-moz-border-radius-topleft:6px;
-moz-border-radius-topright:6px;
border: 1px solid #929292;
}


h2.title {
font-family: Verdana, Arial, Tahoma, Verdana;
font-size: 16px;
letter-spacing: 0.04em;
font-weight: bold;
text-transform: none;
}

p {
font-size: 13px;
letter-spacing: 0.04em;
font-family: Verdana, Arial, Tahoma, Verdana;
}

h2.block-title {
font-size: 13px;
}

h1.title {
font-family: Verdana, Arial, Tahoma, Verdana;
font-size: 16px;
letter-spacing: 0.04em;
font-weight: bold;
text-transform: none;
color: #000;
}

.pictureleft {
  float: left;
  margin: 0 4px 0 0;
  padding: 2px;
}

.pictureright {
  float: right;
  margin: 0 0 0 4px;
  padding: 2px;
}

body.layout-first-main-last #content-wrapper #sidebar-last {
background-color:#F4F7E7;
margin:0;
padding:0 0 0 20px;
width:200px;
margin-top: 0px;
}

#fotogalerie img {
float:left;
margin: 10px;
border: 1px solid black;
}

#preface {
background: url(images/banner.jpg) no-repeat scroll center top;
min-height:154px;
padding-left:15px;
}

#banner {
margin-left: 350px;
}

#banner h1{
font-family: Verdana, Tahoma, Arial;
font-size: 18px;
margin: 10px 0;
text-transform: uppercase;
font-weight: bolder;
}

#banner h2{
font-family: Verdana, Tahoma, Arial;
font-size: 16px;
padding-left: 50px;
font-weight: bolder;
}

#banner h4{
font-family: Verdana, Tahoma, Arial;
font-size: 11px;
padding-top: 10px;
}