/* $Id: style-custom-sample.css,v 1.5 2010/01/20 11:19:34 ktleow Exp $ */

/*
* Put your custom styles and style overrides in this file and rename it
* style-custom.css. By restricting your style changes to style-custom.css,
* your changes will not be overwritten when upgrading to a new version of
* this theme.
*
* Steps to activate style-custom.css:
*  1. Add your custom styles to this file
*  2. Rename this file to style-custom.css
*  3. Uncomment (remove leading semicolon from) the following line in the
*     theme's .info file:
*        ; stylesheets[all][] = style-custom.css
*  4. Clear cached data at admin/settings/performance
*/

div.field-field-imageia div.field-items div.field-item {
  display: block;
  width: auto;
  float: left;
  margin-right: 1em;
}

div.view-bildergalerie table.views-view-grid div.views-field-field-image-fid {
  vertical-align: center;
  text-align: center;
}

div.view-bildergalerie table.views-view-grid div.views-field-title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.8em;
}

div.view-bildergalerie table.views-view-grid td {
  border: 1px solid #273a44;
  border-collapse: collapse;
}

a, a:link, a:visited {
	color: #07450E;
}

a:hover, a:focus, a:active, a.active {
	text-decoration: underline;
	color: #07450E;
}

div#header-group-wrapper {
  background-image: url("../images/kornblume_auss.jpg");
  background-position: center center;
  background-repeat: no-repeat;
}

div.view-bildergalerie .views-row {
  display: inline-block;
  list-style-image: none;
  width: 200px;
  height: 200px;
  font-size: 0.8em;
  border: 1px solid black;
  margin-bottom: 1em;
  text-align: center;
  vertical-align: top;
}

div.view-bildergalerie .views-field-field-image-fid {
  text-align: center;
}

div.block-views .view-bildergalerie .views-row {
  border: none;
}

