html, body, ul, li, h1, h2, h3, h4, h5, h6, form, fieldset, a, img {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-size: 12pt;
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	color: #403F44;
	background-color: #fff;
	width: 100%;
	text-align: center;
    line-height:20px;
}

body, table {
	color: #696969;
	border-collapse: collapse;	
	font-size: 12pt; 
}

h1 {
	font-size: 18pt;
	color: #0D53A9;
	padding: 0 0 5px 0;
}

h2 {
	font-size: 16pt;
	color: #0D53A9;
	padding: 0 0 5px 0;
}

h3 {
	font-size: 14pt;
	color: #0D53A9;
	padding: 0px;
	margin: 0px;
}

a:link { color: #039; }
a:visited { color: #039; }
a:hover { color: #e15d11; text-decoration: none; }
a:active { color: #039; }

a.s12:link { font-size: 12pt; }
a.s12:visited { font-size: 12pt; }
a.s12:hover { font-size: 12pt; }
a.s12:active { font-size: 12pt; }

a.s14:link { font-size: 14pt; }
a.s14:visited { font-size: 14pt; }
a.s14:hover { font-size: 14pt; }
a.s14:active { font-size: 14pt; }

a.kras:link { color: maroon; }
a.kras:visited { color: maroon; }
a.kras:hover { color: maroon; }
a.kras:active { color: maroon; }

a.orange:link { color: #e15d11; }
a.orange:visited { color: #e15d11; }
a.orange:hover { color: #e15d11; }
a.orange:active { color: #e15d11; }
 
a.sery:link { color: #999; }
a.sery:visited { color: #999; }
a.sery:hover { color: #999; }
a.sery:active { color: #999; }

.small { font-size: 11px; }
.selected { font-weight:bold; color: Maroon; }
.green { color: #77AA00; }
.boldline { font-size: 1%; clear: both; height: 2px; background-color: #f0f0f0; }

.decor {
	padding: 0 0 50px 0;
	width: 110px;
	background: transparent url(/img/decor.jpg) no-repeat 70% 49px;
}

.footerdecor {
	color: #999;
	font-size: 10pt;
	text-align: left;
	height:80px;
	background: transparent url(/img/footer_decor.jpg) no-repeat 414px 100%;
}

ul, ol {
	padding: 12px 0 14px 12px;
}

ul li {
	list-style: none;
	padding: 0 0 5px 18px;
	background: transparent url(/img/bullet.gif) no-repeat 0 7px;
}

.citata {
background: #FCFCFC;            
border: dotted #77AA00 1px;        
border-left: solid #77AA00 5px; 
border-top: none;               
border-right: none;
margin: 5px 10px;
padding: 10px;
color: #039;
font-style: italic;             
font-size: 12pt;
}

.another {
background: #FCFCFC;            
border: dotted #77AA00 1px;        
border-left: solid #77AA00 5px; 
border-top: none;               
border-right: none;
margin: 5px 10px;
padding: 10px;
color: #039;
font-style: italic;             
font-size: 11pt;

}

.menu{
background: #f0f0f0;
border-left: solid Maroon 3px;
} 

@media only screen and (min-width: 240px) and (max-width: 767px) {
    .logo { padding-left: 15px; }
    .promo { display: none; }
    .nav-top { display: none; }
    .main-tab { width: 330px; margin-left: 10px;}
    .left-col { width: 330px; display: block; margin-top: 10px;}
    .right-col { width: 330px; display: block; margin-top: 10px; }
    .left-col-def { width: 330px; display: block; margin-top: 10px;}
    .right-col-def { width: 330px; display: block; margin-top: 10px; }
    .content { margin-left: 10px; }
}  /* min-width: 240px */

@media only screen and (min-width: 768px) {
    .logo { }
    .promo {  }
    .main-tab { width: 900px; }
    .left-col { float: left; width: 560px; display: block;  }
    .right-col { float: right; width: 300px; display: block; margin-left: 20px;  }
    .left-col-def { float: left; width: 490px; display: block;  }
    .right-col-def { float: right; width: 370px; display: block; margin-left: 20px;  }
    .content {  }

}  /* min-width: 768px */
