body {
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;
	margin: 0px;
}
.wrapper {width: 890px; margin: auto; margin-bottom: 10px; background: url('../../../images/znacznik_srodek.png') no-repeat center top}
.innerWrapper {margin: 0px 50px;}
.znacznikLeft {background: url('../../../images/znacznik_lewy.png') no-repeat left top; width: 100%;}
.znacznikRight {background: url('../../../images/znacznik_prawy.png') no-repeat right top; width: 100%; height:35px;}
.klawiszeLeft {background: url('../../../images/klawisze-left.jpg') no-repeat left bottom; width: 100%;}
.klawiszeRight {overflow: auto; width: 100%; background: url('../../../images/klawisze-right.jpg') no-repeat right bottom; padding-bottom: 50px;}

.winieta {background: url('../../../images/kod.png') no-repeat right; height: 120px;}
.winieta h1,.winieta h2 {margin: 5px 0px; font-weight: normal;}
.winieta h1 {color: #AF031B; font-size: 36pt;}
.winieta h1 b {color: black;}
.winieta h2 {font-size: 18pt; color:black;}

.menu {
	padding: 2px 0px; overflow: auto; width: 100%;
	background: black; color: white;
	font-size: 14pt; font-weight: normal;
}
.menu .item {padding: 3px 15px; float:left; background-color: black;}
.menu .item a {color: white; text-decoration:none; }
.menu .item.selected a {color: #AF031B;}

.content {
	width: 480px;
	margin: 0px 15px;
	padding-right: 40px;
	float:left;
	border-right: 2px solid #AF031B;
}
.sidebar {width: 220px; float:right; text-align: right;}
.content, .sidebar {padding-bottom: 90px; padding-top: 10px; margin-top: 10px;}

.button {
	background: url('../../../images/button.png') no-repeat;
	height: 59px;
	width: 216px;
	text-align: center;
	color: white; font-weight: bold;
	font-size: 9.3pt;
	overflow: hidden;
}
.button p {	margin: 10px 0px;}
.buttonRed, .buttonRed a,.button a {color: white; text-decoration:none; text-align:center;}
.buttonRed a:hover {color: yellow;}
.buttonRed .top{
	height:10px;
	background: url('../../../images/button-red/top_middle.png') repeat-x;
}
.buttonRed .top .left{
	height:10px; width: 10px;
	float:left;
	background: url('../../../images/button-red/top_left.png') no-repeat;
}
.buttonRed .top .right{
	height:10px; width: 14px;
	float:right;
	background: url('../../../images/button-red/top_right.png') no-repeat;
}
.buttonRed .bottom {
	height:16px;
	background: url('../../../images/button-red/bottom_middle.png') repeat-x top;
}
.buttonRed .bottom .left{
	height:16px; width: 10px;
	float:left;
	background: url('../../../images/button-red/bottom_left.png') no-repeat;
}
.buttonRed .bottom .right{
	height:16px; width: 14px;
	float:right;
	background: url('../../../images/button-red/bottom_right.png') no-repeat;
}
.buttonRed .middle {
	background: #AD0319;
}
.buttonRed .middle .left{
	padding-left: 10px;
	background: url('../../../images/button-red/middle_left.png') repeat-y;
}
.buttonRed .middle .right{
	padding-right: 10px;
	background: url('../../../images/button-red/middle_right.png') right repeat-y;
}

h1 { color:#AF031B; font-size: 14pt;}
h2 { color:#AF031B; font-size: 12pt;}
h3 { color:#AF031B; font-size: 10pt;}
h4 { color:#AF031B; text-align:right; font-size:10pt;}

textarea.message {width: 95%;}
input.pole {width: 95%;}
input.submit {margin: 0px; border: none; background: transparent; width: 99%; color: white; cursor: pointer;}
a img {border: none;}

.portfolio {cursor: pointer; font-weight: bold; text-align:center;}
.portfolio:hover {color: red;}

.overlay {
	position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px;
	background: gray; opacity: 0.1;
}
.okno {
	position: fixed; opacity:0.1;
  top: 20px; left: 10%; right: 10%; bottom: 20px;
	
}
.oknoBG {
	background: white; border: 1px solid black; opacity: 0.95;
	position: absolute; top: 2px; left: 2px; right: 2px; bottom: 2px;
}
.oknoContent {
	position: absolute; top: 2px; left: 2px; right: 2px; bottom: 2px;
}
.oknoContent .miniatury {
	position: absolute; top:5px; left: 5px; width: 200px; bottom: 5px;
	text-align: center;
	border-right: 1px solid gainsboro;
	overflow: auto;
}
.oknoContent .mini {
	text-align:center;
	margin: 10px 0px;
	padding: 5px;
	border-top: 1px solid gainsboro;
	border-bottom: 1px solid gainsboro;
	cursor: pointer;
}
.oknoContent .mini:hover {
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	background: gainsboro;
}
.oknoContent .mini.selected {
	border-top: 1px solid maroon;
	border-bottom: 1px solid maroon;
	background: silver;
}
.oknoContent .fragmenty {
	position: absolute; top:5px; left: 210px; right: 5px; bottom: 5px;
	overflow: auto;
}

.oknoContent .fragment {
	background: white;
	padding: 10px;
	margin: auto;
	width: 610px;
}
.oknoContent .zamknij {
	text-align: right; padding: 0px 30px 0px 0px;
	position: relative; top: -10px;
	z-index: 1000; cursor: pointer;
}
.oknoContent .zamknij span:hover {
	color: red;
	background: white;
}
.oknoContent .zamknij span {
	background: black;
	color: white;
	padding: 5px;
}

