/* COMMON */

body {
	margin: 0;
	padding: 0;
	background-color: #EAEFF8;
	color: #000000;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	background-image: url(images/back001.jpg);
	background-repeat: repeat-x;
}

p {
	margin-top: 0.1em;
	margin-bottom: 0.2em;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

form, input, select, textarea {
	margin-top: 0.1em;
	margin-bottom: 0.2em;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

table.menu {
	color: #929292;
	font-weight: bold;
	font-size: 10px;
}

blockquote {
	margin: 0.3em 2em 0.3em 2em;
}

ul {
	margin-left: 20px;
}

/* KLASY i ID */

.red {
	color: #FF0000;
}

.tarea01 {
	font-size: 9px;
	color: #666666;
	border: 1px solid #999999;
	background-color: #EEEEEE;
}

.tbutton01 {
	background-color: #3F598A;
	border: 1px solid #3F598A;
	color: #FBE602;
	font-weight: bold;
	font-size: 10px;
}

.menu a {
	color: #929292;
	text-decoration: none;
}

.menu a:hover {
	color: #333333;
	text-decoration: none;
	border-bottom: 3px solid #29467D;
}

.active {
	color: #000000 !important;
	font-size: 12px;
	font-weight: bold;
}

#left01 {
	background-color: #29467E;
	background-image: url(images/back002.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 9px;
}

#left01 a {
	color: #FBE602;
	text-decoration: none;
}

#left01 a:hover {
	color: #FBE602;
	text-decoration: underline;
}

#right {
	background-color: #FFFFFF;
}

div.fotelIE {
	position: absolute;
	width: 217px;
	height: 253px;
	z-index: 1;
	margin-top: -80px;
	margin-left: -90px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fotel.png',sizingMethod='image');
}

div.fotel {
	position: absolute;
	width: 217px;
	height: 253px;
	z-index: 1;
	margin-top: -80px;
	margin-left: -90px;
	background-image: url(images/fotel.png);
}

div.KatfotelIE {
	position: absolute;
	width: 217px;
	height: 253px;
	z-index: 1;
	margin-top: -80px;
	margin-left: -90px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/fotel.png',sizingMethod='image');
}

div.Katfotel {
	position: absolute;
	width: 217px;
	height: 253px;
	z-index: 1;
	margin-top: -80px;
	margin-left: -90px;
	background-image: url(images/fotel.png);
}

.flaga {
	border: 1px solid #7E7E7E;
}

.head {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 16px;
	border-bottom: 1px solid #cccccc;
	color: #2C4480;
	font-weight: bold;
	margin: 0.3em 0 1em 0.5em;
}

.headS {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	border-bottom: 1px solid #cccccc;
	color: #2C4480;
	font-weight: bold;
	margin: 0.2em 0 0.3em 0.3em;
}

.f11, .f11 a {
	font-size: 11px;
	color: #FFFFFF !important;
	text-decoration: none;
}

.f11 a:hover {
	color: #FFFFFF !important;
	text-decoration: underline;
}

.f10 {
	font-size: 10px;
}

.szaryPDF {
	color: #9a9a9a;
}

.stopkaR {
	color: #999999;
}

.stopkaStudio, .stopkaStudio a {
	color: #CCCCCC;
	text-decoration: none;
}

.stopkaStudio a:hover {
	color: #999999;
	text-decoration: none;
}

/* IMAGE VIEWER */

#showimage{
position:absolute;
visibility:hidden;
border: 1px solid gray;
}

#dragbar{
cursor: hand;
cursor: pointer;
background-color: #EFEFEF;
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
font-weight: bold;
margin-right: 1px;
}