body
{
	background-color: #303030;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	margin: 0 !important;
}

.wrapper
{
	width: 100%;
}

.header
{
	width:100%;
	padding: 40px 0;
}

.logo1
{
	width: 773px;
	margin-left: auto;
	margin-right: auto;
	background-color: #8CA678;
}
.logo2
{
	width: 773px;
	margin-left: auto;
	margin-right: auto;
	background-color: #8CA678;
}

.SrodekLogo
{
	width: 773px;
	margin-left: auto;
	margin-right: auto;
	
}

.AHL
{
	float:left;
	margin-left: 10px;
	
}

.AHS
{
	awidth: 300;
	text-align: center;
	float:left;
    font-size: 48px;
	margin-left: 90px;
	margin-top: 15px;

	
}

.AHR
{
	float:right;
	margin-right: 10px;
	
}

.nav
{ 
	width: 100%;
	padding: 10px 0;
	background-color: #4b7750;
	text-align: center;
	border-top: 1px solid #3a6640;
	border-bottom: 1px solid #3a6640;
}

.content
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	padding-top: 10px;
}

.socials
{
	width:100%;
	text-align: center;
	background-color: #292929;
}

.socialdivs
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.fb
{
	width: 250px;
	height: 155px;
	float:left;
}

.fb:hover
{
	background-color: #4668b3;
}

.yt
{
	width: 250px;
	height: 155px;
	float:left;
}

.yt:hover
{
	background-color: #d94348;
}

.tw
{
	width: 250px;
	height: 155px;
	float:left;
}

.tw:hover
{
	background-color: #3095d3;
}

.gplus
{
	width: 250px;
	height: 155px;
	float:left;
}

.gplus:hover
{
	background-color: #d95333;
}

.footer
{
	text-align: center;
	background-color: #222222;
	padding: 30px;
}

.sticky
{
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}

ol
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 18px;
	height: 35px;
	line-height: 200%;
	display: inline-block;
}

ol a
{
	color: #ffffff;
	text-decoration: none;
	display: block;
}

ol > li
{
	float: left;
	width: 380px;
	height: 40px;
}

ol > li:first-child
{
}

ol > li:hover
{
	background-color: #cf6969;
}

ol > li:hover > a
{
	color: #451717;
}

ol > li > ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 40px;
	display: none;
}

ol > li:hover > ul
{
	display: block;
}

ol > li > ul > li
{
	background-color:#cf6969;
	position: relative;
	z-index: 100;
	border-top: 1px dashed #751b1b;
}

ol > li > ul > li:hover
{
	background-color: #c34f4f;
}

ol > li > ul > li:hover > a
{
	color: #451717;
}

#containerA
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color: #eee;
	width: 753px;
	padding: 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	
}

.slajd
{
	padding: 20px 40px;
	text-align: justify;
	color: black;
}

#logo
{
	width: 100%;
	height: 37px;
	background-color: #8c9f8f;
	font-size: 16px;
	color: white;
	text-align: center;
	text-transform: uppercase;
	padding: 5px 0px 5px 0px;
	letter-spacing: 3px;
	border-bottom: 2px solid #88957f;
	text-shadow:
	2px 2px 0 #797F74,
	-2px 2px 0 #797F74,
	-2px -2px 0 #797F74,
	2px -2px 0 #797F74;
}

.SPlue 
{
	padding:  12px;
	background: #111;
	
}

.radio-item 
{
  display: inline-block;
  position: relative;
  padding: 0 6px;
  margin: -2px 0 0;

}

.radio-item input[type='radio'] 
{
  display: none;
}

.radio-item label 
{
  font-weight: normal;
  
}

.radio-item label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 11px;
  border: 2px solid green;
  background-color: transparent;
}

.radio-item input[type=radio]:checked + label:after {
  border-radius: 11px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 11px;
  left: 12px;
  content: " ";
  display: block;
  background: green;
}	

	/* disabled  */

.tarkdiv input[type=radio]:disabled + label, .CB-item input[type='checkbox']:disabled + label 
{
	cursor: default;
}

	/* Checkbox */

.WolnyDiv
{
  display: inline-block;
  position: relative;
  padding: 0 6px;
  margin: -2px 0 0;
}
	
.CB-item 
{
  display: inline-block;
  position: relative;
  padding: 0 6px;
  margin: -2px 0 0;
}

.CB-item input[type='checkbox'] 
{
  display: none;
}

.CB-item label 
{
  font-weight: normal;
}

.CB-item label:before 
{
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 1px;
  border: 2px solid green;
  background-color: transparent;
}

.CB-item input[type=checkbox]:checked + label:after 
{
  border-radius: 1px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 11px;
  left: 12px;
  content: " ";
  display: block;
  background: green;
}	
.CB-item input[type=checkbox]:disabled + label:before 
{
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 1px;
  border: 2px solid #8db28d;
  background-color: transparent;
}
	/* Strony ###########################################################################*/
.StronaL
{
	float:left; 
	width:680px; 
	padding-left:0px;
} 

.StronaR
{
	float:left; 
	text-align:left;
	padding-left:20px;
	width:130px; 
}

	/* tarkdiv ###########################################################################*/

.tarkdiv
{
	padding:  12px;
	margin-bottom: 5px;
	background: #ddd;
    border-radius: 6px;
    position: relative;
    margin: 10px 0 0;
/*	display: none;*/
}

.tarkdiv:hover
{
	background: #ccc;
}

.tarkdiv label
{
	cursor:pointer;
}

	/* pvdiv ###########################################################################*/
.pvdiv
{
	padding:  12px;
	margin-bottom: 5px;
	background: #ddd;
    border-radius: 6px;
    position: relative;
    margin: 10px 0 0;

}

.pvdiv:hover
{
	background: #ccc;
}

.pvdiv label
{
	cursor:pointer;
}

	/* tarkdivR ###########################################################################*/

.tarkdivR
{
	padding:  12px;
	margin-bottom: 5px;
	background: #ddd;
    border-radius: 6px;
    position: relative;
    margin: 10px 0 0;
	height: 26px;
	display: none;
}

.tarkdivR:hover 
{
	cursor: pointer;
	background: #ccc;
}

.ButtonPv button
{
	width: 150px;
	padding: 10px;
	color: white;
	background: green;
    border-radius: 6px;
}
.ButtonPv1 button
{
	width: 150px;
	padding: 10px;
	color: white;
	background: green;
    border-radius: 6px;
}

.ElTiedot
{
	padding: 20px;
	color: black;	
}
.OmTiedot
{
	padding: 20px;
	color: black;	
}
select#soflow {
   -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 0px;
   -webkit-padding-start: 0px;
   -webkit-user-select: none;
   background-image: url("tlo.png"), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
   background-position: 97% center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #000;
   font-size: 70%;/*inherit;*/
   margin: 0px;
   overflow: hidden;
   padding: 2px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 250px;
}
.marg1 
{
	height: 18px;
}


	/* LabShow ###########################################################################*/
#LabShow0 {float:right;display: none;}
#LabShow1 {float:right;display: none;}
#LabShow2 {float:right;display: none;}
#LabShow3 {float:right;display: none;}
#LabShow4 {float:right;display: none;}
#LabShow5 {float:right;display: none;}

	/*  ###########################################################################*/

.huomio
{
	color: #000;
    font-size: 12px;/*inherit;*/
}
