/* CSS Document */

#fons {
}
#buttons {
	position: fixed;
	width:100%;
	height:50px;
	z-index:1;
	top: 0px;
	left: 0px;
	padding:5px;
	background: #b10c0c; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E4NWU1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEyJSIgc3RvcC1jb2xvcj0iI2FhMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkxJSIgc3RvcC1jb2xvcj0iI2IxMGMwYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MDA2MDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #a85e5e 0%, #aa0000 12%, #b10c0c 91%, #600606 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a85e5e), color-stop(12%,#aa0000), color-stop(91%,#b10c0c), color-stop(100%,#600606)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a85e5e 0%,#aa0000 12%,#b10c0c 91%,#600606 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a85e5e 0%,#aa0000 12%,#b10c0c 91%,#600606 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a85e5e 0%,#aa0000 12%,#b10c0c 91%,#600606 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a85e5e 0%,#aa0000 12%,#b10c0c 91%,#600606 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a85e5e', endColorstr='#600606',GradientType=0 ); /* IE6-8 */

}

#page_frame
{
	overflow-y:auto;
	padding:5px;
}

.title
{
	font-family: "Francois One";
	font-size: 36px;
	text-transform: capitalize;		
}

#page_title_frame
{
	width:100%; 
	height:50px; 
	background-color:#b10c0c; 
	border-bottom:solid; 
	border-bottom-width:thin; 
	border-bottom-color:#000; 
	margin:0;-moz-border-radius: 15px;
	border-radius: 15px;	
}
h1
{
	position:relative;
	margin-top:8px;
	font-size:80%;
}

.button {
	width:180px;
	height:50px;
	float: left;
	background-image: url(images/button_normal.png);
	background-size:100% 100%;
}
#page_frame_in {
	position:relative;
	height:100%;
	left:50%;
}
#logo {
	position:absolute;
	background-image: url(bildes/logo01.png);
	background-size: 100%;
	height: 292px;
	width: 972px;
	margin-top: -146px;
	margin-left: -486px;
	top: 50%;
	left: 50%;
}
#page_title {
	float:left; 
	display:inline;
	margin-left:10px;
	color:#FFF;
	font-size:36px;
	height:100%;
}


#page_loading {
	position: absolute;
	width:45px;
	height:47px;
	margin: -22px 0 0 -23px;
	left: 50%;
	top: 50%;
	background-image:url(images/preloader5.gif);
	background-size: contain;
}

.button_space {
	width:10px;
	height:50px;
	float: left;
}
.button_center {
	position: relative;
	text-align: center;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}

#page {
	position: absolute;
	z-index:1;
	background-color: rgba(255,255,204,0.8);
	top: 70px;
	left:50%;
	min-width: 700px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}

#extra {
	float: left;
	position: absolute;
	top: 20%;
}
#popup_pakalpojumi {
	position: absolute;
	z-index: 2;
	visibility: hidden;
	width: 160px;
	cursor:hand;
	cursor:pointer;
	top:50px;
}
.sub_buttton {
	top:50%;
	font-size:24px;
	background-color: rgba(177,12,12,1);
	color: rgba(255,255,255,1);
	display: block;
	text-align: center;
	width: 160px;
}

body
{
	margin:0;
	padding:0;
}

html
{
	background: url(images/bakground.png) no-repeat center center fixed;
	background-size:100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}
.dialog {
	height: 220px;
	width: 170px;
	position: absolute;
	z-index: 2;
}
#calc {
	background-color: rgba(255,255,0,1);
	left: 60px;
	top: 20%;
	border: 5px dotted rgba(51,51,51,1);
	visibility: hidden;
}
#float_info {
	background-color: rgba(255,255,204,1);
	position: absolute;
	height: 250px;
	width: 200px;
	z-index: 3;
	visibility: hidden;
}
