body {
	background-color: #082020;
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}
h1 {
	font-size: 28pt;
	border-radius: 5px;
	background-color: white;
	background-image: url('../images/punane2.png');
	background-size: 100%;
	text-shadow: 2px 2px#082020;
	color: white;
	border: ridge #804712;
	text-align: center;
}
h2 {
	text-align: left;
	font-size: 26pt;
}

.lang {text-decoration:none;
	color: white;
	}


#Content {
	color: #ffffff;
	width: 90%;
	position: static;
	top: 470px;
	margin-left:5%;
	margin-right:5%;
	margin-top:2%;
	border: #804712 ridge;
	border-radius: 5px;
	margin-bottom: 200px;
	background-color: #dddddd;
	background-image: url("../images/Salhojalogo.png");
	background-repeat: repeat-y;
	background-size: 100%;
	}

.subContent{
	position: relative;
	text-align:left;
	font-size: 12pt;
	color: black;
	height:90%;
	width: 70%;
/*	background-color: salmon; */
	/* absolute center */
	left: 50%;
	margin-left: -35%;
}
.subContent {font-size: 14pt;}
.subContent a{color:black;}
.subcontent a:visited{color:#444444;}
.subContent h2{text-align: left;}

#subContentNews{
	display: block;
}

#subContentContact{
	display: none;
}

#subContentClub{
	display: none;
}

#subContentServices{
	display: none;
}

#subContentMenu{
	display: none;
}

#subContentEvents{
	display: none;
}
#header_1 {
	background-color: #082020;
	position: static;
	top:0px;
	left:0px;
	height: 130px;
	width: 100%;
}

#header_2 {
	background-image: url('../images/headers/frontPage.png');
	background-color: #082020;
/*	background-position: center center; */
	background-size: auto auto;
	position: static;
	top: 130px;
	height: 350px;
	width: 100%;
	border-bottom: 2px solid black;
	border-top: 2px solid black;
}


#icons {
	text-align: left;
}
#header_2 a:hover {opacity: 50%;}
#ovet
{	position: static;
	bottom:0px;
	background-color: black;
	text-align: center;
	font-size:20pt;
	color: white;
}


#footer {
	border-top: 2px solid black;
/*	background-image: url("../images/seamless_tapetti2.png"); */
	color: #ffffff;
	width: 100%;
	height: 10%;
	position: absolute;
	bottom: 0%;
	text-align: center;
	font-size:20pt;
}

#mapFrame{width:95%; height:500px;}

@media only screen and (max-width: 415px)
{
	#header_2{background-image: url('../images/headers/smallscreen-frontPage.png');}
	#header_1 {height: 65px;}
	.subContent {width: 98%; left:0%; margin-left:1%;}
}