/* guzma web stylesheet */

BODY, HTML {
	margin: 0;
	padding: 0;
	font-size: 7pt;
	font-family: Verdana;
	background-color: #9099ae;
	height: 100%;
}

A {
	color: black;
}

.outer {
	width: 100%;
	height: 100%;
	_position: relative;
	display: table;
}

.middle {
	_position: absolute;
	_top: 50%;
	display: table-cell;
	vertical-align: middle;
}

.inner {
	background-color: white;
	width: 754px;
	height: 420px;
	margin: auto;
	_position: relative;
	_top: -50%;
}

.menu {
	color: #808080;
	font-weight: bold;
	padding-left: 13px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.menu A, .menu A:hover, .menu A:active, .menu A:visited {
	color: #808080;
	font-weight: bold;
	text-decoration: none;
	padding-left: 7px;
	padding-right: 7px;
}

A.menucur, A.menucur:hover, A.menucur:active, A.menucur:visited {
	color: black;
}

.content {
	background-color: #efefef;
	background-image: url(img/pozadie.jpg);
	background-repeat: no-repeat;
	background-position: top left;
/*	background-attachment: fixed; */
	width: 714px;
	height: 373px;
	margin: auto;
	overflow: auto;
}

.content .text {
	padding: 34px;
	text-align: justify;
	font-size: 9pt;
}
