/*
	Plik z cssem do edytorka tekstowego w cmsie.
*/

body
{
	background: #000000;
	color: #c5c5c5;
}

.bialy
{
	color: #ffffff;
	font-weight: bold;
}

/* style newslettera */

.newsletterStripLeft
{
	position: relative;
	height: 60px;
	background: #737373;
	width: 584px;
}

#newsletterMain
{
	position: absolute;
	top: 21px;
	left: 22px;
}

.newsletterContent #logo
{
	margin-left: 67px;
	margin-bottom: 28px;
}

.newsletterStripRight
{
	margin-top: 124px;
	height: 72px;
	background: #484848;
	width: 583px;
	margin-left: 11px;
}

.newsletterContent
{
	width: 594px;
	margin: 0 auto;
	text-align: left;
	font-family: Tahoma, Verdana, sans-serif;
	color: #ffffff;
}

.newsletterContent .titleLeft
{
	height: 25px;
	padding-left: 7px;
	border-left: 10px solid #333333;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	margin-top: 8px;
	margin-left: 11px;
	margin-bottom: 34px;
}

.newsletterContent .titleLeft .text
{
	margin: 0;
	margin-top: 4px;
}

.newsletterContent .text
{
	margin-left: 21px;
	font-size: 12px;
	font-weight: bold;
	width: 540px;
	margin-bottom: 10px;
}

.newsletterContent .rule
{
	width: 583px;
	border-top: 4px solid #484848;
	height: 4px;
	font-size: 5px;
}

.newsletterContent .footer
{
	font-size: 10px;
	color: #6a6a6a;
}

.newsletterContent a
{
	text-decoration: none;
	color: #7c7c7c;
}

.newsletterContent a:hover
{
	text-decoration: underline;
	color: #ffffff;
}




