/*
Template name: Bright Pixel
Template URI: http://templates.arcsin.se/bright-pixel-website-template/
Release date: 2006-05-07
Description: A smooth, monochrome, lightweight design.
Author: Viktor Persson
Author URI: http://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/

/* standard elements */
a {
	color: #666;
	text-decoration: none;
	font-size: xx-small;
}
body {
	color: #333;
	margin: 20px 0;
	text-align: center;
	font: normal 0.6em sans-serif,Arial;
	font-family: sans-serif, Arial;
	background-attachment: fixed;
	background-color: #CCC;
	background-image: url(img/bg.gif);
	background-repeat: repeat-y;
	background-position: center bottom;
}
.gfx a {
	display: block;
	height: 120px;
	background-color: #FFF;
	background-image: url(img/calculator.jpg);
	background-repeat: no-repeat;
}

/* header */
.header {
	background: #FFF;
	border-bottom: 1px solid #E5E5E5;
	font: bold 2.6em Arial;
	line-height: 3em;
}

/* main */
.main {
	border: 3px double #EEE;
	border-color: #E4E4E4 #CFCFCF #CCC #CFCFCF;
	text-align: center;
	width: 698px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	background-color: #FFF;
}
.container {
	margin: 10px;
	text-align: left;
}

/* menu */
.menu a {
	background: #EEE;
	border-right: 1px solid #CECECE;
	border-top: 1px solid #E5E5E5;
	color: #888;
	float: left;
	padding-top: 4px;
	width: 225px;
	height: 23px;
}
.menu a span {
	padding-left: 6px;
	font-size: medium;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
}
.menu a:hover {
	color: #555;
	background-image: url(img/bgmenu.gif);
	background-repeat: repeat-x;
}
.menu a#last {
	width: 150px;
	border-right: none;
}

/* content */
.content {
	background: #F5F5F5;
	border-top: 1px solid #E5E5E5;
	clear: both;
}
.content h1 {
	margin: 0;
	font: bold 1.1em sans-serif,Arial;
	color: #333;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}
.content p {
	color: #333;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
.item {
	background: #FCFCFC url(img/bgitem.gif) repeat-x;
	padding: 10px;
	font-size: 14px;
	text-align: justify;
}

/* footer */
.footer {
	padding: 5px;
	background: #F5F5F5;
	color: #666;
	height: 16px;
}
.footer .left, .footer .right {
	padding: 0 12px;
	font-size: xx-small;
}
.footer .right, .footer .right a {
	color: #333;
}
.footer .right a:hover {color: #444;}

/* floats */
.left {float: left;}
.right {float: right;}
.reklama {
	width: 698px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	
}
.reklama2 {
	width: 120px;
	margin-right: auto;
	margin-left: auto;
}
.reklamapask {
	color: #666;
	font-size: xx-small;
}

