/* vim: set ts=4 sw=4 : */
@import url("/gfx/site.css");

body {
	background-color: #848484;
	color: black;
}

#container {
	background-color: white;
}
#container #c2 {
	background: url(bgtop.png) repeat-x top;
}
#container .centered {
	background: url(bgc1.png) repeat-y;
}
#container .centered .inner {
	background: url(bgc2.png) no-repeat top;
}

#top, #top a {
	color: white;
}

#footer {
	color: #ddd;
}
#footer .centered {
	background: url(bgbottom.png) no-repeat;
}
#footer a {
	color: #ddd;
}

a, a:visited, a:hover, a:visited:hover {
	color: #0a83b1;
}

#menuleft div.marka, #menuleft div.title, #komentarze {
	border-color: #0a83b1;
}

span.comment {
	color: gray;
}

form#login input, form#login button {
	background-color: #ccc;
}

a.button, a.b2,
div#porownanie table.group thead th,
div#telefon div.group span.tm,
th {
	background-color: #0a83b1;
}


div.slider {
	background: url(slider-bg.gif) no-repeat bottom left;
}
