* {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	word-spacing: 4px;
}
html, body {
	margin: 0;
	padding: 0;
}
body {
	background: transparent url("bg.gif") no-repeat center 0px fixed;
	font-size: 20px;
	padding: 0px 1% 50px 4%;
}
h3 {
	font-size: 1.17em;
	margin: 1em 0;
}
h4 {
	font-size: 1.33em;
}
h5 {
	font-size: 0.83em;
	font-weight: bold;
}
a {
	outline: none;
	text-decoration: none;
}
.cur a, a.cur {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #C60 !important;
}
h2 a.q {
	background: transparent url("go.gif") no-repeat right 60%;
	white-space: nowrap;
	padding-right: 55px;
	color: black;
}

/**
 * TABLES / GRIDS
 */
table {
	margin: auto;
	border-collapse: collapse;
}
table, th, td {
	border-color: #C80;
}
th, td {
	padding: 2px 8px;
}
thead th, tr.title {
	color: white;
	background-color: #C80;
}
tr.title td {
	padding: 2px 12px;
}
tbody th, table .hl {
	background-color: #FFA;
}


/**
 * NAVIGATION
 */
body {
	margin-top: 11px;
	border-top: 1px solid transparent;
}
.navigation {
	top: 6px;
	left: 4%;
	right: 1%;
	width: 95%;
	margin: 0;
	position: absolute;
}
.navigation h2 {
	display: none;
}
.navigation ul {
	margin: 0;
	padding: 8px 0 0px 30px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
}
.navigation ul li {
	padding: 2px 15px;
	display: inline;
	qfont-weight: bold;
}
.navigation ul li a {
	color: #222;
}

.navigation ul li.help {
	position: absolute;
	right: 20px;
	padding-top: 0;
}

.navigation ul li.hide a {
	color: #FFF;
}
.navigation ul li.hide a:hover {
	color: #EEE !important;
}


/**
 * CONTENT
 */
.content {
	margin: 40px 0px 20px 0px;
	padding-left: 10px;
	border-top: 1px solid #C80;
}
.content h2 {
	white-space: nowrap;
}
.content ul {
	list-style-image: url("check.gif");
}
.content ol {
	list-style-image: none;
}







/**
 * TARIFS PAGE 
 */

.short {
	height: 80px;
	background: transparent url("tp/blank.jpg") no-repeat 0px 0px;
	padding-left: 130px;
}
.sandbox .short {
	background-image: url("tp/sandbox.png");
}
.home .short {
	background-image: url("tp/home.jpg");
}
.profi .short {
	background-image: url("tp/profi.png");
}
.business .short {
	background-image: url("tp/business.jpg");
}
.portal .short {
	background-image: url("tp/portal.jpg");
}
.short .price {
	color: #C20;
}



.tarif {
	qfont-size: 16px;
}
.tarif td {
	text-align: center;
}
.tarif td.name, .tarif td.text {
	text-align: left;
}


a.qtip {
	display: inline !important;
	color: red; 
	text-decoration: none;
}
a.qtip .info {
	color: black;
	font-size: 12px;
	font-weight: normal;

	width: 400px;
	display: none;
	background: white;
	border: 1px solid black;
	padding: 6px 10px;
}
/*a.qtip .info h3, a.qtip .info p,*/ 
a.qtip .info b, a.qtip .info span {
	display: block;
	padding: 0;
	margin: 0;
	text-align: left;
}
a.qtip .info b {
	font-size: 14px;
}
a.qtip .info b, a.qtip .info span {
	margin-bottom: 10px;
}
a.qtip:hover {
	position: relative;
}
a.qtip:hover .info {
	display: block;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 10;
}

.reglament ol {
	margin-top: 12px;
}
.reglament li {
	margin-bottom: 12px;
}