

body {
	/*background-image: url('images/bike-lane.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;*/
	background: url('images/bike-lane.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	/*
	by Andrea Groppo
	found at: http://pixabay.com/en/bicycle-road-signals-template-form-192905/?oq=bicycle%20lane
	background image obtained under CC0 1.0 Universal (CC0 1.0) 
	Public Domain Dedication 
	http://creativecommons.org/publicdomain/zero/1.0/deed.en
	*/
}


.container {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana;
}


.header {
	min-height: 150px;
	text-align: center;
	color: orange;
	background-color: rgba(250,250,250,.5);	
	background-image: url('images/sport-bike.png');
	background-repeat: no-repeat; 
	background-position: 100px center;
	margin: 0px;
	font-family: sans-serif;
}

.header h1 {
	margin: 10px;
	font-size: 3em;
	line-height: 3em;
	vertical-align: middle;
}

.header h1 a {
	text-decoration: none;
}

.logo {
	float: left;
	margin-top: 20px;
	margin-left: 50px;
}

.top-nav {
	width: 100%;
	background-color: rgba(250,250,250,.3);
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
	font-family: sans-serif;
	font-weight: bold;
}

.top-nav ul {
	text-align: center;
	margin: 0px;
}

.top-nav ul li {
	display: inline;
	margin-left: 50px;
	margin-right: 50px;
}

.top-nav ul li a {
	text-decoration: none;
	color: white;
}

.top-nav ul li a:hover {
	color: orange;
}

.middle-container {
	min-height: 300px;
	background-color: rgba(250,250,250,.5);	
}

.body {
	width: 60%;
	min-height: 300px;
	float: left;
	color: black;
	background-color: white;
	margin-top: 10px;
	margin-bottom: 10px;
}

.body iframe {
	margin-left: auto;
	margin-right: auto;
}

.body h2 {
	font-weight: normal;
	font-size: 17px;
	margin: 10px;
}	

.body h3 {
	font-weight: bold;
	font-size: 13px;
	margin: 15px;
}

.body p{
	margin: 15px;
	font-size: 13px;
	padding-left: 15px;
}

.body img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.body ul{
	margin: 15px;
	font-size: 13px;
	margin-left: 25px;
}	

body ul ul {
	padding-left: 0px;
}

.body a {
	text-decoration: underline;
	/* color: #6BA16B; */
	color: grey;
}

.body a:hover {
	text-decoration: underline;
}

.left-nav {
	float: left;
	width: 20%; 
	height: 300px;
	font-size: 17px;
}	

.left-nav ul {
	list-style-type: none;
}

.left-nav ul li {
	margin-bottom: 10px;
}

.left-nav ul li a{
	text-decoration: none;
	color: black;
}

.left-nav ul li a:hover{
	text-decoration: underline;
}

.right-block {
	width: 20%;
	float: right;
}

.clearing-div {
	clear:both;
}
.footer {
	width: 100%;
	height: 40px;
	background-color: grey;
	clear: both;
	font-weight: lighter;
	font-size: 13px;
}

.footer ul {
	text-align: center;
}

.footer li {
	display: inline;
	line-height: 40px;
	color: white;
	margin-left: 15px;
	margin-right: 15px;
}

.footer li a {
	color: white;
	text-decoration: none;
}

.footer li a:hover {
	text-decoration: underline;
}

.galleria {
	margin-left: auto;
	margin-right: auto;

}

#video_background { position: absolute; bottom: 0px; right: 0px; min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: -1000; overflow: hidden; }

