* {
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 24px;
	text-align: center;
}

body {
	font-family: Lucida Grande, Verdana, Sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 16px;
}

#outerContainer {
	width: 1000px;
	margin: auto;
	background: #fff;
	position: relative;
}

#outerContainer img {
	border: none;
}

div#headerImg {
	background: url('../img/top.png') top center no-repeat;
	height: 68px;
	position: relative;
}

a#headerLogo {
	position: absolute;
	width: 300px;
	height: 50px;
	display: block;
	top: 8px;
	left: 140px;
}

div#menuDiv {
	background: #0167ab;
	height: 28px;
	border-bottom: 1px solid #29424a;
	border-top: 1px solid #29424a;
}

ul#menu li {
	float: left;
	color: #fff;
	text-align: left;
	line-height: 28px;
	margin: 0 15px;
	width: auto;
}

ul#menu li a {
	color: #fff;
}

div#columns {
	padding-top: 20px;
	background: url('../img/content_top.png') top center no-repeat;
	width: 100%;
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #000;
}

div#content a {
	font-weight: bold;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}

div#leftColumn {
	width: 199px;
	float: left;
	height: 100%;
}

div#rightColumn {
	width: 199px;
	float: right;
	height: 100%;
}

div#content {
	float: left;
	width: 560px;
	padding: 20px;
}

div#content .statusBox {
	font-size: 11px;
}

div#footer {
	background: url('../img/bottom.png') bottom center no-repeat;
	height: 43px;
	text-align: center;
	color: #000;
	font-weight: bold;
	position: relative;
	border-top: 1px solid #29424a;
}

div#footer p {
	position: absolute;
	width: 980px;
	bottom: 10px;
	left: 0px;
	margin: 4px;
}

div.module {
	margin-bottom: 20px;
}

div.module, div.module a {
	color: #ff8;
}

div.module a {
	display: block;
}

div.kategorie li {
	background: #006F9F;
	border-bottom: 1px solid #ff8;
	height: 20px;
	line-height: 4px;
}

div.kategorie li a {
	display: block;
	padding: 8px;
}

div.kategorie a:hover, div.mvc a:hover {
	color: #8c0;
}

div#menuDiv a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4 {
	margin: 20px;
	text-align: center;
	color: #006633;
	line-height: normal;
}

h1.title {
	text-align: center;
	margin-bottom: 30px;
}

div.statusBox {
	background: url('../img/box_sides.png') top center repeat-y;
	margin-bottom: 5px;
	position: relative;
}

div.statusHeader {
	background: url('../img/box_top.png') top center no-repeat;
	height: 16px;
	padding: 0 5px;
	color: #5a5a5a;
}

.googleStrip div.statusHeader {
	background: url('../img/box_top_googleStrip.png') top center no-repeat;
}

div.statusContent {
	background: url('../img/box_bottom.png') bottom center no-repeat;
	padding: 2px 15px 3px;
	line-height: 14px;
	overflow: hidden;
}

.googleStrip div.statusContent {
	
}

div.statusHeader span.modifications {
	color: #163E4B;
	cursor: pointer;
	font-weight: bold;
	position: absolute;
	top: 0px;
	left: 45%;
}

div.statusHeader span.modifications:hover {
	color: #2a2a6a;
}

div.statusHeader span.category a {
	color: #5a5a5a;
}

div.statusHeader span.category a:hover {
	color: #2a2a6a;
}

div.pagination {
	text-align: center;
	margin-top: 15px;
}

div.pagination a {
	border: 1px solid #888;
	padding: 4px 2px;
}

div.pagination a:hover {
	border-color: #11a;
	color: #11a;
}

div.pagination a, div.pagination strong {
	margin: 2px;
}

div.pagination strong {
	font-weight: normal;
}

p {
	margin: 10px;
}

.displayOptions {
	margin: 10px auto;
	font-weight: bold;
	display: none;
	color: #2a2a6a;
	text-align: center;
}

.displayOptions table {
	width:100%;
	border-collapse: collapse;
}

.displayOptions td {
	border: 1px solid #aaa;
	cursor: pointer;
}

.displayOptions td:hover {
	background: #7CB876;
}

ul.opisy li.even .statusHeader {
	background-image: url('../img/box_top_even.png');
}

.module div.moduleHeader {
	width: 100%;
	height: 30px;
	background: #fff url('../img/module_header.png') top left no-repeat;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 1px;
	text-align: center;
	font-size: 85%;
}

div.statusCategory a, div.similarStatuses a {
	color: #00f;
}

div.dyk div.poland, div.dyk div.abroad {
	padding: 10px;
	color: #ff8;
	margin-bottom: 1px;
	background: #006F9F;
}

div.dyk span.year {
	font-weight: bold;
}

div.kategorie li.new {
	background-image:url('../img/new.png');
	background-position:right center;
	background-repeat:no-repeat;
}

div.statusContent a {
	width: 100%;
	height: 100%;
}

div.statusContent a:hover {
	color: #11a;
}

span.ggadmin {
	font-weight: bold;
	color: #006;
}

div.soad div.status {
	padding: 10px;
	color: #ff8;
	margin-bottom: 1px;
	background: #006F9F;
}

span.selectText {
	font-weight: bold;
	font-size: 110%;
	margin: 5px;
	cursor: pointer;
}

form#searchForm {
	padding-top: 10px;
}

p.searchMessage {
	font-weight: bold;
	padding: 10px;
	color: #800;
}

div#content div.statusContent a {
	font-weight: normal;
}

div.mvc div.row {
	background: #006F9F;
	padding: 1px 10px;
}

div.mvc a {
	display: inline;
}

div.mvc div.strip {
	position: relative;
	width: 40px;
	float: right;
	padding-top: 4px;
}

div.mvc div.categoryStrip1 {
	background: #70a000;
	float: right;
	height: 10px;
}

div.mvc div.categoryStrip2 {
	background: #ffff88;
	float: right;
	height: 10px;
	min-height: 10px;
}

.module div.moduleFooter {
	background: #006F9F;
	padding: 7px;
	font-weight: bold;
	text-decoration: underline;
}

#adkontekst {
	margin: 20px auto 10px;
}

div.statusHeader span.rating {
	float: right;
	color: #222222;
	padding: 0 4px 0 0;
}

div.statusHeader .vote {
	width: 11px;
	height: 11px;
	float: right;
	cursor: pointer;
	margin: 3px 4px 0px 0px;
}

div.statusHeader .votePlus {
	background: transparent url('../img/vote_plus.png') center center no-repeat;
}

div.statusHeader .votePlus:hover {
	background: transparent url('../img/vote_plus_hover.png') center center no-repeat;
}

div.statusHeader .voteMinus {
	background: transparent url('../img/vote_minus.png') center center no-repeat;
}

div.statusHeader .voteMinus:hover {
	background: transparent url('../img/vote_minus_hover.png') center center no-repeat;
}

div.statusHeader .comments {
	float: right;
	color: #732;
	padding: 0 12px 0 0;
}

div.googlePasek {
	width: 480px;
	margin: 0 auto;
}

div.mbank600x160 {
	margin-left: -19px;
	margin-top: -20px;
}

div.commentBox {
	background: url('../img/box_sides_comment.png') top center repeat-y;
	margin-bottom: 20px;
	position: relative;
}

div.commentHeader {
	background: url('../img/box_top_comment.png') top center no-repeat;
	height: 16px;
	padding: 0 5px;
	color: #000;
	font-size: 10px;
}

div.commentHeader .date {
	float: right;
}

div.commentContent {
	background: url('../img/box_bottom_comment.png') bottom center no-repeat;
	padding: 10px 15px;
	line-height: 17px;
	overflow: hidden;
}

.commentsErrors {
	color: #f00;
}

#commentForm .submit {
	width: 70px;
	height: 25px;
}

.pagination a.arrow {
	background: #ddf;
}

.clear0 {
	clear: both;
	height: 0;
	line-height: 0;
}

.seeAlso {
	padding: 20px 0 10px;
}

.seeAlso a {
	color: #006633;
}

.seeAlso a:hover {
	text-decoration: underline;
}

.searchResults .statusText span {
	font-weight: bold;
}

#wstazka {
	position: relative;
	left: 5px;
	top: 5px;
}

a.AdTaily_Widget_Buy {
	color: #090;
}