/*
* Arkusz styli strony taniereklamy.net
* Projekt i wykonanie: Rafał Koszela (Kaverigroup.pl)
* Potrzebujesz pomocy w css? Zerknij na tę książkę
* http://helion.pl/view/3828w/csswit.htm
*/

/*     Main      */

body {
	background: #C1C3C7; 
	font: normal 0.8em "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif !important;
	color: #000;
	line-height: 1.4;
	margin: 0px;
	padding: 0px;
	behavior: url("js/csshover.htc");
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif !important;
	margin: 0;
	padding: 0;
	letter-spacing: 0;
	border-bottom: 0 !important;
}
a, img { 
	border: none; 
	margin: 0;
	padding: 0;
}
span.red { 
	color: #C20000; 
}

#top {
	width: 100%;
	height: 40px;
	background: #060608;
}
#top1 {
	position: relative;
	width: 830px;
	margin: 0 auto;
	text-align: left;
}
h1 {
	position: absolute;
	top: 0px;
	left: 8px;
	width: 280px;
	height: 36px;
	margin: 0;
	overflow: hidden;
}
h1 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../imgs/logo.png') no-repeat 0 0;
}
em.red {
	color: #D01616;
}
a {
	color: #D70606;
	text-decoration: none;
}
a:hover {
	color: #D70606;
	text-decoration: underline;
}
#content {
	clear: both;
	width: 830px;
	margin: 0 auto 0;
	text-align: left;
	border: 0px solid #840101;
}
#content_left {
	float: left;
	width: 160px;
	margin: 10px 0px 10px 0;
	padding: 15px 3px 3px 10px;
	text-align: left;
	background: #fff;
	color: #000;
}
#content_left H2 {
	font-size: 14px;
	margin-bottom: 4px;
}
#content_left ul {
	margin-bottom:10px;
}
#content_right {
	float:left;
	margin: 0 0 0 10px;
	width: 647px;
}
#content_test {
	background: #fff;
	color: #000;
	margin: 10px 0;
	padding: 20px;
}
#content_test H2 {
	font-size: 16px;
	margin-bottom: 10px;
}
#content_test H3 {
	font-size: 14px;
	margin-bottom: 8px;
}
#content_test p {
	margin-bottom: 10px;
}
#content_test ul {
	padding: 10px 0 10px 40px;
}
#content_test li {
	list-style: circle;
}
.center_green p {
	text-align: center;
	color: #86B300;
}
.center_red p {
	text-align: center;
	color: #D70606;
}
#buttons {
	float: left;	
	font-weight: bold;
	list-style: none;
	margin: 0 auto 10px 0;
}

#buttons li {
	float: left;
	list-style: none;
	padding: 4px 0px;
	margin: 0 10px;
}
#buttons a {	
	color: #E6E6E6;
	background: #323541;
	text-decoration: none;
	padding: 4px 10px;
}
#buttons a:hover {
	color: #fff;
	background: #E10000;
	padding: 4px 10px;
	text-decoration: none;
}
table.projects {
	width: 530px;
	margin: 0 auto 10px;
	border-top: 0px solid #959595;
}
table.projects caption {
	margin-bottom: 6px;
	text-align: center;
	
}
table.projects tr {
	margin: 10px 0 5px 0;
	border-bottom: 0px solid #959595;
}
table.projects td{
	margin: 5px;
	padding: 5px 0;
	vertical-align: top;
	text-align: center;
}
table.projects td.white{
	height: 5px;
	padding: 1px 0 0;
	vertical-align: top;
	text-align: center;
}
table.projects td.button {
	width: 180px;
	padding: 5px 0;
	vertical-align: top;
	text-align: center;
	background: #000;
	color: #fff;
}
table.projects td.button a{
	background: #000;
	color: #fff;
}
table.projects td.button a:hover {
	text-decoration: none;
	color: red;
}
td.img {
	width: 120px;
	border-right: 0px solid #959595;
}
td.img img {
	float: left;
	height: 90px;
}
div.red2 {
	background: #D40707;
	color: #fff;	
	margin: 10px 2px;
}
div.red2 h2 {
	padding:10px;
	font-size:16px;
	text-align: center;
}
div.red2 p {
	padding: 0 14px 10px;
	text-align: justify;
}
div.red2 ul {
	padding: 0 32px 8px;
}
div.green2 {
	background: #329F24;
	color: #fff;	
	margin: 10px 2px;
}
div.green2 h2 {
	padding:10px;
	font-size:16px;
	text-align: center;
}
div.green2 p {
	padding: 0 14px 10px;
	text-align: justify;
}
/* footer start */
#footer {
	clear: both;
	width: 830px;
	background: #000;
	margin: 5px auto 10px;
	color: #fff;
}
#footer p {
	padding: 2px 5px;
	font-size: 10px;
}
#footer a.white {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a.white:hover {
	color: #FFFFFF;
	text-decoration: underline;
}