@import url('https://fonts.googleapis.com/css?family=Merriweather+Sans:400,400i,700,700i|Yanone+Kaffeesatz:300,400,700');

body
{
	margin: 0;
	padding: 0;
	font-family: 'Merriweather Sans', 'Verdana', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.4em;
	color: #333;
}

body b { font-weight: 700; }
body b i { font-weight: 700i; }
body i { font-weight: 400i; }

body p { margin: .7em 1em; }

a {text-decoration: none;}
a img {border: none;}
a:link, a:visited { color: #003a99; }
html body a:hover { color: #530099; text-decoration: none; }

#navcontainer
{
	width: 6%;
	min-width: 55px;
	text-align: right;
	position: absolute;
	top: 5px;
	left: -10px;
}

#navcontainer ul
{
	list-style: none;
	position: relative;
	margin-left: 0;
	padding-left: 0;
}

#navcontainer ul li 
{ 
	position: relative;
	margin-top: 5px; 
}

#navcontainer a
{
	display: block;
	padding: 3px 8px;
	width: 99.99%;
	border-width: 1px;
	border-style: solid;
}

#navcontainer a:link, #navcontainer a:visited { text-decoration: none; }

#navcontainer ul ul
{
	width: 6%;
	min-width: 75px;
	margin-left: 10px;
	display: none;
	position: absolute;
	left: 0;
	padding: 0px 8px;
	z-index: 1;
	text-align: center;
}

#navcontainer ul ul li

#navcontainer ul ul a
{
	line-height: 1.2em;
}

#navcontainer ul li:hover > ul {
	display: block;
}

.pagecontainer
{
	max-width: 600px;
	margin: 10px 80px 0px;
	color: #333;
}

.container
{
	color: #333;
	background: rgba(255, 255, 255, 0.4);
	border: 1px #999 solid;
	padding-bottom: 6px;
}

header
{
	max-width: 600px;
	margin: 17px 80px 0px;
	min-height: 82px;
}

header h1
{
	font-family: 'Yanone Kaffeesatz', 'Verdana', sans-serif;
	line-height: 1em;
	font-weight: 400;
	font-size: 30px;
	letter-spacing: .05em;
	text-align: center;
	color: #666;
	margin: 33px 0 4px;
}

.container h2 a:link, a:visited { color: #666; }
.container h2  a:hover { color: #666; font-weight: 400; letter-spacing: .065em; }


.container img {
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 770px) { 
	header { margin: 17px auto 0px; } 
	.pagecontainer { margin: 10px auto 0px; } 
	footer { margin: 0px auto 50px; } 
	.container h2 { font-size: 32px; font-weight: 300; }
	header { height: 50px; }
	#navcontainer { 	position: fixed; }
}

@media only screen and (max-width: 770px) { 
	header { margin: 17px 80px 0px; } 
	footer { margin: 0px 80px 50px; } 
}

@media only screen and (max-width: 550px) {
	header h1 { font-size: 24px; font-weight: 400; margin: 36px 0 4px; }
	footer, .pagecontainer { margin-left: 6px; margin-right: 6px; }
	.container h2 { font-size: 22px; font-weight: 400; }
	#video { max-width: 516px; width: 100%; }
	footer p { padding: 0 10px; }
}

hr {
	clear: left;
	width: 20px;
	height: 0px;
	overflow: default;
	visibility: hidden;
}

/* Footer styles */

footer {
	padding: 0;
	max-width: 600px;
	text-align: center;
}

footer p { text-align: center; }
