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

html, body {height: 100%;}

body {
margin: 0px;
padding: 0px;
background-color: #fcfde3;
background-image: url(../images/bg.jpg);
background-repeat: repeat-x;
font-family: Georgia, "Times New Roman", Times, serif;

}

a {text-decoration:none; color:#3f8da1}
a:hover {text-decoration:underline;}


p {text-indent: 15px; font-size:20px; line-height:1.5em;}

h1 {font-size:32px; color: #11679a; text-align:center; line-height: 150%;}

h2 {font-size:27px; color: #3f8da1; text-align:left; line-height: 150%; margin-top: 0px; text-indent: 15px;}

ul, li {

	font-style:normal;
	font-variant:normal;
	margin-bottom:15px;
	margin-top:0px;
	text-align:left;
	text-decoration:none;
	text-indent:20px;
	text-indent:0px;
	margin-left:0px;	
	font-size:20px
	

}

ul, ol{

margin-left:17px;	
margin-bottom:20px;
	
}


#Page
{
	position: relative;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
}

#Header
{
	left: 0px;
	top: 0px;
	width: 900px;  
	height: 100px;   
	padding: 0px 0px 0px 0px;

}



#Main {overflow:auto;
	padding-bottom: 150px;  /* must be same height as the footer */

}

#Footer
{
	position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	background-color:red;
	clear:both;
	background: transparent url(../images/bgfooter.jpg) repeat-x top right;
	} 


#HeaderLogo
{
	position:relative;
	float:left;
	width: 300px;  
	height: 100px;   
	padding: 0px 0px 0px 0px;
	
	/*background: transparent url(../images/prvikorak-logo.png) no-repeat top right;*/

}


#Share
{
	
	position: relative;
	float: right;
	color: #7fb1c1;
	font-size:24px;
	right:20px;
	width:220px;
	height:20px;
	overflow-x: hidden;
	overflow-y: hidden;
	/*border: 1px solid red;*/
	top:0px;
}


#FB
{
	position: relative;
	float: left;
	width: 160px;

}


#Twitt
{

	position: relative;
	float: left;
	width: 20px;

}





#Language
{
	clear: right;
	position: relative;
	float: right;
	color: #7fb1c1;
	font-size:24px;
	right:20px;
	top:35px;
}


#Language a {text-decoration:none; color: #7fb1c1}
#Language a:hover {color: white;}

#SliderBg
{
	position: absolute;
	top: 93px;
	margin-left: -129px;
	width:1174px;
	height:394px;
	overflow: visible;
	background: transparent url(../images/slider-bg.png) no-repeat top right;
}


#Slider
{
	position: relative;
	background-color:red;
	width: 900px;  
	height: 380px;

}

#Menu
{
	float: left;
	width:100%;
	margin-top: 2px;
	/*border-bottom:1px solid #136e98;*/
	overflow:hidden;
	position:relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:22px;
}

#Menu ul
{
	clear:left;
  	float:left;
	top: 10px;
	padding: 0 10px;
	border-radius: 10px; 
  	list-style:none;
  	margin:0;
  	padding:0;
   	position:relative;
   	left:50%;
   	text-align:center;
	display: inline-table;
}

#Menu ul li {
   display:block;
   width: 295px;
   height: 50px;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   text-align:center;
   right:50%;
}

#Menu ul li a {
   display:block;
   margin:0 0 0 2px;
   padding:3px 10px;
   background-color: #3f8da1;
   font-size:24px;
   border-radius: 5px;
   color:white;
   text-decoration:none;
   line-height:1.3em;
}
#Menu ul li a:hover {
   background:#d0ded4;
   color:#11679a;
}
#Menu ul li a.active,
#Menu ul li a.active:hover {
   color:#11679a;
   background:#000;
   font-weight:bold;
}



#Content
{
	float: left;
	width: 100%;
	margin-top: 20px;
}

#LinksBox
{
	float: right;
	width: 350px;
	text-align:center;
	margin-top: 10px;
	/*border-left: 2px solid #3f8da1;*/
	font-size:19px;
	margin-left: 20px;
	margin-bottom: 10px;
	
}

#LinksBox p {text-indent:0px; line-height:120%; margin-bottom:-10px;}

#ContactData
{
	float: left;
	width: 450px;
	text-align:center;

}


#ContactForm
{
	float: left;
	width: 400px;

}




#About { 

width: 470px;
/*height: 451px;*/
padding-top:15px;
border: 3px solid #fcfcf7;
border-radius: 30px;
background-color: #fcfcf7;*/
/*background: transparent url(../images/about-bg.png) no-repeat top right;*/
}

#About p {text-align: center; text-indent:0px; color: black;}



.smalltext {font-size: 17px; font-variant:small-caps; line-height: 110%; color: #3f8da1;}

.banktext {font-size: 17px; line-height: 150%;}

.imgborder {
	border-color: #CCC;
	border-width: 1px;
	border-style: solid
}

.imgcenterborder {
    border-color: #CCC;
	border-width: 1px;
	border-style: solid;
    display: block;
    margin-left: auto;
    margin-right: auto }



/*contact form*/


label {
    display:block;
    margin-top:20px;
    letter-spacing:2px;
}

form {
    margin:0 auto;
    width:400px;
}


input, textarea {
    width:400px;
    height:22px;
    background:#efefef;
    border:1px solid #dedede;
    padding:10px;
    margin-top:3px;
    font-size:0.9em;
    color:#3a3a3a;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}

input:focus, textarea:focus {
    border:1px solid #97d6eb;
}


textarea {
	height:200px;
	background:url(images/textarea-bg.jpg) right no-repeat #efefef;
}

.submit {
    width:150px;
    height:48px;
	color: black;
    border:none;
    margin-top:20px;
    cursor:pointer;
}

.submit:hover {
	opacity:.7;
	border:1px solid #97d6eb;
}






@media only screen and (min-device-width: 240px) and (max-device-width: 1024px) {
   #SliderBg {
    display: none;
  }
  }



  