* {
	margin:0px;
	padding:0px;
	outline:none;
	border:none;
}

body {		
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", trebuchet, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	line-height: 20px;
	height:100%;
}

td {
	font-size: 11px;
}

#top {
	width: 100%;
}

#top_inside {
	position: relative;
	width: 980px;
	margin: 0px auto;
	height: 85px;
}

#logo {
	position: absolute;
	top: 10px; 
}

#text_header {
	position: absolute;
	top: 20px; 
	left: 220px;
	color: #DA5002;
	font-size: 14pt;
}

#zle_dlugi {
	position: absolute;
	top: 10px; 
	left: 800px;
	color: #999999;
	font-size: 11px;
}

#header{
	width: 100%;
	background: url(img/bg1.gif) #485158;
}

#header_inside {
	width: 980px;
	margin: 0px auto;
	text-align: center;
}

#main_text {
	width: 100%;
	background: url(img/bg2.gif) #D8DCDF;
}

#main_text_inside {
	position: relative;
	width: 980px;
	height: 850px;
	margin: 0px auto;
}

#wybierz_wersje {
	position: absolute;
	top: 20px;
}

#opis_programu {
	position: absolute;
	top: 20px;
	left: 600px;
	text-align: justify;
	line-height: 145%;
}

.bb {
	border-bottom: 1px dotted #999999;
	text-align: left;
	line-height: 15px;

}

#pro {
	background-color: #EAEAEA;
	text-align: center;
}

#biz {
	background-color: #BECFDF;
	text-align: center;
}

#nagl_tab {
text-align: center;
padding-bottom: 5px;
}

#row_title {
	padding: 5px 20px;
}


#left {
	position:absolute;
	background: url(img/bg_left.png) repeat-x #FFFFFF;
	width: 50%;
	min-height: 100%;
	float: left;
}


#screens {
	width: 100%;
}


#screens_inside {
	width: 980px;
	margin: 0px auto;
}

#screens_tab img {
	border: 5px solid #EEEEEE;
	margin: 2px 13px; 
}

#screens_tab img:hover {
	border: 5px solid #AAAAAA;
}

#screens_tab td {
	text-align: center;
	font-size: 10px;
	padding: 20px 0px;
}

#sprawdz {
	width: 100%;
	height: 230px;
	margin-top: 20px;
}

#sprawdz_inside {
	padding-top: 20px;
	width: 980px;
	margin: 0px auto;
	position: relative;
	font-size: 12pt;
	border-top: 1px dotted #CCCCCC;
}

#sprawdz_box {
	position: relative;
	background: url(img/search_bg.jpg) no-repeat;
	width: 619px;
	height: 144px;
	
}

#sprawdz_box #s_phrase {
	position: absolute;
	border: none;
	background: none;
	width: 260px;
	top: 61px;
	left: 18px;
	font-size: 16px;
	color: #AAAAAA;
	font-style: italic;
}

#sprawdz_box #sbm {
	position: absolute;
	top: 53px;
	left: 300px;
	border: none;
}

#nie_ryzykuj {
	position: absolute;
	left: 650px;
	top: 15px;
}


#footer {
	width: 100%;
	background-color: #4A535A;
}

#footer_inside {
	width: 980px;
	margin: 0px auto;
	color: #999999;
	line-height: 150%;
	padding: 10px 0px;
}

input, select {
	border: 1px solid #AAAAAA;
	padding: 2px 5px;
	margin-bottom: 10px;
}

.button {
	background-color: #4A535A;
	border: none;
	color: #D8DCDF;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	padding: 5px 15px; 
}

