body {
	background-color : #FFFFFF;
	color : #000;
	margin-left : 0;
	margin-top : 0;
	margin-bottom : 0;
	margin-right : 0;
}

.header1 {
	height : 72px;
	text-align : right;
	background-color : rgb(155, 236, 55);/*rgb(97, 141, 200);/rgb(255, 153, 0)*/
	margin-bottom : 2px;
}

#sitename {
	background: url(geometry/dzg.png) no-repeat;
	margin-left: auto;
	margin-right: 0px;
	width : 300px;
	height : 72px;
}
.header2 {
	height : 72px;
	width : 100%;
	text-align : right;
	background-color: #666;
	margin-bottom : 2px;
}

#toppicture {
	background: url(geometry/m1.png) no-repeat left;
	border-right: 2px solid #fff;
	margin-left: 0px;
	margin-right: auto;
	width : 198px;
	height : 72px;
}

div#main {
	width: 100%;
	background-color: #eee;
	background-image: url(geometry/gright.png);
	background-position: right top;
}

/* --- tresc -----*/

div#content {
	text-align: left;
	background-color: #eee;
	background-image: url(geometry/gleft.png);
	background-repeat: repeat-y;
	background-position: top right;
	font-family : "trebuchet ms", sans-serif;
	font-size : 13px;

	margin-right: 200px;
	margin-top: 2px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	padding-top : 10px;
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 20px;
}
div#content a {
	font-weight : bold; 
	color : rgb(21,118,0);
	text-decoration : none;
}

div#content a:active {
	color : #FFFFFF;
	background-color: rgb(101, 171, 16);
}

div#content a:hover {
	text-decoration : underline;
}
div#content img {
	border : 0px;
}

div#content h1 {
	margin-top : 3px;
	font-size : 18px;
	font-weight : bold; 
}

div#content h2 {
	font-size : 13px;
	font-weight : bold; 
}

/* ---- nawigacja ----- */

.nav {

    text-align : left;
	margin-left: 0px;
	margin-right: auto;
	float : left;
}

/*--- futer ---*/

div#footer {
	background-color: rgb(101, 171, 16);
	padding : 7px 7px 4px 7px;
	border-top: 2px solid #fff;
	border-bottom: 1px solid #000;
	
	font-family : verdana, sans-serif;
	font-size : 11px;
	text-align: right;
}

div#footer a {
	font-family : verdana, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #eee;
	text-decoration : none;
}
div#footer a:hover {
	text-decoration : underline;
}

.cnt {
	text-align : center;
}