/*
Theme Name: Twenty Eleven Child
Theme URI: http://example.com
Description: A child theme of the 2011 default theme for WordPress. CSS is imported from parent theme.
Author: Ihr Name hier 
Author url: http://example.com/about/ 
Version: 1.0 
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Template: twentyeleven
*/

@import url('../twentyeleven/style.css'); 

/* ab hier überschreiben Sie die origiginalen 2011-Definitionen */ 

/* Beispiel: */
body, input, textarea {
	color: #111;
	font: 15px Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	background-repeat:no-repeat !important;
	background-position:center center !important;
	background-attachment:fixed !important;
	-o-background-size: 100% 100%, auto !important;
	-moz-background-size: 100% 100%, auto !important;
	-webkit-background-size: 100% 100%, auto !important;
	background-size: 100% 100%, auto !important;}
body {
	background-repeat:no-repeat !important;
	background-position:center center !important;
	background-attachment:fixed !important;
	-o-background-size: 100% 100%, auto !important;
	-moz-background-size: 100% 100%, auto !important;
	-webkit-background-size: 100% 100%, auto !important;
	background-size: 100% 100%, auto !important;
}

h1#site-title img{
	width:313px;
	hight:116px;
}
#site-description {
	display: none;
}

