/*******************

   Korespondent.pl - style2.0.css

   Historia:
		Wed Jun 13 21:01:37 PDT 2007 - wjawor - nowy plik

*******************/

@import "old.css";
@import "banner.css";
@import "mainmenu.css";
@import "userpanel.css";
@import "leftcolumn.css";
@import "rightcolumn.css";
@import "footer.css";
@import "ntabs.css";
@import "web20.css";
@import "publication.css";

/* reset margins set by the main sheet */
a, a:active, a:link, a:visited, a:hover {
	margin-right: 0px; 
	margin-top: 0px;
}

/* reset the ugly image border */
img { border: 0px none; }

body {
	background-color: rgb(212,222,238);
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 11px;
	line-height: 14px;
	margin-left: auto; 
	margin-right: auto; 
	position: relative;
	text-align: center;
}

form {
	margin: 0px;
	padding: 0px;
}

/* the main content pane */
#tlo {
	text-align: left;
	margin-left: auto; 
	margin-right: auto; 
	overflow: hidden; 
	width: 990px;
	background-image: url('../img/strona_r2/page.jpg');
	position: relative;
}

.clear {
	clear: both;
}

.myborder {
	width: 970px;
	height: 25px;
    background-color: black;
}

.myborder2 {
	width: 970px;
	height: 24px;
    background-color: black;
	position: relative;

	/* hack for ie that interprestes positioning/z-index in a different way */
	#z-index: -1;
}

.redbar {
	position: relative;
	top: 1px;
	left: 1px;
	height: 23px;
	width: 968px;
	margin: 0px;
	padding: 0px;
	background-color: rgb(217,110,113);
}

.redbar .content {
	z-index: 100;
	position: relative;
    top: 1px;
	left: 1px;
	height: 21px;
	width: 966px;
	margin: 0px;
	padding: 0px;
	background-image: url('../img/strona_r2/redbar.jpg');
	background-repeat: repeat-x;
}

.bluebar {
	position: relative;
	left: 1px;
	height: 23px;
	width: 968px;
	margin: 0px;
	padding: 0px;
	background-color: rgb(110,148,220);
}

.bluebar .content {
	z-index: 50;
	position: relative;
    top: 1px;
	left: 1px;
	height: 21px;
	width: 966px;
	margin: 0px;
	padding: 0px;
	background-image: url('../img/strona_r2/bluebar.jpg');
	background-repeat: repeat-x;
    text-align: right;
	line-height: 21px;
	font-size: 11px;
	font-weight: bold;
	color: white;
}

.bluebar .content a:link, 
.bluebar .content a:visited,
.bluebar .content a:active,
.bluebar .content a {
	color: white;
	text-decoration: none;
}

.bluebar .content a:hover {
	color: white;
	text-decoration: underline;
}

.blackline {
	width: 968px;
	height: 1px;
	margin: 0px;
	padding: 0px;
	background-color: black;
	overflow: hidden;
}

.ml {
    background-image: url('../img/strona_r2/link.gif');
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 10px;
}
