@charset "UTF-8";
/* CSS Document */

/***** START NORMALIZE *****/


/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var, h1
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }


/***** END NORMALIZE *****/


/* layout.css */

/* site container mittig zentriert, enthaelt komplette site */
div#branding {
	position:relative;
	width:141px;
	margin-top:15em;
	margin-right:auto;
	margin-left:auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	color: #875A3C;
	text-transform: uppercase;
	/*text-decoration: underline;*/
	text-align: center;
}

div#branding h1 {
	background-image: url(../images/gf.png);
	height: 181px;
	width: 141px;
	margin-bottom: 10px;	
}

div#branding h1 span {
	display:none;
	
}

div#muster {
	position:relative;
	width:790px;
	margin-top:10em;
	margin-right:auto;
	margin-left:auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	color: #6C4830;
}

div#muster img {
	border: 1px solid #000000;
}

div#muster h1 {
	font-size: 18px;
	font-style: normal;
	color: #6C4830;
}

div#muster p {
	font-size: 14px;
	font-style: normal;
	color: #6C4830;
}


.galeriegrid {
	position:relative;
	left:-8px;
	width:800px;
}

.galeriegrid li {
	position:relative;
	float:left;
	margin-bottom:4px;
	margin-left:8px;
}


.galeriegrid li.last {
	margin-right:0px;
}