body {
	margin: 0;
	padding:0;
	background: #f9f9f9;
	color:#565656;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:14px;
	}
.wrapperall { width: 800px;	margin: 2em auto; }
.logo { text-align:right; }
.clear { clear:both; height: 3em; }

a:link, a:visited { color:#ff8e87; text-decoration: none; }
a:active, a:hover {
	color:#000;
	text-decoration: none;
	
}
.fancy { font-family:'Ovo', serif; font-size:150%;  }
.it { font-style:italic; }

*::-moz-selection {
    background-color: #ff8e87;
}
*::selection {
    background-color: #ff8e87;
}

img { border:none;}
H1 { font-weight:300;  text-transform:uppercase;  font-size: 2.8em; }
H2 { font-weight:700;  text-transform:uppercase;  font-size: 1.15em; }
H3 { font-weight:300;  text-transform:uppercase;  font-size: 1.15em; }
.projekte H3 { font-weight:600;  text-transform:uppercase;  font-size: 1.15em; }
.kl { font-size: 0.8em; }
.re { text-align: right; }


.box { width: 377px; margin-right:44px; float:left; }
.boxR { width: 377px; float:left; }
