/*
** CSS print sheet for obezita.cz 
** Author: lukas vorlicek at codeart dot cz 2005
*/


body{
	margin:0 ;
	padding:0;
}

.clear-null{
		clear:both;
      height:1px;
      margin: -1px 0 0 0; 
		padding:0;
      border:none;
      visibility: hidden;
}

.clear-both{
	clear:both;
}

.hidden{
	visibility: collapse;
	display: none;
}

.print{
	visibility: visible;
	display: inherit;
}

.float-left{
	float:left;
	margin:0 20px 0 0;
}
.float-right{
	float:right;	
	margin:0 0 0 20px;
}

.float-l{
	float:left;
}

.float-r{
	float:right;	
}

.noborder{
	border:0;
}

.link-top{
	visibility: collapse;
	display: none;
}


/*
** SKELETON
*/

#right-col, #left-col, #top, #top-wrapper, #teaser, #hp-link, #footer{
	visibility: collapse;
	display: none;

}

#content{
	clear:both;
}
