cite { 
display: block;
float: right;
width: 275px;
border: 1px solid #2d74af;
border-width: 0 0 0 1px;
background: #f5f6f6 url("../imgs/bg-citace.gif") 100% 0 no-repeat;
color: #464646;
font-weight: normal;
font-size: 1.2em;
line-height: 1.6em;
font-style: normal;
margin: 10px 0 10px 10px;
padding: 10px;
 }
 
cite.nofloat { float: none; }
 
div.t_infobox
{ width: 96%;
margin: 5px auto;
border: 1px solid #2d74af;
border-width: 0 0 0 1px;
background: #f5f6f6;
}

div.t_infobox_cont
{ color: #464646;
font-weight: normal;
font-size: 1.2em;
line-height: 1.6em;
font-style: normal;
margin: 10px 0 10px 10px;
padding: 10px;
text-align: justify; } 

div.cols { width: 100%; margin: 5px auto; }
div.cols2_l { width: 47%; float: left; margin-right: 3%; }
div.cols2_r { width: 47%; float: left; }

div.cols3_l { width: 30%; float: left; margin-right: 3%; }
div.cols3_c { width: 30%; float: left; margin-right: 3%; }
div.cols3_r { width: 30%; float: left; }

div.cols div { border: 1px dashed #cdcdcd; }

br.cleaner { clear: both; }

img.img-imgRight { float: right; margin: 0 0px 8px 8px; }
img.img-imgLeft { float: left; margin: 0 8px 8px 0px; }
img.img-imgAbove { margin: 8px auto; display: block; text-align: center; }

.justify {text-align: justify}
.right {text-align: right}
.left {text-align: left}
.center {text-align: center}
