/* ------------------------------------------------------- */
/* --------------------------------------------- AK - 2009 */
/* ------------------------------------------------------- */
/* html, body */

body {
	margin: 0;
	padding: 0;
	
	background-color: #fff;

	color: #000;
	font-size: 10pt;
	font-family: Arial, Verdana, sans-serif;
}


/* ------------------------------------------------------- */
/* wrap div's contents */
div,#logo img { display: none; }

img { float: none; border: 0 none; }

.newsTitle { display: block; font-weight: bold; }

.pagePink, .page, .leftContent, .content_kampania, .content, .content div { display: block; margin: 0; padding: 0; }

.menuLine { display: none; }

.pozNews img, .menuLine img, .menuLine a { display: none; }

.content, .content_kampania {
	width: 564px;
	margin: 0 auto;
}

#logo {
	display: block;
	height: 100px;
	
	background-image: url('../img/logo-hator-blank.png');
	background-repeat: no-repeat;
	background-position: top right;
}


/*------------------------------------------------------- */
/* texts */

.content h1 {
	font-size: 14pt;
}


/*------------------------------------------------------- */
/* links */

a:link {	color: #000;	text-decoration: underline; }
a:active { color: #000; text-decoration: none; }
a:visited {	color: #000; text-decoration: none; }

