/*importiert normalisierung.css*/@import url("norm.css");
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600');


body {
	position: relative;
	margin: 0 auto;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 90%;
	font-weight: 300;
	line-height: 1.5em;
	color: #000;
	background-color: #FFF;
}

p{
	margin-top:0;
	margin-bottom:0px;	
	}
a {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #c7a58f;
	text-decoration: underline;
}
a:active {
	color: #c7a58f;
	text-decoration: underline;
}

a img {
	border: 0;
	padding: 2px;
	margin: 2px 5px 0 0;
	vertical-align: top;

}


a img.last {
	margin-right: 0;	
}


::-moz-selection {
  color: #000;
  background-color: #e2d0c5;
}

::selection {
  color: #000;
  background-color: #e2d0c5;
}

video {
	width: 100%;	
}



