* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000000;
	width: 100%;
	height: 100%;
	background-image:url('images/background.jpg');
    background-repeat:repeat-x;
    background-position:bottom;
}
a {
	color: #000000;
	outline: none;
	text-decoration: underline;
}
a.one:link {color: #000000; text-decoration: none; }
a.one:visited {color: #000000; text-decoration: none;}
a.one:hover {color: #988e1a;}
p {margin: 0 0 18px}
img.class {
	margin-left:30px;
	margin-top:500px;
}
input {vertical-align: middle}
#wrapper {
	width: 750px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}
#popUpDiv {
position:absolute;
background-color:#eeeeee;
width:300px;
height:300px;
z-index: 9002;
}
h8 {font-size:16px; text-align:center;  margin:auto; font-weight:bolder; color:#cc9900; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; font-style:italic;}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 100px;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 625px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 270px 0 0;
}
#content2{width:345px; height:417px; margin-left:36px; margin-right:36px; margin-top:86px;
}
#loket {
	background-image:url('images/loket.png');
    background-repeat:no-repeat;
	width: 417px;
	height: 625px;
	float: left;
}

/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr {
	float: left;
	margin-right: -3px;
	width: 250px;
	margin-left: -250px;
	position: relative;
}
#bord {
	background-image:url('images/bord.png');
	background-repeat:no-repeat;
	margin-top: 50px;
	width: 149px;
	height: 300px;
	float: right;
	margin-right: 20px;
}
#bord-content{width:100px; height:175px; margin-left:14px; margin-right:15px; margin-top:45px; float:left; text-align:center;
}
#menu{
	width: 250px;
	height: 250px;
	float: left;
	margin-top: 0px;
	margin-left: 20px;
	font-weight: bold;
	font-size:12px;
}
table, th, td
{
border: 0px;
padding: 10px;
width: 250px;
}
th,td
{
background-color:#FFF;
}
h1 {font-size:11px; font-weight:bolder;}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 750px;
	margin: -625px auto 0;
	height: 625px;
}
/*------------------POPUPS------------------------*/
#fade {
	display: none;
	background: #FFF; 
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	opacity: .20;
	z-index: 9999999;
}
.popup_block{
	display: none;
	background: #fff;
	padding: 20px; 	
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999999;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right; 
	margin: -55px -55px 0 0;
}
.popup p {
	padding: 5px 10px;
	margin: 5px 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}

