* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/bg.png) repeat-x;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888888;
}

a:link { text-decoration: none; font-weight: none; color: #5b5b5b; }
a:visited { text-decoration: none; font-weight: none; color: #5b5b5b; }
a:active { text-decoration: none; font-weight: none; color: #1d7ac8; }
a:hover { text-decoration: none; font-weight: none; color: #1d7ac8; }

h1, h2, h3 {
	color: #1d7ac8;
}

#header {
	width: 815px;
	height: 90px;
	margin: 0 auto;
	background: #FFFFFF;
}

#page {
	width: 815px;
	margin: 1px auto;
	padding: 0;
	background: #FFFFFF;

}
/* Treść */
#tresc {
	width: 434px;
	background: #FFFFFF;
}


/* Menu1*/

#menu1 {
	width: 180px;
	background: #FFFFFF;
	margin-right: 10px;
}
#menu1 a {
	padding-left: 33px;
	padding-top: 2px;
	margin: 0;
	display: block;
	height: 23px;
	background: #FFFFFF url(images/link.png);
	color: #888888;
	text-decoration: none;
}
#menu1 a:hover {
	padding-left: 33px;
	padding-top: 2px;
	margin: 0;
	display: block;
	height: 23px;
	background: #FFFFFF url(images/linkh.png);
	color: #1d7ac8;
	font-size: 11px;
	font-weight: bold;
}

/* Pozostałe */

#logo {
	float: left;
	margin-top: 10px;
	margin-left: 30px;
	padding: 0;
	width: 815px;
}

#position {
	margin: 0 0 0 18px;
	padding-top: 10px;
	font-size: 11px;
}

font.pos {
	font-size: 11px;
	color: #1d7ac8;
}
h2.top {
	padding-top: 10px;
	margin: 0;
	margin-bottom: 12px;
	background: url(images/hbg.png) repeat-x;
	}
h2 {
	padding-top: 10px;
	}	
/* Menu1*/

#rmenu {
	width: 180px;
	background: #FFFFFF;
	margin-left: 5px;
}

#footer {
	margin-top: 12px;
	margin-left: 12px;
}
#footer a {
	color: #1d7ac8;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #888888;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#add {
	text-align: right;
}

#add a {
	text-align: right;
	color: #888888;
	font-size: 11px;
	font-weight: bold;
}
#add a.aadd {
	text-align: right;
	color: #1d7ac8;
	font-size: 11px;
	font-weight: bold;
}