/*
Theme Name:         Donation Wordpress Theme
Theme URI:          http://alethemes.com
Description:        Donation Wordpress Theme by <a href="http://alethemes.com/">Alethemes</a>.
Version:            1.6
Author:             CRIK0VA / ALETHEMES.COM
Author URI:         http://themeforest.net/user/CRIK0VA
License:            GPL v2
License URI:        http://www.gnu.org/licenses/gpl-2.0.html
Tags:               dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fluid-layout, fixed-layout , custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
*/
.sticky {}
.bypostauthor {}
.gallery-caption {}

.centered {
  border:1px solid silver;
  padding:20px;
  position:absolute;
  width:300px;
  top:20px;
  left:50%;
  margin-left: -170px; /* Breite des Elemtens + Padding */
}

.container {
  float: left;
  position: relative;
  left: 50%;
}

.centered {
  float: left;
  position: relative;
  left: -50%;
  border:1px solid silver;
  padding:20px;
}