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

* {
border:none:
margin:0;
padding:0;
font-family: 'Bree Serif', serif;
}
body {
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
}
#CONTAINER {
	margin:0 auto;
	width:640px;
	text-align:center;
}
#HEADSMALL {
	text-align:left;
	padding-top:5px;
}
#VIDEO {
	padding:13px 0 40px 0;
}
#border {
	height:2px;
	background-color:#f2d25c;
	margin:20px 0 0 0;
}
#navi {
	color:#f2d25c;
	font-size:17px;
	margin-top:5px;
}
#navi a {
	color:#fff;
	text-decoration:none;
}
p a {
	color:#fff;
	text-decoration:none;
	border-bottom:1px dotted #fff;
}
.clear {
	clear:both;
}
#stoerer {
	position:relative;
	margin:20px;
}
#rightside {
	float:right;
	padding-top:20px;
}
#CONTENT {
	margin-top:40px;
	text-align:left;
}
h1 {
	color:#f2d25c;
	font-size:27px;
}
h2 {
	color:#fff;
	font-size:22px;
}
p {
	color:#fff;
	font-family: 'Alegreya Sans', sans-serif;
	font-size:18px;
	line-height:24px;
}
#rightslide {
	float:right;
	padding:0 0 0 10px;
}