/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
html{
	font-size: 100.01%;
}
body {
	font-size: 62.5%;
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.block{
    display: block;
}
.clear{
    clear: both;
}
a{
    text-decoration: underline;
}

/* FOR VISUAL EDITOR */

body{
  font-family: Arial, Tahoma;
  font-size: 0.8em;
  line-height: 1.3em;
  padding-top: 16px;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 16px;  
}

strong{
  font-weight: bold;
}

p{
  margin-bottom: 1.3em;
}

table{
  /* border: 0px solid #000000; */
  border-collapse: collapse;
}

td{
  /* border: 0px solid #000000; */
}

/* STYLES */

a{
  color: #000000;
}

a:hover{
  color: #666666;
}

h2{
  padding-top: 5px;
  padding-left: 17px;
  padding-right: 13px;
  font-family: Arial;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  float: left;
}

.h2link{
  padding-top: 4px;
  float: left;
}

h3{
  margin-top: 11px;
  margin-bottom: 15px;
  font-weight: bold;
}

h4{
  padding-top: 1px;
  padding-bottom: 5px;
  font-family: Arial;
  font-size: 1.1em;
  font-weight: bold;
  float: left;
}

/* images */

.blockbottom{
  margin-top: 5px;
}

.hr{
  margin-top: 3px;
  margin-bottom: 15px;
}

/* CONTEXT */
#context_reklama{
font-size:12px; 
text-align:center; 
padding-bottom:3px; 
padding-top:3px;
}
#context_reklama a{
text-decoration:none;
font-weight:bold;
}
#context_reklama a:hover{
text-decoration:underline;
}
.context_img{
text-align:center;
}
.context_img img{
cursor:pointer; 
padding:4px;
color:gray;
}
.context_text{
font-size:11px; 
padding:5px;
padding-left:10px;
padding-top:0px; 
text-align:left;
}
.context_text a{
text-decoration:none;
}
.context_text a:hover{
text-decoration:underline;
}


.textright{
	text-align:right;
}
