@font-face {
    font-family: 'buliba';
    src: url('font_bulibapl.eot#') format('embedded-opentype'),
         url('font_bulibapl.woff') format('woff'),
         url('font_bulibapl.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'buliba';
    src: url('font_bulibapl_bold.eot#') format('embedded-opentype'),
         url('font_bulibapl_bold.woff') format('woff'),
         url('font_bulibapl_bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;

}
html,body{
	height:100%;
}
body {
	margin:0;
	padding:0;
	width:100%;
	background-color:#39b5af;	
}
* {
	outline: none;
} 

img{
	border:0;
}

a {
border:0;
  outline: none;
}

#centered {
	position:absolute;
	margin-left:-440px;
	width:840px;
	left:50%;
	padding-top:10px;
	padding-bottom:10px;
	font-family: Buliba,"Comic Sans MS", cursive;
	font-size:19px;
	color:#fff;
}
#header{
	text-align:center;
	font-size:26px;
	font-weight:bold;
	padding-bottom:20px;
	float:left;
	width:100%;
	height:97px;
}
#content{
	width:100%;
	min-height:400px;
	text-align:justify;
	float:left;
}
#footer-pad {
	float:left;
	width:100%;
	height:10px;
}
#footer{
	padding-top:6px;
	border-top:2px solid #015353;
	text-align:center;
	float:left;
	width:100%;
	font-size:18px;
}
#footer a{
	color:#000;
	margin-left:10px;
	margin-right:10px;
}
#pad {
	float:right;
	clear:right;
	width:120px;
	height:250px;
}
#pushdown {
	width:1px;
	height:1px;
	float:right;
	display:none;
}
#content li.katalog{
	list-style-type:none;	
}
#content li.gra{
	list-style-type:disc;	
}
#content .katalog a{
	color:#fff;
}
#content .gra a{
	color:#000;
}
.alert{
	text-align:center;
	font-size:23px;
	font-weight:bold;
}

