html { 
	width: 100%;
	height: 100%;
	}

body {
	/* font-size: 11px;  */
	/* overflow-x: hidden; */
	overflow-y: hidden;
	background: #456; color:#333;   
	line-height: 18px; font-family: verdana, arial, helvetica, sans-serif
}

img{
	border:none;
}

#album {
	width: 100%;
	/* height: 100%; */
}


#header {
	background: #456; padding-bottom: 10px;
}
#headt {
	border-bottom: solid 2px white;
}

#head1 {
	font-size: 19px; color:#ccc; font-family: comic sans ms, verdana, arial, helvetica; background: #456;
}
#head11 {
	font-size: 23px; color:#ccc; font-family: comic sans ms, verdana, arial, helvetica;
}

#head2 {
	font-size: 23px; color:#ccc; font-family: comic sans ms, verdana, arial, helvetica;
}
#head21 {
	font-size: 23px; color:#ccc; font-family: comic sans ms, verdana, arial, helvetica; background: #456;
}
#head22 {
	font-size: 23px; color:#ccc; font-family: comic sans ms, verdana, arial, helvetica; background: #456;
}

#head3 {
	font-size: 13px; color:#ccc; font-family: comic sans ms, verdana, arial, helvetica;
}

.container {
	overflow-y:auto;
	}
	
#main {
	display:block;
	width: 100%;
	height: 550px;
}

#screen {
	float: left;
	width:55%;
	height: 100%;
	font-size: 0.8em;
	/* background: #777; */
	/* background: #456; */
	color:#fff;
	font-family: verdana, arial, helvetica;
	text-align: center;
	padding: 5px;
	/* overflow-y: auto; */
	/* padding-top:0px; */
	/* vertical-align:top; */
	/* padding-right:0px;   */
}
#katalog {
	float: right;
	width:43%;
	height: 100%;
	vertical-align: top;
	text-align: center;
	padding: 5px;
	overflow-y: auto;
	/* background: #567;  */
	/* color:#fff;  */
}
#screen img{
	/* width:100%; */
}

#katalog img{
	 cursor: pointer;
}

#footer {
	font-size: 11px; height: 19px; text-align: center; 
}
#footer a{
	cursor: pointer; text-decoration: none; color: white;
}






