/*ą*/

.-p {
	padding:0;	
}

.-m {
	margin:0;	
}

-w {
	width:100px;	
}

.-bg1 {
	background: transparent url(../media/public/bg1.png) repeat 0 0 ;
}

.-bg2 {
	background: transparent url(../media/public/bg2.png) repeat 0 0 ;
}

.-bg3 {
	background: transparent url(../media/public/bg3.png) repeat 0 0 ;
}
.-bg4 {
	background: transparent url(../media/public/bg4.png) repeat 0 0 ;
}

.-fl {
	float:left;	
}

.-fr {
	float:right;	
}

.-b0 {
	border: 0 none;	
}

.-b1 {
	border: 1px solid #F00;	
}

.-db {
	display:block;	
}

.-mt {
	margin-top:10px;	
}

.-mr {
	margin-right:15px;	
}

.-mb {
	margin-bottom:10px;	
}

.-ml {
	margin-left:15px;	
}

.-dn {
	display:none;
}

.-tac {
	text-align:center;	
}

.-tal {
	text-align:left;	
}
.-tar {
	text-align:right;	
}
.-taj {
	text-align:justify;	
}

.-fsi {
	font-style:italic
}

.-tdn {
    color: #464646;
    text-decoration: none;
}

textarea {
	font-family: Tahoma;
	font-size:12px;
}

.cms_debug {
    border-collapse: collapse;
    width: 90%;
    margin: 0 auto;
}
.cms_debug td {
    border: 1px solid #333333;
    padding: 5px;
    font-size: 11px;
    font-family: consolas, sans-serif;
}

#cookie_alert2_container {
    display: none;
    max-width: 970px;
}

#cookie_alert2 {
    background-color: rgb(238, 238, 238);
    padding: 20px;
    margin: 0 auto 20px auto;
}
#cookie_alert2 a {
    text-decoration: underline;
}
#cookie_alert2 span {
    cursor: pointer;
    text-decoration: underline;
    display: block;
    text-align: right;
    font-size:inherit;
}