﻿@charset "utf-8";
/* CSS Document */
/* zima.jpg d3d3d3 */

body {
	font-family: calibri, Tahoma, Geneva, sans-serif; 
	font-size:14px;
	color:#cccccc;
	background-color:#212121;
		margin: 0px auto;
	}
@font-face {
  font-family: 'BebasNeue';
  src: url('fonts/BebasNeue.eot');
  src: local('☺'), url('fonts/BebasNeue.woff') format('woff'),
    url('fonts/BebasNeue.ttf') format('truetype'),
    url('fonts/BebasNeue.eot') format('otf');
  font-weight: normal;
  font-style: normal;
}
h1{
font-family:'BebasNeue', Arial, sans-serif;
	font-size:2em;
	color:#CCCCCC;	
	margin-top:-1px;
	margin-bottom:-5px;
	font-weight:lighter;
}
a {
	font-family:'BebasNeue', Arial, sans-seri;
    background: #212121;
	padding:5px;
	margin:5px;
	color:#999999;
	font-size:1.2em;
	border:#eeeeee ridge;
	border-radius: 8px 8px 8px 8px;
	text-decoration:none;

}
}
a:visited {
	color:#660000;
}
a:hover {
	color:#CC591E;
	background: #000000;
}
/*buttony */
.button {
	font-family:'BebasNeue', Arial, sans-seri;
    background: #cccccc;
	color:#333333;
	font-size:1.2em;
	border-radius: 8px 8px 8px 8px;
	margin:5px 5px 5px 5px;
}

.button:hover{
	color:#CC591E;
	background: #ffffff;

}

.button:active {
	color:#660000;
}

.ramka{
	width:300px;
	padding-top:10px;
	margin: 0px auto;
	text-align:center;
}
.dane{
	float:left;
	width:150px;
	height:130px;
	text-align: center;
    display: inline-block;
	vertical-align: middle;
}

.p_naglowek{
	font-family:'BebasNeue', Arial, sans-serif;
	font-size:1.6em;
	color:#CC591E;
	font-weight:bold;
}

.p_DUZE{
	font-family:'BebasNeue', Arial, sans-serif;
	font-size:4em;
	font-weight:600;
	color:#eeeeee;

}
.male{
	font-size:0.8em;
	font-weight:lighter;
	color:#999999;

}
.p_jedn{
	font-family:'BebasNeue', Arial, sans-serif;
	font-size:1em;
	color:#999999;
}
.p_blu{
	color:#24211c;
}
.p_red{
	color:#CC591E;
}
.grube{
	font-weight:bold;
}
.wieksze{
	font-size:1.2em;
}

/* SS style */

.gauge {
   text-align: center;
   vertical-align: top;
	margin:10px;
	padding-top:10px;
	margin: 0px auto;

}
.gaugeSizeSml {
    width: 181px;
    height: 181px;
	margin-right:
}
.gaugeSizeStd {
    width: 271px;
    height: 271px;
}
.gaugeSizeLrg {
    width: 261px;
    height: 261px;
}
input[type='radio'] {
    width: 15px;
    height: auto;
    position:relative;
    vertical-align: -5%;
}
label {
    height: 15px;
    text-align: left;
    font-size: 11px;
	color:#999999;
    vertical-align: 15%;
}



.ddimgtooltip{
  z-index: 2000;
  width:220px;

  box-shadow: 3px 3px 5px #818181; /*shadow for CSS3 capable browsers.*/
  border-radius: 10px;
  display: none;
  position: absolute;
  border: 1px #666;
  background: white;
  color: #333;
  padding: 0 10px 3px 3px;
  font-family: sans-serif;
}
.tipinfo{
  text-align: left;
  padding: 3px 0 3px 2px;
}

